Pith. sign in

REVIEW 3 cited by

Improve Student's Reasoning Generalizability through Cascading Decomposed CoTs Distillation

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2405.19842 v1 pith:MQZUO3E2 submitted 2024-05-30 cs.CL cs.AI

Improve Student's Reasoning Generalizability through Cascading Decomposed CoTs Distillation

classification cs.CL cs.AI
keywords reasoninglearningcascodcotsgeneralizabilitymodelsprocessanswer
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Large language models (LLMs) exhibit enhanced reasoning at larger scales, driving efforts to distill these capabilities into smaller models via teacher-student learning. Previous works simply fine-tune student models on teachers' generated Chain-of-Thoughts (CoTs) data. Although these methods enhance in-domain (IND) reasoning performance, they struggle to generalize to out-of-domain (OOD) tasks. We believe that the widespread spurious correlations between questions and answers may lead the model to preset a specific answer which restricts the diversity and generalizability of its reasoning process. In this paper, we propose Cascading Decomposed CoTs Distillation (CasCoD) to address these issues by decomposing the traditional single-step learning process into two cascaded learning steps. Specifically, by restructuring the training objectives -- removing the answer from outputs and concatenating the question with the rationale as input -- CasCoD's two-step learning process ensures that students focus on learning rationales without interference from the preset answers, thus improving reasoning generalizability. Extensive experiments demonstrate the effectiveness of CasCoD on both IND and OOD benchmark reasoning datasets. Code can be found at https://github.com/C-W-D/CasCoD.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. GateKD: Confidence-Gated Closed-Loop Distillation for Robust Reasoning

    cs.CL 2026-05 unverdicted novelty 7.0

    GateKD introduces a closed-loop distillation framework that uses teacher confidence to gate soft supervision, hidden-state alignment, and attention transfer, outperforming open-loop baselines on reasoning benchmarks.

  2. GateKD: Confidence-Gated Closed-Loop Distillation for Robust Reasoning

    cs.CL 2026-05 unverdicted novelty 6.0

    GateKD is a confidence-gated closed-loop distillation framework that improves multi-step reasoning transfer from LLMs to smaller models by dynamically filtering supervision based on teacher reliability.

  3. MENTOR: Reinforcement Learning via Flexible Teacher-Optimized Rewards for Tool-Use Distillation

    cs.CL 2025-10 conditional novelty 6.0

    A teacher-guided dense reward for GRPO distillation improves small-model tool-use accuracy and out-of-domain generalization on executable-tool benchmarks.