Datasets:
cjvt
/

Tasks:
Other
Modalities:
Tabular
Text
Size:
< 1K
Libraries:
Datasets
License:
matejklemen commited on
Commit
11f3f7b
·
1 Parent(s): 7969f2f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +114 -1
README.md CHANGED
@@ -1,3 +1,116 @@
1
  ---
2
- license: gpl-3.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - crowdsourced
4
+ language:
5
+ - en
6
+ - hr
7
+ - sl
8
+ - fi
9
+ language_creators:
10
+ - found
11
+ license:
12
+ - gpl-3.0
13
+ multilinguality:
14
+ - multilingual
15
+ pretty_name: CoSimLex
16
+ size_categories:
17
+ - n<1K
18
+ source_datasets: []
19
+ tags:
20
+ - simlex-999
21
+ task_categories:
22
+ - other
23
+ task_ids:
24
+ - other-graded-word-similarity-in-context
25
  ---
26
+
27
+ # Dataset Card for CoSimLex
28
+
29
+ ### Dataset Summary
30
+
31
+ The dataset contains human similarity ratings for pairs of words. The annotators were presented with contexts that contained both of the words in the pair and the dataset features two different contexts per pair. The words were sourced from the English, Croatian, Finnish and Slovenian versions of the original Simlex dataset.
32
+ Statistics:
33
+ - 340 English pairs (config `en`),
34
+ - 112 Croatian pairs (config `hr`),
35
+ - 111 Slovenian pairs (config `sl`),
36
+ - 24 Finnish pairs (config `fi`).
37
+
38
+ ### Supported Tasks and Leaderboards
39
+
40
+ Graded word similarity in context.
41
+
42
+ ### Languages
43
+
44
+ English, Croatian, Slovenian, Finnish.
45
+
46
+ ## Dataset Structure
47
+
48
+ ### Data Instances
49
+
50
+ A sample instance from the dataset:
51
+ ```
52
+ {
53
+ 'word1': 'absence',
54
+ 'word2': 'presence',
55
+ 'context1': 'African slaves from Angola and Mozambique were also present, but in fewer numbers than in other Brazilian areas, because Paraná was a poor region that did not need much slave manpower. The immigration grew in the mid-19th century, mostly composed of Italian, German, Polish, Ukrainian, and Japanese peoples. While Poles and Ukrainians are present in Paraná, their <strong>presence</strong> in the rest of Brazil is almost <strong>absence</strong>.',
56
+ 'context2': 'The Chinese had become almost impossible to deal with because of the turmoil associated with the cultural revolution. The North Vietnamese <strong>presence</strong> in Eastern Cambodia had grown so large that it was destabilizing Cambodia politically and economically. Further, when the Cambodian left went underground in the late 1960s, Sihanouk had to make concessions to the right in the <strong>absence</strong> of any force that he could play off against them.',
57
+ 'sim1': 2.2699999809265137,
58
+ 'sim2': 1.3700000047683716,
59
+ 'stdev1': 2.890000104904175,
60
+ 'stdev2': 1.7899999618530273,
61
+ 'pvalue': 0.2409999966621399,
62
+ 'word1_context1': 'absence',
63
+ 'word2_context1': 'presence',
64
+ 'word1_context2': 'absence',
65
+ 'word2_context2': 'presence'
66
+ }
67
+ ```
68
+
69
+ ### Data Fields
70
+
71
+ - `word1`: a string representing the first word in the pair. Uninflected form.
72
+ - `word2`: a string representing the second word in the pair. Uninflected form.
73
+ - `context1`: a string representing the first context containing the pair of words. The target words are marked with a `<strong></strong>` labels.
74
+ - `context2`: a string representing the second context containing the pair of words. The target words are marked with a `<strong></strong>` labels.
75
+ - `sim1`: a float representing the mean of the similarity scores within the first context.
76
+ - `sim2`: a float representing the mean of the similarity scores within the second context.
77
+ - `stdev1`: a float representing the standard Deviation for the scores within the first context.
78
+ - `stdev2`: a float representing the standard deviation for the scores within the second context.
79
+ - `pvalue`: a float representing the p-value calculated using the Mann-Whitney U test.
80
+ - `word1_context1`: a string representing the inflected version of the first word as it appears in the first context.
81
+ - `word2_context1`: a string representing the inflected version of the second word as it appears in the first context.
82
+ - `word1_context2`: a string representing the inflected version of the first word as it appears in the second context.
83
+ - `word2_context2`: a string representing the inflected version of the second word as it appears in the second context.
84
+
85
+ ## Additional Information
86
+
87
+ ### Dataset Curators
88
+
89
+ Carlos Armendariz; et al. (please see http://hdl.handle.net/11356/1308 for the full list)
90
+
91
+ ### Licensing Information
92
+
93
+ GNU GPL v3.0.
94
+
95
+ ### Citation Information
96
+
97
+ ```
98
+ @inproceedings{armendariz-etal-2020-semeval,
99
+ title = "{SemEval-2020} {T}ask 3: Graded Word Similarity in Context ({GWSC})",
100
+ author = "Armendariz, Carlos S. and
101
+ Purver, Matthew and
102
+ Pollak, Senja and
103
+ Ljube{\v{s}}i{\'{c}}, Nikola and
104
+ Ul{\v{c}}ar, Matej and
105
+ Robnik-{\v{S}}ikonja, Marko and
106
+ Vuli{\'{c}}, Ivan and
107
+ Pilehvar, Mohammad Taher",
108
+ booktitle = "Proceedings of the 14th International Workshop on Semantic Evaluation",
109
+ year = "2020",
110
+ address="Online"
111
+ }
112
+ ```
113
+
114
+ ### Contributions
115
+
116
+ Thanks to [@matejklemen](https://github.com/matejklemen) for adding this dataset.