Awesome Auto Research Hub Papers · Datasets · Projects
← Back to papers

GAE: Graph-Augmented Evolution for Scientific Discovery via Reinforcement Optimization

arXiv 2026 51.7 method, system

TLDR

GAE combines graph neural networks and reinforcement learning to guide LLM-based evolutionary search for automated scientific discovery, achieving state-of-the-art symbolic regression.

Reasoning

The paper presents a novel framework that addresses key limitations in LLM-driven evolutionary search through a three-pillar architecture, with strong empirical results on symbolic regression. However, the evaluation is limited to a single task, and the abstract does not demonstrate broader applicability or real-world experiments.

Read-first score

Read-first score 51.7, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 60.

Recency 8%
100

Uses a gentle age decay so recent papers surface without erasing older foundations. 2026

Methodology quality 25%
60

Screens visible abstract and analysis fields for experiment, dataset, baseline, metric, and limitation evidence. markers=baseline,evaluation

Topical relevance 42%
50

Uses existing LLM keyword relevance scores normalized to 0-100. AI scientist,automated scientific discovery,autonomous research agent,automated research,literature review agent,survey generation,automated experimentation,experiment design agent,AI for scientific research,paper writing agent,research automation,scientific discovery agent

Reproducibility 25%
30

Screens links and visible text for paper, code, dataset, artifact, and repository signals. pdf=True; code=False; dataset=False; markers=none

Field roles

Frontier

Rank sensitivity

Stability: volatile; rank range: 62.

Keyword Scores

automated scientific discovery
9
AI for scientific research
8
scientific discovery agent
8
automated research
7
research automation
7
AI scientist
6
autonomous research agent
5
automated experimentation
4
experiment design agent
3
literature review agent
1
survey generation
1
paper writing agent
1

Deep Analysis

Innovations

  • Graph neural network that parses programs into typed computation graphs to produce structure-aware embeddings
  • RL-optimized meta-controller that uses structure-aware embeddings for directed parent and mutation direction selection
  • Online GRPO fine-tuning loop that adapts the LLM mutation operator at test-time using group-normalized evaluation rewards

Methodology

GAE integrates a relational GNN for program embeddings, an RL meta-controller that selects parents and mutation directions based on reward history, and an online GRPO loop that fine-tunes the LLM mutator. The framework is evaluated on symbolic regression for complex nonlinear oscillator systems, compared against static LLM-driven baselines.

Key Results

GAE consistently matches or outperforms static LLM-driven baselines and achieves state-of-the-art out-of-distribution performance on symbolic regression for nonlinear oscillators.

Tags