Research Papers 论文研究 7h ago Updated 3h ago 更新于 3小时前 48

Belief-Calibrated Optimization: An Explicit World Model for Agentic Optimization 信念校准优化:面向智能体优化的显式世界模型

Belief-Calibrated Optimization (BCO) introduces an explicit, persistent in-context world model that captures the coding agent's implicit beliefs about how environment edits will affect outcomes BCO continuously revises this world model document as new candidates are evaluated, enabling later optimization rounds to leverage accumulated environmental understanding BCO outperforms a matched control lacking the world model across five benchmarks spanning memory QA, tool-use QA, code-as-action app ag 提出Belief-Calibrated Optimization (BCO)方法,将agent优化过程中的隐式信念显式化为持久化的上下文文档 BCO构建"世界模型"记录环境对编辑的响应规律,并在迭代中持续修订更新 在五个基准(记忆QA、工具使用QA、代码agent、终端agent)上,BCO显著优于无世界模型的对照 模型替换实验证明BCO脚手架具有跨模型泛化能力,在多数任务上保持领先 消融实验验证文档内容本身携带可复用信息,而非仅依赖文档形式

62
Hot 热度
76
Quality 质量
68
Impact 影响力

Analysis 深度分析

TL;DR

  • Belief-Calibrated Optimization (BCO) introduces an explicit, persistent in-context world model that captures the coding agent's implicit beliefs about how environment edits will affect outcomes
  • BCO continuously revises this world model document as new candidates are evaluated, enabling later optimization rounds to leverage accumulated environmental understanding
  • BCO outperforms a matched control lacking the world model across five benchmarks spanning memory QA, tool-use QA, code-as-action app agents, and terminal agents, with gains persisting on held-out splits
  • The BCO-optimized scaffold demonstrates transferability: after swapping the frozen target model, the selected scaffold still leads on tested tasks (except where context-window overruns occur)
  • An offline ablation confirms the world model's content carries reusable predictive information, as a fresh predictor given the accumulated document forecasts environment responses more accurately than predictors with no document or falsified-content copies

Why It Matters

This work addresses a fundamental limitation in LLM agent optimization: the loss of learned environmental beliefs between optimization rounds. By making the agent's implicit understanding explicit and persistent, BCO enables more sample-efficient optimization and produces scaffolds that generalize across model swaps. For AI practitioners building agentic systems, this represents a practical path to improving agent performance without modifying the frozen base model.

Technical Details

  • BCO operates within a standard iterative optimization loop where a coding agent reads current scores and execution traces, then edits source code to produce improved candidates
  • The key innovation is a persistent in-context document that serves as an explicit world model, recording the agent's beliefs about what went wrong and which changes should help, with continuous revision as new evaluations arrive
  • Evaluation spans five benchmarks: memory QA, tool-use QA, code-as-action app agents, and terminal agents, with performance measured via train passrate
  • The method demonstrates cross-model generalization: after replacing the frozen target model while keeping the scaffold intact, BCO-selected scaffolds outperform controls on tested tasks
  • An offline ablation uses a fresh predictor given the accumulated world model document to forecast environment responses, comparing against no-document and falsified-content baselines to isolate the contribution of document content versus structure

Industry Insight

  • Explicit world modeling in agent optimization loops could become a standard technique for improving sample efficiency, as it prevents the repeated re-derivation of environmental knowledge across optimization rounds
  • The transferability of BCO-optimized scaffolds across model swaps suggests that scaffold engineering can be decoupled from model selection, enabling more modular and cost-effective agent development pipelines
  • Practitioners should monitor context-window constraints as a limiting factor; the authors note performance degradation when overruns leave the world model unfinished, indicating a trade-off between model depth and context management that will require engineering solutions as agents grow more complex

TL;DR

  • 提出Belief-Calibrated Optimization (BCO)方法,将agent优化过程中的隐式信念显式化为持久化的上下文文档
  • BCO构建"世界模型"记录环境对编辑的响应规律,并在迭代中持续修订更新
  • 在五个基准(记忆QA、工具使用QA、代码agent、终端agent)上,BCO显著优于无世界模型的对照
  • 模型替换实验证明BCO脚手架具有跨模型泛化能力,在多数任务上保持领先
  • 消融实验验证文档内容本身携带可复用信息,而非仅依赖文档形式

为什么值得看

本文提出将agent优化中的隐式信念显式化为持久化世界模型,为LLM agent性能提升提供了新的技术路径。该方法证明脚手架优化可以独立于基础模型,对agent系统设计和迭代优化具有重要参考价值。

技术解析

  • BCO方法核心是维护一个持久的上下文文档作为"世界模型",显式记录当前对环境的理解(什么出了问题、哪些修改可能有帮助),而非让信念潜伏在推理过程或参数中
  • 在标准优化循环中,编码agent读取当前分数和轨迹,迭代编辑源代码生成新候选;每次评估后BCO更新世界模型文档,使其反映最新的环境响应规律
  • 实验涵盖五个基准测试:记忆QA、工具使用QA、代码驱动应用agent、终端agent等,BCO在训练通过率上显著优于仅缺少世界模型的对照方法
  • 模型替换实验(target-model swap)中,冻结模型被替换而脚手架保持不变,BCO脚手架在测试任务上仍保持领先,仅在上下文窗口溢出时表现受限
  • 离线消融实验使用独立预测器验证文档有效性:给定累积文档的预测器比无文档或内容被伪造的文档预测更准确,证明文档内容本身携带可复用信息

行业启示

  • 显式世界模型可能是提升agent性能的关键方向,将隐式信念持久化可显著增强agent的迭代优化能力
  • 脚手架优化与基础模型解耦,为模型无关的agent改进提供了可行路径,降低了对特定模型的依赖
  • 跨模型泛化能力表明,精心设计的优化框架可产生持久价值,值得在更多agent场景中探索应用

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Agent Agent LLM 大模型 Research 科学研究 Fine-tuning 微调 Evaluation 评测