paper-with-me

홈 › Papers

EXP-Bench: Can AI Conduct AI Research Experiments?

2025-05-30 · Patrick Tser Jern Kon, Jiachen Liu, Xinyi Zhu, Qiuyi Ding, Jingjia Peng, Jiarong Xing, Yibo Huang, Yiming Qiu, Jayanth Srinivasa, Myungjin Lee, Mosharaf Chowdhury, Matei Zaharia, Ang Chen

Automating AI research holds immense potential for accelerating scientific progress, yet current AI agents struggle with the complexities of rigorous, end-to-end experimentation. We introduce EXP-Bench, a novel benchmark designed to systematically evaluate AI agents on complete research experiments sourced from influential AI publications. Given a research question and incomplete starter code, EXP-Bench challenges AI agents to formulate hypotheses, design and implement experimental procedures, execute them, and analyze results. To enable the creation of such intricate and authentic tasks with high-fidelity, we design a semi-autonomous pipeline to extract and structure crucial experimental details from these research papers and their associated open-source code. With the pipeline, EXP-Bench curated 461 AI research tasks from 51 top-tier AI research papers. Evaluations of leading LLM-based agents, such as OpenHands and IterativeAgent on EXP-Bench demonstrate partial capabilities: while scores on individual experimental aspects such as design or implementation correctness occasionally reach 20-35%, the success rate for complete, executable experiments was a mere 0.5%. By identifying these bottlenecks and providing realistic step-by-step experiment procedures, EXP-Bench serves as a vital tool for future AI agents to improve their ability to conduct AI research experiments. EXP-Bench is open-sourced at https://github.com/Just-Curieous/Curie/tree/main/benchmark/exp_bench.

📄 PDF Abstract BibTeX arXiv:2505.24785

Code (1)

just-curieous/curie 공식 구현

Similar Papers 제목 키워드 기반

ADBench: Anomaly Detection Benchmark

2022-06-19 · Songqiao Han, Xiyang Hu, Hailiang Huang, Mingqi Jiang 외

Given a long list of anomaly detection algorithms developed in the last few decades, how do they perform with regard to (i) varying levels of supervision, (ii) different types of anomalies, and (iii) noisy and corrupted …

Anomaly DetectionOutlier Detection

Towards Personalized Deep Research: Benchmarks and Evaluations

2025-09-29 · Yuan Liang, Jiaxian Li, Yuqing Wang, Piaohong Wang 외 arxiv

Deep Research Agents (DRAs) can autonomously conduct complex investigations and generate comprehensive reports, demonstrating strong real-world potential. However, existing evaluations mostly rely on close-ended benchmar…

Position: Benchmarking is Limited in Reinforcement Learning Research

2024-06-23 · Scott M. Jordan, Adam White, Bruno Castro da Silva, Martha White 외

Novel reinforcement learning algorithms, or improvements on existing ones, are commonly justified by evaluating their performance on benchmark environments and are compared to an ever-changing set of standard algorithms.…

BenchmarkingPositionreinforcement-learningReinforcement Learning

Predicting ATP binding sites in protein sequences using Deep Learning and Natural Language Processing

2024-02-02 · Shreyas V, Swati Agarwal

Predicting ATP-Protein Binding sites in genes is of great significance in the field of Biology and Medicine. The majority of research in this field has been conducted through time- and resource-intensive 'wet experiments…

Deep LearningWord Embeddings

How Researchers Could Obtain Quick and Cheap User Feedback on their Algorithms Without Having to Operate their Own Recommender System

2022-12-14 · Tobias Eichinger, Ananta Lamichhane

The majority of recommendation algorithms are evaluated on the basis of historic benchmark datasets. Evaluation on historic benchmark datasets is quick and cheap to conduct, yet excludes the viewpoint of users who actual…

Recommendation Systems