paper-with-me

홈 › Papers

MLR-Copilot: Autonomous Machine Learning Research based on Large Language Models Agents

2024-08-26 · Ruochen Li, Teerth Patel, Qingyun Wang, Xinya Du

Machine learning research, crucial for technological advancements and innovation, often faces significant challenges due to its inherent complexity, slow pace of experimentation, and the necessity for specialized expertise. Motivated by this, we present a new systematic framework, autonomous Machine Learning Research with large language models (MLR-Copilot), designed to enhance machine learning research productivity through the automatic generation and implementation of research ideas using Large Language Model (LLM) agents. The framework consists of three phases: research idea generation, experiment implementation, and implementation execution. First, existing research papers are used to generate hypotheses and experimental plans vis IdeaAgent powered by LLMs. Next, the implementation generation phase translates these plans into executables with ExperimentAgent. This phase leverages retrieved prototype code and optionally retrieves candidate models and data. Finally, the execution phase, also managed by ExperimentAgent, involves running experiments with mechanisms for human feedback and iterative debugging to enhance the likelihood of achieving executable research outcomes. We evaluate our framework on five machine learning research tasks and the experimental results show the framework's potential to facilitate the research progress and innovations.

📄 PDF Abstract BibTeX arXiv:2408.14033

Code (1)

du-nlp-lab/mlr-copilot 공식 구현 jax

Tasks

Language ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

Causal-Copilot: An Autonomous Causal Analysis Agent

2025-04-17 · Xinyue Wang, Kun Zhou, Wenyi Wu, Har Simrat Singh 외

Causal analysis plays a foundational role in scientific discovery and reliable decision-making, yet it remains largely inaccessible to domain experts due to its conceptual and algorithmic complexity. This disconnect betw…

Causal DiscoveryCausal InferenceHyperparameter OptimizationLarge Language Model+1

Lean Copilot: Large Language Models as Copilots for Theorem Proving in Lean

2024-04-18 · Peiyang Song, Kaiyu Yang, Anima Anandkumar

Neural theorem proving combines large language models (LLMs) with proof assistants such as Lean, where the correctness of formal proofs can be rigorously verified, leaving no room for hallucination. With existing neural …

Automated Theorem ProvingHallucination

Natural-language-driven Simulation Benchmark and Copilot for Efficient Production of Object Interactions in Virtual Road Scenes

2023-12-07 · Kairui Yang, Zihao Guo, Gengjie Lin, Haotian Dong 외

We advocate the idea of the natural-language-driven(NLD) simulation to efficiently produce the object interactions between multiple objects in the virtual road scenes, for teaching and testing the autonomous driving syst…

Autonomous DrivingObject

Towards a copilot in BIM authoring tool using a large language model-based agent for intelligent human-machine interaction

2024-06-02 · Changyu Du, Stavros Nousias, André Borrmann

Facing increasingly complex BIM authoring software and the accompanying expensive learning costs, designers often seek to interact with the software in a more intelligent and lightweight manner. They aim to automate mode…

Language ModelingLanguage ModellingLarge Language Model

OS-Copilot: Towards Generalist Computer Agents with Self-Improvement

2024-02-12 · Zhiyong Wu, Chengcheng Han, Zichen Ding, Zhenmin Weng 외

Autonomous interaction with the computer has been a longstanding challenge with great potential, and the recent proliferation of large language models (LLMs) has markedly accelerated progress in building digital agents. …