AERO: Autonomous Evolutionary Reasoning Optimization via Endogenous Dual-Loop Feedback
Zhitao Gao, Jie Ma, Xuhong Li, Pengyu Li, Ning Qu, Yaqiang Wu, Hui Liu, Jun Liu
TL;DR
AERO tackles autonomous reasoning evolution in LLMs by embedding self-questioning, self-answering, and self-criticism within a dual-loop framework that eliminates external data or verifiers. It combines entropy-guided Zone of Proximal Development (ZPD) positioning with Independent Counterfactual Correction (ICC) to produce high-fidelity internal feedback, and employs a Staggered Training Strategy to stabilize curriculum progression. Policy updates are performed with Kahneman-Tversky optimization (KTO) on binary feedback, enabling offline, stable growth of multiple functional roles. Across nine benchmarks spanning mathematical, physical, and general reasoning, AERO yields consistent gains over data-free baselines and demonstrates robust, architecture-agnostic autonomous evolution.
Abstract
Large Language Models (LLMs) have achieved significant success in complex reasoning but remain bottlenecked by reliance on expert-annotated data and external verifiers. While existing self-evolution paradigms aim to bypass these constraints, they often fail to identify the optimal learning zone and risk reinforcing collective hallucinations and incorrect priors through flawed internal feedback. To address these challenges, we propose \underline{A}utonomous \underline{E}volutionary \underline{R}easoning \underline{O}ptimization (AERO), an unsupervised framework that achieves autonomous reasoning evolution by internalizing self-questioning, answering, and criticism within a synergistic dual-loop system. Inspired by the \textit{Zone of Proximal Development (ZPD)} theory, AERO utilizes entropy-based positioning to target the ``solvability gap'' and employs Independent Counterfactual Correction for robust verification. Furthermore, we introduce a Staggered Training Strategy to synchronize capability growth across functional roles and prevent curriculum collapse. Extensive evaluations across nine benchmarks spanning three domains demonstrate that AERO achieves average performance improvements of 4.57\% on Qwen3-4B-Base and 5.10\% on Qwen3-8B-Base, outperforming competitive baselines. Code is available at https://github.com/mira-ai-lab/AERO.
