Datasets:

Tasks:
Other
Modalities:
Text
Formats:
parquet
Languages:
French
ArXiv:
Libraries:
Datasets
pandas
License:
Mathilde commited on
Commit
be9e90a
1 Parent(s): fac2374

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -1
README.md CHANGED
@@ -1,3 +1,66 @@
1
  ---
2
- license: other
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: lgpl
3
+ multilinguality:
4
+ - monolingual
5
+ language:
6
+ - fr
7
+ task_categories:
8
+ - other
9
+ task_ids:
10
+ - word-sense-disambiguation
11
  ---
12
+
13
+ # Word Sense Disambiguation for FLUE
14
+
15
+ ## Dataset Description
16
+
17
+ - **Homepage:**
18
+ - **Repository:**
19
+ - **https://arxiv.org/pdf/1905.05677.pdf**
20
+ - **Leaderboard:**
21
+ - **loic.vial@univ-grenoble-alpes.fr**
22
+
23
+ ### Dataset Summary
24
+
25
+ This dataset is splitted in 3 sub-datasets: FrenchSemEval-Task12, French WNGT and French SemCor.
26
+
27
+ ### Supported Tasks and Leaderboards
28
+
29
+ Word Sense Disambiguation for French.
30
+
31
+ ### Language
32
+
33
+ French
34
+
35
+
36
+ ### Licensing Information
37
+
38
+ ```
39
+ GNU Lesser General Public License
40
+ ```
41
+
42
+ ### Citation Information
43
+
44
+ ```bibtex
45
+ @inproceedings{vial-etal-2019-sense,
46
+ title = "Sense Vocabulary Compression through the Semantic Knowledge of {W}ord{N}et for Neural Word Sense Disambiguation",
47
+ author = {Vial, Lo{\"\i}c and
48
+ Lecouteux, Benjamin and
49
+ Schwab, Didier},
50
+ booktitle = "Proceedings of the 10th Global Wordnet Conference",
51
+ month = jul,
52
+ year = "2019",
53
+ address = "Wroclaw, Poland",
54
+ publisher = "Global Wordnet Association",
55
+ url = "https://aclanthology.org/2019.gwc-1.14",
56
+ pages = "108--117",
57
+ abstract = "In this article, we tackle the issue of the limited quantity of manually sense annotated corpora for the task of word sense disambiguation, by exploiting the semantic relationships between senses such as synonymy, hypernymy and hyponymy, in order to compress the sense vocabulary of Princeton WordNet, and thus reduce the number of different sense tags that must be observed to disambiguate all words of the lexical database. We propose two different methods that greatly reduce the size of neural WSD models, with the benefit of improving their coverage without additional training data, and without impacting their precision. In addition to our methods, we present a WSD system which relies on pre-trained BERT word vectors in order to achieve results that significantly outperforms the state of the art on all WSD evaluation tasks.",
58
+ }
59
+
60
+ ```
61
+
62
+ ### Contributions
63
+
64
+ * loic.vial@univ-grenoble-alpes.fr
65
+ * benjamin.lecouteux@univ-grenoble-alpes.fr
66
+ * didier.schwab@univ-grenoble-alpes.fr