Datasets:
cjvt
/

Tasks:
Other
Modalities:
Tabular
Text
Size:
< 1K
Libraries:
Datasets
License:
File size: 4,599 Bytes
51f027c
11f3f7b
 
de93f20
 
11f3f7b
 
 
 
 
 
 
 
 
 
 
 
 
 
de93f20
 
 
 
51f027c
11f3f7b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
---
annotations_creators:
- crowdsourced
language_creators:
- found
language:
- en
- hr
- sl
- fi
license:
- gpl-3.0
multilinguality:
- multilingual
size_categories:
- n<1K
source_datasets: []
task_categories:
- other
task_ids: []
pretty_name: CoSimLex
tags:
- graded-word-similarity-in-context
---

# Dataset Card for CoSimLex

### Dataset Summary

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.  
Statistics:  
- 340 English pairs (config `en`),
- 112 Croatian pairs (config `hr`),  
- 111 Slovenian pairs (config `sl`),
- 24 Finnish pairs (config `fi`).

### Supported Tasks and Leaderboards

Graded word similarity in context.  

### Languages

English, Croatian, Slovenian, Finnish.

## Dataset Structure

### Data Instances

A sample instance from the dataset:
```
{
  'word1': 'absence', 
  'word2': 'presence', 
  '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>.', 
  '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.', 
  'sim1': 2.2699999809265137, 
  'sim2': 1.3700000047683716, 
  'stdev1': 2.890000104904175, 
  'stdev2': 1.7899999618530273, 
  'pvalue': 0.2409999966621399, 
  'word1_context1': 'absence', 
  'word2_context1': 'presence', 
  'word1_context2': 'absence', 
  'word2_context2': 'presence'
}
```

### Data Fields

- `word1`: a string representing the first word in the pair. Uninflected form.
- `word2`: a string representing the second word in the pair. Uninflected form.
- `context1`: a string representing the first context containing the pair of words. The target words are marked with a `<strong></strong>` labels.
- `context2`: a string representing the second context containing the pair of words. The target words are marked with a `<strong></strong>` labels.
- `sim1`: a float representing the mean of the similarity scores within the first context.
- `sim2`: a float representing the mean of the similarity scores within the second context.
- `stdev1`: a float representing the standard Deviation for the scores within the first context.
- `stdev2`: a float representing the standard deviation for the scores within the second context.
- `pvalue`: a float representing the p-value calculated using the Mann-Whitney U test.
- `word1_context1`: a string representing the inflected version of the first word as it appears in the first context.
- `word2_context1`: a string representing the inflected version of the second word as it appears in the first context.
- `word1_context2`: a string representing the inflected version of the first word as it appears in the second context.
- `word2_context2`: a string representing the inflected version of the second word as it appears in the second context.

## Additional Information

### Dataset Curators

Carlos Armendariz; et al. (please see http://hdl.handle.net/11356/1308 for the full list)

### Licensing Information

GNU GPL v3.0.

### Citation Information

```
@inproceedings{armendariz-etal-2020-semeval,
    title = "{SemEval-2020} {T}ask 3: Graded Word Similarity in Context ({GWSC})",
    author = "Armendariz, Carlos S.  and
      Purver, Matthew  and
      Pollak, Senja  and
      Ljube{\v{s}}i{\'{c}}, Nikola  and
      Ul{\v{c}}ar, Matej  and
      Robnik-{\v{S}}ikonja, Marko and
      Vuli{\'{c}}, Ivan and
      Pilehvar, Mohammad Taher",
    booktitle = "Proceedings of the 14th International Workshop on Semantic Evaluation",
    year = "2020",
    address="Online"
}
```

### Contributions

Thanks to [@matejklemen](https://github.com/matejklemen) for adding this dataset.