paper-with-me

Papers

Deconstructing and reconstructing word embedding algorithms

2019-11-29 · Edward Newell, Kian Kenyon-Dean, Jackie Chi Kit Cheung

Uncontextualized word embeddings are reliable feature representations of words used to obtain high quality results for various NLP applications. Given the historical success of word embeddings in NLP, we propose a retrospective on some of the most well-known word embedding algorithms. In this work, we deconstruct Word2vec, GloVe, and others, into a common form, unveiling some of the necessary and sufficient conditions required for making performant word embeddings. We find that each algorithm: (1) fits vector-covector dot products to approximate pointwise mutual information (PMI); and, (2) modulates the loss gradient to balance weak and strong signals. We demonstrate that these two algorithmic features are sufficient conditions to construct a novel word embedding algorithm, Hilbert-MLE. We find that its embeddings obtain equivalent or better performance against other algorithms across 17 intrinsic and extrinsic datasets.

📄 PDF Abstract BibTeX arXiv:1911.13280

Code (0)

등록된 구현이 없습니다.

Tasks

Word Embeddings

Methods 이 논문이 사용한 방법론

GloVe GloVe Embeddings are a type of word embedding that encode the co-occurrence probability ratio between two words as vector differences. GloVe uses a weighted least squares…

Similar Papers 제목 키워드 기반

Deconstructing word embedding algorithms

2020-11-12 · EMNLP 2020 11 · Kian Kenyon-Dean, Edward Newell, Jackie Chi Kit Cheung

Word embeddings are reliable feature representations of words used to obtain high quality results for various NLP applications. Uncontextualized word embeddings are used in many NLP tasks today, especially in resource-li…

Word Embeddings

Deconstructing Word Embeddings

2019-01-08 · Koushik Varma Kalidindi

A review of Word Embedding Models through a deconstructive approach reveals their several shortcomings and inconsistencies. These include instability of the vector representations, a distorted analogical reasoning, geome…

RelationWord Embeddings

Subword-based Compact Reconstruction of Word Embeddings

2019-06-01 · NAACL 2019 6 · Shota Sasaki, Jun Suzuki, Kentaro Inui

The idea of subword-based word embeddings has been proposed in the literature, mainly for solving the out-of-vocabulary (OOV) word problem observed in standard word-based word embeddings. In this paper, we propose a meth…

Word Embeddings

Tiny Word Embeddings Using Globally Informed Reconstruction

2020-12-01 · COLING 2020 8 · Sora Ohashi, Mao Isogawa, Tomoyuki Kajiwara, Yuki Arase

We reduce the model size of pre-trained word embeddings by a factor of 200 while preserving its quality. Previous studies in this direction created a smaller word embedding model by reconstructing pre-trained word repres…

Word EmbeddingsWord Similarity

Deconstructing Supertagging into Multi-Task Sequence Prediction

2019-11-01 · CONLL 2019 11 · Zhenqi Zhu, Anoop Sarkar

Supertagging is a sequence prediction task where each word is assigned a piece of complex syntactic structure called a supertag. We provide a novel approach to multi-task learning for Tree Adjoining Grammar (TAG) superta…

Multi-Task LearningPredictionTAG