paper-with-me

홈 › Papers

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

2022-04-29 · Joel Jang, Seonghyeon Ye, Changho Lee, Sohee Yang, Joongbo Shin, Janghoon Han, Gyeonghun Kim, Minjoon Seo

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.

📄 PDF Abstract BibTeX arXiv:2204.14211

Code (1)

joeljang/temporalwiki 공식 구현 pytorch

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

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

2022-01-16 · ACL ARR January 2022 1 · Anonymous

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. …

Continual Learning

Evaluating Pretrained models for Deployable Lifelong Learning

2023-11-22 · Kiran Lekkala, Eshan Bhargava, Yunhao Ge, Laurent Itti

We create a novel benchmark for evaluating a Deployable Lifelong Learning system for Visual Reinforcement Learning (RL) that is pretrained on a curated dataset, and propose a novel Scalable Lifelong Learning system capab…

Atari Gamesclass-incremental learningClass Incremental LearningContinual Learning+4

LifelongAgentBench: Evaluating LLM Agents as Lifelong Learners

2025-05-17 · Junhao Zheng, Xidi Cai, Qiuke Li, Duzhen Zhang 외

Lifelong learning is essential for intelligent agents operating in dynamic environments. Current large language model (LLM)-based agents, however, remain stateless and unable to accumulate or transfer knowledge over time…

Language ModelingLanguage ModellingLarge Language ModelLifelong learning

Lifelong Learning of Video Diffusion Models From a Single Video Stream

2024-06-07 · Jason Yoo, Yingchen He, Saeid Naderiparizi, Dylan Green 외

This work demonstrates that training autoregressive video diffusion models from a single, continuous video stream is not only possible but remarkably can also be competitive with standard offline training approaches give…

Continual LearningLifelong learning

Efficient Lifelong Model Evaluation in an Era of Rapid Progress

2024-02-29 · Ameya Prabhu, Vishaal Udandarao, Philip Torr, Matthias Bethge 외

Standardized benchmarks drive progress in machine learning. However, with repeated testing, the risk of overfitting grows as algorithms over-exploit benchmark idiosyncrasies. In our work, we seek to mitigate this challen…

BenchmarkingGPU