paper-with-me

홈 › Papers

$\textit{Swap and Predict}$ -- Predicting the Semantic Changes in Words across Corpora by Context Swapping

2023-10-16 · Taichi Aida, Danushka Bollegala

Meanings of words change over time and across domains. Detecting the semantic changes of words is an important task for various NLP applications that must make time-sensitive predictions. We consider the problem of predicting whether a given target word, $w$, changes its meaning between two different text corpora, $\mathcal{C}_1$ and $\mathcal{C}_2$. For this purpose, we propose $\textit{Swapping-based Semantic Change Detection}$ (SSCD), an unsupervised method that randomly swaps contexts between $\mathcal{C}_1$ and $\mathcal{C}_2$ where $w$ occurs. We then look at the distribution of contextualised word embeddings of $w$, obtained from a pretrained masked language model (MLM), representing the meaning of $w$ in its occurrence contexts in $\mathcal{C}_1$ and $\mathcal{C}_2$. Intuitively, if the meaning of $w$ does not change between $\mathcal{C}_1$ and $\mathcal{C}_2$, we would expect the distributions of contextualised word embeddings of $w$ to remain the same before and after this random swapping process. Despite its simplicity, we demonstrate that even by using pretrained MLMs without any fine-tuning, our proposed context swapping method accurately predicts the semantic changes of words in four languages (English, German, Swedish, and Latin) and across different time spans (over 50 years and about five years). Moreover, our method achieves significant performance improvements compared to strong baselines for the English semantic change prediction task. Source code is available at https://github.com/a1da4/svp-swap .

📄 PDF Abstract BibTeX arXiv:2310.10397

Code (1)

a1da4/svp-swap 공식 구현 pytorch

Tasks

Change DetectionLanguage ModellingWord Embeddings

Similar Papers 제목 키워드 기반

Region-Aware Face Swapping

2022-03-09 · CVPR 2022 1 · Chao Xu, Jiangning Zhang, Miao Hua, Qian He 외

This paper presents a novel Region-Aware Face Swapping (RAFSwap) network to achieve identity-consistent harmonious high-resolution face generation in a local-global manner: \textbf{1)} Local Facial Region-Aware (FRA) bra…

Face GenerationFace SwappingRetrieval

Knowledge Swapping via Learning and Unlearning

2025-02-12 · Mingyu Xing, Lechao Cheng, Shenggeng Tang, Yaxiong Wang 외

We introduce \textbf{Knowledge Swapping}, a novel task designed to selectively regulate knowledge of a pretrained model by enabling the forgetting of user\-specified information, retaining essential knowledge, and acquir…

image-classificationImage ClassificationIncremental Learningobject-detection+2

Predicting Long-Term Citations from Short-Term Linguistic Influence

2022-10-24 · Sandeep Soni, David Bamman, Jacob Eisenstein

A standard measure of the influence of a research paper is the number of times it is cited. However, papers may be cited for many reasons, and citation count offers limited information about the extent to which a paper a…

Autoregressive Affective Language Forecasting: A Self-Supervised Task

2020-12-01 · COLING 2020 8 · Matthew Matero, H. Andrew Schwartz

Human natural language is mentioned at a specific point in time while human emotions change over time. While much work has established a strong link between language use and emotional states, few have attempted to model …

Guiding a Diffusion Model by Swapping Its Tokens

2026-04-09 · Weijia Zhang, Yuehao Liu, Shanyan Guan, Wu Ran 외 arxiv

Classifier-Free Guidance (CFG) is a widely used inference-time technique to boost the image quality of diffusion models. Yet, its reliance on text conditions prevents its use in unconditional generation. We propose a sim…