paper-with-me

홈 › Papers

Simple Baselines are Competitive with Code Evolution

2026-02-18 · Yonatan Gideoni, Sebastian Risi, Yarin Gal arxiv

Code evolution is a family of techniques that rely on large language models to search through possible computer programs by evolving or mutating existing code. Many proposed code evolution pipelines show impressive performance but are often not compared to simpler baselines. We test how well two simple baselines do over three domains: finding better mathematical bounds, designing agentic scaffolds, and machine learning competitions. We find that simple baselines match or exceed much more sophisticated methods in all three. By analyzing these results we find various shortcomings in how code evolution is both developed and used. For the mathematical bounds, a problem's search space and domain knowledge in the prompt are chiefly what dictate a search's performance ceiling and efficiency, with the code evolution pipeline being secondary. Thus, the primary challenge in finding improved bounds is designing good search spaces, which is done by domain experts, and not the search itself. When designing agentic scaffolds we find that high variance in the scaffolds coupled with small datasets leads to suboptimal scaffolds being selected, resulting in hand-designed majority vote scaffolds performing best. We propose better evaluation methods that reduce evaluation stochasticity while keeping the code evolution economically feasible. We finish with a discussion of avenues and best practices to enable more rigorous code evolution in future work.

📄 PDF Abstract BibTeX arXiv:2602.16805

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Rethinking the Evaluation of Harness Evolution for Agents

2026-07-14 · Yike Wang, Huaisheng Zhu, Zhengyu Hu, Yige Yuan 외 arxiv

We revisit the evaluation of automatic harness evolution for LLM agents. Existing harness evolution methods use unit test cases to search for harness configurations and then report final performance on the same public be…

OPAL: Operator-Programmed Algorithms for Landscape-Aware Black-Box Optimization

2025-12-14 · Junbo Jacob Lian, Mingyang Yu, Kaichen Ouyang, Shengwei Fu 외 arxiv

Black-box optimization often relies on evolutionary and swarm algorithms whose performance is highly problem dependent. We view an optimizer as a short program over a small vocabulary of search operators and learn this o…

Graph Neural Network

CoDA: Agentic Systems for Collaborative Data Visualization

2025-10-03 · Zichen Chen, Jiefeng Chen, Sercan Ö. Arik, Misha Sra 외 arxiv

Deep research has revolutionized data analysis, yet data scientists still devote substantial time to manually crafting visualizations, highlighting the need for robust automation from natural language queries. However, c…

Natural Language QueriesCode Generation

Can Vibe Coding Beat Graduate CS Students? An LLM vs. Human Coding Tournament on Market-driven Strategic Planning

2025-11-25 · Panayiotis Danassis, Naman Goel arxiv

The rapid proliferation of Large Language Models (LLMs) has revolutionized AI-assisted code generation. This rapid development of LLMs has outpaced our ability to properly benchmark them. Prevailing benchmarks emphasize …

Code Generation

A Primer on Evolutionary Optimization Frameworks for Near-Field Multi-Source Localization

2026-03-08 · Seyed Jalaleddin Mousavirad, Parisa Ramezani, Mattias O'Nils, Emil Björnson arxiv

This paper introduces evolutionary optimization as a grid-free training-free continuous-domain search mechanism for near-field multi-source localization, addressing the major limitations of grid-based subspace methods su…