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

Connect-the-Dots: Bridging Semantics between Words and Definitions via Aligning Word Sense Inventories

About

Word Sense Disambiguation (WSD) aims to automatically identify the exact meaning of one word according to its context. Existing supervised models struggle to make correct predictions on rare word senses due to limited training data and can only select the best definition sentence from one predefined word sense inventory (e.g., WordNet). To address the data sparsity problem and generalize the model to be independent of one predefined inventory, we propose a gloss alignment algorithm that can align definition sentences (glosses) with the same meaning from different sense inventories to collect rich lexical knowledge. We then train a model to identify semantic equivalence between a target word in context and one of its glosses using these aligned inventories, which exhibits strong transfer capability to many WSD tasks. Experiments on benchmark datasets show that the proposed method improves predictions on both frequent and rare word senses, outperforming prior work by 1.2% on the All-Words WSD Task and 4.3% on the Low-Shot WSD Task. Evaluation on WiC Task also indicates that our method can better capture word meanings in context.

Wenlin Yao, Xiaoman Pan, Lifeng Jin, Jianshu Chen, Dian Yu, Dong Yu• 2021

Related benchmarks

TaskDatasetResultRank
Word Sense DisambiguationSensEval-3 (test)
F1 Score79.6
51
Word Sense DisambiguationWiC (test)
Accuracy75.9
26
Word Sense DisambiguationSenseval-2 (SE2) 3.0 (test)
F1 Score81.8
16
Word Sense DisambiguationSemEval-13 (SE13) 3.0 (test)
F1 Score81.2
16
Word Sense DisambiguationAll-Words WSD Concatenation SE2+SE3+SE13+SE15 3.0 (test)
Overall F180.7
16
Word Sense DisambiguationSemEval-15 (SE15) 3.0 (test)
F1 Score83
16
Word Sense DisambiguationSemEval-07 3.0 (dev)
F1 Score74.9
14
Word Sense DisambiguationFEWS (dev)
F1 Score (Full Set)77.8
10
Word Sense DisambiguationFEWS (test)
F1 (Full Set)77.3
10
Showing 9 of 9 rows

Other info

Code

Follow for update