SOTAVerified

Towards better substitution-based word sense induction

2019-05-29Code Available0· sign in to hype

Asaf Amrami, Yoav Goldberg

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
SemEval 2010 WSIBERT+DPF-Score71.3Unverified

Reproductions