Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/7/28 04:00:00
Progress-conditioned Group Policy Optimization for Long-Horizon Agentic Tasks
AI 中文解读
训练大模型处理复杂长期任务一直是个难题,传统方法容易让AI陷入“踩油门不动”的怪圈:反复做同个无效动作,却得不到任何有效反馈。新论文ProGPO(进度条件组策略优化)巧妙解决了这个问题——当AI所有尝试都失败时,不是简单打零分,而是看谁探索了更多新状态,谁探索得多谁反而获得更高“信任分”。就像教孩子做菜,如果一锅菜都糊了,至少要表扬那个尝试了不同调料的步骤。这项技术让AI在网购、操作界面等需要多步骤推理的任务上表现大幅提升。未来你让AI帮你订外卖、整理日程时,它会更聪明地尝试不同路径,而不是卡在某个死循环里自动放弃。这意味着AI助手将变得更靠谱,能自主完成更复杂的长期任务,真正成为你的得力帮手。
arXiv:2607.22724v1 Announce Type: new
Abstract: Group-based policy optimization has been increasingly used to train large language model (LLM) agents from sparse outcome rewards by comparing trajectories or steps within a group. However, on difficult long-horizon tasks, this comparison can suffer from a sampling imbalance: repeated or low-effect actions dominate the high-probability region of the policy while useful state-changing actions remain under-sampled. This imbalance produces many all-failed rollout groups, where outcome rewards provide no direction for correcting the policy. Together, these effects can form a self-reinforcing credit trap: failure-dominated sampling yields no outcome-based correction, allowing repeated low-effect actions to persist. To break this loop, we propose Progress-conditioned Group Policy Optimization (ProGPO), which uses first-visit observation coverage only when all samples in a group receive zero outcome reward. Specifically, within such groups, ProGPO assigns higher relative advantages to trajectories or steps that visit more new states since reaching new observations is a prerequisite for task success. Experiments on two challenging agentic benchmarks, ALFWorld and WebShop with Qwen2.5-1.5/7B-Instruct, show that ProGPO consistently improves over group-based baselines, with particularly large gains on hard tasks.
分享
阅读原文 ↗