Can a Language Model Learn Facts Continually in Its Weights?

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering · Depth: Expert, extended

Summary

Research on Qwen3 models investigates whether language models can continually acquire and retain facts within their weights after initial training. The study found that while facts can be written into model weights, their long-term retention and accessibility are severely limited, particularly for bare-statement training. After twenty sequential writes, facts trained with bare statements retained only 1% accuracy, whereas facts from broad, diverse "study" data retained 46%. The core issue is not erased storage, as forgotten facts retain most of their log-probability lift, but rather lost access, where later writes redirect questions that previously reached earlier facts. The reliable channel for facts requiring composition or survival through many updates remains in-context learning, not weight-based continual learning.

Key takeaway

For AI Scientists and Machine Learning Engineers designing systems that require models to acquire and retain new facts, prioritize in-context learning for knowledge that must be composed or persist through many updates. When weight-based updates are necessary, use broad, diverse training data for each fact, as bare-statement training leads to rapid forgetting. Be aware that current weight-based methods struggle with fact reachability, even if the knowledge is technically stored.

Key insights

Continual learning in language model weights struggles with fact reachability, not storage, making context a more reliable channel.

Principles

Method

The study evaluates fact retention and usability in Qwen3 models using invented facts, five question types (recall, application, composition, paraphrase, counterfactual), and a dual strict/lenient grading policy to measure the "entailment gap."

In practice

Topics

Code references

Best for: Research Scientist, AI Engineer, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.