EMNLP 2022main22 citations

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

Zhaochen Su, Zecheng Tang, Xinyan Guan, Lijun Wu, Min Zhang, Juntao Li

Abstract

Recent research has revealed that neural language models at scale suffer from poor temporal generalization capability, i.e., 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 https://github.com/zhaochen0110/LMLM.

BibTeX
@inproceedings{su-etal-2022-improving,
    title = "Improving Temporal Generalization of Pre-trained Language Models with Lexical Semantic Change",
    author = "Su, Zhaochen  and
      Tang, Zecheng  and
      Guan, Xinyan  and
      Wu, Lijun  and
      Zhang, Min  and
      Li, Juntao",
    editor = "Goldberg, Yoav  and
      Kozareva, Zornitsa  and
      Zhang, Yue",
    booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
    month = dec,
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.emnlp-main.428/",
    doi = "10.18653/v1/2022.emnlp-main.428",
    pages = "6380--6393"
}
Improving Temporal Generalization of Pre-trained Language Models with Lexical Semantic Change · EMNLP 2022