HuggingFace Daily Papers(社区热门论文)
51AI 编辑部评分,满分 100

Harness-G:面向搜索智能体的图结构检索框架

2026-07-30 08:00· 1天前
跳到正文
AI 摘要

Harness-G 将搜索智能体的自由文本查询生成重构为有限动作选择,由环境构建菜单、追踪检索状态并执行选择,以缓解检索等价坍缩问题。其配套的 SNC 方法利用冻结答案评分器对比动作并分配下游收益。在六个 QA 基准上,Harness-G 在 1.5B 和 3B 规模下平均 F1 均最高,分别超出最强基线 Graph-R1 达 10.74 和 3.98 分。

Reinforcement learning (RL) search agents commonly model retrieval as free-form natural-language query generation and optimize multi-turn interactions using final-answer rewards. Current studies mainly improve training with denser or more structured credit signals, but rarely examine whether retrieval is properly formulated at the policy-environment interface. We observe pronounced retrieval aliasing during Search-R1 training: rollouts for the same question continue to generate distinct query strings, yet their accumulated evidence sets increasingly overlap. We call this phenomenon retrieval-equivalence collapse; in this regime, trajectories approach utility equivalence with respect to retrieval decisions, leaving within-group returns with little effective retrieval contrast. To address this problem, we propose Harness-G, a graph-structured retrieval framework that redesigns this interface. It reformulates free-form query generation as finite action selection: the policy selects an evidence sentence or entity, or chooses to answer, while the environment constructs the menu, tracks retrieval state, and validates and executes each choice. This interface reduces linguistic aliasing and makes same-state alternatives directly comparable. Building on this interface, we introduce Structured Non-myopic Credit (SNC), which uses a frozen answer scorer to compare the selected action with its alternatives and assigns downstream gains to the earlier actions that enabled them. Across six QA benchmarks, Harness-G achieves the highest average F1 at both evaluated model scales, outperforming the strongest baseline, Graph-R1, by 10.74 points at 1.5B and 3.98 points at 3B.

Harness-G:面向搜索智能体的图结构检索框架

HuggingFace Daily Papers(社区热门论文)·2026-07-30 08:00·1天前
阅读原文· arxiv.org
AI 摘要

Harness-G 将搜索智能体的自由文本查询生成重构为有限动作选择,由环境构建菜单、追踪检索状态并执行选择,以缓解检索等价坍缩问题。其配套的 SNC 方法利用冻结答案评分器对比动作并分配下游收益。在六个 QA 基准上,Harness-G 在 1.5B 和 3B 规模下平均 F1 均最高,分别超出最强基线 Graph-R1 达 10.74 和 3.98 分。

原文 · 保持原样,未翻译

Reinforcement learning (RL) search agents commonly model retrieval as free-form natural-language query generation and optimize multi-turn interactions using final-answer rewards. Current studies mainly improve training with denser or more structured credit signals, but rarely examine whether retrieval is properly formulated at the policy-environment interface. We observe pronounced retrieval aliasing during Search-R1 training: rollouts for the same question continue to generate distinct query strings, yet their accumulated evidence sets increasingly overlap. We call this phenomenon retrieval-equivalence collapse; in this regime, trajectories approach utility equivalence with respect to retrieval decisions, leaving within-group returns with little effective retrieval contrast. To address this problem, we propose Harness-G, a graph-structured retrieval framework that redesigns this interface. It reformulates free-form query generation as finite action selection: the policy selects an evidence sentence or entity, or chooses to answer, while the environment constructs the menu, tracks retrieval state, and validates and executes each choice. This interface reduces linguistic aliasing and makes same-state alternatives directly comparable. Building on this interface, we introduce Structured Non-myopic Credit (SNC), which uses a frozen answer scorer to compare the selected action with its alternatives and assigns downstream gains to the earlier actions that enabled them. Across six QA benchmarks, Harness-G achieves the highest average F1 at both evaluated model scales, outperforming the strongest baseline, Graph-R1, by 10.74 points at 1.5B and 3.98 points at 3B.

阅读原文arxiv.org