CLLGMay 8, 2020

Comparative Analysis of Word Embeddings for Capturing Word Similarities

arXiv:2005.03812v136 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the challenge for NLP practitioners in choosing effective word embeddings, but it is incremental as it focuses on comparative analysis without introducing new methods.

The paper tackled the problem of selecting high-quality word embeddings for NLP models by evaluating several state-of-the-art methods on benchmark datasets for word similarity, finding correlations between ground truth similarities and those derived from embeddings.

Distributed language representation has become the most widely used technique for language representation in various natural language processing tasks. Most of the natural language processing models that are based on deep learning techniques use already pre-trained distributed word representations, commonly called word embeddings. Determining the most qualitative word embeddings is of crucial importance for such models. However, selecting the appropriate word embeddings is a perplexing task since the projected embedding space is not intuitive to humans. In this paper, we explore different approaches for creating distributed word representations. We perform an intrinsic evaluation of several state-of-the-art word embedding methods. Their performance on capturing word similarities is analysed with existing benchmark datasets for word pairs similarities. The research in this paper conducts a correlation analysis between ground truth word similarities and similarities obtained by different word embedding methods.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes