CLMay 29, 2019

Towards better substitution-based word sense induction

arXiv:1905.12598v245 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses unsupervised word sense disambiguation for NLP applications, but it is incremental as it builds on existing methods with adaptations.

The paper tackles word sense induction by extending a substitution-based method to BERT and enabling dynamic clustering, achieving improved scores, and provides error analysis to identify remaining challenges.

Word sense induction (WSI) is the task of unsupervised clustering of word usages within a sentence to distinguish senses. Recent work obtain strong results by clustering lexical substitutes derived from pre-trained RNN language models (ELMo). Adapting the method to BERT improves the scores even further. We extend the previous method to support a dynamic rather than a fixed number of clusters as supported by other prominent methods, and propose a method for interpreting the resulting clusters by associating them with their most informative substitutes. We then perform extensive error analysis revealing the remaining sources of errors in the WSI task. Our code is available at https://github.com/asafamr/bertwsi.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes