paper-with-me

Papers

Distilling the Implicit Multi-Branch Structure in LLMs' Reasoning via Reinforcement Learning

2025-05-22 · Shicheng Xu, Liang Pang, Yunchang Zhu, Jia Gu, Zihao Wei, Jingcheng Deng, Feiyang Pan, HuaWei Shen, Xueqi Cheng

Distilling reasoning paths from teacher to student models via supervised fine-tuning (SFT) provides a shortcut for improving the reasoning ability of smaller Large Language Models (LLMs). However, the reasoning paths generated by teacher models often reflect only surface-level traces of their underlying authentic reasoning. Insights from cognitive neuroscience suggest that authentic reasoning involves a complex interweaving between meta-reasoning (which selects appropriate sub-problems from multiple candidates) and solving (which addresses the sub-problem). This implies authentic reasoning has an implicit multi-branch structure. Supervised fine-tuning collapses this rich structure into a flat sequence of token prediction in the teacher's reasoning path, preventing effective distillation of this structure to students. To address this limitation, we propose RLKD, a reinforcement learning (RL)-based distillation framework guided by a novel Generative Structure Reward Model (GSRM). Our GSRM converts reasoning paths into multiple meta-reasoning-solving steps and computes rewards to measure structural alignment between student and teacher reasoning. RLKD combines this reward with RL, enabling student LLMs to internalize the teacher's implicit multi-branch reasoning structure rather than merely mimicking fixed output paths. Experiments show RLKD surpasses standard SFT-RL pipelines even when trained on 0.1% of data under an RL-only regime, unlocking greater student reasoning potential than SFT-based distillation.

📄 PDF Abstract BibTeX arXiv:2505.16142

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Distilling with Residual Network for Single Image Super Resolution

2019-07-05 · Xiaopeng Sun, Wen Lu, Rui Wang, Furui Bai

Recently, the deep convolutional neural network (CNN) has made remarkable progress in single image super resolution(SISR). However, blindly using the residual structure and dense structure to extract features from LR ima…

Image ReconstructionImage Super-ResolutionSuper-Resolution

Distilling Implicit Multimodal Knowledge into Large Language Models for Zero-Resource Dialogue Generation

2024-05-16 · Bo Zhang, Hui Ma, Jian Ding, Jian Wang 외

Integrating multimodal knowledge into large language models (LLMs) represents a significant advancement in dialogue generation capabilities. However, the effective incorporation of such knowledge in zero-resource scenari…

Dialogue GenerationKnowledge Distillation

Online Knowledge Distillation for Efficient Pose Estimation

2021-08-04 · ICCV 2021 10 · Zheng Li, Jingwen Ye, Mingli Song, Ying Huang 외

Existing state-of-the-art human pose estimation methods require heavy computational resources for accurate predictions. One promising technique to obtain an accurate yet lightweight pose estimator is knowledge distillati…

Knowledge DistillationPose Estimation

WebCoT: Enhancing Web Agent Reasoning by Reconstructing Chain-of-Thought in Reflection, Branching, and Rollback

2025-05-26 · Minda Hu, Tianqing Fang, Jianshu Zhang, Junyu Ma 외

Web agents powered by Large Language Models (LLMs) show promise for next-generation AI, but their limited reasoning in uncertain, dynamic web environments hinders robust deployment. In this paper, we identify key reasoni…

Distilling Reasoning Without Knowledge: A Framework for Reliable LLMs

2026-03-15 · Auksarapak Kietkajornrit, Jad Tarifi, Nima Asgharbeygi arxiv

Fact-seeking question answering with large language models (LLMs) remains unreliable when answers depend on up-to-date or conflicting information. Although retrieval-augmented and tool-using LLMs reduce hallucinations, t…

Question Answering