paper-with-me

Papers

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

2024-10-09 · Yiming Huang, Jianwen Luo, Yan Yu, Yitong Zhang, Fangyu Lei, Yifan Wei, Shizhu He, Lifu Huang, Xiao Liu, Jun Zhao, Kang Liu

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, 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 design the evaluation suite to ensure the accuracy and robustness of the evaluation. We develop 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 https://da-code-bench.github.io.

📄 PDF Abstract BibTeX arXiv:2410.07331

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

MDAgent2: Large Language Model for Code Generation and Knowledge Q&A in Molecular Dynamics

2026-01-05 · Zhuofan Shi, Hubao A, Yufei Shao, Dongliang Huang 외 arxiv

Molecular dynamics (MD) simulations are essential for understanding atomic-scale behaviors in materials science, yet writing LAMMPS scripts remains highly specialized and time-consuming tasks. Although LLMs show promise …

Reinforcement LearningQuestion AnsweringCode Generation

ScienceIDE: Turning World's Scientific Codebase into Agent Learnable Environments

2026-09-16 · Hejia Geng, Zesen Huang, Haoyang Li, Wenbin Li 외 hf

Scientific code repositories encode decades of human knowledge in executable models, methods, and tools. Yet fragmented toolchains, implicit domain conventions, and specialized correctness criteria make this knowledge di…

Reinforcement LearningCode Repair

Data Interpreter: An LLM Agent For Data Science

2024-02-28 · Sirui Hong, Yizhang Lin, Bang Liu, Bangbang Liu 외

Large Language Model (LLM)-based agents have shown effectiveness across many applications. However, their use in data science scenarios requiring solving long-term interconnected tasks, dynamic data adjustments and domai…

Code GenerationLanguage ModellingLarge Language ModelMath

AI-for-Science Low-code Platform with Bayesian Adversarial Multi-Agent Framework

2026-03-03 · Zihang Zeng, Jiaquan Zhang, Pengze Li, Yuan Qi 외 arxiv

Large Language Models (LLMs) demonstrate potentials for automating scientific code generation but face challenges in reliability, error propagation in multi-agent workflows, and evaluation in domains with ill-defined suc…

Prompt EngineeringCode Generation

Spider2-V: How Far Are Multimodal Agents From Automating Data Science and Engineering Workflows?

2024-07-15 · Ruisheng Cao, Fangyu Lei, Haoyuan Wu, Jixuan Chen 외

Data science and engineering workflows often span multiple stages, from warehousing to orchestration, using tools like BigQuery, dbt, and Airbyte. As vision language models (VLMs) advance in multimodal understanding and …

Code Generation