PulseAugur
实时 12:11:03

新的搜索代理方法将页面选择与提取解耦

一篇新的研究论文介绍了 Fetch-then-Explore,这是一种新颖的搜索代理方法,它将页面选择与证据提取解耦。与将页面内容与其打开时绑定的现有方法或仅使用片段的方法不同,Fetch-then-Explore 将选定的页面存储在文件系统上的持久工作区中。这使得代理可以按需重新访问页面并提取信息,跨多个搜索轮次累积证据,并提高 BrowseCompWideSearch 等基准测试的准确性。 AI

影响 该方法可以通过让搜索代理更有效地重新访问和重新评估信息来提高其效率和准确性。

排序理由 介绍搜索代理新方法的 ist 研究论文。 [lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.IR (Information Retrieval) 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

新的搜索代理方法将页面选择与提取解耦

报道来源 [1]

  1. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Tat-Seng Chua ·

    Fetch-then-Explore: Decoupling Selection from Extraction over a Persistent Workspace for Search Agents

    Search agents now answer questions that take dozens of searches to settle, yet how such an agent reads a page has drawn far less attention than how it finds one. Nearly all of them use one of two document interfaces, and both tie a page to the moment it is opened. \emph{Visit-and…