paper-with-me

Papers

A Simple and Efficient Method To Generate Word Sense Representations

2014-12-18 · RANLP 2015 9 · Luis Nieto Piña, Richard Johansson

Distributed representations of words have boosted the performance of many Natural Language Processing tasks. However, usually only one representation per word is obtained, not acknowledging the fact that some words have multiple meanings. This has a negative effect on the individual word representations and the language model as a whole. In this paper we present a simple model that enables recent techniques for building word vectors to represent distinct senses of polysemic words. In our assessment of this model we show that it is able to effectively discriminate between words' senses and to do so in a computationally efficient manner.

📄 PDF Abstract BibTeX arXiv:1412.6045

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Understanding and Improving Multi-Sense Word Embeddings via Extended Robust Principal Component Analysis

2018-03-03 · Haoyue Shi, Yuqi Sun, Junfeng Hu

Unsupervised learned representations of polysemous words generate a large of pseudo multi senses since unsupervised methods are overly sensitive to contextual variations. In this paper, we address the pseudo multi-sense …

Dimensionality ReductionWord EmbeddingsWord Similarity

Lost in Context? On the Sense-wise Variance of Contextualized Word Embeddings

2022-08-20 · Yile Wang, Yue Zhang

Contextualized word embeddings in language models have given much advance to NLP. Intuitively, sentential information is integrated into the representation of words, which can help model polysemy. However, context sensit…

PositionSentenceWord EmbeddingsWord Sense Disambiguation

Making Sense of Word Embeddings

2017-08-10 · WS 2016 8 · Maria Pelevina, Nikolay Arefyev, Chris Biemann, Alexander Panchenko

We present a simple yet effective approach for learning word sense embeddings. In contrast to existing techniques, which either directly learn sense representations from corpora or rely on sense inventories from lexical …

ClusteringWord Embeddings

De-Conflated Semantic Representations

2016-08-05 · EMNLP 2016 11 · Mohammad Taher Pilehvar, Nigel Collier

One major deficiency of most semantic representation techniques is that they usually model a word type as a single point in the semantic space, hence conflating all the meanings that the word can have. Addressing this is…

Semantic SimilaritySemantic Textual Similarity

A Simple Approach to Learn Polysemous Word Embeddings

2017-07-06 · Yifan Sun, Nikhil Rao, Weicong Ding

Many NLP applications require disambiguating polysemous words. Existing methods that learn polysemous word vector representations involve first detecting various senses and optimizing the sense-specific embeddings separa…

Relevance DetectionRepresentation LearningWord EmbeddingsWord Sense Induction+1