CLApr 29, 2022

TemporalWiki: A Lifelong Benchmark for Training and Evaluating Ever-Evolving Language Models

DeepMindUW
arXiv:2204.14211v3344 citationsh-index: 34Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of keeping language models up-to-date with evolving knowledge, which is crucial for applications requiring recent factual information, though it is incremental as it builds on existing continual learning methods.

The authors tackled the problem of language models becoming outdated due to temporal misalignment by introducing TemporalWiki, a lifelong benchmark using Wikipedia and Wikidata snapshots for training and evaluation, and found that continual learning on diff data achieves similar or better perplexity with 12 times less computational cost.

Language Models (LMs) become outdated as the world changes; they often fail to perform tasks requiring recent factual information which was absent or different during training, a phenomenon called temporal misalignment. This is especially a challenging problem because the research community still lacks a coherent dataset for assessing the adaptability of LMs to frequently-updated knowledge corpus such as Wikipedia. To this end, we introduce TemporalWiki, a lifelong benchmark for ever-evolving LMs that utilizes the difference between consecutive snapshots of English Wikipedia and English Wikidata for training and evaluation, respectively. The benchmark hence allows researchers to periodically track an LM's ability to retain previous knowledge and acquire updated/new knowledge at each point in time. We also find that training an LM on the diff data through continual learning methods achieves similar or better perplexity than on the entire snapshot in our benchmark with 12 times less computational cost, which verifies that factual knowledge in LMs can be safely updated with minimal training data via continual learning. The dataset and the code are available at https://github.com/joeljang/temporalwiki.

Code Implementations1 repo
Foundations

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

Your Notes