EMNLP 2024main4 citations

DA-Code: Agent Data Science Code Generation Benchmark for Large Language Models

Yiming Huang, Jianwen Luo, Yan Yu, Yitong Zhang, Fangyu Lei, Yifan Wei, Shizhu He, Lifu Huang

Abstract

We introduce DA-Code, a code generation benchmark specifically designed to assess LLMs on agent-based data science tasks. This benchmark features three core elements: First, the tasks within DA-Code are inherently challenging, setting them apart from traditional code generation tasks and demanding advanced coding skills in grounding and planning. Second, examples in DA-Code are all based on real and diverse data, covering a wide range of complex data wrangling and analytics tasks. Third, to solve the tasks, the models must utilize complex data science programming languages, including Python and SQL, to perform intricate data processing and derive the answers. We set up the benchmark in a controllable and executable environment that aligns with real-world data analysis scenarios and is scalable. The annotators meticulously designed the evaluation suite to ensure the accuracy and robustness of the evaluation. We developed the DA-Agent baseline. Experiments show that although the baseline performs better than other existing frameworks, using the current best LLMs achieves only 30.5% accuracy, leaving ample room for improvement. We release our benchmark at [link](https://github.com/yiyihum/dabench)

BibTeX
@inproceedings{huang-etal-2024-da,
    title = "{DA}-Code: Agent Data Science Code Generation Benchmark for Large Language Models",
    author = "Huang, Yiming  and
      Luo, Jianwen  and
      Yu, Yan  and
      Zhang, Yitong  and
      Lei, Fangyu  and
      Wei, Yifan  and
      He, Shizhu  and
      Huang, Lifu  and
      Liu, Xiao  and
      Zhao, Jun  and
      Liu, Kang",
    editor = "Al-Onaizan, Yaser  and
      Bansal, Mohit  and
      Chen, Yun-Nung",
    booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.emnlp-main.748/",
    doi = "10.18653/v1/2024.emnlp-main.748",
    pages = "13487--13521"
}
DA-Code: Agent Data Science Code Generation Benchmark for Large Language Models · EMNLP 2024