CLAug 23, 2025

Learning from Diverse Reasoning Paths with Routing and Collaboration

arXiv:2508.16861v114 citationsh-index: 19Has CodeEMNLP
Originality Incremental advance
AI Analysis

This work addresses the deployment challenge of large language models in resource-limited settings, offering an incremental improvement in knowledge distillation techniques.

The paper tackles the problem of effectively transferring reasoning knowledge from large teacher models to compact student models in resource-constrained scenarios, achieving superior performance over traditional distillation methods through a combination of quality filtering, conditional routing, and cooperative peer teaching.

Advances in large language models (LLMs) significantly enhance reasoning capabilities but their deployment is restricted in resource-constrained scenarios. Knowledge distillation addresses this by transferring knowledge from powerful teacher models to compact and transparent students. However, effectively capturing the teacher's comprehensive reasoning is challenging due to conventional token-level supervision's limited scope. Using multiple reasoning paths per query alleviates this problem, but treating each path identically is suboptimal as paths vary widely in quality and suitability across tasks and models. We propose Quality-filtered Routing with Cooperative Distillation (QR-Distill), combining path quality filtering, conditional routing, and cooperative peer teaching. First, quality filtering retains only correct reasoning paths scored by an LLM-based evaluation. Second, conditional routing dynamically assigns paths tailored to each student's current learning state. Finally, cooperative peer teaching enables students to mutually distill diverse insights, addressing knowledge gaps and biases toward specific reasoning styles. Experiments demonstrate QR-Distill's superiority over traditional single- and multi-path distillation methods. Ablation studies further highlight the importance of each component including quality filtering, conditional routing, and peer teaching in effective knowledge transfer. Our code is available at https://github.com/LzyFischer/Distill.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes