nielsr HF Staff commited on
Commit
8fadc02
·
verified ·
1 Parent(s): 0a9dd21

Add task categories, language, tags, paper, project page, and code links

Browse files

This PR improves the dataset card by:
- Adding `task_categories: ['text-generation']` to the metadata for better discoverability.
- Including `language: ['en']` in the metadata.
- Adding `tags: ['code-generation']` to the metadata.
- Providing a direct link to the Hugging Face paper: https://huggingface.co/papers/2512.04324
- Adding a link to the project page: https://da-comp.github.io/
- Including a link to the GitHub repository: https://github.com/anonymous/DAComp

Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -1,20 +1,30 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
3
  ---
 
4
  # DAComp: Benchmarking Data Agents across the Full Data Intelligence Lifecycle
5
 
 
6
 
 
 
7
 
8
  # ✍️ Citation
9
  If you find our work helpful, please cite as
10
  ```
11
  @misc{lei2025dacompbenchmarkingdataagents,
12
- title={DAComp: Benchmarking Data Agents across the Full Data Intelligence Lifecycle},
13
  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},
14
  year={2025},
15
  eprint={2512.04324},
16
  archivePrefix={arXiv},
17
  primaryClass={cs.CL},
18
- url={https://arxiv.org/abs/2512.04324},
19
  }
20
  ```
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - en
7
+ tags:
8
+ - code-generation
9
  ---
10
+
11
  # DAComp: Benchmarking Data Agents across the Full Data Intelligence Lifecycle
12
 
13
+ This repository contains the DAComp benchmark, presented in the paper [DAComp: Benchmarking Data Agents across the Full Data Intelligence Lifecycle](https://huggingface.co/papers/2512.04324).
14
 
15
+ Project page: https://da-comp.github.io/
16
+ Code: https://github.com/anonymous/DAComp
17
 
18
  # ✍️ Citation
19
  If you find our work helpful, please cite as
20
  ```
21
  @misc{lei2025dacompbenchmarkingdataagents,
22
+ title={DAComp: Benchmarking Data Agents across the Full Data Intelligence Lifecycle},
23
  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},
24
  year={2025},
25
  eprint={2512.04324},
26
  archivePrefix={arXiv},
27
  primaryClass={cs.CL},
28
+ url={https://arxiv.org/abs/2512.04324},
29
  }
30
  ```