# Characterizing the impact of geometric properties of word embeddings on   task performance

**Authors:** Brendan Whitaker, Denis Newman-Griffis, Aparajita Haldar, Hakan, Ferhatosmanoglu, Eric Fosler-Lussier

arXiv: 1904.04866 · 2019-04-11

## TL;DR

This paper investigates how geometric properties of word embeddings, such as position and distances, affect NLP task performance, revealing that local similarity is crucial for extrinsic tasks and absolute position impacts intrinsic evaluations.

## Contribution

It introduces a systematic analysis of four geometric properties of embeddings and their influence on downstream NLP tasks, guiding future embedding design and processing.

## Key findings

- Intrinsic evaluations are highly sensitive to absolute position.
- Extrinsic tasks primarily depend on local pairwise similarity.
- Focus on local similarity improves downstream NLP performance.

## Abstract

Analysis of word embedding properties to inform their use in downstream NLP tasks has largely been studied by assessing nearest neighbors. However, geometric properties of the continuous feature space contribute directly to the use of embedding features in downstream models, and are largely unexplored. We consider four properties of word embedding geometry, namely: position relative to the origin, distribution of features in the vector space, global pairwise distances, and local pairwise distances. We define a sequence of transformations to generate new embeddings that expose subsets of these properties to downstream models and evaluate change in task performance to understand the contribution of each property to NLP models. We transform publicly available pretrained embeddings from three popular toolkits (word2vec, GloVe, and FastText) and evaluate on a variety of intrinsic tasks, which model linguistic information in the vector space, and extrinsic tasks, which use vectors as input to machine learning models. We find that intrinsic evaluations are highly sensitive to absolute position, while extrinsic tasks rely primarily on local similarity. Our findings suggest that future embedding models and post-processing techniques should focus primarily on similarity to nearby points in vector space.

## Full text

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

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1904.04866/full.md

## References

50 references — full list in the complete paper: https://tomesphere.com/paper/1904.04866/full.md

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