paper-with-me

홈 › Papers

Learning Word Embeddings without Context Vectors

2019-08-01 · WS 2019 8 · Alexey Zobnin, Evgenia Elistratova

Most word embedding algorithms such as word2vec or fastText construct two sort of vectors: for words and for contexts. Naive use of vectors of only one sort leads to poor results. We suggest using indefinite inner product in skip-gram negative sampling algorithm. This allows us to use only one sort of vectors without loss of quality. Our {``}context-free{''} cf algorithm performs on par with SGNS on word similarity datasets

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Learning Word EmbeddingsWord 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 제목 키워드 기반

Context-Aware Cross-Lingual Mapping

2019-03-08 · NAACL 2019 6 · Hanan Aldarmaki, Mona Diab

Cross-lingual word vectors are typically obtained by fitting an orthogonal matrix that maps the entries of a bilingual dictionary from a source to a target vector space. Word vectors, however, are most commonly used for …

RetrievalSentenceSentence EmbeddingsTranslation+2

Context Vectors are Reflections of Word Vectors in Half the Dimensions

2019-02-26 · Zhenisbek Assylbekov, Rustem Takhanov

This paper takes a step towards theoretical analysis of the relationship between word embeddings and context embeddings in models such as word2vec. We start from basic probabilistic assumptions on the nature of word vect…

Text GenerationWord Embeddings

Deriving Word Vectors from Contextualized Language Models using Topic-Aware Mention Selection

2021-06-15 · ACL (RepL4NLP) 2021 8 · Yixiao Wang, Zied Bouraoui, Luis Espinosa Anke, Steven Schockaert

One of the long-standing challenges in lexical semantics consists in learning representations of words which reflect their semantic properties. The remarkable success of word embeddings for this purpose suggests that hig…

SentenceWord Embeddings

CWTM: Leveraging Contextualized Word Embeddings from BERT for Neural Topic Modeling

2023-05-16 · Zheng Fang, Yulan He, Rob Procter

Most existing topic models rely on bag-of-words (BOW) representation, which limits their ability to capture word order information and leads to challenges with out-of-vocabulary (OOV) words in new documents. Contextualiz…

Document ClassificationLanguage ModellingNatural Language UnderstandingNER+3

Modelling General Properties of Nouns by Selectively Averaging Contextualised Embeddings

2020-12-04 · Na Li, Zied Bouraoui, Jose Camacho Collados, Luis Espinosa-Anke 외

While the success of pre-trained language models has largely eliminated the need for high-quality static word vectors in many NLP applications, such vectors continue to play an important role in tasks where words need to…

Knowledge Base Completion