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

#1
by nielsr HF Staff - opened
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