Unrewarded Exploration in Large Language Models Reveals Latent Learning from Psychology
Jian Xiong, Jingbo Zhou, Zihan Zhou, Yixiong Xiao, Le Zhang, Jingyong Ye, Rui Qian, Yang Zhou, Dejing Dou
TL;DR
This work demonstrates Tolman-style latent learning in large language models by introducing an unrewarded exploration phase before reward-based fine-tuning. Using Group Relative Policy Optimization with KL regularization and ratio clipping, the authors show that LLMs can improve internal representations and performance without rewards, and that later rewards yield additional gains—sometimes surpassing reward-only training. They provide theoretical guarantees for monotone improvements in latent utility under both discrete and continuous output spaces, supported by empirical results on mathematical reasoning and GUI agent tasks across multiple model families. The findings suggest a two-stage training paradigm may enhance generalization and flexibility in AI systems, bridging cognitive psychology insights with modern reinforcement fine-tuning while highlighting avenues for scaling and broader task coverage.
Abstract
Latent learning, classically theorized by Tolman, shows that biological agents (e.g., rats) can acquire internal representations of their environment without rewards, enabling rapid adaptation once rewards are introduced. In contrast, from a cognitive science perspective, reward learning remains overly dependent on external feedback, limiting flexibility and generalization. Although recent advances in the reasoning capabilities of large language models (LLMs), such as OpenAI-o1 and DeepSeek-R1, mark a significant breakthrough, these models still rely primarily on reward-centric reinforcement learning paradigms. Whether and how the well-established phenomenon of latent learning in psychology can inform or emerge within LLMs' training remains largely unexplored. In this work, we present novel findings from our experiments that LLMs also exhibit the latent learning dynamics. During an initial phase of unrewarded exploration, LLMs display modest performance improvements, as this phase allows LLMs to organize task-relevant knowledge without being constrained by reward-driven biases, and performance is further enhanced once rewards are introduced. LLMs post-trained under this two-stage exploration regime ultimately achieve higher competence than those post-trained with reward-based reinforcement learning throughout. Beyond these empirical observations, we also provide theoretical analyses for our experiments explaining why unrewarded exploration yields performance gains, offering a mechanistic account of these dynamics. Specifically, we conducted extensive experiments across multiple model families and diverse task domains to establish the existence of the latent learning dynamics in LLMs.
