paper-with-me

Papers

Word Embedding Algorithms as Generalized Low Rank Models and their Canonical Form

2019-11-06 · Kian Kenyon-Dean

Word embedding algorithms produce very reliable feature representations of words that are used by neural network models across a constantly growing multitude of NLP tasks. As such, it is imperative for NLP practitioners to understand how their word representations are produced, and why they are so impactful. The present work presents the Simple Embedder framework, generalizing the state-of-the-art existing word embedding algorithms (including Word2vec (SGNS) and GloVe) under the umbrella of generalized low rank models. We derive that both of these algorithms attempt to produce embedding inner products that approximate pointwise mutual information (PMI) statistics in the corpus. Once cast as Simple Embedders, comparison of these models reveals that these successful embedders all resemble a straightforward maximum likelihood estimate (MLE) of the PMI parametrized by the inner product (between embeddings). This MLE induces our proposed novel word embedding model, Hilbert-MLE, as the canonical representative of the Simple Embedder framework. We empirically compare these algorithms with evaluations on 17 different datasets. Hilbert-MLE consistently observes second-best performance on every extrinsic evaluation (news classification, sentiment analysis, POS-tagging, and supersense tagging), while the first-best model depends varying on the task. Moreover, Hilbert-MLE consistently observes the least variance in results with respect to the random initialization of the weights in bidirectional LSTMs. Our empirical results demonstrate that Hilbert-MLE is a very consistent word embedding algorithm that can be reliably integrated into existing NLP systems to obtain high-quality results.

📄 PDF Abstract BibTeX arXiv:1911.02639

Code (0)

등록된 구현이 없습니다.

Tasks

FormNews ClassificationPOSPOS TaggingSentiment Analysis

Similar Papers 제목 키워드 기반

Affect Enriched Word Embeddings for News Information Retrieval

2019-09-04 · Tommaso Teofili, Niyati Chhaya

Distributed representations of words have shown to be useful to improve the effectiveness of IR systems in many sub-tasks like query expansion, retrieval and ranking. Algorithms like word2vec, GloVe and others are also k…

Information RetrievalRetrievalWord Embeddings

Exponential Family Word Embeddings: An Iterative Approach for Learning Word Vectors

2018-10-22 · NIPS Workshop IRASL 2018 · Anonymous

GloVe and Skip-gram word embedding methods learn word vectors by decomposing a denoised matrix of word co-occurrences into a product of low-rank matrices. In this work, we propose an iterative algorithm for computing wor…

Word Embeddings

GenSense: A Generalized Sense Retrofitting Model

2018-08-01 · COLING 2018 8 · Yang-Yin Lee, Ting-Yu Yen, Hen-Hsen Huang, Yow-Ting Shiue 외

With the aid of recently proposed word embedding algorithms, the study of semantic similarity has progressed and advanced rapidly. However, many natural language processing tasks need sense level representation. To addre…

modelSemantic SimilaritySemantic Textual SimilarityWord Sense Disambiguation+1

WordRank: Learning Word Embeddings via Robust Ranking

2015-06-09 · EMNLP 2016 11 · Shihao Ji, Hyokun Yun, Pinar Yanardag, Shin Matsushima 외

Embedding words in a vector space has gained a lot of attention in recent years. While state-of-the-art methods provide efficient computation of word similarities via a low-dimensional matrix embedding, their motivation …

Learning Word EmbeddingsWord EmbeddingsWord Similarity

Using Graphs for Word Embedding with Enhanced Semantic Relations

2019-11-01 · WS 2019 11 · Matan Zuckerman, Mark Last

Word embedding algorithms have become a common tool in the field of natural language processing. While some, like Word2Vec, are based on sequential text input, others are utilizing a graph representation of text. In this…

text-classificationText Classification