AI News AI资讯 1d ago Updated 18h ago 更新于 18小时前 50

Perplexity AI Releases WANDR: An Open Benchmark Evaluating Research Agents That Must Search Wide And Deep Perplexity AI发布WANDR:一个评估必须广泛和深入搜索的研究型代理的开放基准

Perplexity AI introduces WANDR, an open benchmark designed to evaluate "wide and deep" research agents that must discover large sets of entities and support each with specific evidence. The benchmark utilizes a composable qualification key hierarchy to validate complex, multi-level data collection tasks, moving beyond simple single-answer accuracy. Evaluation metrics include Precision, Recall, and F1 scores calculated via a rigorous grading process that re-fetches URLs and verifies excerpt valid Perplexity发布WANDR,这是首个针对“宽深”研究代理的开放基准,旨在评估构建大规模证据支持集合的能力,而非单一答案。 WANDR包含500个基于真实生产数据的复杂任务,要求代理同时具备广泛发现实体和深度验证每个实体的能力。 评估体系采用可组合的资格键层级结构,通过重新抓取URL和验证摘录来独立校验每个数据路径,计算精确率和召回率。 测试结果揭示当前所有系统均无法完美解决该基准,Perplexity的Search as Code (SaC)系统表现最佳,但软F1仅0.363。 研究发现发现瓶颈主要在顶层实体覆盖不足,且将可用页面转化为完整证据是比检索页面更难的挑战。

72
Hot 热度
75
Quality 质量
70
Impact 影响力

Analysis 深度分析

TL;DR

  • Perplexity AI introduces WANDR, an open benchmark designed to evaluate "wide and deep" research agents that must discover large sets of entities and support each with specific evidence.
  • The benchmark utilizes a composable qualification key hierarchy to validate complex, multi-level data collection tasks, moving beyond simple single-answer accuracy.
  • Evaluation metrics include Precision, Recall, and F1 scores calculated via a rigorous grading process that re-fetches URLs and verifies excerpt validity against claims.
  • Initial results show significant performance gaps, with Perplexity's Search as Code leading but achieving only moderate success rates, highlighting current limitations in agentic reliability.
  • Key findings indicate that discovery bottlenecks and the difficulty of extracting precise evidence from retrieved pages are major challenges for existing AI systems.

Why It Matters

This benchmark addresses a critical gap in AI evaluation by testing agents on complex, real-world knowledge work tasks rather than isolated Q&A scenarios. It provides a standardized way to measure the reliability and completeness of research agents, which is essential for enterprises deploying AI for due diligence, competitive intelligence, and literature reviews. The results offer actionable insights into where current models fail, guiding future development in agentic workflows and retrieval-augmented generation.

Technical Details

  • Benchmark Structure: WANDR consists of 500 realistic tasks derived from de-identified production patterns, requiring agents to build large, evidence-backed collections. Tasks are structured using a composable qualification key hierarchy (e.g., company(n) -> employee(m) -> url(k)).
  • Evaluation Methodology: The grader re-fetches submitted URLs to verify usability and scope. It checks if selected excerpts actually appear on the page and if they fully support the claimed answer. Metrics roll up from binary record verdicts to hierarchical Precision, Recall, and F1 scores.
  • Task Complexity: Tasks vary in difficulty based on per-record work rather than just scale. The median task requires 50 members and 245 records, with the total benchmark demanding over 170,000 source-backed records across 500 tasks.
  • Performance Analysis: Perplexity's Search as Code (SaC) system achieved the highest Soft F1 of 0.363 and Hard F1 of 0.133. Other systems like Anthropic showed lower scores despite higher costs, while others were faster/cheaper but less accurate.
  • Key Bottlenecks: Analysis reveals that top-level discovery completion varies significantly (0.611 to 0.951), and turning a usable page into complete evidence is difficult, with over 57% of excerpts failing to support the full claim in some cases.

