Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv AI · 2026/8/2 03:55:08

Search-GRT: Guided Retrieval Training of Search Agents to Optimize for Complex Question Answering

AI 中文解读
核心亮点:这项研究让AI学会了“带着答案找答案”,在复杂多步问答任务上性能暴涨超40%,比现有最强方法更准更快。 通俗解读:以前AI用搜索引擎回答复杂问题时,就像一个人只凭模糊感觉在图书馆乱翻书,经常翻错地方,后面答案自然全错。新方法GRT相当于在训练时给AI一张“小抄”,先让它只看最相关的几页书练习,等它练熟了再放手自己找。这样一来,AI更懂得怎么分步提问、怎么筛选重点,回答起来自然又准又稳,而且训练还更快。 实际影响:以后你问AI“去日本玩一周,预算八千,怎么安排行程最划算”这类需要综合多个信息的问题,AI能给出更靠谱的答案,不再东拼西凑瞎编。学生查资料、上班族做调研、甚至医生辅助诊断,这类需要跨网页整合信息的场景,AI的可靠性都会明显提升。简单说,AI将从“只会聊”变得更“会办事”,帮我们省下大量搜索和核对信息的时间。
The effective use of search engines by large language models (LLMs) remains a significant challenge, particularly in complex, multi-hop question-answering (MHQA) tasks. These tasks require the model to decompose questions into subqueries, retrieve relevant information, and synthesize answers from multiple sources, often leading to cascading errors due to poor retrieval in early stages. Reinforcement learning (RL) has shown promise in improving LLMs' search capabilities, but it often suffers from sparse rewards during training, hindering the model's ability to learn effectively. To address these challenges, we introduce Guided Retrieval Training (GRT), a novel method that improves the performance of a search agent by restricting the retrieval process during RL training using ground truth information. By focusing on a curated set of relevant documents, GRT provides the model with a stronger learning signal, mitigating the problem of sparse rewards and improving its ability to generate accurate subqueries and synthesize correct answers. Our experimental results demonstrate that GRT achieves consistent performance improvements over existing methods, such as Search-R1, across a wide range of question-answering (QA) tasks. Notably, GRT excels in MHQA tasks, achieving over 40% improvements in performance. Additionally, GRT enhances training efficiency by achieving better QA performance with fewer training steps.
分享
阅读原文