Non-Parametric Few-Shot Learning for Word Sense Disambiguation
Howard Chen, Mengzhou Xia, and Danqi Chen

TL;DR
This paper introduces MetricWSD, a non-parametric few-shot learning method for word sense disambiguation that effectively handles data imbalance by leveraging episodic training to transfer knowledge from frequent to infrequent words, achieving strong results without lexical resources.
Contribution
It proposes a novel non-parametric approach that addresses data imbalance in WSD by episodic training, outperforming parametric models without using lexical resources.
Findings
Achieves 75.1 F1 score on WSD benchmark
Significant improvement for infrequent words and senses
Effective transfer of knowledge from high-frequency to low-frequency words
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Speech and dialogue systems
