paper-with-me

Papers

MLE-Dojo: Interactive Environments for Empowering LLM Agents in Machine Learning Engineering

2025-05-12 · Rushi Qiang, Yuchen Zhuang, Yinghao Li, Dingu Sagar V K, Rongzhi Zhang, Changhao Li, Ian Shu-Hei Wong, Sherry Yang, Percy Liang, Chao Zhang, Bo Dai

We introduce MLE-Dojo, a Gym-style framework for systematically reinforcement learning, evaluating, and improving autonomous large language model (LLM) agents in iterative machine learning engineering (MLE) workflows. Unlike existing benchmarks that primarily rely on static datasets or single-attempt evaluations, MLE-Dojo provides an interactive environment enabling agents to iteratively experiment, debug, and refine solutions through structured feedback loops. Built upon 200+ real-world Kaggle challenges, MLE-Dojo covers diverse, open-ended MLE tasks carefully curated to reflect realistic engineering scenarios such as data processing, architecture search, hyperparameter tuning, and code debugging. Its fully executable environment supports comprehensive agent training via both supervised fine-tuning and reinforcement learning, facilitating iterative experimentation, realistic data sampling, and real-time outcome verification. Extensive evaluations of eight frontier LLMs reveal that while current models achieve meaningful iterative improvements, they still exhibit significant limitations in autonomously generating long-horizon solutions and efficiently resolving complex errors. Furthermore, MLE-Dojo's flexible and extensible architecture seamlessly integrates diverse data sources, tools, and evaluation protocols, uniquely enabling model-based agent tuning and promoting interoperability, scalability, and reproducibility. We open-source our framework and benchmarks to foster community-driven innovation towards next-generation MLE agents.

📄 PDF Abstract BibTeX arXiv:2505.07782

Code (1)

MLE-Dojo/MLE-Dojo 공식 구현

Tasks

Large Language Modelreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

FT-Dojo: Towards Autonomous LLM Fine-Tuning with Language Agents

2026-03-02 · Qizheng Li, Yifei Zhang, Xiao Yang, Xu Yang 외 arxiv

Fine-tuning large language models for vertical domains remains labor-intensive, requiring practitioners to curate data, configure training, and iteratively diagnose model behavior. Despite growing interest in autonomous …

Training Language Model Agents to Find Vulnerabilities with CTF-Dojo

2025-08-25 · Terry Yue Zhuo, Dingmin Wang, Hantian Ding, Varun Kumar 외 arxiv

Large language models (LLMs) have demonstrated exceptional capabilities when trained within executable runtime environments, notably excelling at software engineering tasks through verified feedback loops. Yet, scalable …

StarDojo: Benchmarking Open-Ended Behaviors of Agentic Multimodal LLMs in Production-Living Simulations with Stardew Valley

2025-07-10 · Weihao Tan, Changjiu Jiang, Yu Duan, Mingcong Lei 외 arxiv

Autonomous agents navigating human society must master both production activities and social interactions, yet existing benchmarks rarely evaluate these skills simultaneously. To bridge this gap, we introduce StarDojo, a…

Multimodal Reasoning

MineDojo: Building Open-Ended Embodied Agents with Internet-Scale Knowledge

2022-06-17 · Linxi Fan, Guanzhi Wang, Yunfan Jiang, Ajay Mandlekar 외

Autonomous agents have made great strides in specialist domains like Atari games and Go. However, they typically learn tabula rasa in isolated environments with limited and manually conceived objectives, thus failing to …

Atari GamesMinecraft

AgentDojo: A Dynamic Environment to Evaluate Prompt Injection Attacks and Defenses for LLM Agents

2024-06-19 · Edoardo Debenedetti, Jie Zhang, Mislav Balunović, Luca Beurer-Kellner 외

AI agents aim to solve complex tasks by combining text-based reasoning with external tool calls. Unfortunately, AI agents are vulnerable to prompt injection attacks where data returned by external tools hijacks the agent…