每日 Harness 开源 · Source
返回本期 · Back to 2026-06-27

论文 · Papers2026-06-27 · Saturday, June 27, 2026

Semantic Early-Stopping for Iterative LLM Agent Loops

arxiv.org原文 ↗

Semantic Early-Stopping for Iterative LLM Agent Loops
论文把 writer-critic 等循环的停止条件从固定轮数改成语义变化和质量改进信号。HotpotQA 60 题实验中,judge-free semantic stopper 相比 max_iterations 减少 38% operational tokens,质量基本持平;full quality-gated 版本反而因每轮 judge 成本过高而不划算。它把循环 agent 的成本问题拆开:什么时候停相对容易,哪一轮最好仍是开放问题。
浏览

评论 · Comments