Paper 2510.16872
DeepAnalyze: Agentic Large Language Models for Autonomous Data Science
- Published
- Oct 2025
- Research lab
- Independent
- Citations
- 43
- GitHub
- 4.4K stars
01 In brief
Summary
DeepAnalyze-8B is the first agentic large language model designed for autonomous data science, capable of completing the entire pipeline from raw data sources to analyst-grade research reports.
It addresses the limitations of previous workflow-based agents by enabling autonomous orchestration and adaptive optimization through a curriculum-based agentic training paradigm that emulates the learning trajectory of human data scientists.
The training uses a data-grounded trajectory synthesis framework to construct high-quality training data, mitigating reward sparsity and trajectory scarcity.
DeepAnalyze-8B, with only 8B parameters, outperforms workflow-based agents built on most advanced proprietary LLMs across 12 benchmarks, including DataSciBench, DSBench, DABStep, and DABStep-Research.
It also excels in open-ended data research, generating reports that closely resemble analyst-grade outputs.
The model, code, and training data (DataScience-Instruct-500K) are open-sourced.
02 From the paper
Abstract
Autonomous data science, from raw data sources to analyst-grade deep research reports, has been a long-standing challenge, and is now becoming feasible with the emergence of powerful large language models (LLMs). Recent workflow-based data agents have shown promising results on specific data tasks but remain fundamentally limited in achieving fully autonomous data science due to their reliance on predefined workflows. In this paper, we introduce DeepAnalyze-8B, the first agentic LLM designed for autonomous data science, capable of automatically completing the end-toend pipeline from data sources to analyst-grade deep research reports. To tackle high-complexity data science tasks, we propose a curriculum-based agentic training paradigm that emulates the learning trajectory of human data scientists, enabling LLMs to progressively acquire and integrate multiple capabilities in real-world environments. We also introduce a data-grounded trajectory synthesis framework that constructs high-quality training data. Through agentic training, DeepAnalyze learns to perform a broad spectrum of data tasks, ranging from data question answering and specialized analytical tasks to open-ended data research. Experiments demonstrate that, with only 8B parameters, DeepAnalyze outperforms previous workflow-based agents built on most advanced proprietary LLMs. The model, code, and training data of DeepAnalyze are open-sourced, paving the way toward autonomous data science.