paper-with-me

Papers

Scientific Algorithm Discovery by Augmenting AlphaEvolve with Deep Research

2025-10-07 · Gang Liu, Yihan Zhu, Jie Chen, Meng Jiang arxiv

Large language models hold promise as scientific assistants, yet existing agents either rely solely on algorithm evolution or on deep research in isolation, both of which face critical limitations. Pure algorithm evolution, as in AlphaEvolve, depends only on the internal knowledge of LLMs and quickly plateaus in complex domains, while pure deep research proposes ideas without validation, resulting in unrealistic or unimplementable solutions. We present DeepEvolve, an agent that integrates deep research with algorithm evolution, uniting external knowledge retrieval, cross-file code editing, and systematic debugging under a feedback-driven iterative loop. Each iteration not only proposes new hypotheses but also refines, implements, and tests them, avoiding both shallow improvements and unproductive over-refinements. Across nine benchmarks in chemistry, mathematics, biology, materials, and patents, DeepEvolve consistently improves the initial algorithm, producing executable new algorithms with sustained gains. By bridging the gap between unguided evolution and research without grounding, DeepEvolve provides a reliable framework for advancing scientific algorithm discovery. Our code is available at https://github.com/liugangcode/deepevolve.

📄 PDF Abstract BibTeX arXiv:2510.06056

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AlphaEvolve: A coding agent for scientific and algorithmic discovery

2025-06-16 · Alexander Novikov, Ngân Vũ, Marvin Eisenberger, Emilien Dupont 외

In this white paper, we present AlphaEvolve, an evolutionary coding agent that substantially enhances capabilities of state-of-the-art LLMs on highly challenging tasks such as tackling open scientific problems or optimiz…

Scheduling

Mathematical exploration and discovery at scale

2025-11-03 · Bogdan Georgiev, Javier Gómez-Serrano, Terence Tao, Adam Zsolt Wagner arxiv

AlphaEvolve (Novikov et al., 2025) is a generic evolutionary coding agent that combines the generative capabilities of LLMs with automated evaluation in an iterative evolutionary framework that proposes, tests, and refin…

The Station: An Open-World Environment for AI-Driven Discovery

2025-11-09 · Stephen Chung, Wenyu Du arxiv

We introduce the STATION, an open-world multi-agent environment for autonomous scientific discovery. The Station simulates a complete scientific ecosystem, where agents can engage in long scientific journeys that include…

CodeEvolve: an open source evolutionary coding agent for algorithmic discovery and optimization

2025-10-15 · Henrique Assumpção, Diego Ferreira, Leandro Campos, Fabricio Murai arxiv

We introduce CodeEvolve, an open-source framework that couples large language models with island-based evolutionary search for end-to-end algorithmic discovery. CodeEvolve integrates inspiration-based crossover, meta-pro…

A Comprehensive Survey of Scientific Large Language Models and Their Applications in Scientific Discovery

2024-06-16 · Yu Zhang, Xiusi Chen, Bowen Jin, Sheng Wang 외

In many scientific fields, large language models (LLMs) have revolutionized the way text and other modalities of data (e.g., molecules and proteins) are handled, achieving superior performance in various applications and…

scientific discoverySurvey