DeepScholar-Bench: A Live Benchmark and Automated Evaluation for Generative Research Synthesis

TL;DR

DeepScholar-bench is a real-time benchmark for generative research synthesis, evaluating knowledge integration, retrieval relevance, and citation verifiability.

cs.CL 🔴 Advanced 2025-08-28 52 views
Liana Patel Negar Arabzadeh Harshit Gupta Ankita Sundar Ion Stoica Matei Zaharia Carlos Guestrin
AI evaluation research synthesis information retrieval automated assessment benchmarking

Key Findings

Methodology

This approach constructs a dynamic dataset by extracting queries and exemplars from recent high-quality ArXiv papers. An automated pipeline filters papers, extracts related work sections, and employs multi-metric evaluation covering knowledge synthesis, retrieval relevance, and citation verification. The DeepScholar-ref pipeline, based on LOTUS, provides a strong open-source baseline with semantic filtering, ranking, and aggregation modules. Evaluation across 14 open-source and commercial systems reveals no system exceeds 31% geometric mean score, highlighting the task's complexity and the need for further improvements.

Key Results

  • DeepScholar-bench's highest scoring system, OpenAI DeepResearch, achieves 39.2% in knowledge synthesis but overall scores remain low, indicating significant room for enhancement. DeepScholar-ref demonstrates competitive performance, especially in verifiability, with up to 6.3× higher citation accuracy than OpenAI's system. Retrieval relevance and key reference coverage remain challenging, with most systems scoring below 40%, underscoring the difficulty of real-time web navigation and long-form factual consistency.
  • OpenAI DeepResearch excels in organization and key fact extraction but struggles with citation support. Many systems show weak performance in relevant source retrieval and important reference coverage, emphasizing the need for better retrieval strategies. DeepScholar-ref's semantic filtering and ranking significantly improve relevance and verification, validating the pipeline's effectiveness.
  • Overall, current models underperform across all dimensions—knowledge synthesis, retrieval, and verifiability—necessitating advances in multi-source information fusion, fact consistency, and real-time data handling to meet the demands of research automation.

Significance

This work establishes a comprehensive, real-time evaluation platform for research synthesis, overcoming static and outdated benchmarks. By integrating web-scale data and multi-metric assessment, it pushes AI research towards practical, scalable scientific automation. The platform addresses core challenges in long-form factual accuracy, relevance, and citation support, crucial for deploying AI in real-world research workflows. It offers a standardized, extensible framework that accelerates progress in AI-driven literature review, knowledge integration, and scientific communication, with broad implications for academia and industry.

Technical Contribution

The paper introduces DeepScholar-bench, a novel framework combining automated data collection, multi-dimensional metrics, and comparative evaluation of multiple systems. It leverages LLMs for holistic assessment of long-form content, integrating knowledge coherence, retrieval relevance, and citation verifiability. DeepScholar-ref, built on LOTUS, exemplifies an open-source implementation with semantic filtering, ranking, and aggregation modules, setting a new baseline for research synthesis tasks. These innovations enable scalable, objective, and nuanced evaluation of complex generative models, advancing the state of the art in AI research automation.

Novelty

This is the first platform to provide a live, dynamic benchmark for research synthesis, incorporating real web data and multi-metric evaluation. Unlike static datasets, it updates monthly, reflecting the latest research landscape. The integration of semantic filtering and ranking within an open-source pipeline, combined with comprehensive evaluation metrics, represents a significant departure from prior static or single-metric approaches. These innovations facilitate continuous progress and benchmarking in AI research automation.

Limitations

  • The system struggles with highly complex or conflicting information, especially in maintaining factual consistency over long texts. The reliance on web data introduces noise and potential bias due to rapid information changes. High computational costs limit scalability for real-time deployment. Additionally, current models have difficulty accurately verifying citations and handling multi-source contradictions, which are critical for trustworthy research synthesis.

Future Work

Future efforts will focus on enhancing multi-modal data integration, improving fact consistency, and developing adaptive retrieval strategies. Expanding datasets across disciplines and increasing system robustness are priorities. Incorporating user feedback and active learning could refine evaluation metrics. Ultimately, the goal is to create a fully autonomous, reliable research assistant capable of supporting complex scientific workflows across diverse fields.

AI Executive Summary

DeepScholar-bench represents a pioneering step toward automated, real-time evaluation of research synthesis systems. Traditional benchmarks, often static and limited in scope, fail to capture the complexity of generating comprehensive scientific reports from live web data. This platform addresses this gap by continuously updating datasets derived from recent high-quality ArXiv papers, focusing on the critical task of generating related work sections through retrieval, synthesis, and citation. Its multi-metric evaluation framework assesses three core capabilities: knowledge integration, relevance of retrieved sources, and verifiability of citations.

The methodology combines automated data collection with advanced LLM-based scoring, providing a scalable and objective assessment. The DeepScholar-ref pipeline exemplifies an open-source baseline, utilizing semantic filtering, ranking, and aggregation modules to enhance long-form content quality. Experimental results reveal that no existing system surpasses 31% in overall performance, underscoring the task's difficulty and the need for further innovation. OpenAI’s DeepResearch performs best in organization and fact extraction but lags in citation support.

This work has significant implications for AI research automation, offering a standardized, extensible platform that can accelerate progress in literature review, knowledge synthesis, and scientific communication. By addressing current limitations—such as information noise, factual inconsistency, and computational costs—it paves the way for more reliable and scalable AI systems capable of supporting complex research workflows. Future directions include multi-modal data fusion, adaptive retrieval, and cross-disciplinary expansion, aiming to realize fully autonomous research assistants that can keep pace with the rapidly evolving scientific landscape.

Deep Dive

Abstract

The ability to research and synthesize knowledge is central to human expertise and progress. A new class of AI systems--designed for generative research synthesis--aims to automate this process by retrieving information from the live web and producing long-form, cited reports. Yet, evaluating such systems remains an open challenge: existing question-answering benchmarks focus on short, factual answers, while expert-curated datasets risk staleness and data contamination. Neither captures the complexity and evolving nature of real research synthesis tasks. We introduce DeepScholar-bench, a live benchmark and automated evaluation framework for generative research synthesis. DeepScholar-bench draws queries and human-written exemplars from recent, high-quality ArXiv papers and evaluates a real synthesis task: generating a related work section by retrieving, synthesizing, and citing prior work. Our automated framework holistically measures performance across three key dimensions--knowledge synthesis, retrieval quality, and verifiability. To further future work, we also contribute DeepScholar-ref, a simple, open-source reference pipeline, which is implemented on the LOTUS framework and provides a strong baseline. Using DeepScholar-bench, we systematically evaluate prior open-source systems, search agents with strong models, OpenAI's DeepResearch, and DeepScholar-ref. We find DeepScholar-bench is far from saturated: no system surpasses a geometric mean of $31\%$ across all metrics. These results highlight both the difficulty and importance of DeepScholar-bench as a foundation for advancing AI systems capable of generative research synthesis. We make our benchmark code and data available at https://github.com/guestrin-lab/deepscholar-bench.

cs.CL cs.AI