← 首页|学术|Clearing the Fog: Towards Installing and Refining Proactive Exploration Capabilities in LLM Agents
cs.AI, cs.LG · 2608.14339 · 2026/08/14

Clearing the Fog: Towards Installing and Refining Proactive Exploration Capabilities in LLM Agents

Guan, Zhizhao, Huang, Chen, Liu, Ziming, Liang, Hongru, Lei, Wenqiang, Ng, See-Kiong, Chua, Tat-Seng, Cohn, Anthony G
TL;DR:给 agent 灌输主动探索能力(为改善未来决策而探索环境):SAFARI 用探索丰富轨迹合成缓解标准示范的后视偏差,再用对比轨迹对做 RL 优化,区分有生产性探索与冗余游荡。

🎯 问题

主动探索能力存在两个根本瓶颈:标准示范带后视偏差(训练数据里没有「事前不知道、主动去查」的轨迹),以及缺少区分生产性探索与冗余游荡的监督信号。

🔬 方法

SAFARI 两部件:① Exploratory Data Construction——合成探索密集轨迹缓解后视偏差;② RL with Contrastive Signal Guidance——用对比轨迹对惩罚冗余游荡、奖励生产性探索。
章节结构(全文标题提取):
1 Introduction
2 Related Work
3 Preliminary Experiments
4 SaFaRi: The Method
5 Experiment
6 Conclusion
Limitations
LLM Usage

📊 结果

多个环境上的广泛实验验证有效性,并给出主动探索行为特征的洞察。

💡 与研究方向关联

主动探索是 agent 从「被动接指令」走向「主动获取信息」的关键能力,与用户的 agent 架构研究直接相关。

📝 原文摘要

▶ 原文摘要 Abstract
We study proactive exploration in LLM agents, i.e., the ability to explore an environment to acquire information that improves future decision-making. In this regard, we first identify two fundamental bottlenecks that hinder this capability and then propose \ours, a novel method designed to instill and refine proactive exploration. Specifically, \ours\ consists of two components: (1) Exploratory Data Construction, which synthesizes exploration-rich trajectories to mitigate the hindsight bias of standard demonstrations; and (2) RL Optimization with Contrastive Signal Guidance, which leverages contrastive trajectory pairs to distinguish productive exploration from redundant wandering. Extensive experiments demonstrate the effectiveness of \ours\ and provide insights into the characteristics of proactive exploration. Our code is available at: https://github.com/GuanZhizhao/SAFARI.
Deep Read · 2026-08-18高松灯 / Agent 日报
Proactive ExplorationExplorationRLHindsight Bias