SkillAgentSearch skills...

DAComp

[ICLR 2026] DAComp: Benchmarking Data Agents across the Full Data Intelligence Lifecycle

Install / Use

/learn @ByteDance-Seed/DAComp
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"> <h1 align="center"> <img src="assets/DAComp-logo.png" width="230" alt="DAComp Logo" /> <br> Benchmarking Data Agents across the Full Data Intelligence Lifecycle </h1> <p> &nbsp;&nbsp;🌐 <a href="https://da-comp.github.io/">Website</a>&nbsp;&nbsp;|&nbsp;&nbsp; 📑 <a href="https://arxiv.org/abs/2512.04324">Paper</a>&nbsp;&nbsp;|&nbsp;&nbsp; 🤗 <a href="https://huggingface.co/DAComp">Dataset</a>&nbsp;&nbsp;|&nbsp;&nbsp; 🐥 <a href="https://x.com/fangyu_lei/status/1998458208160198714?s=20">Twitter</a>&nbsp;&nbsp; </p> </div>

📰 News

👋 Overview

DAComp offers a research-grade benchmark spanning full data intelligence workflows: repository-level data engineering (DAComp-DE), open-ended data analysis (DAComp-DA), a Chinese-localized split (DAComp-zh), and accompanying baseline agents with evaluation suites curated in this repository.

<div align="center"> <img src="assets/dacomp.png" width="800" alt="DAComp_Main_Figure"> </div>

🔍 Installation

Set up the environment using the following commands:

conda create -n dacomp python=3.12
conda activate dacomp

pip install -r requirements.txt
pip install openhands-ai
conda install -c conda-forge nodejs
conda install -c conda-forge poetry

🚀 Quick access DAComp Dataset

DAComp consists of two subsets: DA (Analysis) and DE (Engineering). You can download the dataset from DAComp.

Please use the provided scripts in dacomp-da/download.py and dacomp-de/download.py to download the data automatically.

# --- Download DAComp-DA Dataset ---
cd dacomp-da
# Download DAComp-DA dataset,English tasks into `dacomp-da/tasks` and Chinese tasks into `dacomp-da/tasks_zh`. Change repo_id and download_dir in download.py.
python download.py   

# --- Download DAComp-DE Dataset ---
cd dacomp-de
# Download DAComp-DE dataset,English tasks into `dacomp-de/tasks` and Chinese tasks into `dacomp-de/tasks_zh`. Change repo_id and download_dir in download.py.
python download.py 

🚀 Quickstart

DAComp-DA

  • Agents: pick methods/da-agent (three-stage baseline), methods/spider-agent (single, image-first baseline), or OpenHands; fill in your model config, install requirements, and run run.py as shown in each agent README.

DAComp-DE

  • Agents: pick methods/de-agent (OpenHands integration); fill in your model config, install requirements, as shown in README.

⚖️ Evaluation

DAComp-DA

  • Standard DAComp-DA Tasks: follow dacomp-da/evaluation_suite/README.md to evaluate DA tasks.
  • Results: export a run to dacomp-da/evaluation_suite/agent_results with get_results.py from the agent folder.

DAComp-DE

📋 Leaderboard Submission

To submit your agent results to the leaderboard, please follow the instructions in DAComp Submission Guidelines.

🙇‍♂️ Acknowledgement

We thank the OpenHands team for their valuable contributions to the open-source community.

✍️ Citation

If you find our work helpful, please cite as

@misc{lei2025dacomp,
      title={DAComp: Benchmarking Data Agents across the Full Data Intelligence Lifecycle}, 
      author={Fangyu Lei and Jinxiang Meng and Yiming Huang and Junjie Zhao and Yitong Zhang and Jianwen Luo and Xin Zou and Ruiyi Yang and Wenbo Shi and Yan Gao and Shizhu He and Zuo Wang and Qian Liu and Yang Wang and Ke Wang and Jun Zhao and Kang Liu},
      year={2025},
      eprint={2512.04324},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2512.04324}, 
}

🌱 About ByteDance Seed Team

seed logo

Founded in 2023, ByteDance Seed Team is dedicated to crafting the industry's most advanced AI foundation models. The team aspires to become a world-class research team and make significant contributions to the advancement of science and society.

You can get to know us better through the following channels👇

<p align="center"> <br> <a href="https://team.doubao.com/"> <img src="https://img.shields.io/badge/Website-%231e37ff?style=for-the-badge&logo=bytedance&logoColor=white"></a> <a href="https://github.com/user-attachments/assets/93481cda-a7f3-47f3-b333-fe6b3da86b78"> <img src="https://img.shields.io/badge/WeChat-07C160?style=for-the-badge&logo=wechat&logoColor=white"></a> <a href="https://www.xiaohongshu.com/user/profile/668e7e15000000000303157d?xsec_token=ABl2-aqekpytY6A8TuxjrwnZskU-6BsMRE_ufQQaSAvjc%3D&xsec_source=pc_search"> <img src="https://img.shields.io/badge/Xiaohongshu-%23FF2442?style=for-the-badge&logo=xiaohongshu&logoColor=white"></a> <a href="https://www.zhihu.com/org/dou-bao-da-mo-xing-tuan-dui/"> <img src="https://img.shields.io/badge/zhihu-%230084FF?style=for-the-badge&logo=zhihu&logoColor=white"></a> </p>

Related Skills

View on GitHub
GitHub Stars410
CategoryDevelopment
Updated2d ago
Forks1

Languages

Python

Security Score

80/100

Audited on Apr 5, 2026

No findings