CLLGSep 24, 2020

Adapting BERT for Word Sense Disambiguation with Gloss Selection Objective and Example Sentences

arXiv:2009.11795v2994 citations
AI Analysis

This work addresses the problem of word sense disambiguation for natural language processing applications, representing an incremental improvement.

The paper tackled word sense disambiguation by formulating it as a relevance ranking task and fine-tuning BERT with a gloss selection objective, achieving state-of-the-art results on English all-words benchmark datasets.

Domain adaptation or transfer learning using pre-trained language models such as BERT has proven to be an effective approach for many natural language processing tasks. In this work, we propose to formulate word sense disambiguation as a relevance ranking task, and fine-tune BERT on sequence-pair ranking task to select the most probable sense definition given a context sentence and a list of candidate sense definitions. We also introduce a data augmentation technique for WSD using existing example sentences from WordNet. Using the proposed training objective and data augmentation technique, our models are able to achieve state-of-the-art results on the English all-words benchmark datasets.

Code Implementations1 repo
Foundations

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

Your Notes