paper-with-me

Papers

A Semantic Distance Metric Learning approach for Lexical Semantic Change Detection

2024-03-01 · Taichi Aida, Danushka Bollegala

Detecting temporal semantic changes of words is an important task for various NLP applications that must make time-sensitive predictions. Lexical Semantic Change Detection (SCD) task involves predicting whether a given target word, $w$, changes its meaning between two different text corpora, $C_1$ and $C_2$. For this purpose, we propose a supervised two-staged SCD method that uses existing Word-in-Context (WiC) datasets. In the first stage, for a target word $w$, we learn two sense-aware encoders that represent the meaning of $w$ in a given sentence selected from a corpus. Next, in the second stage, we learn a sense-aware distance metric that compares the semantic representations of a target word across all of its occurrences in $C_1$ and $C_2$. Experimental results on multiple benchmark datasets for SCD show that our proposed method achieves strong performance in multiple languages. Additionally, our method achieves significant improvements on WiC benchmarks compared to a sense-aware encoder with conventional distance functions. Source code is available at https://github.com/LivNLP/svp-sdml .

📄 PDF Abstract BibTeX arXiv:2403.00226

Code (2)

a1da4/svp-sdml 공식 구현 pytorch
livnlp/svp-sdml 공식 구현 pytorch

Tasks

Change DetectionMetric LearningSentence

Similar Papers 제목 키워드 기반

Rethinking Metrics for Lexical Semantic Change Detection

2026-02-17 · Roksana Goworek, Haim Dubossarsky arxiv

Lexical semantic change detection (LSCD) increasingly relies on contextualised language model embeddings, yet most approaches still quantify change using a small set of semantic change metrics, primarily Average Pairwise…

Dimensionality ReductionChange Detection

The UCD-Net System at SemEval-2020 Task 1: Temporal Referencing with Semantic Network Distances

2020-12-01 · SEMEVAL 2020 · Paul Nulty, David Lillis

This paper describes the UCD system entered for SemEval 2020 Task 1: Unsupervised Lexical Semantic Change Detection. We propose a novel method based on distance between temporally referenced nodes in a semantic network c…

Change Detection

SChME at SemEval-2020 Task 1: A Model Ensemble for Detecting Lexical Semantic Change

2020-12-02 · SEMEVAL 2020 · Maurício Gruppi, Sibel Adali, Pin-Yu Chen

This paper describes SChME (Semantic Change Detection with Model Ensemble), a method usedin SemEval-2020 Task 1 on unsupervised detection of lexical semantic change. SChME usesa model ensemble combining signals of distri…

Change DetectionWord Embeddings

OP-IMS @ DIACR-Ita: Back to the Roots: SGNS+OP+CD still rocks Semantic Change Detection

2020-11-06 · Jens Kaiser, Dominik Schlechtweg, Sabine Schulte im Walde

We present the results of our participation in the DIACR-Ita shared task on lexical semantic change detection for Italian. We exploit one of the earliest and most influential semantic change detection models based on Ski…

Change Detection

NLP-CIC @ DIACR-Ita: POS and Neighbor Based Distributional Models for Lexical Semantic Change in Diachronic Italian Corpora

2020-11-07 · Jason Angel, Carlos A. Rodriguez-Diaz, Alexander Gelbukh, Sergio Jimenez

We present our systems and findings on unsupervised lexical semantic change for the Italian language in the DIACR-Ita shared-task at EVALITA 2020. The task is to determine whether a target word has evolved its meaning wi…

POS