paper-with-me

Papers

AutoMLGen: Navigating Fine-Grained Optimization for Coding Agents

2025-10-09 · Shangheng Du, Xiangchao Yan, Dengyang Jiang, Jiakang Yuan, Yusong Hu, Xin Li, Liang He, Bo Zhang, Lei Bai arxiv

Large language models (LLMs) have shown impressive performance in general programming tasks. However, in Machine Learning Engineering (MLE) scenarios such as AutoML and Kaggle competitions, achieving high performance depends heavily on expert intervention and repeated adjustments rather than simply generating correct code. When applied directly to these tasks, LLMs often lack fine-grained domain priors, and existing MLE approaches that use linear or tree-structured searches limit knowledge transfer to adjacent hierarchical links. As a result, they cannot leverage past full trajectories or share information across branches, limiting self-evolving ability and search space diversity. To address these limitations, we introduce AutoMLGen, an LLM-based coding agent that integrates a domain knowledge base for high-quality prior guidance and Monte Carlo Graph Search (MCGS) for efficient exploration. MCGS retains the tree-guided exploration of MCTS while embedding a graph structure into the expansion stage to enable dynamic path reorganization, historical trajectory reuse, and multi-solution fusion to support both self-evolution and collaborative learning. Combined with fine-grained operator sets, this design improves stability and accelerates convergence. Evaluation on the MLE-Bench shows that AutoMLGen achieves state-of-the-art performance in numerous dimensions, such as the average medal rate and the valid submission rate, under a 12-hour budget (half the standard runtime). The code is available at https://github.com/Alpha-Innovator/InternAgent.

📄 PDF Abstract BibTeX arXiv:2510.08511

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SoundCompass: Navigating Target Sound Extraction With Effective Directional Clue Integration In Complex Acoustic Scenes

2025-09-23 · Dayun Choi, Jung-Woo Choi arxiv

Recent advances in target sound extraction (TSE) utilize directional clues derived from direction of arrival (DoA), which represent an inherent spatial property of sound available in any acoustic scene. However, previous…

Target Sound Extraction

LambdaPO: A Lambda Style Policy Optimization for Reasoning Language Models

2026-05-19 · Redacted by arXiv arxiv

Group Relative Policy Optimization(GRPO) has become a cornerstone of modern reinforcement learning alignment, prized for its efficacy in foregoing an explicit value-critic by leveraging reward normalization across sample…

Reinforcement Learning

A Generic Method for Fine-grained Category Discovery in Natural Language Texts

2024-06-18 · Chang Tian, Matthew B. Blaschko, Wenpeng Yin, Mingzhe Xing 외

Fine-grained category discovery using only coarse-grained supervision is a cost-effective yet challenging task. Previous training methods focus on aligning query samples with positive samples and distancing them from neg…

Contrastive Learning

VimRAG: Navigating Massive Visual Context in Retrieval-Augmented Generation via Multimodal Memory Graph

2026-02-13 · Qiuchen Wang, Shihang Wang, Yu Zeng, Qiang Zhang 외 arxiv

Effectively retrieving, reasoning, and understanding multimodal information remains a critical challenge for agentic systems. Traditional Retrieval-augmented Generation (RAG) methods rely on linear interaction histories,…

Decoding Complexity-Rate-Quality Pareto-Front for Adaptive VVC Streaming

2024-09-27 · Angeliki Katsenou, Vignesh V Menon, Adam Wieckowski, Benjamin Bross 외

Pareto-front optimization is crucial for addressing the multi-objective challenges in video streaming, enabling the identification of optimal trade-offs between conflicting goals such as bitrate, video quality, and decod…