Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
json
Sub-tasks:
word-sense-disambiguation
Languages:
Italian
Size:
1K - 10K
License:
feat: initial commit
Browse files- README.md +35 -0
- test.jsonl +0 -0
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- it
|
4 |
+
language_details: it-IT
|
5 |
+
license: cc-by-nc-sa-4.0
|
6 |
+
task_categories:
|
7 |
+
- text-generation
|
8 |
+
task_ids:
|
9 |
+
- word-sense-disambiguation
|
10 |
+
configs:
|
11 |
+
- config_name: default
|
12 |
+
data_files:
|
13 |
+
- split: test
|
14 |
+
path: test.jsonl
|
15 |
+
size_categories:
|
16 |
+
- 1K<n<10K
|
17 |
+
---
|
18 |
+
|
19 |
+
The Lexical Substitution Task Test Set comprehends the test set and the gold labels used in the Lexical Substitution Task (https://www.evalita.it/2009/tasks/lexical), organised as part of the EVALITA 2009 evaluation campaign (http://www.evalita.it/2009). The task challenged participants to build systems that could automatically find synonyms for a set of 231 words appearing in different contexts.
|
20 |
+
The data set contains 1710 sentences extracted from the Italian Syntactic Semantic Treebank (ISST) in which the target words occur and a list of the synonyms (manually annotated), that constitute the gold labels.
|
21 |
+
|
22 |
+
|
23 |
+
Original files available here:
|
24 |
+
https://live.european-language-grid.eu/catalogue/corpus/8421
|
25 |
+
|
26 |
+
|
27 |
+
If you find this dataset useful please cite:
|
28 |
+
```
|
29 |
+
@inproceedings{toral2009lexical,
|
30 |
+
title={The lexical substitution task at EVALITA 2009},
|
31 |
+
author={Toral, Antonio},
|
32 |
+
booktitle={Proceedings of EVALITA Workshop, 11th Congress of Italian Association for Artificial Intelligence, Reggio Emilia, Italy},
|
33 |
+
year={2009}
|
34 |
+
}
|
35 |
+
```
|
test.jsonl
ADDED
The diff for this file is too large to render.
See raw diff
|
|