# Training Temporal Word Embeddings with a Compass

**Authors:** Valerio Di Carlo, Federico Bianchi, Matteo Palmonari

arXiv: 1906.02376 · 2019-06-07

## TL;DR

This paper introduces a simple, efficient heuristic for training temporal word embeddings using a compass approach with Word2vec, improving robustness and reducing resource requirements.

## Contribution

The paper proposes a novel heuristic that simplifies and enhances the training of temporal word embeddings by leveraging atemporal vectors as a reference point.

## Key findings

- Outperforms or matches existing methods in accuracy.
- Requires smaller text corpora for effective training.
- Simplifies the training process, making it more accessible.

## Abstract

Temporal word embeddings have been proposed to support the analysis of word meaning shifts during time and to study the evolution of languages. Different approaches have been proposed to generate vector representations of words that embed their meaning during a specific time interval. However, the training process used in these approaches is complex, may be inefficient or it may require large text corpora. As a consequence, these approaches may be difficult to apply in resource-scarce domains or by scientists with limited in-depth knowledge of embedding models. In this paper, we propose a new heuristic to train temporal word embeddings based on the Word2vec model. The heuristic consists in using atemporal vectors as a reference, i.e., as a compass, when training the representations specific to a given time interval. The use of the compass simplifies the training process and makes it more efficient. Experiments conducted using state-of-the-art datasets and methodologies suggest that our approach outperforms or equals comparable approaches while being more robust in terms of the required corpus size.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.02376/full.md

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1906.02376/full.md

## References

24 references — full list in the complete paper: https://tomesphere.com/paper/1906.02376/full.md

---
Source: https://tomesphere.com/paper/1906.02376