Carpe Diem: On the Evaluation of World Knowledge in Lifelong Language Models
Yujin Kim, Jaehong Yoon, Seonghyeon Ye, Sangmin Bae, Namgyu Ho, Sung Ju Hwang, Se-young Yun
TL;DR
This paper introduces EvolvingQA, a temporally evolving QA benchmark that evaluates lifelong language models on up-to-date and updated knowledge drawn from Wikipedia snapshots. It combines an automated continual pre-training pipeline on Changed sets with a QA-driven evaluation across Unchanged, New, and Edited subsets to measure forgetting, acquisition, and updating of knowledge. Through experiments with multiple baselines (Initial, Full, K-Adapter, LoRA, DPR), the study reveals persistent challenges in forgetting outdated information and updating numerical or temporal facts, attributed in part to small gradient updates during continued training. The findings highlight the insufficiency of purely retrieval-based or static training approaches for real-world temporal knowledge and underscore the need for methods that more effectively propagate updates while preserving prior knowledge, with implications for open-domain QA systems and long-lived AI deployments.
Abstract
The dynamic nature of knowledge in an ever-changing world presents challenges for language models trained on static data; the model in the real world often requires not only acquiring new knowledge but also overwriting outdated information into updated ones. To study the ability of language models for these time-dependent dynamics in human language, we introduce a novel task, EvolvingQA, a temporally evolving question-answering benchmark designed for training and evaluating LMs on an evolving Wikipedia database. The construction of EvolvingQA is automated with our pipeline using large language models. We uncover that existing continual learning baselines suffer from updating and removing outdated knowledge. Our analysis suggests that models fail to rectify knowledge due to small weight gradients. In addition, we elucidate that language models particularly struggle to reflect the change of numerical or temporal information. Our work aims to model the dynamic nature of real-world information, suggesting faithful evaluations of the evolution-adaptability of language models.
