DeepXiv-SDK: An Agentic Data Interface for Scientific Literature

TL;DR

DeepXiv-SDK offers a structured, progressive, and cost-aware scientific literature interface, enabling efficient retrieval and evidence extraction from the ArXiv corpus.

cs.DL 🔴 Advanced 2026-02-15 1 citations 47 views
Hongjin Qian Ziyi Xia Ze Liu Jianlyu Chen Kun Luo Minghao Qin Chaofan Li Lei Xiong Junwei Lan Sen Wang Zhengyang Liang Yingxia Shao Defu Lian Zheng Liu
literature retrieval structured data AI tools scientific workflows knowledge management

Key Findings

Methodology

DeepXiv-SDK employs a three-layer architecture comprising the data layer, service layer, and application layer. The data layer normalizes unstructured PDF and HTML documents into a standardized JSON schema, extracting metadata, structural signals, and auxiliary indicators such as citation counts and social attention metrics. It utilizes tools like MinerU for PDF-to-Markdown conversion and structure detection algorithms to recover section hierarchies. The service layer exposes RESTful APIs supporting multi-attribute, hybrid lexical and dense vector retrieval, along with progressive access modes (header, section, evidence). This enables low-cost screening and targeted reading. The application layer packages SDKs and an agent framework that orchestrates multi-step workflows, including deep search and evidence-backed QA, with daily synchronization of the latest arXiv papers. The system is optimized for high concurrency, maintaining low latency and high throughput, facilitating scalable AI-driven scientific workflows.

Key Results

  • In a set of 50 multi-constraint queries, DeepXiv achieved an average recall@1 of 78.26%, with an average latency of 43.9 milliseconds, outperforming Google Scholar and other baselines by a large margin. Its hybrid retrieval and progressive access reduced token consumption by approximately 60%, significantly lowering computational costs.
  • For complex evidence-based QA tasks involving 47 queries, DeepXiv improved answer accuracy by about 15% over traditional search-and-read pipelines, while reducing token usage by over 60%. The system effectively filters candidate papers using low-cost header signals before escalating to detailed section or evidence-level reads.
  • The platform demonstrated stable performance under high load, processing millions of requests daily with response times within hundreds of milliseconds, confirming its suitability for large-scale scientific applications.

Significance

DeepXiv-SDK addresses a critical bottleneck in scientific AI workflows by transforming unstructured, heterogeneous literature into structured, tool-callable objects. Its progressive, budget-aware interface enables efficient, reliable, and verifiable access to scientific papers, greatly enhancing the capacity for automated literature review, evidence verification, and knowledge discovery. This innovation bridges the gap between large language models and complex scientific data, fostering a new era of AI-empowered research automation and accelerating scientific progress.

Technical Contribution

This work introduces a novel three-layer architecture integrating structured data normalization, multi-modal signal extraction, and hybrid retrieval with attribute conditioning. The data layer’s deterministic pipeline ensures reproducibility and robustness across diverse document layouts. The service layer’s unified API supports multi-level, progressive access modes and hybrid search, enabling flexible, cost-aware querying. The application layer’s agent framework orchestrates multi-step workflows, including deep search and evidence verification, with high concurrency support. These innovations collectively surpass existing tools like ar5iv and AlphaXiv, providing a scalable, reusable, and efficient infrastructure for scientific literature management.

Novelty

DeepXiv-SDK is the first comprehensive system to convert scientific papers into structured, tool-callable objects with multi-level, progressive access and hybrid retrieval capabilities. Unlike prior tools that mainly offer static browsing or full-text mirroring, it enables dynamic, cost-aware, and attribute-conditioned querying, tailored for AI-driven scientific workflows. Its layered architecture and integration of semantic signals and structured views set a new standard for literature interfaces in AI research.

Limitations

  • The current system primarily relies on arXiv data, limiting coverage to preprints and open-access repositories; integration with proprietary or subscription-based journals remains a future goal.
  • Structure recovery algorithms may encounter difficulties with low-quality or highly complex PDFs, leading to potential inaccuracies in section detection and signal extraction.
  • High concurrency and large-scale deployment require ongoing optimization of resource management and cost control, especially when expanding to broader datasets and multi-lingual corpora.

Future Work

Future research will focus on expanding data sources to include PubMed Central, bioRxiv, and other repositories, enhancing multi-lingual support, and integrating knowledge graph reasoning for deeper semantic understanding. Improving structure detection robustness and developing adaptive signal extraction algorithms are also priorities. Additionally, efforts will be made to optimize system scalability and cost-efficiency, enabling deployment in diverse scientific domains and supporting more complex AI-driven research tasks.

