PulseAugur
实时 10:05:46
English(EN) TRCA: Transition-wise Rubric Credit Assignment for Long-horizon LLM Agents

新研究解决了长时序任务中LLM智能体的信用分配问题 · 已追踪2个来源

两篇新研究论文探讨了改进大型语言模型(LLM)智能体信用分配的方法,特别是在成功信号稀疏的长时序任务中。第一篇论文《无真实标签的信用分配》(Credit Without Ground Truth)在ALFWorld中根据因果真实标签审计了现有的信用信号,发现它们表现不佳,常常反映模型流畅性而非实际贡献。第二篇论文《TRCA:逐转换评分信用分配》(TRCA: Transition-wise Rubric Credit Assignment)提出了一种名为TRCA的新方法,该方法利用基于证据、执行和无效性的评分规则,从动作诱导的转换中推导出步级监督,并在ALFWorld、WebShop和SearchQA等基准测试中,使用Qwen2.5等模型取得了持续的改进。 AI

影响 这些论文提出了新颖的技术,以改进LLM智能体在复杂、多步任务上的训练和性能,有望带来更强大、更可靠的AI系统。

排序理由 两篇在arXiv上发表的学术论文,介绍了LLM智能体信用分配的新方法。

在 Hugging Face Daily Papers 阅读 →

AI 生成摘要 · Google Gemini · 来自 3 个来源。 我们如何撰写摘要 →

新研究解决了长时序任务中LLM智能体的信用分配问题 · 已追踪2个来源

报道来源 [3]

  1. arXiv cs.AI TIER_1 English(EN) · Haiyue Zhang ·

    无真实情况的信用评估:审计LLM代理中的步骤级信用分配与已执行回放的对比

    arXiv:2608.19760v1 Announce Type: cross Abstract: Audited against causal ground truth from executed replay in a single-agent tool environment (ALFWorld), none of the step-level credit signals used to train LLM agents -- LLM-judge scores, outcome-conditioned logprob ratios, or the…

  2. arXiv cs.AI TIER_1 English(EN) · Huan Zhang, Mingju Chen, Dongxu Zhou, Can Lv, Heng Chang, Sen Cui, Faguo Wu, Shiji Zhou ·

    TRCA:面向长时序LLM智能体的分段式评分信用分配

    arXiv:2608.16156v1 Announce Type: new Abstract: Long-horizon large language model (LLM) agents are typically optimized with sparse terminal outcomes, making fine-grained credit assignment across multi-step interactions difficult. Existing approaches either rely on process evaluat…

  3. Hugging Face Daily Papers TIER_1 English(EN) ·

    TRCA:面向长时域LLM智能体的分段式评分卡信用分配

    Long-horizon large language model (LLM) agents are typically optimized with sparse terminal outcomes, making fine-grained credit assignment across multi-step interactions difficult. Existing approaches either rely on process evaluators, which incur annotation and inference costs,…