English

Improving Temporal Generalization of Pre-trained Language Models with Lexical Semantic Change

Computation and Language 2022-11-01 v1

Abstract

Recent research has revealed that neural language models at scale suffer from poor temporal generalization capability, i.e., the language model pre-trained on static data from past years performs worse over time on emerging data. Existing methods mainly perform continual training to mitigate such a misalignment. While effective to some extent but is far from being addressed on both the language modeling and downstream tasks. In this paper, we empirically observe that temporal generalization is closely affiliated with lexical semantic change, which is one of the essential phenomena of natural languages. Based on this observation, we propose a simple yet effective lexical-level masking strategy to post-train a converged language model. Experiments on two pre-trained language models, two different classification tasks, and four benchmark datasets demonstrate the effectiveness of our proposed method over existing temporal adaptation methods, i.e., continual training with new data. Our code is available at \url{https://github.com/zhaochen0110/LMLM}.

Keywords

Cite

@article{arxiv.2210.17127,
  title  = {Improving Temporal Generalization of Pre-trained Language Models with Lexical Semantic Change},
  author = {Zhaochen Su and Zecheng Tang and Xinyan Guan and Juntao Li and Lijun Wu and Min Zhang},
  journal= {arXiv preprint arXiv:2210.17127},
  year   = {2022}
}

Comments

EMNLP 2022, Long paper

R2 v1 2026-06-28T04:49:37.993Z