vix.ing · top · new · best · stats

Simple, Interpretable and Stable Method for Detecting Words with Usage Change across Corpora

2021/12/28 by Hila Gonen, Ganesh Jawahar, Gonen, Hila +5
Computer Science · #Authorship Attribution and Profiling #Computation and Language (cs.CL) #FOS: Computer and information sciences #Natural Language Processing Techniques #Topic Modeling #cs.CL

paper · pdf · doi:10.48550/arxiv.2112.14330

Published in ACL 2020

arxiv created 2021/12/28 · openalex publication_date 2021/12/28 · arxiv updated 2021/12/30 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

The problem of comparing two bodies of text and searching for words that differ in their usage between them arises often in digital humanities and computational social science. This is commonly approached by training word embeddings on each corpus, aligning the vector spaces, and looking for words whose cosine distance in the aligned space is large. However, these methods often require extensive filtering of the vocabulary to perform well, and - as we show in this work - result in unstable, and hence less reliable, results. We propose an alternative approach that does not use vector space alignment, and instead considers the neighbors of each word. The method is simple, interpretable and stable. We demonstrate its effectiveness in 9 different setups, considering different corpus splitting criteria (age, gender and profession of tweet authors, time of tweet) and different languages (English, French and Hebrew).

Related