English

Dynamic Benchmarking of Masked Language Models on Temporal Concept Drift with Multiple Views

Computation and Language 2023-02-27 v1

Abstract

Temporal concept drift refers to the problem of data changing over time. In NLP, that would entail that language (e.g. new expressions, meaning shifts) and factual knowledge (e.g. new concepts, updated facts) evolve over time. Focusing on the latter, we benchmark 1111 pretrained masked language models (MLMs) on a series of tests designed to evaluate the effect of temporal concept drift, as it is crucial that widely used language models remain up-to-date with the ever-evolving factual updates of the real world. Specifically, we provide a holistic framework that (1) dynamically creates temporal test sets of any time granularity (e.g. month, quarter, year) of factual data from Wikidata, (2) constructs fine-grained splits of tests (e.g. updated, new, unchanged facts) to ensure comprehensive analysis, and (3) evaluates MLMs in three distinct ways (single-token probing, multi-token generation, MLM scoring). In contrast to prior work, our framework aims to unveil how robust an MLM is over time and thus to provide a signal in case it has become outdated, by leveraging multiple views of evaluation.

Keywords

Cite

@article{arxiv.2302.12297,
  title  = {Dynamic Benchmarking of Masked Language Models on Temporal Concept Drift with Multiple Views},
  author = {Katerina Margatina and Shuai Wang and Yogarshi Vyas and Neha Anna John and Yassine Benajiba and Miguel Ballesteros},
  journal= {arXiv preprint arXiv:2302.12297},
  year   = {2023}
}

Comments

To appear at EACL 2023. Our code will be available at https://github.com/amazon-science/temporal-robustness

R2 v1 2026-06-28T08:48:19.400Z