English

A2R: An Asymmetric Two-Stage Reasoning Framework for Parallel Reasoning

Artificial Intelligence 2025-09-29 v1 Computation and Language

Abstract

Recent Large Reasoning Models have achieved significant improvements in complex task-solving capabilities by allocating more computation at the inference stage with a "thinking longer" paradigm. Even as the foundational reasoning capabilities of models advance rapidly, the persistent gap between a model's performance in a single attempt and its latent potential, often revealed only across multiple solution paths, starkly highlights the disparity between its realized and inherent capabilities. To address this, we present A2R, an Asymmetric Two-Stage Reasoning framework designed to explicitly bridge the gap between a model's potential and its actual performance. In this framework, an "explorer" model first generates potential solutions in parallel through repeated sampling. Subsequently,a "synthesizer" model integrates these references for a more refined, second stage of reasoning. This two-stage process allows computation to be scaled orthogonally to existing sequential methods. Our work makes two key innovations: First, we present A2R as a plug-and-play parallel reasoning framework that explicitly enhances a model's capabilities on complex questions. For example, using our framework, the Qwen3-8B-distill model achieves a 75% performance improvement compared to its self-consistency baseline. Second, through a systematic analysis of the explorer and synthesizer roles, we identify an effective asymmetric scaling paradigm. This insight leads to A2R-Efficient, a "small-to-big" variant that combines a Qwen3-4B explorer with a Qwen3-8B synthesizer. This configuration surpasses the average performance of a monolithic Qwen3-32B model at a nearly 30% lower cost. Collectively, these results show that A2R is not only a performance-boosting framework but also an efficient and practical solution for real-world applications.

Keywords

Cite

@article{arxiv.2509.22044,
  title  = {A2R: An Asymmetric Two-Stage Reasoning Framework for Parallel Reasoning},
  author = {Ziqi Wang and Boye Niu and Zhongli Li and Linghui Meng and Jing Liu and Zhi Zheng and Tong Xu and Hua Wu and Haifeng Wang and Enhong Chen},
  journal= {arXiv preprint arXiv:2509.22044},
  year   = {2025}
}

Comments

15 pages, 3 figures

R2 v1 2026-07-01T05:58:13.415Z