|
--- |
|
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>. |