AI Executive Summary

The rapid growth of scientific literature presents a formidable challenge for researchers seeking to efficiently access, verify, and synthesize knowledge. Traditional search engines and document parsing tools often fall short, especially when dealing with long, heterogeneous, and unstructured papers. These limitations hinder the development of AI systems capable of autonomous literature review, evidence validation, and hypothesis generation.

DeepXiv-SDK introduces a transformative approach by reimagining scientific papers as structured, multi-level, tool-callable objects. Its core innovation lies in a three-layer architecture that systematically converts raw PDF and HTML documents into normalized JSON schemas, capturing metadata, structural signals, and auxiliary indicators such as citation counts and social attention metrics. The data layer employs advanced algorithms like MinerU for PDF normalization and structure detection, ensuring reproducibility and robustness across diverse document layouts.

Building on this foundation, the service layer offers a unified RESTful API supporting multi-attribute, hybrid lexical and dense vector retrieval. It enables progressive access modes—header, section, and evidence—allowing researchers and AI agents to perform low-cost screening, targeted reading, and evidence verification. This design significantly reduces token consumption and computational costs, facilitating scalable, real-time workflows. The SDK and agent framework further streamline complex research tasks, such as deep search and evidence-backed QA, by orchestrating multi-step interactions with high concurrency and low latency.

Empirical evaluations demonstrate that DeepXiv outperforms existing platforms like Google Scholar and AlphaXiv in both retrieval accuracy and speed. In a benchmark of 50 multi-constraint queries, it achieved an average recall@1 of 78.26% with an average latency of 43.9 ms, surpassing competitors by a wide margin. For complex QA tasks, it improved answer correctness while reducing token usage by over 60%. These results confirm its effectiveness in real-world scientific workflows.

The significance of DeepXiv-SDK extends beyond technical innovation. By enabling reliable, cost-effective, and verifiable access to scientific literature, it paves the way for AI-driven automation in research, literature review, and evidence synthesis. Its scalable architecture supports high-volume, multi-task operations, making it suitable for large-scale scientific endeavors. Future developments will focus on expanding data sources, enhancing multi-lingual support, and integrating semantic reasoning capabilities, further advancing the frontier of AI in science.

Deep Analysis

Background

The exponential increase in scientific publications over the past decade has led to a pressing need for more efficient literature management tools. Early systems like Google Scholar and Microsoft Academic provided keyword-based search and metadata retrieval, but struggled with long documents and complex structures. Recent efforts such as ar5iv and AlphaXiv attempted to improve user experience by converting papers into HTML with enriched views, yet lacked standardized, reusable interfaces for AI agents. The advent of large language models (LLMs) has intensified the demand for structured, accessible scientific data, prompting research into document normalization, signal extraction, and multi-level retrieval. Despite these advances, existing tools remain fragmented, often relying on ad hoc parsing, which hampers automation, reproducibility, and scalability. The challenge remains to develop a unified, scalable infrastructure that can transform heterogeneous scientific documents into structured, tool-callable entities, supporting complex AI workflows.

Core Problem

Current scientific literature access methods are inefficient for AI-driven workflows. Raw PDFs and HTML pages require extensive parsing, which is brittle and inconsistent across formats. This leads to high computational costs, token wastage, and unreliable evidence retrieval. Moreover, existing systems lack standardized, multi-level interfaces that allow incremental, cost-aware access, forcing models to reason over noisy, unstructured text. These limitations hinder the deployment of autonomous scientific agents capable of multi-step reasoning, evidence verification, and knowledge synthesis. The core problem is to create a robust, scalable, structured, and progressive data interface that can serve as a reliable foundation for AI applications in scientific research, enabling low-cost screening, targeted reading, and evidence-based decision-making.

Innovation

DeepXiv-SDK introduces a novel three-layer architecture that fundamentally redefines scientific literature access. The data layer employs deterministic pipelines to convert heterogeneous PDFs and HTMLs into a canonical JSON schema, capturing metadata, structural signals, and auxiliary indicators like citation counts. The service layer offers a RESTful API supporting multi-attribute, hybrid retrieval, and progressive views—header, section, and evidence—allowing low-cost screening and targeted access. The application layer encapsulates SDKs and intelligent agents that orchestrate multi-step workflows, including deep search and evidence-backed QA, with high concurrency. This integrated approach surpasses prior tools by enabling structured, reusable, and cost-aware access, tailored for AI automation. It bridges the gap between unstructured scientific documents and AI models, facilitating scalable, reliable, and efficient workflows.

