paper-with-me

홈 › Papers

Unrewarded Exploration in Large Language Models Reveals Latent Learning from Psychology

2026-01-30 · Jian Xiong, Jingbo Zhou, Zihan Zhou, Yixiong Xiao, Le Zhang, Jingyong Ye, Rui Qian, Yang Zhou, Dejing Dou arxiv

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.

📄 PDF Abstract BibTeX arXiv:2601.22474

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Zero-Incentive Dynamics: a look at reward sparsity through the lens of unrewarded subgoals

2025-07-02 · Yannick Molinghen, Tom Lenaerts arxiv

This work re-examines the commonly held assumption that the frequency of rewards is a reliable measure of task difficulty in reinforcement learning. We identify and formalize a structural challenge that undermines the ef…

Reinforcement Learning

Program-Based Strategy Induction for Reinforcement Learning

2024-02-26 · Carlos G. Correa, Thomas L. Griffiths, Nathaniel D. Daw

Typical models of learning assume incremental estimation of continuously-varying decision variables like expected rewards. However, this class of models fails to capture more idiosyncratic, discrete heuristics and strate…

Incremental LearningProgram inductionreinforcement-learningReinforcement Learning

SCALEX: Scalable Concept and Latent Exploration for Diffusion Models

2025-11-13 · E. Zhixuan Zeng, Yuhao Chen, Alexander Wong arxiv

Image generation models frequently encode social biases, including stereotypes tied to gender, race, and profession. Existing methods for analyzing these biases in diffusion models either focus narrowly on predefined cat…

Image Generation

Beyond Static Rules: Automated Discovery of Latent Vulnerabilities in Text-to-SQL

2026-07-04 · Hanqing Wang, Yongdong Chi, Jian Yang, Lei Yang 외 arxiv

While Large Language Models (LLMs) have achieved remarkable success in Text-to-SQL tasks, their deployment in real-world environments is hindered by latent reliability issues. Identifying these latent weaknesses is criti…

A*-Thought-V2: Efficient Latent Reasoning via Geometric Dynamics of LLM

2026-09-07 · Xiaoang Xu, Siyuan Liu, Shuo Wang, Junlan Feng 외 hf

Chain-of-Thought (CoT) improves the reasoning ability of Large Language Models (LLMs) but incurs substantial computation and context costs. Existing methods either lose intermediate information through hard pruning or la…