Non-Parametric Few-Shot Learning for Word Sense Disambiguation

Howard Chen, Mengzhou Xia, Danqi Chen


Abstract
Word sense disambiguation (WSD) is a long-standing problem in natural language processing. One significant challenge in supervised all-words WSD is to classify among senses for a majority of words that lie in the long-tail distribution. For instance, 84% of the annotated words have less than 10 examples in the SemCor training data. This issue is more pronounced as the imbalance occurs in both word and sense distributions. In this work, we propose MetricWSD, a non-parametric few-shot learning approach to mitigate this data imbalance issue. By learning to compute distances among the senses of a given word through episodic training, MetricWSD transfers knowledge (a learned metric space) from high-frequency words to infrequent ones. MetricWSD constructs the training episodes tailored to word frequencies and explicitly addresses the problem of the skewed distribution, as opposed to mixing all the words trained with parametric models in previous work. Without resorting to any lexical resources, MetricWSD obtains strong performance against parametric alternatives, achieving a 75.1 F1 score on the unified WSD evaluation benchmark (Raganato et al., 2017b). Our analysis further validates that infrequent words and senses enjoy significant improvement.
Anthology ID:
2021.naacl-main.142
Volume:
Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies
Month:
June
Year:
2021
Address:
Online
Venue:
NAACL
SIG:
Publisher:
Association for Computational Linguistics
Note:
Pages:
1774–1781
Language:
URL:
https://aclanthology.org/2021.naacl-main.142
DOI:
10.18653/v1/2021.naacl-main.142
Bibkey:
Cite (ACL):
Howard Chen, Mengzhou Xia, and Danqi Chen. 2021. Non-Parametric Few-Shot Learning for Word Sense Disambiguation. In Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, pages 1774–1781, Online. Association for Computational Linguistics.
Cite (Informal):
Non-Parametric Few-Shot Learning for Word Sense Disambiguation (Chen et al., NAACL 2021)
Copy Citation:
PDF:
https://preview.aclanthology.org/auto-file-uploads/2021.naacl-main.142.pdf
Video:
 https://preview.aclanthology.org/auto-file-uploads/2021.naacl-main.142.mp4
Code
 princeton-nlp/metric-wsd
Data
Word Sense Disambiguation: a Unified Evaluation Framework and Empirical Comparison