Sci-CoE: Co-evolving Scientific Reasoning LLMs via Geometric Consensus with Sparse Supervision
Xiaohan He, Shiyang Feng, Songtao Huang, Lei Bai, Bin Wang, Bo Zhang
TL;DR
Sci-CoE presents a co-evolving framework where a single LLM functions as both solver and verifier to enhance scientific reasoning with limited supervision. The method bootstraps with anchored learning and then scales through unsupervised co-evolution guided by a geometric consensus reward that balances reliability and diversity of verification strategies. Empirical results on GPQA-Diamond, MMLU-Pro, and UGPhysics show consistent improvements and strong scalability with unlabeled data. The work demonstrates a path toward robust, self-evolving scientific reasoning systems, while acknowledging computational costs and parameter-size considerations.
Abstract
Large language models (LLMs) have demonstrated exceptional reasoning capabilities, and co-evolving paradigms have shown promising results in domains such as code and math. However, in scientific reasoning tasks, these models remain fragile due to unreliable solution evaluation and limited diversity in verification strategies. In this work, we propose Sci-CoE, a two-stage scientific co-evolving framework that enables models to self-evolve as both solver and verifier through a transition from sparse supervision to unsupervised learning. In the first stage, the model uses a small set of annotated data to establish fundamental correctness judgment anchors for the Verifier. In the second stage, we introduce a geometric reward mechanism that jointly considers consensus, reliability, and diversity, driving large-scale self-iteration on unlabeled data. Experiments on several general scientific benchmarks demonstrate that Sci-CoE enhances complex reasoning capabilities and exhibits strong scalability, facilitating the construction of more robust and diverse evaluation systems. Codes are available at https://github.com/InternScience/Sci-CoE.
