paper-with-me

Papers

CliffSearch: Structured Agentic Co-Evolution over Theory and Code for Scientific Algorithm Discovery

2026-04-01 · Youssef Mroueh, Carlos Fonseca, Brian Belgodere, David Cox arxiv

Scientific algorithm discovery is iterative: hypotheses are proposed, implemented, stress-tested, and revised. Current LLM-guided search systems accelerate proposal generation, but often under-represent scientific structure by optimizing code-only artifacts with weak correctness/originality gating. We present CliffSearch, an agentic evolutionary framework in which the core evolution operators (pair selection, crossover, mutation, and review) are implemented as LLM agents, and the loop is designed around three principles: (1) each node is a structured scientific artifact, instantiated in either theory+code or code_only mode, (2) reviewer judgments of correctness and originality are first-class selection gates alongside optimization of the benchmark metric of interest, and (3) mutation is split into exploration and correction pathways with distinct objectives. Exploration mutation imports ideas from adjacent scientific domains to increase novelty, while correction mutation performs targeted evidence-guided repair using reviewer signals over theory, code, benchmark results, and runtime errors. We illustrate the framework on three benchmark-grounded studies: transformer hyper-connection evolution, optimizer discovery on a fixed nanoGPT stack, and a smaller native-optimizer ablation. Across these settings, the same loop supports explicit metric direction, reproducible persistence, and reviewer-gated comparison of discoveries under controlled search conditions. The result is a discovery workflow that prioritizes scientific interpretability and correctness while optimizing task metrics under controlled novelty constraints, rather than maximizing candidate throughput alone. Full run artifacts, interactive visualizations, and exported best nodes for the reported studies are available at https://cliffsearch.ai .

📄 PDF Abstract BibTeX arXiv:2604.01210

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MermaidFlow: Redefining Agentic Workflow Generation via Safety-Constrained Evolutionary Programming

2025-05-29 · Chengqi Zheng, Jianda Chen, Yueming Lyu, Wen Zheng Terence Ng 외

Despite the promise of autonomous agentic reasoning, existing workflow generation methods frequently produce fragile, unexecutable plans due to unconstrained LLM-driven construction. We introduce MermaidFlow, a framework…

DiversityEfficient Exploration

Agentic Discovery of Exchange-Correlation Density Functionals

2026-05-06 · Titouan Duston, Jiashu Liang, Yuanheng Wang, Weihao Gao 외 arxiv

The development of accurate exchange-correlation (XC) functionals remains a longstanding challenge in density functional theory (DFT). The vast majority of XC functionals have been hand designed by human researchers comb…

AgenticCANN: Automated Ascend C Operator Generation via Knowledge-Augmented Agentic Evolution

2026-07-29 · Junhao Qiu, Zidong Wang, Yansong Sun, Zhitong Ma 외 arxiv

Ascend C operator optimization is critical for NPU (Neural Processing Unit) inference performance but requires deep hardware expertise. While large language models (LLMs) have shown promise in automated CUDA kernel gener…

Evolutionary graph theory revisited: general dynamics and the Moran process

2015-05-22

Evolution in finite populations is often modelled using the classical Moran process. Over the last ten years this methodology has been extended to structured populations using evolutionary graph theory. An important ques…

AlphaApollo: A System for Deep Agentic Reasoning

2025-10-05 · Zhanke Zhou, Chentao Cao, Xiao Feng, Xuan Li 외 arxiv

We present AlphaApollo, an agentic reasoning system that targets two bottlenecks in foundation-model reasoning: (1) limited reasoning capacity for complex, long-horizon problem solving and (2) unreliable test-time evolut…

Reinforcement Learning