Methodology

  • �� Data Layer:
  • Input: arXiv ID
  • Metadata retrieval via OAI-PMH
  • Source acquisition: HTML preferred, fallback to PDF
  • PDF normalization: MinerU converts PDF to Markdown
  • HTML content extraction: main content parsing
  • Structure detection: heading cues, formatting patterns
  • JSON schema generation: paper metadata, section hierarchy
  • Signal extraction: token counts, semantic summaries, resource links, citation/social signals
  • Signal enrichment: TL;DRs, keywords, resource validation
  • Storage: multiple views (overview, section, evidence) with provenance

  • �� Service Layer:
  • REST API endpoints supporting:
  • �� Header-first view for screening
  • �� Section view for targeted reading
  • �� Evidence view for verification
  • �� Attribute-conditioned hybrid retrieval
  • Authentication, caching, on-demand loading
  • SDK and CLI clients for integration

  • �� Application Layer:
  • SDK wrapping REST calls with deterministic functions
  • Built-in agent for multi-step workflows
  • Workflow examples: deep search, evidence extraction
  • High concurrency support for large-scale deployment

This architecture ensures modularity, reusability, and scalability, enabling AI agents to perform complex, cost-aware literature analysis efficiently.

Experiments

The evaluation involved two primary tasks: agentic paper search and deep research QA. The dataset comprised 50 multi-constraint queries targeting unique papers and 47 complex QA queries requiring evidence synthesis, all based on the latest arXiv corpus. Baselines included Google Scholar, AlphaXiv, and other academic search tools. Metrics measured were recall@1, latency, token consumption, and answer correctness. In retrieval tasks, DeepXiv achieved an average recall@1 of 78.26%, with an average latency of 43.9 ms, outperforming baselines by a significant margin. The system's hybrid retrieval and progressive views reduced token usage by over 60%. In QA tasks, answer accuracy improved by approximately 15%, with token savings exceeding 60%. The system maintained stable performance under high concurrency, processing millions of requests daily, demonstrating robustness and scalability.

Results

DeepXiv demonstrated superior performance in both retrieval accuracy and efficiency. Its ability to leverage structured, multi-level views allowed for rapid filtering and targeted reading, significantly reducing computational costs. The hybrid retrieval mechanism effectively balanced lexical and semantic signals, resulting in higher precision. The latency benchmarks confirmed that the system could handle large-scale, real-time applications with response times within hundreds of milliseconds. These results validate DeepXiv’s potential to transform scientific literature management, enabling AI agents to operate more effectively and efficiently in complex research workflows.

Applications

DeepXiv-SDK is applicable in automated literature review, evidence-based scientific inquiry, and AI-powered research assistants. It allows researchers to quickly identify relevant papers, verify claims, and synthesize knowledge with minimal manual effort. Academic institutions can integrate it into their digital libraries for enhanced search and retrieval. Industry sectors such as pharmaceuticals, materials science, and AI research benefit from rapid access to verified evidence, accelerating innovation cycles. Its scalable architecture supports integration into large-scale AI systems, enabling autonomous scientific discovery and decision-making.

Limitations & Outlook

The current implementation primarily relies on arXiv data, limiting coverage to preprints and open-access repositories. Extending to proprietary journals and multi-lingual documents requires additional adaptation. Structure recovery algorithms may face challenges with poorly formatted or scanned PDFs, affecting accuracy. High concurrency deployment demands ongoing optimization of computational resources and cost management. Moreover, semantic understanding beyond structural signals, such as deep reasoning or inference, remains an open area for future development. Addressing these limitations will be crucial for broader adoption and robustness.

Plain Language Accessible to non-experts

想象你在一个巨大的图书馆里找资料。以前,你得逐本翻阅书本,花费大量时间,而且容易错过重要信息。DeepXiv就像是一个超级智能的助手,它把所有的书都整理成电子版,并且按照章节、重点、证据等不同层次整理好。你可以告诉它你只想看摘要,或者只想看某个章节,它会帮你快速筛选出最相关的内容。你还可以让它帮你找到具体的证据,比如某个实验的详细数据。这样一来,你不用翻遍所有书,就能很快找到你需要的答案,还能节省很多时间和精力。就像有个超级厉害的图书馆导览员,帮你高效、准确地找到所有重要信息。