Industry Insight

  • Shift from Generation to Verification: As AI agents move into professional knowledge work, evaluation must prioritize evidence verification and completeness over mere narrative generation. Benchmarks like WANDR set a new standard for assessing agent reliability in high-stakes environments.
  • Architectural Implications: The success of "Search as Code" suggests that deterministic programming structures for retrieval, filtering, and fan-out logic are superior to purely generative approaches for wide-and-deep tasks. Developers should consider hybrid architectures that separate discovery logic from LLM reasoning.
  • Cost-Performance Trade-offs: The wide range of costs ($0.03 to $324.83 per task) highlights the inefficiency of current agentic workflows. Organizations must balance token usage and latency against the need for exhaustive evidence, potentially requiring specialized optimization for large-scale data collection.

TL;DR

  • Perplexity发布WANDR,这是首个针对“宽深”研究代理的开放基准,旨在评估构建大规模证据支持集合的能力,而非单一答案。
  • WANDR包含500个基于真实生产数据的复杂任务,要求代理同时具备广泛发现实体和深度验证每个实体的能力。
  • 评估体系采用可组合的资格键层级结构,通过重新抓取URL和验证摘录来独立校验每个数据路径,计算精确率和召回率。
  • 测试结果揭示当前所有系统均无法完美解决该基准,Perplexity的Search as Code (SaC)系统表现最佳,但软F1仅0.363。
  • 研究发现发现瓶颈主要在顶层实体覆盖不足,且将可用页面转化为完整证据是比检索页面更难的挑战。

为什么值得看

这篇文章为评估AI代理在复杂知识工作(如尽职调查、竞争映射)中的实际能力提供了新的标准化方法,填补了现有基准仅测试单一答案的空白。它揭示了当前大模型在处理大规模、结构化数据收集时的具体短板,特别是证据链的完整性问题。对于开发和研究Agentic AI的团队而言,WANDR提供了一个衡量代理从“检索”到“严谨论证”跨越能力的实用框架。

技术解析

  • 基准设计 (Wide & Deep): WANDR不同于传统的DRACO基准,它不追求长篇报告的准确性,而是关注能否构建包含大量实体及其证据的集合。“宽”指发现大量开放式的合格实体,“深”指对每个实体进行足以支持声明的调查。
  • 可组合层级结构: 使用qualification key hierarchy定义任务,例如company(n) -> employee(m) -> url(k)。这种结构允许表示扁平列表、嵌套搜索或矩阵。每个完整的路径都独立验证,确保数据的结构完整性。
  • 自动化任务生成: 500个任务源自去标识化的生产使用模式,通过半自动化管道(播种、创作、准入、策展)生成,而非合成提示。任务难度取决于每条记录的工作量,而非单纯规模,中位数任务要求50个成员和245条记录。
  • 动态评分机制: 评分器在评估时重新抓取URL,检查页面可用性、范围以及摘录是否真实存在并支持所有要求。指标包括Precision(提交质量)、Recall(质量调整的完成度)、Soft F1(部分信用)和Hard F1(完全正确的子树)。
  • 性能与成本分析: Perplexity SaC系统以$5.20/任务和14.9分钟的中位时间领先,Soft F1为0.363。成本跨度极大($0.03至$324.83),显示深度推理和广泛覆盖的高昂代价。其他系统如Anthropic在质量上接近但成本更高,而OpenAI和Exa更快更便宜但分数较低。

行业启示

  • 从生成到验证的转变: AI代理的价值正从简单的内容生成转向严谨的证据收集和验证。开发者需关注如何让代理不仅找到信息,还能证明信息的准确性和相关性,特别是在法律和金融等高风险领域。
  • 程序化搜索的优势: “Search as Code”范式在处理需要重复操作、过滤、连接和去重的复杂任务时优于纯自然语言交互。将确定性计算与LLM推理结合,能有效降低上下文窗口压力并提高可扩展性。
  • 瓶颈在于证据链而非检索: 当前技术的主要瓶颈不是找不到页面,而是难以从页面中提取出完全支持特定声明的完整证据。优化摘录提取逻辑和事实核查机制将是提升代理可靠性的关键方向。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Agent Agent Benchmark 基准测试 Evaluation 评测 Open Source 开源 Research 科学研究