Sense Vocabulary Compression through the Semantic Knowledge of WordNet for Neural Word Sense Disambiguation
About
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 reduces 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 method, we present a WSD system which relies on pre-trained BERT word vectors in order to achieve results that significantly outperform the state of the art on all WSD evaluation tasks.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Word Sense Disambiguation | English All-Words Average (test) | -- | 19 | |
| Constituency Parsing | French Treebank (FTB) SPMRL shared task (test) | F183.85 | 8 | |
| Constituency Parsing | French Treebank (FTB) SPMRL shared task (dev) | F1 Score84.31 | 7 | |
| Dependency Parsing | French Treebank | UAS88.92 | 7 | |
| Noun Sense Disambiguation | modified French SemEval 2013 (test) | F1 (Single Mean)45.73 | 6 | |
| POS Tagging | French Treebank (FTB) SPMRL shared task (dev) | POS Accuracy97.6 | 6 | |
| POS Tagging | French Treebank (FTB) SPMRL shared task (test) | POS Accuracy97.5 | 6 | |
| Verb Sense Disambiguation | FrenchSemEval (test) | F1 Score34.9 | 5 |