paper-with-me

Papers

ShotgunWSD: An unsupervised algorithm for global word sense disambiguation inspired by DNA sequencing

2017-07-25 · EACL 2017 4 · Andrei M. Butnaru, Radu Tudor Ionescu, Florentina Hristea

In this paper, we present a novel unsupervised algorithm for word sense disambiguation (WSD) at the document level. Our algorithm is inspired by a widely-used approach in the field of genetics for whole genome sequencing, known as the Shotgun sequencing technique. The proposed WSD algorithm is based on three main steps. First, a brute-force WSD algorithm is applied to short context windows (up to 10 words) selected from the document in order to generate a short list of likely sense configurations for each window. In the second step, these local sense configurations are assembled into longer composite configurations based on suffix and prefix matching. The resulted configurations are ranked by their length, and the sense of each word is chosen based on a voting scheme that considers only the top k configurations in which the word appears. We compare our algorithm with other state-of-the-art unsupervised WSD algorithms and demonstrate better performance, sometimes by a very large margin. We also show that our algorithm can yield better performance than the Most Common Sense (MCS) baseline on one data set. Moreover, our algorithm has a very small number of parameters, is robust to parameter tuning, and, unlike other bio-inspired methods, it gives a deterministic solution (it does not involve random choices).

📄 PDF Abstract BibTeX arXiv:1707.08084

Code (0)

등록된 구현이 없습니다.

Tasks

Common Sense ReasoningWord Sense Disambiguation

Similar Papers 제목 키워드 기반

Assamese Word Sense Disambiguation using Genetic Algorithm

2020-12-01 · ICON 2020 12 · Arjun Gogoi, Nomi Baruah, Shikhar Kr. Sarma

Word sense disambiguation (WSD) is a problem to determine a word according to a context in which it occurs. There are plenty amount of works done in WSD for some languages such as English, but research work on Assamese W…

Word Sense Disambiguation

Geometry of Polysemy

2016-10-24 · Jiaqi Mu, Suma Bhat, Pramod Viswanath

Vector representations of words have heralded a transformational approach to classical problems in NLP; the most popular example is word2vec. However, a single vector does not suffice to model the polysemous nature of ma…

ClusteringSentence

Efficient Graph-based Word Sense Induction by Distributional Inclusion Vector Embeddings

2018-04-09 · WS 2018 6 · Haw-Shiuan Chang, Amol Agrawal, Ananya Ganesh, Anirudha Desai 외

Word sense induction (WSI), which addresses polysemy by unsupervised discovery of multiple word senses, resolves ambiguities for downstream NLP tasks and also makes word representations more interpretable. This paper pro…

Word Sense Induction

Unsupervised Learning of Visual Sense Models for Polysemous Words

2008-12-01 · NeurIPS 2008 12 · Kate Saenko, Trevor Darrell

Polysemy is a problem for methods that exploit image search engines to build object category models. Existing unsupervised approaches do not take word sense into consideration. We propose a new method that uses a diction…

Image Retrieval

To Word Senses and Beyond: Inducing Concepts with Contextualized Language Models

2024-06-28 · Bastien Liétard, Pascal Denis, Mikaella Keller

Polysemy and synonymy are two crucial interrelated facets of lexical ambiguity. While both phenomena are widely documented in lexical resources and have been studied extensively in NLP, leading to dedicated systems, they…

ClusteringLEMMAWord Sense Induction