菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-19
📄 Abstract - SODIUM: From Open Web Data to Queryable Databases

During research, domain experts often ask analytical questions whose answers require integrating data from a wide range of web sources. Thus, they must spend substantial effort searching, extracting, and organizing raw data before analysis can begin. We formalize this process as the SODIUM task, where we conceptualize open domains such as the web as latent databases that must be systematically instantiated to support downstream querying. Solving SODIUM requires (1) conducting in-depth and specialized exploration of the open web, which is further strengthened by (2) exploiting structural correlations for systematic information extraction and (3) integrating collected information into coherent, queryable database instances. To quantify the challenges in automating SODIUM, we construct SODIUM-Bench, a benchmark of 105 tasks derived from published academic papers across 6 domains, where systems are tasked with exploring the open web to collect and aggregate data from diverse sources into structured tables. Existing systems struggle with SODIUM tasks: we evaluate 6 advanced AI agents on SODIUM-Bench, with the strongest baseline achieving only 46.5% accuracy. To bridge this gap, we develop SODIUM-Agent, a multi-agent system composed of a web explorer and a cache manager. Powered by our proposed ATP-BFS algorithm and optimized through principled management of cached sources and navigation paths, SODIUM-Agent conducts deep and comprehensive web exploration and performs structurally coherent information extraction. SODIUM-Agent achieves 91.1% accuracy on SODIUM-Bench, outperforming the strongest baseline by approximately 2 times and the weakest by up to 73 times.

顶级标签: agents systems benchmark
详细标签: web data extraction multi-agent system queryable databases benchmark evaluation information integration 或 搜索:

SODIUM:从开放网络数据到可查询数据库 / SODIUM: From Open Web Data to Queryable Databases


1️⃣ 一句话总结

这篇论文提出了一个名为SODIUM的新任务,旨在自动从开放的互联网中探索、提取并整合多源数据以构建可查询的数据库,并开发了一个性能远超现有方法的智能代理系统来解决该问题。

源自 arXiv: 2603.18447