CLFeb 23, 2023

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

Amazon
arXiv:2302.12297v1278 citationsh-index: 34
Originality Incremental advance
AI Analysis

This work addresses the need for language models to stay current with evolving factual knowledge, providing a framework for detecting outdated models, though it is incremental in building on existing benchmarking approaches.

The authors tackled the problem of temporal concept drift in masked language models by benchmarking 11 models on dynamically created temporal test sets from Wikidata, revealing how robust these models are over time.

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 $11$ 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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes