Research Papers 论文研究 1d ago Updated 15h ago 更新于 15小时前 47

Benchmarking Hybrid Deep Research Across Database Querying and Web Search 跨数据库查询与网络搜索的混合深度研究基准测试

HybridDeepResearch is introduced as the first deep-research benchmark requiring both web search and SQL querying to form complete, verifiable answers, addressing the gap in existing benchmarks that evaluate these modalities in isolation The benchmark contains 380 tool-dependent tasks grounded in LiveSQLBench-Base-Lite databases and public web corpora, validated through automated checks and human review Three reasoning patterns are defined: SQL2S (database-to-web), S2SQL (web-to-database), and Pa 提出HybridDeepResearch,首个要求同时使用网页搜索和SQL生成完整可验证答案的深度研究基准测试 基准包含380个工具依赖任务,基于LiveSQLBench-Base-Lite数据库和公共网页语料库,覆盖SQL2S、S2SQL和Parallel三种推理模式 即使是GLM-5.2、Claude-Sonnet-4.6和GPT-5等最先进模型,在困难子集上也仅达到约50-54%的Pass@8 方向性推理(SQL↔Web单向传递)显著比并行交叉推理更难,约束保持仍是智能体系统的主要开放挑战 代码和数据集已在GitHub和Hugging Face公开

62
Hot 热度
72
Quality 质量
68
Impact 影响力

Analysis 深度分析

TL;DR

  • HybridDeepResearch is introduced as the first deep-research benchmark requiring both web search and SQL querying to form complete, verifiable answers, addressing the gap in existing benchmarks that evaluate these modalities in isolation
  • The benchmark contains 380 tool-dependent tasks grounded in LiveSQLBench-Base-Lite databases and public web corpora, validated through automated checks and human review
  • Three reasoning patterns are defined: SQL2S (database-to-web), S2SQL (web-to-database), and Parallel (simultaneous intersection of both sources)
  • State-of-the-art models (GLM-5.2, Claude-Sonnet-4.6, GPT-5) achieve only 50-54% Pass@8 on the hard subset, revealing significant performance gaps
  • Directional reasoning (SQL2S and S2SQL) proves substantially more difficult than parallel intersection, highlighting the critical "handoff" challenge of preserving constraints when moving evidence between structured and unstructured information spaces

Why It Matters

This benchmark directly addresses a fundamental limitation in current AI agent evaluation: real-world analytical tasks require agents to seamlessly integrate evidence from both unstructured web sources and structured databases, yet no existing benchmark measures this critical capability. For AI practitioners building agentic systems, the findings reveal that even top-tier models struggle to maintain constraint fidelity during cross-modal reasoning, signaling that hybrid research agents remain far from production readiness for complex enterprise queries.

Technical Details

  • Benchmark composition: 380 tool-dependent tasks drawn from LiveSQLBench-Base-Lite databases paired with public web corpora, with validation through both automated checks and human review
  • Reasoning patterns: SQL2S requires starting from database constraints and refining with web search; S2SQL inverts this flow by beginning with web findings and grounding them in SQL queries; Parallel requires simultaneous, intersecting use of both modalities
  • Evaluation metric: Pass@8 measures whether at least one of eight generated trajectories produces a correct, verifiable answer
  • Models evaluated: Proprietary (GLM-5.2, Claude-Sonnet-4.6, GPT-5) and open-weight models tested under various agentic scaffolds
  • Code and data: Publicly available on GitHub and Hugging Face for reproducibility

Industry Insight

  • The 50-54% Pass@8 ceiling for frontier models on hard tasks indicates that hybrid deep research agents will require significant architectural improvements—particularly in constraint preservation during cross-modal handoffs—before they can be reliably deployed for enterprise-grade analytical workflows
  • The asymmetry between directional and parallel reasoning suggests that agent scaffolds should prioritize bidirectional tool orchestration rather than unidirectional pipelines, as the web-to-database and database-to-web transitions represent distinct failure modes that need targeted optimization
  • Benchmark designers and practitioners should treat the SQL2S/S2SQL/Parallel taxonomy as a diagnostic framework for evaluating agent weaknesses, enabling more granular improvement roadmaps rather than relying on monolithic accuracy scores

TL;DR

  • 提出HybridDeepResearch,首个要求同时使用网页搜索和SQL生成完整可验证答案的深度研究基准测试
  • 基准包含380个工具依赖任务,基于LiveSQLBench-Base-Lite数据库和公共网页语料库,覆盖SQL2S、S2SQL和Parallel三种推理模式
  • 即使是GLM-5.2、Claude-Sonnet-4.6和GPT-5等最先进模型,在困难子集上也仅达到约50-54%的Pass@8
  • 方向性推理(SQL↔Web单向传递)显著比并行交叉推理更难,约束保持仍是智能体系统的主要开放挑战
  • 代码和数据集已在GitHub和Hugging Face公开

为什么值得看

本文揭示了当前AI智能体在跨模态信息整合方面的根本性局限——现有基准测试孤立评估单一模态,而真实场景需要智能体在结构化数据库和非结构化文本间无缝切换并保持约束一致性。这一发现为评估和开发下一代复杂推理智能体提供了关键基准和明确的技术挑战方向。

技术解析

  • 基准设计:HybridDeepResearch包含380个工具依赖任务,每个任务需要智能体同时调用网页搜索和SQL查询来形成完整答案,通过自动化检查和人工审核双重验证。
  • 三种推理模式:SQL2S(从数据库到网页的单向推理)、S2SQL(从网页到数据库的单向推理)、Parallel(并行交叉推理),其中方向性推理难度显著高于并行模式。
  • 模型评估:测试了包括GLM-5.2、Claude-Sonnet-4.6、GPT-5在内的多种专有和开源模型,在不同智能体脚手架下的表现均显示困难子集Pass@8仅约50-54%。
  • 核心挑战:约束传递(handoff)——在结构化与非结构化信息空间间移动证据时保持约束条件不丢失,是当前智能体系统的主要技术瓶颈。

行业启示

  • 基准测试范式转变:行业应从单一模态评估转向跨模态综合评估,真实应用场景要求智能体同时处理结构化数据查询和非结构化文本检索,现有基准已无法反映实际能力。
  • 智能体架构优化方向:开发重点应放在"约束保持"机制上,即在多工具调用链中确保信息传递的完整性和一致性,这是当前SOTA模型的主要短板。
  • 产品落地建议:对于需要深度研究能力的AI产品(如金融分析、法律研究、市场调研),应优先测试智能体在混合信息源场景下的表现,而非仅依赖单一模态的基准分数。

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

Research 科学研究 Benchmark 基准测试 Agent Agent RAG 检索增强生成