English

Are Word Embedding Methods Stable and Should We Care About It?

Computation and Language 2024-06-13 v2 Information Retrieval

Abstract

A representation learning method is considered stable if it consistently generates similar representation of the given data across multiple runs. Word Embedding Methods (WEMs) are a class of representation learning methods that generate dense vector representation for each word in the given text data. The central idea of this paper is to explore the stability measurement of WEMs using intrinsic evaluation based on word similarity. We experiment with three popular WEMs: Word2Vec, GloVe, and fastText. For stability measurement, we investigate the effect of five parameters involved in training these models. We perform experiments using four real-world datasets from different domains: Wikipedia, News, Song lyrics, and European parliament proceedings. We also observe the effect of WEM stability on three downstream tasks: Clustering, POS tagging, and Fairness evaluation. Our experiments indicate that amongst the three WEMs, fastText is the most stable, followed by GloVe and Word2Vec.

Keywords

Cite

@article{arxiv.2104.08433,
  title  = {Are Word Embedding Methods Stable and Should We Care About It?},
  author = {Angana Borah and Manash Pratim Barman and Amit Awekar},
  journal= {arXiv preprint arXiv:2104.08433},
  year   = {2024}
}

Comments

Accepted to ACM Hypertext 2021

R2 v1 2026-06-24T01:16:03.844Z