CLMar 17

Online Experiential Learning for Language Models

arXiv:2603.1685696.613 citationsh-index: 19
AI Analysis

This addresses the limitation of offline training for language models by enabling learning from deployment, though it is incremental as it builds on existing online learning concepts.

The authors tackled the problem of language models not learning from real-world deployment experience by proposing Online Experiential Learning (OEL), which continuously improves models through iterative extraction and consolidation of experiential knowledge, resulting in consistent enhancements in task accuracy and token efficiency across multiple model scales.

The prevailing paradigm for improving large language models relies on offline training with human annotations or simulated environments, leaving the rich experience accumulated during real-world deployment entirely unexploited. We propose Online Experiential Learning (OEL), a framework that enables language models to continuously improve from their own deployment experience. OEL operates in two stages: first, transferable experiential knowledge is extracted and accumulated from interaction trajectories collected on the user side; second, this knowledge is consolidated into model parameters via on-policy context distillation, requiring no access to the user-side environment. The two stages are iterated to form an online learning loop, where the improved model collects higher-quality trajectories that yield richer experiential knowledge for subsequent rounds. We evaluate OEL on text-based game environments across multiple model scales and both thinking and non-thinking variants. OEL achieves consistent improvements over successive iterations, enhancing both task accuracy and token efficiency while preserving out-of-distribution performance. Our analysis further shows that extracted experiential knowledge is significantly more effective than raw trajectories, and that on-policy consistency between the knowledge source and the policy model is critical for effective learning.

Foundations

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

Your Notes