paper-with-me

Papers

Graph-based Clustering for Detecting Semantic Change Across Time and Languages

2024-02-01 · Xianghe Ma, Michael Strube, Wei Zhao

Despite the predominance of contextualized embeddings in NLP, approaches to detect semantic change relying on these embeddings and clustering methods underperform simpler counterparts based on static word embeddings. This stems from the poor quality of the clustering methods to produce sense clusters -- which struggle to capture word senses, especially those with low frequency. This issue hinders the next step in examining how changes in word senses in one language influence another. To address this issue, we propose a graph-based clustering approach to capture nuanced changes in both high- and low-frequency word senses across time and languages, including the acquisition and loss of these senses over time. Our experimental results show that our approach substantially surpasses previous approaches in the SemEval2020 binary classification task across four languages. Moreover, we showcase the ability of our approach as a versatile visualization tool to detect semantic changes in both intra-language and inter-language setups. We make our code and data publicly available.

📄 PDF Abstract BibTeX arXiv:2402.01025

Code (1)

https://gitlab.com/xiaohaima/lexical-dynamic-graph 공식 구현

Tasks

Binary ClassificationClusteringWord Embeddings

Similar Papers 제목 키워드 기반

TUE at SemEval-2020 Task 1: Detecting Semantic Change by Clustering Contextual Word Embeddings

2020-12-01 · SEMEVAL 2020 · Anna Karnysheva, Pia Schwarz

This paper describes our system for SemEval 2020 Task 1: Unsupervised Lexical Semantic Change Detection. Target words of corpora from two different time periods are classified according to their semantic change. The lang…

Change DetectionClusteringvalidWord Embeddings

A Wind of Change: Detecting and Evaluating Lexical Semantic Change across Times and Domains

2019-06-07 · ACL 2019 7 · Dominik Schlechtweg, Anna Hätty, Marco del Tredici, Sabine Schulte im Walde

We perform an interdisciplinary large-scale evaluation for detecting lexical semantic divergences in a diachronic and in a synchronic task: semantic sense changes across time, and semantic sense changes across domains. O…

Term Extraction

Presence or Absence: Are Unknown Word Usages in Dictionaries?

2024-06-02 · Xianghe Ma, Dominik Schlechtweg, Wei Zhao

There has been a surge of interest in computational modeling of semantic change. The foci of previous works are on detecting and interpreting word senses gained over time; however, it remains unclear whether the gained s…

Change DetectionClustering

Semantic shift in social networks

2021-08-01 · Joint Conference on Lexical and Computational Semantics 2021 · Bill Noble, Asad Sayeed, Raquel Fern{\'a}ndez, Staffan Larsson

Just as the meaning of words is tied to the communities in which they are used, so too is semantic change. But how does lexical semantic change manifest differently across different communities? In this work, we investig…

Contextualized language models for semantic change detection: lessons learned

2022-08-31 · Andrey Kutuzov, Erik Velldal, Lilja Øvrelid

We present a qualitative analysis of the (potentially erroneous) outputs of contextualized embedding-based methods for detecting diachronic semantic change. First, we introduce an ensemble method outperforming previously…

Change Detection