# ABSeeker：通过答案回溯信用分配训练长程搜索智能体

- 来源：HuggingFace Daily Papers（社区热门论文）
- 发布时间：2026-08-05 08:00
- AIHOT 分数：56
- AIHOT 链接：https://aihot.virxact.com/items/cmsha6k1h052mronkbn1uc8u7
- 原文链接：https://arxiv.org/abs/2608.05102

## AI 摘要

研究提出答案回溯信用分配（ABC）框架，将稀疏的轨迹级结果转化为密集的步骤级奖励，以区分长程搜索智能体中的有效与错误动作。基于该框架训练的ABSeeker（Qwen3.5-4B，仅8.5k示例）在BrowseComp上达37.3%、BrowseComp-ZH上达39.1%；启用上下文管理后分别提升至55.3%和52.9%，超越同规模（4B）智能体并匹配约30B更大模型的性能。

## 正文

Long-horizon search agents must make multiple sequential actions (steps) to search, retrieve, verify, and integrate evidence to reach a final answer. However, existing methods for training these agents typically treat all steps within a trajectory uniformly during both supervised fine-tuning (SFT) and reinforcement learning (RL), failing to distinguish useful actions from erroneous or redundant ones. In this paper, we propose Answer-Backtracked Credit Assignment (ABC), a fine-grained credit assignment framework for training long-horizon search agents by converting sparse trajectory-level outcomes into dense step-level supervision that rewards useful actions (even in failed trajectories) while suppressing erroneous or redundant actions. Specifically, given a potentially obscure query and its corresponding ground-truth answer, ABC first performs Answer-Backtracked Clue Recovery, which traces back from the answer to recover intermediate clues required to solve the question. It then applies Clue-Anchored Step Scoring to evaluate each search step against these clues, converting sparse binary outcome supervision into dense step-level rewards. Based on these rewards, we develop ABC-SFT, which reweights the loss of each turn, and ABC-GRPO, which uses the step-level scores as rewards in GRPO. Building on this framework, we train ABSeeker based on Qwen3.5-4B with only 8.5k examples. ABSeeker achieves 37.3% on BrowseComp and 39.1% on BrowseComp-ZH. With context management, the scores further improve to 55.3% and 52.9%, respectively, significantly outperforming same-scale (4B) agents and even matching the performance of larger ones (approximately 30B). These results demonstrate the effectiveness of answer-backtracked step-level credit assignment for training long-horizon search agents.
