Knowledge File / AI技能杠杆
论文速读:Exploration and Exploitation Errors Are Measurable for Language,提升开发者接入体验
本文介绍了一种量化语言模型代理探索与利用错误的方法,通过设计可控环境评估前沿模型,发现即使最先进的模型也面临挑战,而推理模型和工程优化能显著提升性能。
SOURCE / AI技能杠杆
MIN / 4
ACCESS / 会员
POST / 2026-04-17 23:59:14
原贴
查看原文
原文
arXiv:2604.13151v1 Announce Type: new Abstract: Language Model (LM) agents are increasingly used in complex open-ended decision-making tasks, from AI coding to physical AI. A core requirement in these settings is the ability to both explore the problem space and exploit acquired knowledge effectively. However, systematically distinguishing and quantifying exploration and exploitation from observed actions without access to the agent's internal policy remains challenging. To address this, we design controllable environments inspired by practical embodied AI scenarios. Each environment consists of a partially observable 2D grid map and an unknown task Directed Acyclic Graph (DAG). The map generation can be programmatically adjusted to emphasize exploration or exploitation difficulty. To enable policy-agnostic evaluation, we design a metric to quantify exploration and exploitation errors from agent's actions. We evaluate a variety of frontier LM agents and find that even state-of-the-art models struggle on our task, with different models exhibiting distinct failure modes. We further observe that reasoning models solve the task more effectively and show both exploration and exploitation can be significantly improved through minimal harness engineering. We release our code \href{https://github.com/jjj-madison/measurable-explore-exploit}{here}.
中文翻译
语言模型(LM)代理越来越多地用于复杂的开放式决策任务,从AI编程到物理AI。这些场景的核心要求是既能探索问题空间,又能有效利用已获取的知识。然而,在不获取代理内部策略的情况下,从观察到的行为中系统地区分和量化探索与利用仍然具有挑战性。为了解决这个问题,我们设计了受实际具身AI场景启发的可控环境。每个环境由一个部分可观察的2D网格地图和一个未知任务的有向无环图(DAG)组成。地图生成可以通过编程调整,以强调探索或利用的难度。为了实现策略无关的评估,我们设计了一个指标,从代理的行为中量化探索和利用错误。我们评估了多种前沿LM代理,发现即使是最先进的模型在我们的任务中也存在困难,不同模型表现出不同的失败模式。我们进一步观察到,推理模型更有效地解决了任务,并且通过最小化的框架工程可以显著改善探索和利用。我们在此发布代码。
核心信息
本文介绍了一种量化语言模型代理探索与利用错误的方法,通过设计可控环境评估前沿模型,发现即使最先进的模型也面临挑战,而推理模型和工程优化能显著提升性能。
- 提出可量化探索与利用错误的度量方法
- 设计受具身AI启发的可控环境
- 前沿LM代理在任务中表现不佳
- 推理模型和工程优化可显著提升效果
- 开源代码便于开发者复现和测试
试看内容
成为会员查看完整内容
你已经看到了这篇内容的前置整理,剩余深度部分仅对会员开放。
详细解读
信息差价值
参考来源
成为会员查看完整内容