nielsr HF Staff commited on
Commit
829604a
·
verified ·
1 Parent(s): c3d9c06

Improve dataset card: Add task categories, language, paper, project page, and code links

Browse files

This PR improves the dataset card for DAComp by:
- Adding `code-generation`, `text-generation`, and `text-to-sql` to the `task_categories` metadata to better reflect the dataset's purpose.
- Adding `language: en` to the metadata.
- Providing an introductory description of the dataset.
- Adding direct links to the paper on Hugging Face (https://huggingface.co/papers/2512.04324), the project page (https://da-comp.github.io/), and the GitHub repository (https://github.com/anonymous/DAComp).

Note: The provided GitHub repository URL `https://github.com/anonymous/DAComp` currently returns a 404 error. This link is included as it is referenced in the paper's abstract and the project page.

Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -1,16 +1,24 @@
1
  ---
2
  license: mit
 
 
3
  tags:
4
  - code
5
  - SQL
6
- size_categories:
7
- - 1B<n<10B
 
 
 
 
8
  ---
9
 
10
-
11
  # DAComp: Benchmarking Data Agents across the Full Data Intelligence Lifecycle
12
 
 
13
 
 
 
14
 
15
  # ✍️ Citation
16
  If you find our work helpful, please cite as
 
1
  ---
2
  license: mit
3
+ size_categories:
4
+ - 1B<n<10B
5
  tags:
6
  - code
7
  - SQL
8
+ language:
9
+ - en
10
+ task_categories:
11
+ - text-generation
12
+ - code-generation
13
+ - text-to-sql
14
  ---
15
 
 
16
  # DAComp: Benchmarking Data Agents across the Full Data Intelligence Lifecycle
17
 
18
+ This repository contains the DAComp benchmark dataset, presented in the paper [DAComp: Benchmarking Data Agents across the Full Data Intelligence Lifecycle](https://huggingface.co/papers/2512.04324). DAComp offers a comprehensive benchmark of 210 tasks that simulate real-world enterprise data intelligence workflows, covering both data engineering (designing and building SQL pipelines) and data analysis (exploratory coding, interpretation, and actionable recommendations).
19
 
20
+ Project page: https://da-comp.github.io/
21
+ Code: https://github.com/anonymous/DAComp
22
 
23
  # ✍️ Citation
24
  If you find our work helpful, please cite as