paper-with-me

홈 › Papers

Probabilistic FastText for Multi-Sense Word Embeddings

2018-06-07 · ACL 2018 7 · Ben Athiwaratkun, Andrew Gordon Wilson, Anima Anandkumar

We introduce Probabilistic FastText, a new model for word embeddings that can capture multiple word senses, sub-word structure, and uncertainty information. In particular, we represent each word with a Gaussian mixture density, where the mean of a mixture component is given by the sum of n-grams. This representation allows the model to share statistical strength across sub-word structures (e.g. Latin roots), producing accurate representations of rare, misspelt, or even unseen words. Moreover, each component of the mixture can capture a different word sense. Probabilistic FastText outperforms both FastText, which has no probabilistic model, and dictionary-level probabilistic embeddings, which do not incorporate subword structures, on several word-similarity benchmarks, including English RareWord and foreign language datasets. We also achieve state-of-art performance on benchmarks that measure ability to discern different meanings. Thus, the proposed model is the first to achieve multi-sense representations while having enriched semantics on rare words.

📄 PDF Abstract BibTeX arXiv:1806.02901

Code (1)

benathi/multisense-prob-fasttext 공식 구현

Tasks

Word EmbeddingsWord Similarity

Methods 이 논문이 사용한 방법론

fastText fastText embeddings exploit subword information to construct word embeddings. Representations are learnt of character $n$-grams, and words represented as the sum of the…

Similar Papers 제목 키워드 기반

Generating Sense Embeddings for Syntactic and Semantic Analogy for Portuguese

2020-01-21 · Jessica Rodrigues da Silva, Helena de Medeiros Caseli

Word embeddings are numerical vectors which can represent words or concepts in a low-dimensional continuous space. These vectors are able to capture useful syntactic and semantic information. The traditional approaches l…

Word Embeddings

Sense representations for Portuguese: experiments with sense embeddings and deep neural language models

2021-08-31 · Jessica Rodrigues da Silva, Helena de Medeiros Caseli

Sense representations have gone beyond word representations like Word2Vec, GloVe and FastText and achieved innovative performance on a wide range of natural language processing tasks. Although very useful in many applica…

Semantic Textual SimilarityTransfer LearningWord Embeddings

Word Sense Disambiguation for 158 Languages using Word Embeddings Only

2020-03-14 · LREC 2020 5 · Varvara Logacheva, Denis Teslenko, Artem Shelmanov, Steffen Remus 외

Disambiguation of word senses in context is easy for humans, but is a major challenge for automatic approaches. Sophisticated supervised and knowledge-based models were developed to solve this task. However, (i) the inhe…

Word EmbeddingsWord Sense Disambiguation

Disambiguated skip-gram model

2018-10-01 · EMNLP 2018 10 · Karol Grzegorczyk, Marcin Kurdziel

We present disambiguated skip-gram: a neural-probabilistic model for learning multi-sense distributed representations of words. Disambiguated skip-gram jointly estimates a skip-gram-like context word prediction model and…

Image CaptioningmodelWord EmbeddingsWord Sense Disambiguation+1

Evaluation of Taxonomy Enrichment on Diachronic WordNet Versions

2021-01-01 · EACL (GWC) 2021 1 · Irina Nikishina, Natalia Loukachevitch, Varvara Logacheva, Alexander Panchenko

The vast majority of the existing approaches for taxonomy enrichment apply word embeddings as they have proven to accumulate contexts (in a broad sense) extracted from texts which are sufficient for attaching orphan word…

Word Embeddings