Datasets:

Modalities:
Text
Formats:
csv
Libraries:
Datasets
pandas
License:
File size: 3,216 Bytes
e76f983
 
 
8ee58be
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
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 :heart:

  
## Project Page
[Github](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><br />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>.