Correlations between Word Vector Sets
Vitalii Zhelezniak, April Shen, Daniel Busbridge, Aleksandar Savkov,, Nils Hammerla

TL;DR
This paper explores simple correlation-based methods for comparing sets of word embeddings, demonstrating they outperform complex models on semantic textual similarity tasks while being faster and easier to implement.
Contribution
It introduces a novel use of correlation operators, including centered kernel alignment (CKA), for comparing word embedding sets directly, bypassing pooling operations.
Findings
Correlation-based methods outperform many recent approaches.
Elementary pooling and correlation coefficients yield excellent results.
CKA provides a natural and effective similarity measure for embedding sets.
Abstract
Similarity measures based purely on word embeddings are comfortably competing with much more sophisticated deep learning and expert-engineered systems on unsupervised semantic textual similarity (STS) tasks. In contrast to commonly used geometric approaches, we treat a single word embedding as e.g. 300 observations from a scalar random variable. Using this paradigm, we first illustrate that similarities derived from elementary pooling operations and classic correlation coefficients yield excellent results on standard STS benchmarks, outperforming many recently proposed methods while being much faster and trivial to implement. Next, we demonstrate how to avoid pooling operations altogether and compare sets of word embeddings directly via correlation operators between reproducing kernel Hilbert spaces. Just like cosine similarity is used to compare individual word vectors, we introduce a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Text and Document Classification Technologies
