ResearchEVO: An End-to-End Framework for Automated Scientific Discovery and Documentation
TLDR
ResearchEVO is an end-to-end framework that combines LLM-guided algorithm evolution with autonomous paper generation for automated scientific discovery.
Reasoning
The paper presents a novel two-phase framework (evolution and writing) validated on real-world problems, demonstrating strong empirical results. However, the abstract lacks details on limitations and comparison to baselines, and the writing phase's anti-hallucination verification is not fully evaluated.
Read-first score
Read-first score 64.4, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 98.
Field roles
Rank sensitivity
Stability: volatile; rank range: 135.
Keyword Scores
Deep Analysis
Innovations
- End-to-end framework automating the full discover-then-explain scientific paradigm, from blind algorithm evolution to publication-ready paper generation.
- LLM-guided bi-dimensional co-evolution that simultaneously optimizes algorithmic logic and overall architecture purely by fitness, without requiring prior understanding.
- Sentence-level retrieval-augmented generation with explicit anti-hallucination verification and automated experiment design for writing phase.
- First system to jointly perform principled algorithm evolution and literature-grounded scientific documentation in a single pipeline.
Methodology
ResearchEVO consists of an Evolution Phase that uses LLM-guided bi-dimensional co-evolution to search code implementations by fitness, and a Writing Phase that generates a complete LaTeX manuscript via sentence-level retrieval-augmented generation with anti-hallucination checks and automated experiment design. The framework is validated on Quantum Error Correction using real Google quantum hardware data and on Physics-Informed Neural Networks.
Key Results
The Evolution Phase discovered human-interpretable algorithmic mechanisms not previously proposed in the domain literatures for both tasks. The Writing Phase autonomously produced compilable LaTeX manuscripts that correctly grounded the blind discoveries in existing theory via RAG, with zero fabricated citations.