paper-with-me

Papers

AlphaResearch: Accelerating New Algorithm Discovery with Language Models

2025-11-11 · Zhaojian Yu, Kaiyue Feng, Yilun Zhao, Shilin He, Xiao-Ping Zhang, Arman Cohan arxiv

LLMs have made significant progress in complex but easy-to-verify problems, yet they still struggle with discovering the unknown. In this paper, we present \textbf{AlphaResearch}, an autonomous research agent designed to discover new algorithms on open-ended problems by iteratively running the following steps: (1) propose new ideas (2) program to verify (3) optimize the research proposals. To synergize the feasibility and innovation of the discovery process, we construct a novel dual environment by combining the execution-based verifiable reward and reward from simulated real-world peer review environment in AlphaResearch. We construct \textbf{\dataset}, a set of questions that includes an eight open-ended algorithmic problems competition to benchmark AlphaResearch. Experimental results show that AlphaResearch achieves stronger discovery performance than other agentic discovery systems on six open-ended problems. Notably, the algorithm discovered by AlphaResearch on the \emph{``packing circles''} problem achieves the best-of-known performance, surpassing the results of human researchers and strong baselines from recent work (e.g., AlphaEvolve). Additionally, we conduct a comprehensive analysis of the benefits and remaining challenges of autonomous research agent, providing valuable insights for future research.

📄 PDF Abstract BibTeX arXiv:2511.08522

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PAHQ: Accelerating Automated Circuit Discovery through Mixed-Precision Inference Optimization

2025-10-27 · Xinhai Wang, Shu Yang, Liangyu Wang, Lin Zhang 외 arxiv

Circuit discovery, which involves identifying sparse and task-relevant subnetworks in pre-trained language models, is a cornerstone of mechanistic interpretability. Automated Circuit Discovery (ACDC) has emerged as a piv…

Language models in molecular discovery

2023-09-28 · Nikita Janakarajan, Tim Erdmann, Sarath Swaminathan, Teodoro Laino 외

The success of language models, especially transformer-based architectures, has trickled into other domains giving rise to "scientific language models" that operate on small molecules, proteins or polymers. In chemistry,…

ChatbotComputational chemistryDrug DesignDrug Discovery+3

Accelerating Antibiotic Discovery with Large Language Models and Knowledge Graphs

2025-03-20 · Maxime Delmas, Magdalena Wysocka, Danilo Gusicuma, André Freitas

The discovery of novel antibiotics is critical to address the growing antimicrobial resistance (AMR). However, pharmaceutical industries face high costs (over $1 billion), long timelines, and a high failure rate, worsene…

Decision MakingKnowledge Graphs

Towards Diverse Scientific Hypothesis Search with Large Language Models

2026-06-09 · Haorui Wang, Parshin Shojaee, Kazem Meidani, Kunyang Sun 외 arxiv

Large language models (LLMs) are on the rise for accelerating scientific discovery, most recently in advanced tasks such as generating valid scientific hypotheses. Yet in many discovery settings, the goal is not to ident…

Algorithm Discovery With LLMs: Evolutionary Search Meets Reinforcement Learning

2025-04-07 · Anja Surina, Amin Mansouri, Lars Quaedvlieg, Amal Seddas 외

Discovering efficient algorithms for solving complex problems has been an outstanding challenge in mathematics and computer science, requiring substantial human expertise over the years. Recent advancements in evolutiona…

Combinatorial Optimizationreinforcement-learningReinforcement LearningReinforcement Learning (RL)