Pith

open record

sign in
Browse

arxiv: 2204.14211 · v3 · pith:JELNJLEC · submitted 2022-04-29 · cs.CL

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

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 reserved pith:JELNJLECrecord.jsonopen to challenge →

classification cs.CL
keywords trainingbenchmarkknowledgetemporalwikicontinualdatadatasetenglish
0
0 comments X
read the original abstract

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.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. InquiTree: Evaluating AI Agents in the Scientific Inquiry Loop with Paper-Derived Research Trees

    cs.DB 2026-06 unverdicted novelty 7.0

    InquiTree shows LLM agents suffer from degrading critical capabilities during extended scientific interactions and perform worse on papers published after their training cutoffs.

  2. LifeAlign: Lifelong Alignment for Large Language Models with Memory-Augmented Focalized Preference Optimization

    cs.CL 2025-09 unverdicted novelty 5.0

    LifeAlign uses focalized preference optimization and short-to-long memory consolidation via dimensionality reduction to let LLMs align with new preferences while retaining prior knowledge.