paper-with-me

Papers

Data Interpreter: An LLM Agent For Data Science

2024-02-28 · Sirui Hong, Yizhang Lin, Bang Liu, Bangbang Liu, Binhao Wu, Ceyao Zhang, Chenxing Wei, Danyang Li, Jiaqi Chen, Jiayi Zhang, Jinlin Wang, Li Zhang, Lingyao Zhang, Min Yang, Mingchen Zhuge, Taicheng Guo, Tuo Zhou, Wei Tao, Xiangru Tang, Xiangtao Lu, Xiawu Zheng, Xinbing Liang, Yaying Fei, Yuheng Cheng, Zhibin Gou, Zongze Xu, Chenglin Wu

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 domain expertise remains challenging. Previous approaches primarily focus on individual tasks, making it difficult to assess the complete data science workflow. Moreover, they struggle to handle real-time changes in intermediate data and fail to adapt dynamically to evolving task dependencies inherent to data science problems. In this paper, we present Data Interpreter, an LLM-based agent designed to automatically solve various data science problems end-to-end. Our Data Interpreter incorporates two key modules: 1) Hierarchical Graph Modeling, which breaks down complex problems into manageable subproblems, enabling dynamic node generation and graph optimization; and 2) Programmable Node Generation, a technique that refines and verifies each subproblem to iteratively improve code generation results and robustness. Extensive experiments consistently demonstrate the superiority of Data Interpreter. On InfiAgent-DABench, it achieves a 25% performance boost, raising accuracy from 75.9% to 94.9%. For machine learning and open-ended tasks, it improves performance from 88% to 95%, and from 60% to 97%, respectively. Moreover, on the MATH dataset, Data Interpreter achieves remarkable performance with a 26% improvement compared to state-of-the-art baselines. The code is available at https://github.com/geekan/MetaGPT.

📄 PDF Abstract BibTeX arXiv:2402.18679

Code (1)

geekan/metagpt 공식 구현

Tasks

Code GenerationLanguage ModellingLarge Language ModelMath

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

VDSAgents: A PCS-Guided Multi-Agent System for Veridical Data Science Automation

2025-10-28 · Yunxuan Jiang, Silan Hu, Xiaoning Wang, Yuanyuan Zhang 외 arxiv

Large language models (LLMs) become increasingly integrated into data science workflows for automated system design. However, these LLM-driven data science systems rely solely on the internal reasoning of LLMs, lacking g…

Feature Engineering

CIBench: Evaluating Your LLMs with a Code Interpreter Plugin

2024-07-15 · Chuyu Zhang, Songyang Zhang, Yingfan Hu, Haowen Shen 외

While LLM-Based agents, which use external tools to solve complex problems, have made significant progress, benchmarking their ability is challenging, thereby hindering a clear understanding of their limitations. In this…

Benchmarking

One is Plenty: A Polymorphic Feature Interpreter for Immutable Heterogeneous Collaborative Perception

2024-11-25 · CVPR 2025 1 · Yuchen Xia, Quan Yuan, Guiyang Luo, Xiaoyuan Fu 외

Collaborative perception in autonomous driving significantly enhances the perception capabilities of individual agents. Immutable heterogeneity in collaborative perception, where agents have different and fixed perceptio…

Autonomous Driving

Agents Learn Their Runtime: Interpreter Persistence as Training-Time Semantics

2026-03-01 · Victor May, Aaditya Salgarkar, Yishan Wang, Diganta Misra 외 arxiv

Tool-augmented LLMs are increasingly deployed as agents that interleave natural-language reasoning with executable Python actions, as in CodeAct-style frameworks. In deployment, these agents rely on runtime state that pe…

Testing GPT-4 with Wolfram Alpha and Code Interpreter plug-ins on math and science problems

2023-08-10 · Ernest Davis, Scott Aaronson

This report describes a test of the large language model GPT-4 with the Wolfram Alpha and the Code Interpreter plug-ins on 105 original problems in science and math, at the high school and college levels, carried out in …

Language ModelingLanguage ModellingLarge Language ModelMath