AlphaResearch: Accelerating New Algorithm Discovery with Language Models
TLDR
AlphaResearch is an autonomous agent that discovers new algorithms via iterative proposal, programming, and optimization using dual rewards from execution and simulated peer review.
评分理由
The paper presents a novel dual-environment approach combining verifiable execution rewards with simulated peer review, achieving state-of-the-art results on open-ended algorithmic problems. Strengths include a clear methodology and strong empirical results, but the evaluation is limited to eight problems and the simulated peer review may not fully capture real-world dynamics.
Read-first 评分解释
综合优先阅读分 68.1,由主题、引用、图谱、方法、可复现性和近期性等信号加权得到。 原始总分保留为 76。
研究版图角色
排序敏感性
稳定性:volatile;排名波动范围:22。
关键词评分
深度分析
创新点
- Autonomous research agent that iteratively proposes ideas, programs to verify, and optimizes proposals
- Dual environment combining execution-based verifiable reward and simulated peer review reward
- Benchmark dataset of eight open-ended algorithmic problems
- Discovery of best-of-known algorithm for packing circles problem
方法
AlphaResearch is an autonomous agent that iterates through proposing ideas, programming verification, and optimizing proposals. It uses a dual reward system: execution-based verifiable reward and a simulated peer review environment reward. It is evaluated on a constructed dataset of eight open-ended algorithmic problems.
关键结果
AlphaResearch outperforms other agentic discovery systems on six open-ended problems, and its discovered algorithm for packing circles achieves best-of-known performance, surpassing human researchers and AlphaEvolve.
局限性
- Remaining challenges of autonomous research agents are acknowledged but not specified in the abstract