paper-with-me

Papers

Autonomous Code Evolution Meets NP-Completeness

2025-09-09 · Cunxi Yu, Rongjian Liang, Chia-Tung Ho, Haoxing Ren arxiv

Large language models (LLMs) have recently shown strong coding abilities, enabling not only static code generation but also iterative code self-evolving through agentic frameworks. Recently, AlphaEvolve \cite{novikov2025alphaevolve} demonstrated that LLM-based coding agents can autonomously improve algorithms and surpass human experts, with scopes limited to isolated kernels spanning hundreds of lines of code. Inspired by AlphaEvolve, we present SATLUTION, the first framework to extend LLM-based code evolution to the full repository scale, encompassing hundreds of files and tens of thousands of lines of C/C++ code. Targeting Boolean Satisfiability (SAT), the canonical NP-complete problem and a cornerstone of both theory and applications. SATLUTION orchestrates LLM agents to directly evolve solver repositories under strict correctness guarantees and distributed runtime feedback, while simultaneously self-evolving its own evolution policies and rules. Starting from SAT Competition 2024 codebases and benchmark, SATLUTION evolved solvers that decisively outperformed the human-designed winners of the SAT Competition 2025, and also surpassed both 2024 and 2025 champions on the 2024 benchmarks.

📄 PDF Abstract BibTeX arXiv:2509.07367

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

METEOR: Evolutionary Journey of Large Language Models from Guidance to Self-Growth

2024-11-18 · Jiawei Li, Xiaoang Xu, Yang Gao

Model evolution enables learning from feedback to refine experiences and update skills, transforming models from having no domain knowledge to becoming domain experts. However, there is currently no unified and effective…

Human-Centric Autonomous Systems With LLMs for User Command Reasoning

2023-11-14 · Yi Yang, Qingwen Zhang, Ci Li, Daniel Simões Marta 외

The evolution of autonomous driving has made remarkable advancements in recent years, evolving into a tangible reality. However, a human-centric large-scale adoption hinges on meeting a variety of multifaceted requiremen…

Autonomous DrivingBinary Classification

Unbalanced Incomplete Multi-view Clustering via the Scheme of View Evolution: Weak Views are Meat; Strong Views do Eat

2020-11-20 · Xiang Fang, Yuchong Hu, Pan Zhou, Dapeng Oliver Wu

Incomplete multi-view clustering is an important technique to deal with real-world incomplete multi-view data. Previous works assume that all views have the same incompleteness, i.e., balanced incompleteness. However, di…

ClusteringIncomplete multi-view clusteringMulti-view Subspace Clustering

GSCE: A Prompt Framework with Enhanced Reasoning for Reliable LLM-driven Drone Control

2025-02-18 · Wenhao Wang, Yanyan Li, Long Jiao, Jiawei Yuan

The integration of Large Language Models (LLMs) into robotic control, including drones, has the potential to revolutionize autonomous systems. Research studies have demonstrated that LLMs can be leveraged to support robo…

Code Generation

Syntax Evolution: Problems and Recursion

2015-08-12 · Ramón Casares

To investigate the evolution of syntax, we need to ascertain the evolutionary r\^ole of syntax and, before that, the very nature of syntax. Here, we will assume that syntax is computing. And then, since we are computatio…