Incorporating Glosses into Neural Word Sense Disambiguation
About
Word Sense Disambiguation (WSD) aims to identify the correct meaning of polysemous words in the particular context. Lexical resources like WordNet which are proved to be of great help for WSD in the knowledge-based methods. However, previous neural networks for WSD always rely on massive labeled data (context), ignoring lexical resources like glosses (sense definitions). In this paper, we integrate the context and glosses of the target word into a unified framework in order to make full use of both labeled data and lexical knowledge. Therefore, we propose GAS: a gloss-augmented WSD neural network which jointly encodes the context and glosses of the target word. GAS models the semantic relationship between the context and the gloss in an improved memory network framework, which breaks the barriers of the previous supervised methods and knowledge-based methods. We further extend the original gloss of word sense via its semantic relations in WordNet to enrich the gloss information. The experimental results show that our model outperforms the state-of-theart systems on several English all-words WSD datasets.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Word Sense Disambiguation | SensEval-3 (test) | F1 Score70.5 | 51 | |
| Word Sense Disambiguation | SensEval-2 (test) | F1 Score72.2 | 35 | |
| Word Sense Disambiguation | Senseval-2 | F1 Score72.4 | 20 | |
| Word Sense Disambiguation | Senseval-3 | F1 Score70.5 | 20 | |
| Word Sense Disambiguation | SemEval Task 13 2015 (test) | F172.6 | 19 | |
| Word Sense Disambiguation | English All-Words Average (test) | F1 Score70.6 | 19 | |
| Word Sense Disambiguation | SemEval Task 12 2013 (test) | F1 Score67.2 | 19 | |
| Word Sense Disambiguation | SemEval Task 12 2013 | F1 Score0.672 | 12 | |
| Word Sense Disambiguation | SemEval Task 13 2015 | F1 Score72.6 | 12 | |
| Word Sense Disambiguation | Concatenation of Datasets SE2 SE3 SE13 SE15 (test) | Noun Accuracy0.722 | 12 |