paper-with-me

Papers

CIBench: Evaluating Your LLMs with a Code Interpreter Plugin

2024-07-15 · Chuyu Zhang, Songyang Zhang, Yingfan Hu, Haowen Shen, Kuikun Liu, Zerun Ma, Fengzhe Zhou, Wenwei Zhang, Xuming He, Dahua Lin, Kai Chen

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 paper, we propose an interactive evaluation framework, named CIBench, to comprehensively assess LLMs' ability to utilize code interpreters for data science tasks. Our evaluation framework includes an evaluation dataset and two evaluation modes. The evaluation dataset is constructed using an LLM-human cooperative approach and simulates an authentic workflow by leveraging consecutive and interactive IPython sessions. The two evaluation modes assess LLMs' ability with and without human assistance. We conduct extensive experiments to analyze the ability of 24 LLMs on CIBench and provide valuable insights for future LLMs in code interpreter utilization.

📄 PDF Abstract BibTeX arXiv:2407.10499

Code (1)

open-compass/CIBench 공식 구현 pytorch

Tasks

Benchmarking

Similar Papers 제목 키워드 기반

MMSciBench: Benchmarking Language Models on Multimodal Scientific Problems

2025-02-27 · Xinwu Ye, Chengfan Li, Siming Chen, Xiangru Tang 외

Recent advances in large language models (LLMs) and vision-language models (LVLMs) have shown promise across many tasks, yet their scientific reasoning capabilities remain untested, particularly in multimodal settings. W…

BenchmarkingVisual Reasoning

SciBench: Evaluating College-Level Scientific Problem-Solving Abilities of Large Language Models

2023-07-20 · Xiaoxuan Wang, Ziniu Hu, Pan Lu, Yanqiao Zhu 외

Most of the existing Large Language Model (LLM) benchmarks on scientific problem reasoning focus on problems grounded in high-school subjects and are confined to elementary algebraic operations. To systematically examine…

BenchmarkingLanguage ModelingLanguage ModellingLarge Language Model+1

DataSciBench: An LLM Agent Benchmark for Data Science

2025-02-19 · Dan Zhang, Sining Zhoubian, Min Cai, Fengzu Li 외

This paper presents DataSciBench, a comprehensive benchmark for evaluating Large Language Model (LLM) capabilities in data science. Recent related benchmarks have primarily focused on single tasks, easily obtainable grou…

Code GenerationLarge Language Model

MatSciBench: Benchmarking the Reasoning Ability of Large Language Models in Materials Science

2025-10-14 · Junkai Zhang, Jingru Gan, Xiaoxuan Wang, Zian Jia 외 arxiv

Large Language Models have shown strong scientific reasoning ability, but their performance on materials science problems remains less studied. To fill this gap, we introduce MatSciBench, a comprehensive college-level be…

Multimodal Reasoning

LLM-AutoSciLab: Closed-Loop Scientific Discovery via Active Experimentation with LLMs

2026-05-21 · Sanchit Kabra, Nikhil Abhyankar, Saaketh Desai, Prasad Iyer 외 arxiv

Scientific discovery is a closed-loop process in which hypotheses guide data acquisition and observations refine the hypothesis space. Yet most approaches reduce discovery to supervised learning over fixed datasets, wher…