paper-with-me

Papers

A Survey On Neural Word Embeddings

2021-10-05 · Erhan Sezerer, Selma Tekir

Understanding human language has been a sub-challenge on the way of intelligent machines. The study of meaning in natural language processing (NLP) relies on the distributional hypothesis where language elements get meaning from the words that co-occur within contexts. The revolutionary idea of distributed representation for a concept is close to the working of a human mind in that the meaning of a word is spread across several neurons, and a loss of activation will only slightly affect the memory retrieval process. Neural word embeddings transformed the whole field of NLP by introducing substantial improvements in all NLP tasks. In this survey, we provide a comprehensive literature review on neural word embeddings. We give theoretical foundations and describe existing work by an interplay between word embeddings and language modelling. We provide broad coverage on neural word embeddings, including early word embeddings, embeddings targeting specific semantic relations, sense embeddings, morpheme embeddings, and finally, contextual representations. Finally, we describe benchmark datasets in word embeddings' performance evaluation and downstream tasks along with the performance results of/due to word embeddings.

📄 PDF Abstract BibTeX arXiv:2110.01804

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModellingRetrievalSurveyWord Embeddings

Similar Papers 제목 키워드 기반

When do Word Embeddings Accurately Reflect Surveys on our Beliefs About People?

2020-04-25 · ACL 2020 6 · Kenneth Joseph, Jonathan H. Morgan

Social biases are encoded in word embeddings. This presents a unique opportunity to study society historically and at scale, and a unique danger when embeddings are used in downstream applications. Here, we investigate t…

SurveyWord Embeddings

A Survey on Contextual Embeddings

2020-03-16 · Qi Liu, Matt J. Kusner, Phil Blunsom

Contextual embeddings, such as ELMo and BERT, move beyond global word representations like Word2Vec and achieve ground-breaking performance on a wide range of natural language processing tasks. Contextual embeddings assi…

Model CompressionSurvey

A Survey on Word Meta-Embedding Learning

2022-04-25 · Danushka Bollegala, James O'Neill

Meta-embedding (ME) learning is an emerging approach that attempts to learn more accurate word embeddings given existing (source) word embeddings as the sole input. Due to their ability to incorporate semantics from mult…

SurveyWord Embeddings

Word Embeddings: A Survey

2019-01-25 · Felipe Almeida, Geraldo Xexéo

This work lists and describes the main recent strategies for building fixed-length, dense and distributed representations for words, based on the distributional hypothesis. These representations are now commonly called w…

SurveyWord Embeddings

A Literature Study of Embeddings on Source Code

2019-04-05 · Zimin Chen, Martin Monperrus

Natural language processing has improved tremendously after the success of word embedding techniques such as word2vec. Recently, the same idea has been applied on source code with encouraging results. In this survey, we …

ArticlesSurvey