Word Sense Disambiguation

142 papers with code • 15 benchmarks • 15 datasets

The task of Word Sense Disambiguation (WSD) consists of associating words in context with their most suitable entry in a pre-defined sense inventory. The de-facto sense inventory for English in WSD is WordNet. For example, given the word “mouse” and the following sentence:

“A mouse consists of an object held in one's hand, with one or more buttons.”

we would assign “mouse” with its electronic device sense (the 4th sense in the WordNet sense inventory).

Libraries

Use these libraries to find Word Sense Disambiguation models and implementations

HKUST at SemEval-2023 Task 1: Visual Word Sense Disambiguation with Context Augmentation and Visual Assistance

thomas-yin/semeval-2023-task1 30 Nov 2023

Visual Word Sense Disambiguation (VWSD) is a multi-modal task that aims to select, among a batch of candidate images, the one that best entails the target word's meaning within a limited context.

0
30 Nov 2023

How Contentious Terms About People and Cultures are Used in Linked Open Data

mnn-001-p/lodlit 13 Nov 2023

In some cases, LOD contributors mark contentious terms with words and phrases in literals (implicit markers) or properties linked to resources (explicit markers).

0
13 Nov 2023

Large Language Models and Multimodal Retrieval for Visual Word Sense Disambiguation

anastasiakrith/multimodal-retrieval-for-vwsd 21 Oct 2023

We also study VWSD as a unimodal problem by converting to text-to-text and image-to-image retrieval, as well as question-answering (QA), to fully explore the capabilities of relevant models.

0
21 Oct 2023

Can Word Sense Distribution Detect Semantic Changes of Words?

LivNLP/Sense-based-Semantic-Change-Prediction 16 Oct 2023

Given this relationship between WSD and SCD, we explore the possibility of predicting whether a target word has its meaning changed between two corpora collected at different time steps, by comparing the distributions of senses of that word in each corpora.

0
16 Oct 2023

Language Models as Knowledge Bases for Visual Word Sense Disambiguation

anastasiakrith/llm-for-vwsd 3 Oct 2023

Visual Word Sense Disambiguation (VWSD) is a novel challenging task that lies between linguistic sense disambiguation and fine-grained multimodal retrieval.

1
03 Oct 2023

OYXOY: A Modern NLP Test Suite for Modern Greek

stergioscha/oyxoy 13 Sep 2023

This paper serves as a foundational step towards the development of a linguistically motivated and technically relevant evaluation suite for Greek NLP.

2
13 Sep 2023

ContrastWSD: Enhancing Metaphor Detection with Word Sense Disambiguation Following the Metaphor Identification Procedure

melzohbi/contrastwsd 6 Sep 2023

This paper presents ContrastWSD, a RoBERTa-based metaphor detection model that integrates the Metaphor Identification Procedure (MIP) and Word Sense Disambiguation (WSD) to extract and contrast the contextual meaning with the basic meaning of a word to determine whether it is used metaphorically in a sentence.

0
06 Sep 2023

Combating the Curse of Multilinguality in Cross-Lingual WSD by Aligning Sparse Contextualized Word Representations

begab/sparsity_makes_sense NAACL 2022

In this paper, we advocate for using large pre-trained monolingual language models in cross lingual zero-shot word sense disambiguation (WSD) coupled with a contextualized mapping mechanism.

10
25 Jul 2023

UAlberta at SemEval-2023 Task 1: Context Augmentation and Translation for Multilingual Visual Word Sense Disambiguation

ualberta-nlp/v-wsd 24 Jun 2023

We present a novel algorithm that leverages glosses retrieved from BabelNet, in combination with text and image encoders.

4
24 Jun 2023

Word sense extension

jadeleiyu/word_sense_extension 9 Jun 2023

Humans often make creative use of words to express novel senses.

5
09 Jun 2023