Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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.

Fuli Luo, Tianyu Liu, Qiaolin Xia, Baobao Chang, Zhifang Sui• 2018

Related benchmarks

TaskDatasetResultRank
Word Sense DisambiguationSensEval-3 (test)
F1 Score70.5
51
Word Sense DisambiguationSensEval-2 (test)
F1 Score72.2
35
Word Sense DisambiguationSenseval-2
F1 Score72.4
20
Word Sense DisambiguationSenseval-3
F1 Score70.5
20
Word Sense DisambiguationSemEval Task 13 2015 (test)
F172.6
19
Word Sense DisambiguationEnglish All-Words Average (test)
F1 Score70.6
19
Word Sense DisambiguationSemEval Task 12 2013 (test)
F1 Score67.2
19
Word Sense DisambiguationSemEval Task 12 2013
F1 Score0.672
12
Word Sense DisambiguationSemEval Task 13 2015
F1 Score72.6
12
Word Sense DisambiguationConcatenation of Datasets SE2 SE3 SE13 SE15 (test)
Noun Accuracy0.722
12
Showing 10 of 10 rows

Other info

Code

Follow for update