arXiv:2605.05702cs.AI2026-05被引 1

用知识图谱路径提升自进化搜索代理的问答质量与训练效率

Knowledge-Graph Paths as Intermediate Supervision for Self-Evolving Search Agents

论文配图:Knowledge-Graph Paths as Intermediate Supervision for Self-Evolving Search Agents
图 1 · 摘自论文原文
  • 用知识图谱子图为生成问题提供关系上下文,避免孤立实体生成无效问题
  • 设计渐进式奖励机制,根据解题路径覆盖知识图谱节点程度给予部分奖励
  • 无需人工标注,适用于多跳问答任务,适合强化学习驱动的智能搜索系统

自进化搜索代理通过自主生成并解答搜索任务,减少对人工标注问题的依赖。现有代表方法Search Self-Play(SSP)存在两大瓶颈:提出者仅基于孤立答案实体生成问题,缺乏关系上下文,导致早期训练中产生大量无效或不可验证的问题;求解者仅接收二值奖励,丢失部分正确路径中的有用信号。本文通过复用知识图谱路径作为中间监督信号,同时优化问题生成与奖励设计。首先,利用大模型引导的知识图谱子图,为问题生成提供关系上下文;其次,发现多跳问题的构建路径与求解路径存在重叠中间实体,提出Waypoint Coverage Reward(WCR),根据求解路径覆盖构建路径中实体的程度给予梯度化部分奖励,同时保留完整奖励给正确答案。在七个问答基准和九种模型配置下,该方法在所有设置中均优于标准SSP,尤其在多跳问答任务上表现显著提升。结果表明,知识图谱路径可作为轻量级中间监督信号,提供关系引导与过程反馈,无需额外人工标注。

原文摘要 · Abstract (English)

Self-evolving search agents reduce reliance on human-written training questions by generating and solving their own search tasks. We build on Search Self-Play (SSP), a representative Proposer and Solver framework in which questions are generated and answered via multi-step search and reasoning. In practice, however, SSP faces two bottlenecks: the Proposer constructs questions from isolated answer entities without relational context, yielding many invalid or unverifiable questions in early self-play training, while the Solver receives only a binary outcome reward that discards useful signal from partially on-track search trajectories. We address both bottlenecks by reusing knowledge-graph paths as construction-derived intermediate supervision for both question construction and reward shaping. First, we ground question construction in LLM-guided knowledge-graph subgraphs, providing relational context for the Proposer. Second, we observe that constructing and solving a multi-hop question can involve overlapping intermediate entities: the factual bridges used to formulate the question may provide approximate waypoints for answering it. Exploiting this overlap, we introduce Waypoint Coverage Reward (WCR), which grants graded partial credit to incorrect Solver trajectories according to their coverage of entities on the construction path, while preserving full reward for correct answers. Across seven QA benchmarks and nine model configurations, our approach improves the average score over standard SSP in all configurations, including notable gains on multi-hop QA tasks. These results suggest that knowledge-graph paths can be reused as lightweight intermediate supervision, providing both relational guidance and process feedback without additional task-specific human annotations or manually labeled process steps.

知识图谱自进化强化学习多跳问答

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。