SimKoR / README.md
Gangsss's picture
Update README.md
23ca06a
---
license: cc-by-4.0
---
# SimKoR
We provide korean sentence text similarity pair dataset using sentiment analysis corpus from [bab2min/corpus](https://github.com/bab2min/corpus).
This data crawling korean review from naver shopping website. we reconstruct subset of dataset to make our dataset.
## Dataset description
The original dataset description can be found at the link [[here]](https://github.com/bab2min/corpus/tree/master/sentiment).
![๊ทธ๋ฆผ6](https://user-images.githubusercontent.com/54879393/189065508-240b6449-6a26-463f-bd02-64785d76fa02.png)
In korean Contrastive Learning, There are few suitable validation dataset (only KorNLI). To create contrastive learning validation dataset, we changed original sentiment analysis dataset to sentence text similar dataset. Our simkor dataset was created by grouping pair of sentence. Each score [0,1,2,4,5] means how far the meaning is between sentences.
## Data Distribution
Our dataset class consist of text similarity score [0, 1,2,4,5]. each score consists of data of the same size.
<table>
<tr><th>Score</th><th>train</th><th>valid</th><th>test</th></tr>
<tr><th>5</th><th>4,000</th><th>1,000</th><th>1,000</th></tr>
<tr><th>4</th><th>4,000</th><th>1,000</th><th>1,000</th></tr>
<tr><th>2</th><th>4,000</th><th>1,000</th><th>1,000</th></tr>
<tr><th>1</th><th>4,000</th><th>1,000</th><th>1,000</th></tr>
<tr><th>0</th><th>4,000</th><th>1,000</th><th>1,000</th></tr>
<tr><th>All</th><th>20,000</th><th>5,000</th><th>5,000</th></tr>
</table>
## Example
```
text1 text2 label
๊ณ ์†์ถฉ์ „์ด ์•ˆ๋จใ… ใ…  ์ง‘์—๋งค์—ฐ๋ƒ„์ƒˆ์—†์•จ๋ คํ–ˆ๋Š”๋ฐ ๊ทธ๋ƒฅ์ฐฝ๋ฌธ์—ฌ๋Š”๊ฒŒ๋” ๊ณต๊ธฐ๊ฐ€์ข‹๋„ค์š” 5
์ ๋‹นํžˆ ๋งต๊ณ  ๊ดœ์ฐฎ๋„ค์š” ์–ด์ œ ์‹œํ‚จ๊ฒŒ ๋ฒŒ์จ ์™”์–ด์š” ใ…Žใ…Ž ๋ฐฐ์†ก๋น ๋ฅด๊ณ  ํ’ˆ์งˆ์–‘ํ˜ธํ•ฉ๋‹ˆ๋‹ค 4
๋‹ค ๊ดœ์ฐฎ์€๋ฐ ๋ฐฐ์†ก์ด 10์ผ์ด๋‚˜ ๊ฑธ๋ฆฐ๊ฒŒ ๋งŽ์ด ์•„์‰ฝ๋„ค์š”. ์„ ๋ฐ˜ ์„ค์น˜ํ•˜๊ณ  ๋‚˜๋‹ˆ ์ฃผ๋ฐฉ ๋ฒ ๋ž€๋‹ค ์™„์ „ ๋‹ค์‹œ ํƒœ์–ด๋‚ฌ์–ด์š”~ 2
๊ฐ€๊ฒฉ ์‹ธ์ง€๋งŒ ์ฟ ์…˜์ด ์•ฝํ•ด ๋ฌด๋ฆŽ ์•„ํŒŒ์š”~ ๋ฐ˜ํ’ˆํ•˜๋ ค๊ตฌ์š”~ ํŠผํŠผํ•˜๊ณ  ๋นจ๋ž˜๋„ ๋งŽ์ด ๊ฑธ ์ˆ˜ ์žˆ๊ณ  ์ž˜์“ฐ๊ณ  ์žˆ์–ด์š” 1
๊ฐ์ธ์ด ์ฐŒ๊ทธ์ €์ ธ์žˆ๊ณ  ์—‰์„ฑํ•ฉ๋‹ˆ๋‹ค. ์ฒ˜์Œ ํ•ด๋ณด๋Š” ๋ฐฉํƒˆ์ถœ์ด์—ˆ๋Š”๋ฐ ๋„ˆ๋ฌด ์žฌ๋ฏธ์žˆ์—ˆ์–ด์š”. 0
```
## Contributors
The main contributors of the work are :
- [Jaemin Kim](https://github.com/kimfunn)\*
- [Yohan Na](https://github.com/nayohan)\*
- [Kangmin Kim](https://github.com/Gangsss)
- [Sangrak Lee](https://github.com/PangRAK)
\*: Equal Contribution
Hanyang University Data Intelligence Lab[(DILAB)](http://dilab.hanyang.ac.kr/) providing support โค๏ธ
## Github
- **Repository :** [SimKoR](https://github.com/nayohan/SimKoR)
## License
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.