English

Text comparison using word vector representations and dimensionality reduction

Computation and Language 2016-07-05 v1

Abstract

This paper describes a technique to compare large text sources using word vector representations (word2vec) and dimensionality reduction (t-SNE) and how it can be implemented using Python. The technique provides a bird's-eye view of text sources, e.g. text summaries and their source material, and enables users to explore text sources like a geographical map. Word vector representations capture many linguistic properties such as gender, tense, plurality and even semantic concepts like "capital city of". Using dimensionality reduction, a 2D map can be computed where semantically similar words are close to each other. The technique uses the word2vec model from the gensim Python library and t-SNE from scikit-learn.

Keywords

Cite

@article{arxiv.1607.00534,
  title  = {Text comparison using word vector representations and dimensionality reduction},
  author = {Hendrik Heuer},
  journal= {arXiv preprint arXiv:1607.00534},
  year   = {2016}
}
R2 v1 2026-06-22T14:41:35.415Z