paper-with-me

Papers

Harness-G: A Graph-Structured Harness for Search Agents

2026-07-30 · Yanning Hou, Haoyuan Chen, Sihang Zhou, Xiaoshu Chen, Xirui Liu, Duanyang Yuan, Lingyuan Meng, Quan Liu, Jian Huang arxiv

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.

📄 PDF Abstract BibTeX arXiv:2607.27652

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

VeRO: A Harness for Agents to Optimize Agents

2026-02-25 · Varun Ursekar, Apaar Shanker, Veronica Chatrath, Yuan Xue 외 arxiv

An important emerging application of coding agents is agent harness optimization: the iterative improvement of a target agent by editing and evaluating its code. Despite its relevance, the community lacks a systematic un…

PhoneHarness: Harnessing Phone-Use Agents through Mixed GUI, CLI, and Tool Actions

2026-06-12 · Chenxin Li, Zhengyao Fang, Zhengyang Tang, Pengyuan Lyu 외 arxiv

Phone agents are increasingly expected to complete real mobile workflows rather than merely predict the next screen action. However, much of the current mobile-agent literature still evaluates agents primarily as GUI con…

Living-Harness Is an Interactive-Agent Evolver

2026-07-29 · Yuetian Du, Yucheng Wang, He Xu, Jiexu Xu 외 arxiv

Large language model (LLM) agents may recover from a failure within an episode or after a retry, yet the same execution failure can recur in later tasks because post-episode feedback rarely revises the persistent harness…

AutoSaddler: Automatic Harness Optimization with Durable Updates from Agent Execution Traces

2026-08-24 · Sungho Park, Wonjoong Kim, Rongyuan Tan, Jue Zhang 외 arxiv

LLM agents remain unreliable on long-horizon tasks, where small local failures can compound over extended interactions and lead to overall task failure. Although external harnesses can substantially improve robustness, h…

AI Harness Engineering: A Runtime Substrate for Foundation-Model Software Agents

2026-05-13 · Hailin Zhong, Shengxin Zhu arxiv

Foundation models have transformed automated code generation, yet autonomous software-engineering agents remain unreliable in realistic development settings. The dominant explanation locates this gap in model capability.…

Code Generation