ELI14 Explained like you're 14

想象你在学校图书馆里找资料,但书太多,翻来翻去很费时间。DeepXiv就像是一个超级聪明的机器人助手,它把所有的书都整理成电子版,还会把重要内容总结出来。你可以告诉它你想找关于“太阳能电池”的资料,它会先帮你筛选出最相关的几本书,只看摘要和重点部分。等你觉得需要详细了解某个内容时,再让它帮你打开那一章节,甚至找到具体的证据。这样一来,你不用翻遍所有书,就能很快找到你要的答案,还省下很多时间。就像有个智能图书馆助手一样,帮你变得更聪明、更快!

Abstract

LLM-agents are increasingly used to accelerate the progress of scientific research. Yet a persistent bottleneck is data access: agents not only lack readily available tools for retrieval, but also have to work with unstrcutured, human-centric data on the Internet, such as HTML web-pages and PDF files, leading to excessive token consumption, limit working efficiency, and brittle evidence look-up. This gap motivates the development of \textit{an agentic data interface}, which is designed to enable agents to access and utilize scientific literature in a more effective, efficient, and cost-aware manner. In this paper, we introduce DeepXiv-SDK, which offers a three-layer agentic data interface for scientific literature. 1) Data Layer, which transforms unstructured, human-centric data into normalized and structured representations in JSON format, improving data usability and enabling progressive accessibility of the data. 2) Service Layer, which presents readily available tools for data access and ad-hoc retrieval. It also enables a rich form of agent usage, including CLI, MCP, and Python SDK. 3) Application Layer, which creates a built-in agent, packaging basic tools from the service layer to support complex data access demands. DeepXiv-SDK currently supports the complete ArXiv corpus, and is synchronized daily to incorporate new releases. It is designed to extend to all common open-access corpora, such as PubMed Central, bioRxiv, medRxiv, and chemRxiv. We release RESTful APIs, an open-source Python SDK, and a web demo showcasing deep search and deep research workflows. DeepXiv-SDK is free to use with registration.

cs.DL cs.AI cs.CL cs.IR

References (14)

Synthesizing scientific literature with retrieval-augmented language models

Akari Asai, Jacqueline He, Rulin Shao et al.

2026 75 citations

Model-Document Protocol for AI Search

Hong-Jin Qian, Zheng Liu

2025 2 citations View Analysis →

Paper2Agent: Reimagining Research Papers As Interactive and Reliable AI Agents

Jia-Cheng Miao, Joe R. Davis, Jonathan K. Pritchard et al.

2025 30 citations View Analysis →

Agentic Web: Weaving the Next Web with AI Agents

Yingxuan Yang, Mulei Ma, Yuxuan Huang et al.

2025 62 citations View Analysis →

Build the web for agents, not agents for the web

Xing Han Lù, Gaurav Kamath, Marius Mosbach et al.

2025 17 citations View Analysis →

PaSa: An LLM Agent for Comprehensive Academic Paper Search

Yichen He, Guanhua Huang, Peiyuan Feng et al.

2025 78 citations View Analysis →

Agent Laboratory: Using LLM Agents as Research Assistants

Samuel Schmidgall, Yusheng Su, Ze Wang et al.

2025 478 citations View Analysis →

Beyond Browsing: API-Based Web Agents

Yueqi Song, Frank F. Xu, Shuyan Zhou et al.

2024 87 citations View Analysis →

MinerU: An Open-Source Solution for Precise Document Content Extraction

Bin Wang, Chaochao Xu, Xiaomeng Zhao et al.

2024 324 citations View Analysis →

Autonomous LLM-driven research from data to human-verifiable research papers

Tal Ifargan, L. Hafner, M. Kern et al.

2024 83 citations View Analysis →

LitLLM: A Toolkit for Scientific Literature Review

Shubham Agarwal, I. Laradji, Laurent Charlin et al.

2024 76 citations View Analysis →

A survey on large language model based autonomous agents

Lei Wang, Chengbang Ma, Xueyang Feng et al.

2023 3753 citations View Analysis →

ReAct: Synergizing Reasoning and Acting in Language Models

Shunyu Yao, Jeffrey Zhao, Dian Yu et al.

2022 10895 citations View Analysis →

Web Data Knowledge Extraction

J. M. Tirado, O. Șerban, Qiang Guo et al.

2016 6 citations View Analysis →

Cited By (1)

ScholarQuest: A Taxonomy-Guided Benchmark for Agentic Academic Paper Search in Open Literature Environments