paper-with-me

홈 › Papers

Weak-to-Strong Reasoning

2024-07-18 · Yuqing Yang, Yan Ma, PengFei Liu

When large language models (LLMs) exceed human-level capabilities, it becomes increasingly challenging to provide full-scale and accurate supervision for these models. Weak-to-strong learning, which leverages a less capable model to unlock the latent abilities of a stronger model, proves valuable in this context. Yet, the efficacy of this approach for complex reasoning tasks is still untested. Furthermore, tackling reasoning tasks under the weak-to-strong setting currently lacks efficient methods to avoid blindly imitating the weak supervisor including its errors. In this paper, we introduce a progressive learning framework that enables the strong model to autonomously refine its training data, without requiring input from either a more advanced model or human-annotated data. This framework begins with supervised fine-tuning on a selective small but high-quality dataset, followed by preference optimization on contrastive samples identified by the strong model itself. Extensive experiments on the GSM8K and MATH datasets demonstrate that our method significantly enhances the reasoning capabilities of Llama2-70b using three separate weak models. This method is further validated in a forward-looking experimental setup, where Llama3-8b-instruct effectively supervises Llama3-70b on the highly challenging OlympicArena dataset. This work paves the way for a more scalable and sophisticated strategy to enhance AI reasoning powers. All relevant code and resources are available in \url{https://github.com/GAIR-NLP/weak-to-strong-reasoning}.

📄 PDF Abstract BibTeX arXiv:2407.13647

Code (1)

gair-nlp/weak-to-strong-reasoning 공식 구현 pytorch

Tasks

GSM8KMath

Similar Papers 제목 키워드 기반

Incentivizing Reasoning from Weak Supervision

2025-05-26 · Yige Yuan, Teng Xiao, Shuchang Tao, Xue Wang 외

Large language models (LLMs) have demonstrated impressive performance on reasoning-intensive tasks, but enhancing their reasoning abilities typically relies on either reinforcement learning (RL) with verifiable signals o…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

AutoRAN: Weak-to-Strong Jailbreaking of Large Reasoning Models

2025-05-16 · Jiacheng Liang, Tanqiu Jiang, Yuhui Wang, Rongyi Zhu 외

This paper presents AutoRAN, the first automated, weak-to-strong jailbreak attack framework targeting large reasoning models (LRMs). At its core, AutoRAN leverages a weak, less-aligned reasoning model to simulate the tar…

When to Trust the Cheap Check: Weak and Strong Verification for Reasoning

2026-02-19 · Shayan Kiyani, Sima Noorani, George Pappas, Hamed Hassani arxiv

Reasoning with LLMs increasingly unfolds inside a broader verification loop. Internally, systems use cheap checks, such as self-consistency or proxy rewards, which we call weak verification. Externally, users inspect out…

Measuring Weak-to-Strong Legibility of Reasoning Models

2026-03-20 · Dani Roytburg, Shreya Sridhar, Daphne Ippolito arxiv

Reasoning language models (RLMs) and the intermediate chains of thought they emit play an increasingly central role in multi-agent setups such as inter-model monitoring or distillation into smaller models. When agents at…

DC-W2S: Dual-Consensus Weak-to-Strong Training for Reliable Process Reward Modeling in Biological Reasoning

2026-03-09 · Chi-Min Chan, Ehsan Hajiramezanali, Xiner Li, Edward De Brouwer 외 arxiv

In scientific reasoning tasks, the veracity of the reasoning process is as critical as the final outcome. While Process Reward Models (PRMs) offer a solution to the coarse-grained supervision problems inherent in Outcome…