Answer-then-Edit: Reasoning Skeleton Editing for Anti-Distillation with Preserved Utility
Summary
This paper proposes SGRE, an Answer-then-Edit framework that modifies reasoning traces of LLMs to prevent unauthorized knowledge distillation while preserving answer accuracy and naturalness, drawing on cognitive load theory to increase extraneous load on student models.
View Cached Full Text
Cached at: 07/24/26, 05:16 AM
# Answer-then-Edit: Reasoning Skeleton Editing for Anti-Distillation with Preserved Utility
Source: [https://arxiv.org/html/2607.20440](https://arxiv.org/html/2607.20440)
Fan Li1∗, Mengting Pan1, Sijia Xu111footnotemark:1, Xiaoyang Wang1, Chen Chen2, Wenjie Zhang1 1School of Computer Science and Engineering, UNSW Sydney 2School of Artificial Intelligence, Shenzhen University \{fan\.li, mengting\.pan, sijia\.xu, xiaoyang\.wang1, wenjie\.zhang\}@unsw\.edu\.au chen\_chen@uow\.edu\.au
###### Abstract
Proprietary large language models \(LLMs\) entail substantial intellectual and financial investment, making them valuable intellectual property \(IP\)\. However, even when deployed via black\-box APIs, these models remain vulnerable to unauthorized knowledge distillation, which allows adversaries to cheaply extract and replicate model capabilities\. To address this issue, anti\-distillation \(AD\) has been proposed to generate defensive outputs that hinder distillation effectiveness, overcoming the limitation of watermarking\-based approaches that rely on post\-hoc verification\. However, existing AD methods based on internal model perturbations struggle to balance anti\-distillability and utility \(e\.g\., answer accuracy and naturalness\) of reasoning traces, with stronger defenses often causing significant utility loss\. To fill this gap, we proposeSkeleton\-GuidedReasoningEditing \(SGRE\), anAnswer\-then\-Editframework that performs post\-hoc trace modification for anti\-distillation\. In the answer stage, the teacher model first generates clean reasoning traces, preserving the original reasoning accuracy while enabling more flexible control over trace naturalness\. In the editing stage, we draw inspiration from Cognitive Load Theory \(CLT\) and introduce a three\-stage strategy consisting of reasoning skeleton extraction, skeleton graph coarsening, and skeleton verbalization\. These operations jointly perturb reasoning structures and augment textual complexity to amplify extraneous load on student models, hindering their acquisition of underlying reasoning patterns\. Extensive experiments across diverse LLMs demonstrate that SGRE achieves state\-of\-the\-art performance in reducing distillation effectiveness, while maintaining lossless reasoning accuracy and superior trace naturalness\.
## 1Introduction
Large language models \(LLMs\) have demonstrated remarkable reasoning capabilities and serve as foundation models to solve complex tasks across diverse domains\[[1](https://arxiv.org/html/2607.20440#bib.bib12),[23](https://arxiv.org/html/2607.20440#bib.bib13),[41](https://arxiv.org/html/2607.20440#bib.bib14)\]\. Developing such models requires substantial resources, including large\-scale data curation, expensive computational budgets, specialized expertise, and significant human effort, making them valuable intellectual property \(IP\)\. To safeguard these assets, commercial model providers typically restrict access to model internals and expose them solely through APIs\. However, recent studies show that reasoning traces generated by proprietary LLMs can be exploited for knowledge distillation \(KD\)\[[13](https://arxiv.org/html/2607.20440#bib.bib16),[5](https://arxiv.org/html/2607.20440#bib.bib9),[9](https://arxiv.org/html/2607.20440#bib.bib7),[22](https://arxiv.org/html/2607.20440#bib.bib15)\], transferring knowledge from large, powerful teacher models to smaller, more efficient student models\. This enables competitors to cheaply replicate frontier model performance, posing significant IP risks\.
To defend against this threat, LLM watermarking\[[10](https://arxiv.org/html/2607.20440#bib.bib18),[18](https://arxiv.org/html/2607.20440#bib.bib17)\]and fingerprinting\[[40](https://arxiv.org/html/2607.20440#bib.bib20),[43](https://arxiv.org/html/2607.20440#bib.bib19)\]have been proposed by embedding identifiable signals into query responses, allowing the detection of misuse or unauthorized replication in distilled models\. However, these strategies primarily offer post\-hoc verification and fail to prevent unauthorized capability extraction through knowledge distillation\.
Figure 1:Naturalness of anti\-distilled traces\.To fill this gap, anti\-distillation \(AD\)\[[26](https://arxiv.org/html/2607.20440#bib.bib5),[21](https://arxiv.org/html/2607.20440#bib.bib6)\]has attracted increasing attention as a technique for generating defensive reasoning traces that hinder effective distillation\. Antidistillation Sampling \(ADS\)\[[26](https://arxiv.org/html/2607.20440#bib.bib5)\]pioneers AD by perturbing the teacher’s next\-token distribution with a gradient\-based penalty, which increases the loss of student models trained on the generated traces\. DOGe\[[21](https://arxiv.org/html/2607.20440#bib.bib6)\]involves adversarially fine\-tuning the teacher’s final linear layer to generate outputs that mislead distillation\.
Despite their effectiveness, existing AD methods struggle to achieve a desirable trade\-off between the utility \(e\.g\., teacher answer accuracy and trace naturalness\) and the anti\-distillability of generated reasoning traces\. This limitation is reflected in two key aspects: \(i\) significantly reducing the distillation effectiveness of reasoning traces often comes at the cost of notable drops in answer accuracy\. For example, as shown in Table[1](https://arxiv.org/html/2607.20440#S4.T1), on GSM8K, ADS reduces the distillation performance of Llama\-3\.2\-3B by 37\.88%, but incurs over a 19\.03% drop in reasoning accuracy\. In contrast, DOGe preserves the teacher’s reasoning ability but degrades student performance by only 4\.38%\. \(ii\) Improving the anti\-distillability of reasoning traces often leads to a noticeable decline in language naturalness\. As illustrated in Figure[1](https://arxiv.org/html/2607.20440#S1.F1), compared with the clean outputs from the original teacher, ADS produces traces with irregular tokens, incoherent structure, and grammatical errors, which undermine their semantic interpretability and impair the user experience of commercial LLM services\.
We analyze that these trade\-off issues may stem from model\-internal perturbation paradigms\. Specifically: \(i\) ADS directly perturbs the logit distribution during decoding, introducing uncontrollable sampling noise that makes semantic coherence difficult to maintain and consequently degrades both reasoning accuracy and naturalness; \(ii\) DOGe performs anti\-distillation through adversarial optimization on model parameters, where designing effective adversarial loss can be challenging and often relies on specific assumptions\[[21](https://arxiv.org/html/2607.20440#bib.bib6)\], potentially limiting its practical effectiveness\. These observations motivate us to propose anAnswer\-then\-Editparadigm, where we perform post\-hoc editing on teacher\-generated traces rather than perturbing model internals\. This design preserves the teacher’s original reasoning capability and answer accuracy, while enabling anti\-distillation at the textual and semantic levels\. Consequently, this framework offers better controllability over readability and naturalness while avoiding excessive decoding noise and unreliable optimization objectives\.
To design an effective post\-hoc trace editing strategy, we draw on Cognitive Load Theory \(CLT\)\[[29](https://arxiv.org/html/2607.20440#bib.bib33),[30](https://arxiv.org/html/2607.20440#bib.bib43),[25](https://arxiv.org/html/2607.20440#bib.bib34)\], a well\-established cognitive theory widely used in educational research for instructional design\. CLT posits that human cognitive capacity is limited and learning effectiveness is jointly influenced by three types of cognitive load: intrinsic load, extraneous load, and germane load\. Specifically, intrinsic load reflects the inherent complexity of a learning task and is typically fixed for a given problem\. Extraneous load is induced by the way instructional materials and tasks are presented, while germane load corresponds to the cognitive resources devoted to the formation of underlying knowledge schemas\. The core principle of CLT is that effective instructional design should minimize unnecessary extraneous load induced by instructional presentation, allowing more cognitive capacity to be allocated to germane load for effective schema acquisition\[[28](https://arxiv.org/html/2607.20440#bib.bib44)\]\. For example, instructional materials with sufficient and well\-structured content, clear logical organization, and explicit language expression can reduce unnecessary information\-processing burden and improve student learning\[[30](https://arxiv.org/html/2607.20440#bib.bib43)\]\. This motivates us to increase presentation complexity in reasoning traces during anti\-distillation, thereby diverting student models from the core reasoning process and preventing the formation of underlying reasoning patterns\.
Based on this insight, we proposeSkeleton\-GuidedReasoningEditing \(SGRE\), a post\-hoc anti\-distillation method that edits reasoning traces in terms of both reasoning logic and textual expression\. Specifically, SGRE consists of three stages: reasoning skeleton extraction, skeleton graph coarsening, and skeleton verbalization\. First, we extract a reasoning skeleton graph from teacher\-generated traces using a small LLM, summarizing key reasoning steps and their dependencies into a compact structure\. This process compresses auxiliary details and obscures explicit logical connections, making the underlying reasoning process harder to reconstruct\. Then, we perform structured coarsening on the skeleton graph, disrupting the granularity of reasoning steps and entangling the logical structure\. Finally, we verbalize the coarsened skeleton into the output trace using the teacher model, injecting controlled textual complexity while preserving overall correctness and naturalness\. Our main contributions are as follows:
- •We identify that existing anti\-distillation methods based on internal perturbations to the teacher model fail to achieve a desirable trade\-off between utility and anti\-distillability, and introduce anAnswer\-then\-Editparadigm that decouples anti\-distillation from the teacher reasoning process\.
- •Inspired by Cognitive Load Theory \(CLT\), we propose Skeleton\-Guided Reasoning Editing \(SGRE\), a novel post\-hoc anti\-distillation framework that combines reasoning structure perturbation and textual complexity augmentation to amplify extraneous load in reasoning traces, thereby hindering student learning of reasoning patterns\.
- •Extensive experiments across diverse LLM architectures demonstrate that SGRE consistently achieves state\-of\-the\-art performance in reducing distillation effectiveness while maintaining reasoning accuracy\. In addition, naturalness evaluation shows that SGRE effectively mitigates readability degradation during anti\-distillation, highlighting its practical usability\.
## 2Preliminary
SFT\-based Knowledge Distillation\.In this work, following\[[26](https://arxiv.org/html/2607.20440#bib.bib5),[21](https://arxiv.org/html/2607.20440#bib.bib6)\], we focus on supervised fine\-tuning \(SFT\)\-based knowledge distillation, which is widely adopted in practical text\-based KD settings\. Specifically, let𝒯\\mathcal\{T\}denote a large teacher model and𝒮\\mathcal\{S\}denote a smaller student model\. Given a set of queries𝒬=\{qi\}i=1n\\mathcal\{Q\}=\\\{q\_\{i\}\\\}\_\{i=1\}^\{n\}, the teacher autoregressively generates a reasoning traceri=𝒯\(qi\)=\(yi,1,…,yi,Li\)r\_\{i\}=\\mathcal\{T\}\(q\_\{i\}\)=\(y\_\{i,1\},\\ldots,y\_\{i,L\_\{i\}\}\)for each queryqiq\_\{i\}as:
P𝒯\(ri∣qi\)=∏t=1LiP𝒯\(yi,t∣qi,yi,<t\),P\_\{\\mathcal\{T\}\}\(r\_\{i\}\\mid q\_\{i\}\)=\\prod\_\{t=1\}^\{L\_\{i\}\}P\_\{\\mathcal\{T\}\}\(y\_\{i,t\}\\mid q\_\{i\},y\_\{i,<t\}\),\(1\)whereyi,1,…,yi,Liy\_\{i,1\},\\ldots,y\_\{i,L\_\{i\}\}denote the generated response tokens\. The resulting query\-response pairs form a distillation datasetD=\{\(qi,ri\)\}i=1nD=\\\{\(q\_\{i\},r\_\{i\}\)\\\}\_\{i=1\}^\{n\}, on which the student𝒮\\mathcal\{S\}is trained via the following objective:
minθ𝒮−𝔼\(qi,ri\)∼D\[∑t=1LilogP𝒮\(yi,t∣qi,yi,<t\)\],\\min\_\{\\theta\_\{\\mathcal\{S\}\}\}\-\\mathbb\{E\}\_\{\(q\_\{i\},r\_\{i\}\)\\sim D\}\\left\[\\sum\_\{t=1\}^\{L\_\{i\}\}\\log P\_\{\\mathcal\{S\}\}\\bigl\(y\_\{i,t\}\\mid q\_\{i\},y\_\{i,<t\}\\bigr\)\\right\],\(2\)whereθ𝒮\\mathcal\{\\theta\_\{S\}\}denotes the model parameters of𝒮\\mathcal\{S\}\.
Problem Formulation\.Let𝒯\\mathcal\{T\}be the original teacher and𝒯′=𝒜\(𝒯\)\\mathcal\{T\}^\{\\prime\}=\\mathcal\{A\}\(\\mathcal\{T\}\)be the defensive teacher, where𝒜\\mathcal\{A\}denotes the anti\-distillation algorithm\. Given a query set𝒬=\{qi\}i=1n\\mathcal\{Q\}=\\\{q\_\{i\}\\\}\_\{i=1\}^\{n\}, we construct the corresponding distillation datasets𝒟train=\{\(qi,𝒯\(qi\)\)\}i=1n\\mathcal\{D\}\_\{\\text\{train\}\}=\\\{\(q\_\{i\},\\mathcal\{T\}\(q\_\{i\}\)\)\\\}\_\{i=1\}^\{n\}and𝒟train′=\{\(qi,𝒯′\(qi\)\)\}i=1n\\mathcal\{D\}\_\{\\text\{train\}\}^\{\\prime\}=\\\{\(q\_\{i\},\\mathcal\{T\}^\{\\prime\}\(q\_\{i\}\)\)\\\}\_\{i=1\}^\{n\}, respectively\. Let𝒬test\\mathcal\{Q\}\_\{\\text\{test\}\}be a test query set, and letPerf\(⋅;𝒬test\)\\mathrm\{Perf\}\(\\cdot;\\mathcal\{Q\}\_\{\\text\{test\}\}\)denote the evaluation metric \(e\.g\., answer accuracy\) on𝒬test\\mathcal\{Q\}\_\{\\text\{test\}\}\. Let𝒮\(𝒟\)\\mathcal\{S\}\(\\mathcal\{D\}\)denote the student model trained on dataset𝒟\\mathcal\{D\}\. The goal of anti\-distillation is to find an algorithm𝒜\\mathcal\{A\}that minimizes the reasoning performance of the student trained on𝒟train′\\mathcal\{D\}\_\{\\text\{train\}\}^\{\\prime\}, while preserving the teacher utility\. Formally, the objective is:
min𝒜\\displaystyle\\min\_\{\\mathcal\{A\}\}Perf\(𝒮\(𝒟train′\);𝒬test\)\\displaystyle\\mathrm\{Perf\}\\big\(\\mathcal\{S\}\(\\mathcal\{D\}\_\{\\text\{train\}\}^\{\\prime\}\);\\mathcal\{Q\}\_\{\\text\{test\}\}\\big\)\(3\)s\.t\.\|Perf\(𝒯′;𝒬test\)−Perf\(𝒯;𝒬test\)\|≤ϵ,\\displaystyle\\left\|\\mathrm\{Perf\}\(\\mathcal\{T\}^\{\\prime\};\\mathcal\{Q\}\_\{\\text\{test\}\}\)\-\\mathrm\{Perf\}\(\\mathcal\{T\};\\mathcal\{Q\}\_\{\\text\{test\}\}\)\\right\|\\leq\\epsilon,whereϵ\\epsilonis a small tolerance for performance degradation\.
## 3Methodology
Figure 2:Overall framework of SGRE\.In this section, we propose SGRE, a novel post\-hoc anti\-distillation framework that consists of three essential modules\. An overview of the proposed framework is illustrated in Figure[2](https://arxiv.org/html/2607.20440#S3.F2)\. The first module, termed reasoning skeleton extraction \(RSE\), converts the teacher\-generated trace into a compact skeleton graph by compressing informative textual content and obscuring explicit logical dependencies\. Then, skeleton graph coarsening \(SGC\) progressively merges reasoning steps in the skeleton graph to reduce the granularity of the reasoning process, making the underlying reasoning structure more difficult to reconstruct\. Finally, skeleton verbalization \(SV\) transforms the coarsened skeleton graph into natural language with additional textual complexity\. By combining reasoning structure perturbation and textual complexity augmentation, SGRE increases the information processing burden during distillation, thereby hindering student learning of underlying reasoning patterns\.
### 3\.1Reasoning Skeleton Extraction
In human learning, overly abstracted and fragmented instructional materials often make information processing more difficult and impose additional cognitive burden on students, hindering the construction of clear reasoning schemas\[[30](https://arxiv.org/html/2607.20440#bib.bib43)\]\. Motivated by this, reasoning skeleton extraction is designed to transform the teacher\-generated tracerrby compressing both the content within reasoning steps and the logical connections between them\. Such abstraction obscures the explicit step\-by\-step reasoning, thereby hindering student models from effectively learning the reasoning patterns during distillation\.
To achieve this, we employ a small language model \(SLM\), denoted byℳe\\mathcal\{M\}\_\{e\}, as the skeleton extractor for efficient reasoning abstraction\. Given the teacher\-generated reasoning tracerrand an extraction templatetet\_\{e\}, the extractor produces a structured skeleton representations=ℳe\(r,te\)s=\\mathcal\{M\}\_\{e\}\(r,t\_\{e\}\)\. The prompt template for skeleton extraction is provided in Figure[6](https://arxiv.org/html/2607.20440#A6.F6)\. We describe the extraction process from two aspects: theExtraction Task Descriptionand theOutput Schema\.
Extraction Task Description\.The extractor is instructed to identify the underlying logical structure of the reasoning trace by focusing on abstract reasoning units and their dependencies\. Surface\-level phrasing and procedural details are removed, while the final answer is preserved\. The resulting skeleton is required to remain human\-interpretable but not directly usable as a procedural solution\.
Output Schema\.The extractor outputs a strict JSON object consisting of two fields:stepsandfinal\_answer\. Thestepsfield contains a sequence of abstract reasoning units, where each step includes anidfor indexing, atypeindicating its functional role, a minimal non\-proceduralclaim, and adepends\_onfield specifying its prerequisite steps\. Each reasoning unit is functionally categorized into one of three predefined step types:support,reasoning, andconclusion, corresponding to contextual information \(e\.g\., assumption and condition\), core inferential and transformational process, and constraint or conclusion\-related reasoning, respectively\. Thefinal\_answerfield records the extracted final answer from the original trace, ensuring that the reasoning accuracy is retained after skeleton extraction\. Detailed examples of the extracted skeleton are provided in Appendix[E](https://arxiv.org/html/2607.20440#A5)\.
We observe that the dependency relations specified by thedepends\_onfield naturally induce a graph structure\. Accordingly, the extracted skeleton can be represented as a Directed Acyclic Graph \(DAG\)s𝒢=\(𝒱,ℰ,τ\)s\_\{\\mathcal\{G\}\}=\(\\mathcal\{V\},\\mathcal\{E\},\\tau\), where𝒱\\mathcal\{V\}denotes the set of reasoning steps, and each directed edge\(u,v\)∈ℰ\(u,v\)\\in\\mathcal\{E\}indicates that stepvvdepends on stepuu\. The functionτ:𝒱→\{support,reasoning,conclusion\}\\tau:\\mathcal\{V\}\\rightarrow\\\{\\texttt\{support\},\\texttt\{reasoning\},\\texttt\{conclusion\}\\\}assigns each node to one of three functional categories\.
### 3\.2Skeleton Graph Coarsening
Given a reasoning skeleton graphs𝒢s\_\{\\mathcal\{G\}\}that captures the key reasoning logic, we design a*skeleton graph coarsening*strategy to further obscure the underlying reasoning process during distillation\. The core idea is to perturb the granularity of the reasoning logic while preserving the essential dependency structure required for correct inference\. This process consists of two complementary operations,*Parallel Coarsening*and*Serial Coarsening*, which merge reasoning steps along horizontal and vertical reasoning structures, respectively\.
Parallel Coarsening\.The parallel coarsening aims to merge nodes that share identical predecessor contexts\. Formally, given the skeleton graphs𝒢=\(𝒱,ℰ,τ\)s\_\{\\mathcal\{G\}\}=\(\\mathcal\{V\},\\mathcal\{E\},\\tau\), for each predecessor node set𝒫\\mathcal\{P\}, we define a coarsening candidate group:
𝒞𝒫=\{v∈𝒱\|Pred\(v\)=𝒫\}\.\\mathcal\{C\}\_\{\\mathcal\{P\}\}=\\left\\\{v\\in\\mathcal\{V\}\\;\\middle\|\\;\\mathrm\{Pred\}\(v\)=\\mathcal\{P\}\\right\\\}\.\(4\)Each group𝒞𝒫\\mathcal\{C\}\_\{\\mathcal\{P\}\}therefore contains all nodes sharing the same predecessor context and serves as the basic unit for parallel coarsening\. For each𝒞𝒫=\{v1,…,vm\}\\mathcal\{C\}\_\{\\mathcal\{P\}\}=\\\{v\_\{1\},\\dots,v\_\{m\}\\\}, we iteratively sample two nodes from𝒞𝒫\\mathcal\{C\}\_\{\\mathcal\{P\}\}and merge them into a coarsened block nodev~\\tilde\{v\}\. The merged blockv~\\tilde\{v\}is then added back to𝒞𝒫\\mathcal\{C\}\_\{\\mathcal\{P\}\}, with the constraint that each block contains at mostBmaxB\_\{\\max\}reasoning steps\. This process is repeated until no further valid merges can be performed within𝒞𝒫\\mathcal\{C\}\_\{\\mathcal\{P\}\}\. Nodes with typeconclusionare excluded from parallel coarsening, and each forms an individual block node\.
After each merge operation, we update thedepends\_onrelations of the successor nodes of the merged nodes\. Specifically, for each nodeuumerged into the coarsened block nodev~\\tilde\{v\}and each successor nodewwsatisfyingu∈Pred\(w\)u\\in\\mathrm\{Pred\}\(w\), we update:
Pred\(w\)=\(Pred\(w\)∖\{u\}\)∪\{v~\}\.\\mathrm\{Pred\}\(w\)=\\big\(\\mathrm\{Pred\}\(w\)\\setminus\\\{u\\\}\\big\)\\cup\\\{\\tilde\{v\}\\\}\.\(5\)
Theclaimof each coarsened node is constructed by concatenating the claims of all contained reasoning steps according to their original order:
claim\(v~\)=⨁v∈v~claim\(v\),\\mathrm\{claim\}\(\\tilde\{v\}\)=\\bigoplus\_\{v\\in\\tilde\{v\}\}\\mathrm\{claim\}\(v\),\(6\)where⨁\\bigoplusdenotes ordered textual concatenation\. Thetypeof each coarsened node is determined according to the following priority rule:
τ\(v~\)=\{conclusion,∃v∈v~such thatτ\(v\)=conclusion,reasoning,∃v∈v~such thatτ\(v\)=reasoning,support,otherwise\.\\tau\(\\tilde\{v\}\)=\\begin\{cases\}\\texttt\{conclusion\},&\\exists v\\in\\tilde\{v\}\\text\{ such that \}\\tau\(v\)=\\texttt\{conclusion\},\\\\ \\texttt\{reasoning\},&\\exists v\\in\\tilde\{v\}\\text\{ such that \}\\tau\(v\)=\\texttt\{reasoning\},\\\\ \\texttt\{support\},&\\text\{otherwise\}\.\\end\{cases\}\(7\)
Serial Coarsening\.After parallel coarsening, we further perform serial coarsening to merge nodes along vertical reasoning chains\. Specifically, we define a serial coarsening candidate set𝒞s\\mathcal\{C\}\_\{s\}consisting of edgesu→vu\\rightarrow vsatisfying: \(i\)τ\(u\)≠conclusion\\tau\(u\)\\neq\\texttt\{conclusion\}andτ\(v\)≠conclusion\\tau\(v\)\\neq\\texttt\{conclusion\}, and \(ii\)\|Pred\(v\)\|=1\|\\mathrm\{Pred\}\(v\)\|=1\. In each iteration, we randomly sample a candidate edgeu→vu\\rightarrow vfrom𝒞s\\mathcal\{C\}\_\{s\}and merge the corresponding nodes into a coarsened block nodev~\\tilde\{v\}\. The merged block is then added back to the graph, subject to the constraint that each block contains at mostBmaxB\_\{\\max\}reasoning steps\. This process is repeated until no further valid merge candidates remain\.
After merging the edgeu→vu\\rightarrow vinto the coarsened block nodev~\\tilde\{v\}, thedepends\_onrelations are updated accordingly\. Specifically, the predecessor set ofv~\\tilde\{v\}inherits the predecessor set ofuu:
Pred\(v~\)=Pred\(u\)\.\\mathrm\{Pred\}\(\\tilde\{v\}\)=\\mathrm\{Pred\}\(u\)\.\(8\)
For each successor nodewwsatisfyingv∈Pred\(w\)v\\in\\mathrm\{Pred\}\(w\), we replace the dependency onvvwith the coarsened nodev~\\tilde\{v\}:
Pred\(w\)=\(Pred\(w\)∖\{v\}\)∪\{v~\}\.\\mathrm\{Pred\}\(w\)=\\big\(\\mathrm\{Pred\}\(w\)\\setminus\\\{v\\\}\\big\)\\cup\\\{\\tilde\{v\}\\\}\.\(9\)
Theclaimandtypeof each coarsened node are updated in the same manner as in parallel coarsening\. Thefinal\_answerfield remains unchanged throughout the coarsening process and is preserved identically to the original skeleton\. Examples of the coarsened skeleton graphs~𝒢\\tilde\{s\}\_\{\\mathcal\{G\}\}in JSON format are provided in Appendix[E](https://arxiv.org/html/2607.20440#A5)\.
### 3\.3Skeleton Verbalization
Given the coarsened skeletons~𝒢\\tilde\{s\}\_\{\\mathcal\{G\}\}, the goal of skeleton verbalization is to transform this abstract representation back into a natural language reasoning trace\. Considering that, in human learning, the textual and linguistic presentation of instructional materials can significantly affect learning effectiveness: verbose reasoning, indirect logical organization, and obscure linguistic expression may divert students’ attention from the core reasoning process and increase the difficulty of information processing, making it harder to construct clear reasoning schemas\[[30](https://arxiv.org/html/2607.20440#bib.bib43)\]\. Motivated by this, skeleton verbalization reconstructs the reasoning trace from the coarsened skeleton while introducing additional textual complexity and elaborative expression\.
To implement this, we leverage the teacher model𝒯\\mathcal\{T\}to verbalize the coarsened skeleton into natural language\. Given the coarsened skeleton graphs~𝒢\\tilde\{s\}\_\{\\mathcal\{G\}\}and a verbalization instructiontvt\_\{v\}, we obtain the edited reasoning tracer′=𝒯\(s~𝒢,tv\),r^\{\\prime\}=\\mathcal\{T\}\(\\tilde\{s\}\_\{\\mathcal\{G\}\},t\_\{v\}\),which is returned as the final response to the user\. The instruction prompt can be found in Figure[7](https://arxiv.org/html/2607.20440#A6.F7)\. Specifically, the verbalization process follows four transformation principles: \(i\)content fidelity, ensuring that the core claims and final conclusion are preserved while allowing abstract reformulation; \(ii\)structural modulation, relaxing strict dependency ordering to enable a more flexible and non\-linear narrative flow; \(iii\)information control, suppressing explicit intermediate reasoning details and step\-by\-step derivations; and \(iv\)language style, encouraging dense, formal, and less transparent expressions to reduce surface\-level interpretability\. Notably, since the final answer is directly extracted from the coarsened skeleton and appended to the edited trace, the verbalization process fully preserves the original teacher’s answer, thereby maintaining reasoning accuracy consistent with the teacher model\. Examples of edited reasoning traces are provided in Appendix[E](https://arxiv.org/html/2607.20440#A5)\.
## 4Experiments
### 4\.1Experimental Setup
Datasets and Baselines\.ForDatasets, we evaluate the effectiveness of our method on three widely used benchmarks, including GSM8K\[[3](https://arxiv.org/html/2607.20440#bib.bib1)\]\(we use GSM8K Platinum for the test set\[[33](https://arxiv.org/html/2607.20440#bib.bib2)\]\), MATH\[[11](https://arxiv.org/html/2607.20440#bib.bib3)\], and MMLU\-Pro\[[36](https://arxiv.org/html/2607.20440#bib.bib4)\]\. These datasets are particularly suitable for our study, as they demand high\-quality reasoning traces to achieve strong performance\[[26](https://arxiv.org/html/2607.20440#bib.bib5)\]\. More detailed descriptions of the datasets can be found in Appendix[A\.1](https://arxiv.org/html/2607.20440#A1.SS1)\. ForBaselines, we compare our method with two state\-of\-the\-art antidistillation strategies: Antidistillation Sampling \(ADS\)\[[26](https://arxiv.org/html/2607.20440#bib.bib5)\]and DOGe\[[21](https://arxiv.org/html/2607.20440#bib.bib6)\]\.
Architectures\.Following\[[26](https://arxiv.org/html/2607.20440#bib.bib5)\], we adoptdeepseek\-ai/DeepSeek\-R1\-Distill\-Qwen\-7B\[[9](https://arxiv.org/html/2607.20440#bib.bib7)\]as the teacher model\. We further consider student models from different LLM families, includingmeta\-llama/Llama\-3\.2\-3B,meta\-llama/Llama\-3\.2\-1B\[[5](https://arxiv.org/html/2607.20440#bib.bib9)\],google/gemma\-3\-1b\-it\[[16](https://arxiv.org/html/2607.20440#bib.bib10)\], andQwen/Qwen2\.5\-1\.5B\[[42](https://arxiv.org/html/2607.20440#bib.bib8)\]\.
Evaluation Protocol\.Following\[[21](https://arxiv.org/html/2607.20440#bib.bib6),[26](https://arxiv.org/html/2607.20440#bib.bib5)\], we utilizeaccuracyas the evaluation metric under the zero\-shot setting\. To ensure consistent answer extraction across all models and datasets, we adopt the answer forcing \(AF\) technique following\[[26](https://arxiv.org/html/2607.20440#bib.bib5)\]\. Specifically, after generating the reasoning trace, we append "\\n\\n\*\*Final Answer\*\*\\n\[\\boxed\{" and continue to generate for 32 additional answer tokens\. The final prediction is extracted from the content within "\\boxed\{…\}"\.
Implementation Details\.We useQwen/Qwen2\.5\-3B\-Instruct\[[42](https://arxiv.org/html/2607.20440#bib.bib8)\]as the default skeleton extractor and evaluate additional extractor variants in Section[4\.5](https://arxiv.org/html/2607.20440#S4.SS5)\. The maximum block sizeBmaxB\_\{max\}is tuned from\{1,2,3,4\}\\\{1,2,3,4\\\}\. The maximum generation length is set to 1024 for GSM8K and 2048 for all other datasets\. We set the temperature of both the teacher model and the skeleton extraction model to 0\.6, and report the average results over five runs\. For distillation training, we follow the setup in\[[26](https://arxiv.org/html/2607.20440#bib.bib5)\], with details provided in Appendix[A\.2](https://arxiv.org/html/2607.20440#A1.SS2)\. We use thetransformerspackage\[[39](https://arxiv.org/html/2607.20440#bib.bib45)\], thetrltoolkit\[[38](https://arxiv.org/html/2607.20440#bib.bib46)\], and theacceleratelibrary\[[8](https://arxiv.org/html/2607.20440#bib.bib47)\]\. All experiments are conducted on a Linux server equipped with an Intel\(R\) Xeon\(R\) Gold 6330 CPU, an NVIDIA A800 GPU, and 128 GB of RAM\.
### 4\.2Main Results
Table[1](https://arxiv.org/html/2607.20440#S4.T1)compares different anti\-distillation methods in terms of both defensive teacher performance and distilled student performance\. Our key observations are as follows\.
\(1\) Substantially improved anti\-distillation effectiveness\.SGRE consistently achieves the largest degradation in student performance across all benchmarks and architectures\. For example, for Qwen2\.5\-1\.5B distilled fromDeepSeek\-R1\-Distill\-Qwen\-7B, student performance exhibits a remarkable62\.95%62\.95\\%drop on GSM8K, approximately 6×\\timesworse than the clean student performance\. In contrast, the strongest baseline ADS only achieves a35\.31%35\.31\\%drop\. Similarly, on MMLU\-Pro with Llama\-3\.2\-3B, SGRE attains a21\.11%21\.11\\%reduction, outperforming ADS by a margin of10\.41%10\.41\\%\. These results demonstrate the strong anti\-distillation capability of our skeleton\-guided editing framework\.
\(2\) Preserved teacher reasoning accuracy\.SGRE maintains the teacher’s answer accuracy without loss\. This is primarily because our method operates as a post\-hoc editing procedure, allowing the teacher to fully express its reasoning ability before modification\. In contrast, ADS perturbs the sampling distribution during decoding; although this improves anti\-distillation strength, it significantly degrades the teacher utility, resulting in accuracy drops exceeding16%16\\%across all datasets\. DOGe, on the other hand, preserves \(and occasionally slightly improves\) teacher accuracy, but exhibits limited anti\-distillation effectiveness, yielding the smallest degradation in student performance\.
These results jointly demonstrate that SGRE achieves the best trade\-off between teacher utility and anti\-distillability among all compared methods\.
Table 1:Distillation performance of different student models under different anti\-distillation methods \(%\)\. The teacher model isdeepseek\-ai/DeepSeek\-R1\-Distill\-Qwen\-7B\. Clean denotes the performance of the teacher and student without applying any antidistillation method\.
### 4\.3Ablation Study
Table 2:Ablation analysis of SGRE stages\.Bolddenotes the best performance\.To investigate the contribution of each stage in the SGRE framework, we compare the full model with two ablated variants:SGRE w/o C \(without coarsening\)andSGRE w/o C\+V \(without coarsening and verbalization\)\. Specifically, SGRE w/o C removes the skeleton graph coarsening stage and directly applies verbalization on the extracted skeleton, while SGRE w/o C\+V removes the skeleton coarsening and verbalization simultaneously and constructs reasoning traces by directly concatenating the extracted skeleton steps\. Table[2](https://arxiv.org/html/2607.20440#S4.T2)shows that the full SGRE model consistently outperforms SGRE w/o C across all settings, demonstrating the effectiveness of skeleton coarsening in perturbing logical dependencies\. Furthermore, compared with SGRE w/o C, SGRE w/o C\+V yields higher student performance, indicating that removing skeleton verbalization weakens the anti\-distillation effect\. Meanwhile, compared to distillation on clean reasoning traces, SGRE w/o C\+V already results in a notable performance drop, indicating that the skeleton extraction stage alone, by compressing the content of reasoning traces, can effectively hinder distillation\.
### 4\.4Naturalness Evaluation

Figure 3:Naturalness evaluation\.
Figure 4:Skeleton LLM generalization\.
Figure 5:Runtime comparison\.
In this section, we use theLLM\-as\-a\-Judgeparadigm\[[24](https://arxiv.org/html/2607.20440#bib.bib41),[20](https://arxiv.org/html/2607.20440#bib.bib37),[44](https://arxiv.org/html/2607.20440#bib.bib38)\]to evaluate the naturalness of reasoning traces generated by the defensive teacher\. Here, naturalness mainly reflects human\-centered qualities such as logical coherence, plausible reasoning style, appropriate level of detail, and smooth textual expression\. Specifically, we useChatGPT\-5\.5\-Instant\[[27](https://arxiv.org/html/2607.20440#bib.bib42)\]as the evaluator to assess the naturalness of each trace\. The evaluator assigns a score on a five\-level discrete scale \(1–5\), which is linearly rescaled to percentage scores for reporting in our experiments\. The detailed scoring prompt is provided in Figure[8](https://arxiv.org/html/2607.20440#A6.F8)\. Due to computational constraints, we conduct the evaluation on a randomly sampled 10% subset of each dataset\. As shown in Figure[3](https://arxiv.org/html/2607.20440#S4.F3), our SGRE consistently maintains high naturalness across all datasets, with a degradation of no more than 6\.2% compared to clean traces\. In contrast, ADS leads to a substantial drop in naturalness, with naturalness scores decreasing by 27\.2% to 46\.8% across datasets, raising serious concerns for practical use\. While DOGe is able to largely preserve naturalness, the results in Section[4\.2](https://arxiv.org/html/2607.20440#S4.SS2)show that its effectiveness in hindering distillation is limited\. Overall, SGRE achieves a more favorable trade\-off between utility and anti\-distillability\.
### 4\.5Generalization to Diverse Skeleton Extractors
In this section, we evaluate the generalization ability of SGRE using three open\-source LLMs as skeleton extractors: Llama\-3\.2\-3B\-Instruct\[[5](https://arxiv.org/html/2607.20440#bib.bib9)\], Qwen2\.5\-3B\-Instruct, and Qwen2\.5\-7B\-Instruct\[[42](https://arxiv.org/html/2607.20440#bib.bib8)\]\. We use Llama\-3\.2\-3B as the student model for evaluation\. As shown in Figure[4](https://arxiv.org/html/2607.20440#S4.F4), although different skeleton extractors lead to some variation in anti\-distillation performance, SGRE consistently and significantly reduces the student distillation performance, outperforming ADS across all settings\. These results suggest that the effectiveness of SGRE stems from the proposed skeleton\-based editing paradigm rather than reliance on a specific LLM extractor, demonstrating its strong robustness and generalization ability across different extraction backbones\.
### 4\.6Efficiency Evaluation
In this section, we analyze the efficiency of our proposed SGRE framework\. We first evaluate the overall runtime and compare SGRE with the current state\-of\-the\-art method, ADS\. We do not include DOGe in this comparison, as it relies on task\-aligned model fine\-tuning, making direct efficiency comparison difficult\. As shown in Figure[5](https://arxiv.org/html/2607.20440#S4.F5), SGRE consistently achieves significantly lower runtime than ADS across all datasets\. For example, on more complex datasets such as MATH and MMLU\-Pro, SGRE is at least1\.85×1\.85\\timesfaster than ADS\. This is primarily because ADS requires recomputing token\-level penalties during decoding, which incurs substantial overhead\. In contrast, SGRE operates at the text level and performs editing more efficiently\. We also observe that, compared to direct generation, SGRE introduces approximately a1×1\\timesadditional processing cost due to the post\-editing stage, reflecting a practical trade\-off between computational efficiency and model security\.
To further understand the efficiency of SGRE, we provide a breakdown of runtime across different stages in Table[3](https://arxiv.org/html/2607.20440#A2.T3)\. We find that the editing stage is dominated by skeleton extraction and skeleton verbalization, with extraction typically consuming more time\. This is because teacher\-generated reasoning traces are often lengthy, increasing the processing cost\. To mitigate this, we employ smaller models for skeleton extraction to improve efficiency\. In contrast, the verbalization stage operates on a coarsened skeleton with shorter context and higher information density, resulting in relatively lower generation cost\. The skeleton coarsening stage is implemented using rule\-based two\-stage merging without involving any model inference, making it highly efficient\. As demonstrated in our ablation studies, this step brings substantial performance gains despite its negligible computational cost\.
## 5Related Work
Knowledge Distillation for LLMs\.Knowledge distillation \(KD\)\[[12](https://arxiv.org/html/2607.20440#bib.bib21),[4](https://arxiv.org/html/2607.20440#bib.bib26),[22](https://arxiv.org/html/2607.20440#bib.bib15)\]aims to transfer knowledge from a large, high\-capacity teacher model to a smaller, more efficient student model\. Existing LLM KD methods can be broadly categorized intologit\-basedandtext\-baseddistillation\. Logit\-based distillation transfers fine\-grained predictive information by aligning the output distributions of teacher and student models, typically using KL\-style divergence objectives\[[37](https://arxiv.org/html/2607.20440#bib.bib23),[7](https://arxiv.org/html/2607.20440#bib.bib22),[2](https://arxiv.org/html/2607.20440#bib.bib24),[35](https://arxiv.org/html/2607.20440#bib.bib25)\]\. However, such methods require access to model internals \(e\.g\., teacher logits\), which are often unavailable for proprietary LLMs exposed via APIs\. In contrast, text\-based distillation operates using only teacher\-generated text outputs, making it more practical in real\-world black\-box settings\. A widely adopted paradigm in this setting is supervised fine\-tuning \(SFT\), which trains the student model on teacher\-generated text outputs as pseudo labels, optimizing the model via standard maximum likelihood estimation\[[17](https://arxiv.org/html/2607.20440#bib.bib27),[14](https://arxiv.org/html/2607.20440#bib.bib28),[32](https://arxiv.org/html/2607.20440#bib.bib29)\]\. In this work, we focus on SFT\-based knowledge distillation, where training relies solely on teacher\-generated outputs\.
LLM Distillation Prevention\.Unauthorized knowledge distillation poses significant risks to the intellectual property in LLMs\. To mitigate such risks, earlier works have explored watermarking\[[10](https://arxiv.org/html/2607.20440#bib.bib18),[45](https://arxiv.org/html/2607.20440#bib.bib30),[34](https://arxiv.org/html/2607.20440#bib.bib31),[18](https://arxiv.org/html/2607.20440#bib.bib17)\]and fingerprinting\[[6](https://arxiv.org/html/2607.20440#bib.bib32),[40](https://arxiv.org/html/2607.20440#bib.bib20),[43](https://arxiv.org/html/2607.20440#bib.bib19)\]techniques that embed identifiable signatures into model outputs, parameters, or behaviors for ownership attribution and the detection of unauthorized distilled models\. However, these approaches are inherently post\-hoc, as they only verify ownership after potential misuse, rather than preventing unauthorized knowledge extraction during distillation\. To tackle this problem, anti\-distillation \(AD\) has recently emerged as a promising direction\.\[[26](https://arxiv.org/html/2607.20440#bib.bib5)\]proposes the first AD strategy by perturbing the next\-token sampling distribution with a penalty designed to increase the downstream distillation loss\. Specifically, this penalty is approximated by the difference in token\-level log probabilities between two copies of a proxy model \(created by performing a single gradient ascent step using the downstream task loss on the proxy model\)\. DOGe\[[21](https://arxiv.org/html/2607.20440#bib.bib6)\]mitigates distillation by adversarially fine\-tuning the final linear layer, introducing an adversarial loss that maximizes the statistical divergence between the teacher’s output distribution and those of fixed proxy student models\. This pushes the teacher’s outputs away from typical student predictions, thereby hindering distillation\. However, existing AD methods based on internal model perturbations still struggle to balance utility and anti\-distillability of generated traces\.
## 6Conclusion
In this paper, we propose SGRE, a novelAnswer\-then\-Editframework for anti\-distillation with preserved utility\. Instead of perturbing the internal components of the teacher model, SGRE performs post\-hoc editing on teacher\-generated traces, thereby preserving the original reasoning accuracy while enabling flexible control over naturalness\. To improve the anti\-distillability of edited traces, we draw inspiration from Cognitive Load Theory \(CLT\) and amplify extraneous load in reasoning traces through reasoning structure perturbation and textual complexity augmentation\. This objective is achieved through three stages: reasoning skeleton extraction, skeleton graph coarsening, and skeleton verbalization\. Extensive experiments show that SGRE significantly reduces distillation effectiveness across diverse student architectures while preserving reasoning accuracy\. Moreover, naturalness evaluations show that our method maintains superior readability under strong anti\-distillation\.
## References
- \[1\]J\. Achiam, S\. Adler, S\. Agarwal, L\. Ahmad, I\. Akkaya, F\. L\. Aleman, D\. Almeida, J\. Altenschmidt, S\. Altman, S\. Anadkat,et al\.\(2023\)Gpt\-4 technical report\.arXiv preprint arXiv:2303\.08774\.Cited by:[§1](https://arxiv.org/html/2607.20440#S1.p1.1)\.
- \[2\]R\. Agarwal, N\. Vieillard, Y\. Zhou, P\. Stanczyk, S\. R\. Garea, M\. Geist, and O\. Bachem\(2024\)On\-policy distillation of language models: learning from self\-generated mistakes\.InICLR,Cited by:[§5](https://arxiv.org/html/2607.20440#S5.p1.1)\.
- \[3\]K\. Cobbe, V\. Kosaraju, M\. Bavarian, M\. Chen, H\. Jun, L\. Kaiser, M\. Plappert, J\. Tworek, J\. Hilton, R\. Nakano,et al\.\(2021\)Training verifiers to solve math word problems\.arXiv preprint arXiv:2110\.14168\.Cited by:[§A\.1](https://arxiv.org/html/2607.20440#A1.SS1.p2.1),[§4\.1](https://arxiv.org/html/2607.20440#S4.SS1.p1.1)\.
- \[4\]J\. Gou, B\. Yu, S\. J\. Maybank, and D\. Tao\(2021\)Knowledge distillation: a survey\.IJCV129\(6\),pp\. 1789–1819\.Cited by:[§5](https://arxiv.org/html/2607.20440#S5.p1.1)\.
- \[5\]A\. Grattafiori, A\. Dubey, A\. Jauhri, A\. Pandey, A\. Kadian, A\. Al\-Dahle, A\. Letman, A\. Mathur, A\. Schelten, A\. Vaughan,et al\.\(2024\)The llama 3 herd of models\.arXiv preprint arXiv:2407\.21783\.Cited by:[§1](https://arxiv.org/html/2607.20440#S1.p1.1),[§4\.1](https://arxiv.org/html/2607.20440#S4.SS1.p2.1),[§4\.5](https://arxiv.org/html/2607.20440#S4.SS5.p1.1)\.
- \[6\]C\. Gu, C\. Huang, X\. Zheng, K\. Chang, and C\. Hsieh\(2022\)Watermarking pre\-trained language models with backdooring\.arXiv preprint arXiv:2210\.07543\.Cited by:[§5](https://arxiv.org/html/2607.20440#S5.p2.1)\.
- \[7\]Y\. Gu, L\. Dong, F\. Wei, and M\. Huang\(2024\)Minillm: knowledge distillation of large language models\.InICLR,Cited by:[§5](https://arxiv.org/html/2607.20440#S5.p1.1)\.
- \[8\]S\. Gugger, L\. Debut, T\. Wolf, P\. Schmid, Z\. Mueller, S\. Mangrulkar, M\. Sun, and B\. Bossan\(2022\)Accelerate: training and inference at scale made simple, efficient and adaptable\.URL: https://github\. com/huggingface/accelerate\.Cited by:[§4\.1](https://arxiv.org/html/2607.20440#S4.SS1.p4.2)\.
- \[9\]D\. Guo, D\. Yang, H\. Zhang, J\. Song, P\. Wang, Q\. Zhu, R\. Xu, R\. Zhang, S\. Ma, X\. Bi,et al\.\(2025\)Deepseek\-r1: incentivizing reasoning capability in llms via reinforcement learning\.arXiv preprint arXiv:2501\.12948\.Cited by:[§1](https://arxiv.org/html/2607.20440#S1.p1.1),[§4\.1](https://arxiv.org/html/2607.20440#S4.SS1.p2.1)\.
- \[10\]X\. He, Q\. Xu, L\. Lyu, F\. Wu, and C\. Wang\(2022\)Protecting intellectual property of language generation apis with lexical watermark\.InAAAI,Vol\.36,pp\. 10758–10766\.Cited by:[§1](https://arxiv.org/html/2607.20440#S1.p2.1),[§5](https://arxiv.org/html/2607.20440#S5.p2.1)\.
- \[11\]D\. Hendrycks, C\. Burns, S\. Kadavath, A\. Arora, S\. Basart, E\. Tang, D\. Song, and J\. Steinhardt\(2021\)Measuring mathematical problem solving with the math dataset\.arXiv preprint arXiv:2103\.03874\.Cited by:[§A\.1](https://arxiv.org/html/2607.20440#A1.SS1.p3.1),[§4\.1](https://arxiv.org/html/2607.20440#S4.SS1.p1.1)\.
- \[12\]G\. Hinton, O\. Vinyals, and J\. Dean\(2015\)Distilling the knowledge in a neural network\.arXiv preprint arXiv:1503\.02531\.Cited by:[§5](https://arxiv.org/html/2607.20440#S5.p1.1)\.
- \[13\]N\. Ho, L\. Schmid, and S\. Yun\(2023\)Large language models are reasoning teachers\.InACL,pp\. 14852–14882\.Cited by:[§1](https://arxiv.org/html/2607.20440#S1.p1.1)\.
- \[14\]C\. Hsieh, C\. Li, C\. Yeh, H\. Nakhost, Y\. Fujii, A\. Ratner, R\. Krishna, C\. Lee, and T\. Pfister\(2023\)Distilling step\-by\-step\! outperforming larger language models with less training data and smaller model sizes\.InACL Findings,pp\. 8003–8017\.Cited by:[§5](https://arxiv.org/html/2607.20440#S5.p1.1)\.
- \[15\]E\. J\. Hu, P\. Wallis, Z\. Allen\-Zhu, Y\. Li, S\. Wang, L\. Wang, W\. Chen,et al\.\(2022\)LoRA: low\-rank adaptation of large language models\.InICLR,Cited by:[§A\.2](https://arxiv.org/html/2607.20440#A1.SS2.p1.2)\.
- \[16\]G\. T\. A\. Kamath, J\. Ferret,et al\.\(2025\)Gemma 3 technical report\.arXiv preprint arXiv:2503\.19786\.Cited by:[§4\.1](https://arxiv.org/html/2607.20440#S4.SS1.p2.1)\.
- \[17\]Y\. Kim and A\. M\. Rush\(2016\)Sequence\-level knowledge distillation\.InEMNLP,pp\. 1317–1327\.Cited by:[§5](https://arxiv.org/html/2607.20440#S5.p1.1)\.
- \[18\]J\. Kirchenbauer, J\. Geiping, Y\. Wen, J\. Katz, I\. Miers, and T\. Goldstein\(2023\)A watermark for large language models\.InICML,pp\. 17061–17084\.Cited by:[§1](https://arxiv.org/html/2607.20440#S1.p2.1),[§5](https://arxiv.org/html/2607.20440#S5.p2.1)\.
- \[19\]P\. A\. Kirschner\(2002\)Cognitive load theory: implications of cognitive load theory on the design of learning\.Vol\.12,Elsevier\.Cited by:[Appendix C](https://arxiv.org/html/2607.20440#A3.p1.1)\.
- \[20\]D\. Li, B\. Jiang, L\. Huang, A\. Beigi, C\. Zhao, Z\. Tan, A\. Bhattacharjee, Y\. Jiang, C\. Chen, T\. Wu,et al\.\(2025\)From generation to judgment: opportunities and challenges of llm\-as\-a\-judge\.InEMNLP,pp\. 2757–2791\.Cited by:[§4\.4](https://arxiv.org/html/2607.20440#S4.SS4.p1.1)\.
- \[21\]P\. Li, Z\. Tan, Y\. Huang, H\. Qu, T\. Chen,et al\.\(2025\)DOGe: defensive output generation for llm protection against knowledge distillation\.InNeurIPS Lock\-LLM Workshop: Prevent Unauthorized Knowledge Use from Large Language Models,Cited by:[§A\.1](https://arxiv.org/html/2607.20440#A1.SS1.p2.1),[§1](https://arxiv.org/html/2607.20440#S1.p3.1),[§1](https://arxiv.org/html/2607.20440#S1.p5.1),[§2](https://arxiv.org/html/2607.20440#S2.p1.5),[§4\.1](https://arxiv.org/html/2607.20440#S4.SS1.p1.1),[§4\.1](https://arxiv.org/html/2607.20440#S4.SS1.p3.1),[§5](https://arxiv.org/html/2607.20440#S5.p2.1)\.
- \[22\]H\. Lim, H\. Y\. Kim, J\. Y\. Kim, M\. H\. Jang, E\. S\. Seo, Y\. Lim, S\. Choi, J\. Park, Y\. Lim, H\. Lee,et al\.\(2026\)GrayKD: distilling better knowledge from black\-box llm via multi\-rationale injection\.InAAAI,Vol\.40,pp\. 31997–32005\.Cited by:[§1](https://arxiv.org/html/2607.20440#S1.p1.1),[§5](https://arxiv.org/html/2607.20440#S5.p1.1)\.
- \[23\]A\. Liu, B\. Feng, B\. Xue, B\. Wang, B\. Wu, C\. Lu, C\. Zhao, C\. Deng, C\. Zhang, C\. Ruan,et al\.\(2024\)Deepseek\-v3 technical report\.arXiv preprint arXiv:2412\.19437\.Cited by:[§1](https://arxiv.org/html/2607.20440#S1.p1.1)\.
- \[24\]Y\. Liu, D\. Iter, Y\. Xu, S\. Wang, R\. Xu, and C\. Zhu\(2023\)G\-eval: nlg evaluation using gpt\-4 with better human alignment\.InEMNLP,pp\. 2511–2522\.Cited by:[§4\.4](https://arxiv.org/html/2607.20440#S4.SS4.p1.1)\.
- \[25\]F\. Paas, A\. Renkl, and J\. Sweller\(2003\)Cognitive load theory and instructional design: recent developments\.Educational psychologist38\(1\),pp\. 1–4\.Cited by:[Appendix C](https://arxiv.org/html/2607.20440#A3.p1.1),[§1](https://arxiv.org/html/2607.20440#S1.p6.1)\.
- \[26\]Y\. Savani, A\. Trockman, Z\. Feng, Y\. E\. Xu, A\. Schwarzschild, A\. Robey, M\. A\. Finzi, and J\. Z\. Kolter\(2025\)Antidistillation sampling\.InNeurIPS,Cited by:[§A\.1](https://arxiv.org/html/2607.20440#A1.SS1.p2.1),[§A\.2](https://arxiv.org/html/2607.20440#A1.SS2.p1.2),[§1](https://arxiv.org/html/2607.20440#S1.p3.1),[§2](https://arxiv.org/html/2607.20440#S2.p1.5),[§4\.1](https://arxiv.org/html/2607.20440#S4.SS1.p1.1),[§4\.1](https://arxiv.org/html/2607.20440#S4.SS1.p2.1),[§4\.1](https://arxiv.org/html/2607.20440#S4.SS1.p3.1),[§4\.1](https://arxiv.org/html/2607.20440#S4.SS1.p4.2),[§5](https://arxiv.org/html/2607.20440#S5.p2.1)\.
- \[27\]A\. Singh, A\. Fry, A\. Perelman, A\. Tart, A\. Ganesh, A\. El\-Kishky, A\. McLaughlin, A\. Low, A\. Ostrow, A\. Ananthram,et al\.\(2025\)Openai gpt\-5 system card\.arXiv preprint arXiv:2601\.03267\.Cited by:[§4\.4](https://arxiv.org/html/2607.20440#S4.SS4.p1.1)\.
- \[28\]J\. Sweller, J\. J\. Van Merrienboer, and F\. G\. Paas\(1998\)Cognitive architecture and instructional design\.Educational psychology review10\(3\),pp\. 251–296\.Cited by:[Appendix C](https://arxiv.org/html/2607.20440#A3.p1.1),[§1](https://arxiv.org/html/2607.20440#S1.p6.1)\.
- \[29\]J\. Sweller\(1988\)Cognitive load during problem solving: effects on learning\.Cognitive science12\(2\),pp\. 257–285\.Cited by:[Appendix C](https://arxiv.org/html/2607.20440#A3.p1.1),[§1](https://arxiv.org/html/2607.20440#S1.p6.1)\.
- \[30\]J\. Sweller\(1994\)Cognitive load theory, learning difficulty, and instructional design\.Learning and instruction4\(4\),pp\. 295–312\.Cited by:[Appendix C](https://arxiv.org/html/2607.20440#A3.p1.1),[§1](https://arxiv.org/html/2607.20440#S1.p6.1),[§3\.1](https://arxiv.org/html/2607.20440#S3.SS1.p1.1),[§3\.3](https://arxiv.org/html/2607.20440#S3.SS3.p1.1)\.
- \[31\]J\. Sweller\(2011\)Cognitive load theory\.InPsychology of learning and motivation,Vol\.55,pp\. 37–76\.Cited by:[Appendix C](https://arxiv.org/html/2607.20440#A3.p1.1)\.
- \[32\]R\. Taori, I\. Gulrajani, T\. Zhang, Y\. Dubois, X\. Li, C\. Guestrin, P\. Liang, and T\. B\. Hashimoto\(2023\)Stanford alpaca: an instruction\-following llama model\.Stanford, CA, USA\.Cited by:[§5](https://arxiv.org/html/2607.20440#S5.p1.1)\.
- \[33\]J\. Vendrow, E\. Vendrow, S\. Beery, and A\. Madry\(2025\)Do large language model benchmarks test reliability?\.arXiv preprint arXiv:2502\.03461\.Cited by:[§A\.1](https://arxiv.org/html/2607.20440#A1.SS1.p2.1),[§4\.1](https://arxiv.org/html/2607.20440#S4.SS1.p1.1)\.
- \[34\]A\. Wan, E\. Wallace, S\. Shen, and D\. Klein\(2023\)Poisoning language models during instruction tuning\.InICML,pp\. 35413–35425\.Cited by:[§5](https://arxiv.org/html/2607.20440#S5.p2.1)\.
- \[35\]G\. Wang, Z\. Yang, Z\. Wang, S\. Wang, Q\. Xu, and Q\. Huang\(2025\)ABKD: pursuing a proper allocation of the probability mass in knowledge distillation viaα\\alpha\-β\\beta\-divergence\.InICML,pp\. 65167–65212\.Cited by:[§5](https://arxiv.org/html/2607.20440#S5.p1.1)\.
- \[36\]Y\. Wang, X\. Ma, G\. Zhang, Y\. Ni, A\. Chandra, S\. Guo, W\. Ren, A\. Arulraj, X\. He, Z\. Jiang,et al\.\(2024\)Mmlu\-pro: a more robust and challenging multi\-task language understanding benchmark\.NeurIPS37,pp\. 95266–95290\.Cited by:[§4\.1](https://arxiv.org/html/2607.20440#S4.SS1.p1.1)\.
- \[37\]Y\. Wen, Z\. Li, W\. Du, and L\. Mou\(2023\)F\-divergence minimization for sequence\-level knowledge distillation\.InACL,pp\. 10817–10834\.Cited by:[§5](https://arxiv.org/html/2607.20440#S5.p1.1)\.
- \[38\]L\. v\. Werra, Y\. Belkada, L\. Tunstall, E\. Beeching, T\. Thrush, N\. Lambert, S\. Huang, K\. Rasul, and Q\. Gallouédec\(2020\)Trl: transformer reinforcement learning\.GitHub\. URL: https://github\. com/huggingface/trl\.Cited by:[§4\.1](https://arxiv.org/html/2607.20440#S4.SS1.p4.2)\.
- \[39\]T\. Wolf, L\. Debut, V\. Sanh, J\. Chaumond, C\. Delangue, A\. Moi, P\. Cistac, T\. Rault, R\. Louf, M\. Funtowicz,et al\.\(2020\)Transformers: state\-of\-the\-art natural language processing\.InNeurIPS,pp\. 38–45\.Cited by:[§4\.1](https://arxiv.org/html/2607.20440#S4.SS1.p4.2)\.
- \[40\]J\. Xu, F\. Wang, M\. Ma, P\. W\. Koh, C\. Xiao, and M\. Chen\(2024\)Instructional fingerprinting of large language models\.InNAACL,pp\. 3277–3306\.Cited by:[§1](https://arxiv.org/html/2607.20440#S1.p2.1),[§5](https://arxiv.org/html/2607.20440#S5.p2.1)\.
- \[41\]A\. Yang, A\. Li, B\. Yang, B\. Zhang, B\. Hui, B\. Zheng, B\. Yu, C\. Gao, C\. Huang, C\. Lv,et al\.\(2025\)Qwen3 technical report\.arXiv preprint arXiv:2505\.09388\.Cited by:[§1](https://arxiv.org/html/2607.20440#S1.p1.1)\.
- \[42\]A\. Yang, B\. Yang, B\. Zhang, B\. Hui, B\. Zheng, B\. Yu, C\. Li, D\. Liu, F\. Huang, H\. Wei,et al\.\(2024\)Qwen2\. 5 technical report\.arXiv preprint arXiv:2412\.15115\.Cited by:[§4\.1](https://arxiv.org/html/2607.20440#S4.SS1.p2.1),[§4\.1](https://arxiv.org/html/2607.20440#S4.SS1.p4.2),[§4\.5](https://arxiv.org/html/2607.20440#S4.SS5.p1.1)\.
- \[43\]P\. Ye, H\. Ren, Z\. Li, A\. Yan, H\. Yan, S\. Wang, and J\. Li\(2026\)Securing large language models: a survey of watermarking and fingerprinting techniques\.CSUR58\(7\),pp\. 1–35\.Cited by:[§1](https://arxiv.org/html/2607.20440#S1.p2.1),[§5](https://arxiv.org/html/2607.20440#S5.p2.1)\.
- \[44\]J\. Yu, S\. Sun, X\. Hu, J\. Yan, K\. Yu, and X\. Li\(2025\)Improve llm\-as\-a\-judge ability as a general ability\.InEMNLP,pp\. 14110–14126\.Cited by:[§4\.4](https://arxiv.org/html/2607.20440#S4.SS4.p1.1)\.
- \[45\]X\. Zhao, L\. Li, and Y\. Wang\(2022\)Distillation\-resistant watermarking for model protection in nlp\.InEMNLP Findings,pp\. 5044–5055\.Cited by:[§5](https://arxiv.org/html/2607.20440#S5.p2.1)\.
## Appendix AAdditional Experimental Details
### A\.1Dataset Descriptions
The detailed dataset descriptions are as follows:
GSM8K\.The GSM8K\[[3](https://arxiv.org/html/2607.20440#bib.bib1)\]dataset is a widely used benchmark for grade\-school math word problems, consisting of 7,473 training samples and 1,319 test samples\. Following standard practice\[[26](https://arxiv.org/html/2607.20440#bib.bib5),[21](https://arxiv.org/html/2607.20440#bib.bib6)\], we split the original training set into training and validation subsets with a 0\.7/0\.3 ratio\. For evaluation, we use the GSM8K\-Platinum test set\[[33](https://arxiv.org/html/2607.20440#bib.bib2)\], which provides higher\-quality annotations\.
MATH\.The MATH dataset\[[11](https://arxiv.org/html/2607.20440#bib.bib3)\]contains 12,500 challenging competition\-level math problems across diverse subjects, including algebra, geometry, and number theory\. We use all categories and split the training set into training and validation subsets with a 0\.7/0\.3 ratio\. Evaluation is conducted on the original test split\.
MMLU\-Pro\.MMLU\-Pro is a more challenging and robust multi\-task benchmark designed to rigorously evaluate the reasoning capabilities of LLMs, containing 12,032 complex questions across diverse disciplines\. Since the dataset does not provide a standard training set, we first partition the original test split into a training and test subset with a 0\.7/0\.3 ratio\. The resulting training subset is further split into training and validation sets using a 0\.7/0\.3 ratio\.
### A\.2Distillation Protocol\.
All distillation experiments use LoRA\[[15](https://arxiv.org/html/2607.20440#bib.bib11)\]with rank 128,α=128\\alpha=128, and dropout 0\. We use a learning rate of5×10−45\\times 10^\{\-4\}with a cosine scheduler and a warm\-up ratio of 0\.1, weight decay of 0\.1, and gradient clipping with a norm of 1\.0\. Training is conducted with a batch size of 32 for 4 epochs\. These settings follow\[[26](https://arxiv.org/html/2607.20440#bib.bib5)\]to enable direct comparison\.
## Appendix BAddtional Efficiency Evaluation
Table[3](https://arxiv.org/html/2607.20440#A2.T3)reports the runtime breakdown of SGRE, where RSE, SGC, and SV denote reasoning skeleton extraction, skeleton graph coarsening, and skeleton verbalization, respectively\.
Table 3:Runtime breakdown \(minutes\)\.
## Appendix CBackground on Cognitive Load Theory
Cognitive Load Theory \(CLT\) is a classical theory of human cognition and learning that studies how working memory limitations influence knowledge acquisition and schema construction\[[29](https://arxiv.org/html/2607.20440#bib.bib33),[31](https://arxiv.org/html/2607.20440#bib.bib35)\]\. It posits that human cognitive architecture comprises three components: short\-term memory, working memory, and long\-term memory\. Information is first perceived through short\-term memory and must be processed, organized, and integrated in working memory before being consolidated into long\-term memory, where underlying cognitive schemas are formed\. However, the capacity of working memory, often referred to as cognitive load, is inherently limited, and excessive load can hinder effective learning\. Cognitive load is typically divided into three types: intrinsic load, which is determined by task complexity and is largely fixed; extraneous load, which arises from the way information or tasks are presented; and germane load, which supports schema construction in long\-term memory\. In recent years, CLT has been widely applied in educational research to understand student learning and guide instructional design\[[30](https://arxiv.org/html/2607.20440#bib.bib43),[28](https://arxiv.org/html/2607.20440#bib.bib44)\]\. Extensive empirical evidence suggests that effective instructional design should minimize extraneous load, thereby freeing cognitive resources for germane load and improving learning outcomes\[[25](https://arxiv.org/html/2607.20440#bib.bib34),[19](https://arxiv.org/html/2607.20440#bib.bib36)\]\. For example, simplifying irrelevant presentation details, reducing unnecessary distractions, and organizing information into clear and coherent structures have been shown to facilitate learning and schema acquisition\. Inspired by CLT, we instead reverse this principle in the anti\-distillation setting by designing a three\-stage trace editing strategy that combines reasoning structure perturbation and textual complexity augmentation to increase extraneous load for student models, thereby reducing their distillation effectiveness\.
## Appendix DDiscussion
### D\.1Social Impacts
LLM intellectual property protection and sustainable innovation\.Developing LLMs typically requires substantial investments in large\-scale data collection and curation, computational resources, and specialized expertise\. By directly preventing unauthorized knowledge distillation, our approach helps protect such high\-cost intellectual assets, thereby reinforcing incentives for continued investment in model development\. In turn, this contributes to a healthier technological ecosystem, where progress is driven by genuine innovation rather than low\-cost replication, fostering a fairer and more sustainable environment for both academic and industrial research\.
Improved security against LLM misuse\.Our method reduces the risk that the capabilities of large, powerful LLMs are replicated or maliciously redistributed through distillation, preventing unauthorized parties from acquiring strong reasoning abilities at low cost\. Such risks may include the misuse of advanced models for generating disinformation, automating fraud, or scaling harmful content generation\. By limiting the effectiveness of distillation\-based extraction, our approach supports more secure and responsible deployment of LLMs\.
Flexible and fine\-grained deployment control for LLMs\.The proposedAnswer\-then\-Editframework enables flexible deployment strategies in practice: model providers can conditionally expose original reasoning traces to authorized users while serving edited, anti\-distillable outputs to unauthorized ones\. This provides a practical mechanism for fine\-grained control over knowledge access while maintaining model usability\. Beyond static output filtering, such a framework also opens the possibility for differentiated access behaviors across user groups, allowing providers to dynamically adjust reasoning transparency, exposure levels, and response policies according to authorization status, usage context, or trust level\. This may support more flexible and policy\-aware deployment of LLM services in both academic and industrial settings\. More broadly, this work invites reflection on the potential need for coordinated safeguards at the provider level, where output\-side defenses are reinforced by systemic oversight of query patterns and access behaviors to achieve robust protection against distillation\-based extraction\. In this view, anti\-distillation may need to evolve from a purely model\-level defense into a broader deployment and governance problem involving access control, behavioral monitoring, and platform\-level security mechanisms\.
### D\.2Limitations\.
There are two limitations in our work: \(1\) Our anti\-distillation approach relies on editing teacher\-generated reasoning traces, which introduces additional computational overhead and may lead to increased latency during online inference\. Nevertheless, it remains significantly more efficient than prior token\-level distribution perturbation methods such as ADS \(see Section[4\.6](https://arxiv.org/html/2607.20440#S4.SS6)\)\. \(2\) Our study focuses on anti\-distillation under the black\-box setting with text\-level knowledge distillation, which represents the most commonly studied scenario\. Anti\-distillation under logits\-based knowledge distillation remains largely underexplored and is left for future work\.
## Appendix EExample Traces
### E\.1Example Traces on GSM8K
Question:[⬇](data:text/plain;base64,QXQgdGhlIGVuZCBvZiBhIGNpcmN1cyBhY3QsIHRoZXJlIGFyZSAxMiBkb2dzIG9uIHN0YWdlLiBIYWxmIG9mIHRoZSBkb2dzIGFyZSBzdGFuZGluZyBvbiB0aGVpciBiYWNrIGxlZ3MgYW5kIHRoZSBvdGhlciBoYWxmIGFyZSBzdGFuZGluZyBvbiBhbGwgNCBsZWdzLiBIb3cgbWFueSBkb2cgcGF3cyBhcmUgb24gdGhlIGdyb3VuZD8=)Attheendofacircusact,thereare12dogsonstage\.Halfofthedogsarestandingontheirbacklegsandtheotherhalfarestandingonall4legs\.Howmanydogpawsareontheground?
Original Reasoning Trace:[⬇](data:text/plain;base64,PHRoaW5rPgpGaXJzdCwgdGhlcmUgYXJlIDEyIGRvZ3MgaW4gdG90YWwuCgpIYWxmIG9mIHRoZSBkb2dzIGFyZSBzdGFuZGluZyBvbiB0aGVpciBiYWNrIGxlZ3MsIHdoaWNoIG1lYW5zIDYgZG9ncyBhcmUgb24gdGhlaXIgYmFjayBsZWdzLiBFYWNoIGRvZyBvbiBpdHMgYmFjayBsZWdzIGhhcyAyIHBhd3Mgb24gdGhlIGdyb3VuZC4KClRoZSBvdGhlciBoYWxmIG9mIHRoZSBkb2dzIGFyZSBzdGFuZGluZyBvbiBhbGwgNCBsZWdzLCB3aGljaCBhbHNvIG1lYW5zIDYgZG9ncyBhcmUgb24gdGhlaXIgZnJvbnQgbGVncy4gRWFjaCBkb2cgb24gYWxsIDQgbGVncyBoYXMgNCBwYXdzIG9uIHRoZSBncm91bmQuCgpUbyBmaW5kIHRoZSB0b3RhbCBudW1iZXIgb2YgcGF3cyBvbiB0aGUgZ3JvdW5kLCBJIGNhbGN1bGF0ZToKKDYgZG9ncyB4IDIgcGF3cykgKyAoNiBkb2dzIHggNCBwYXdzKSA9IDEyIHBhd3MgKyAyNCBwYXdzID0gMzYgcGF3cy4KPC90aGluaz4KCkxldCdzIHNvbHZlIHRoZSBwcm9ibGVtIHN0ZXAgYnkgc3RlcC4KCioqU3RlcCAxOiBEZXRlcm1pbmUgbnVtYmVyIG9mIGRvZ3MgaW4gZWFjaCBncm91cC4qKgpcWwpcdGV4dHtEb2dzIG9uIGJhY2sgbGVnc30gPSBcZnJhY3sxMn17Mn0gPSA2ClxxdWFkClx0ZXh0e0RvZ3Mgb24gYWxsIDQgbGVnc30gPSBcZnJhY3sxMn17Mn0gPSA2ClxdCgoqKlN0ZXAgMjogQ2FsY3VsYXRlIHBhd3Mgb24gdGhlIGdyb3VuZCBmb3IgZWFjaCBncm91cC4qKgpcWwo2XCBcdGV4dHtkb2dzfSBcdGltZXMgMlwgXHRleHR7cGF3c30gPSAxMlwgXHRleHR7cGF3c30KXF0KXFsKNlwgXHRleHR7ZG9nc30gXHRpbWVzIDRcIFx0ZXh0e3Bhd3N9ID0gMjRcIFx0ZXh0e3Bhd3N9ClxdCgoqKlN0ZXAgMzogVG90YWwgcGF3cyBvbiB0aGUgZ3JvdW5kLioqClxbCjEyXCBcdGV4dHtwYXdzfSArIDI0XCBcdGV4dHtwYXdzfSA9IDM2XCBcdGV4dHtwYXdzfQpcXQoKKipGaW5hbCBBbnN3ZXI6KioKXFsKXGJveGVkezM2XCBcdGV4dHtwYXdzfX0KXF0=)<think\>First,thereare12dogsintotal\.Halfofthedogsarestandingontheirbacklegs,whichmeans6dogsareontheirbacklegs\.Eachdogonitsbacklegshas2pawsontheground\.Theotherhalfofthedogsarestandingonall4legs,whichalsomeans6dogsareontheirfrontlegs\.Eachdogonall4legshas4pawsontheground\.Tofindthetotalnumberofpawsontheground,Icalculate:\(6dogsx2paws\)\+\(6dogsx4paws\)=12paws\+24paws=36paws\.</think\>Let’ssolvetheproblemstepbystep\.\*\*Step1:Determinenumberofdogsineachgroup\.\*\*\\\[\\text\{Dogsonbacklegs\}=\\frac\{12\}\{2\}=6\\quad\\text\{Dogsonall4legs\}=\\frac\{12\}\{2\}=6\\\]\*\*Step2:Calculatepawsonthegroundforeachgroup\.\*\*\\\[6\\\\text\{dogs\}\\times2\\\\text\{paws\}=12\\\\text\{paws\}\\\]\\\[6\\\\text\{dogs\}\\times4\\\\text\{paws\}=24\\\\text\{paws\}\\\]\*\*Step3:Totalpawsontheground\.\*\*\\\[12\\\\text\{paws\}\+24\\\\text\{paws\}=36\\\\text\{paws\}\\\]\*\*FinalAnswer:\*\*\\\[\\boxed\{36\\\\text\{paws\}\}\\\]
Verbalized Trace:[⬇](data:text/plain;base64,PHRoaW5rPgpPa2F5LCBzbyBJIG5lZWQgdG8gZmlndXJlIG91dCBob3cgbWFueSBwYXdzIGFyZSBvbiB0aGUgZ3JvdW5kIGZyb20gdGhlIGRvZ3MuIExldCBtZSBzdGFydCBieSB1bmRlcnN0YW5kaW5nIHRoZSBwcm9ibGVtLiBUaGVyZSBhcmUgMTIgZG9ncyBpbiB0b3RhbC4gSGFsZiBvZiB0aGVtIGFyZSBzdGFuZGluZyBvbiB0aGVpciBiYWNrIGxlZ3MsIGFuZCB0aGUgb3RoZXIgaGFsZiBhcmUgb24gYWxsIGZvdXIgbGVncy4KCkZpcnN0LCBsZXQncyBicmVhayBkb3duIHRoZSBudW1iZXJzLiBIYWxmIG9mIDEyIGlzIDYsIHNvIHRoZXJlIGFyZSA2IGRvZ3Mgb24gdGhlaXIgYmFjayBsZWdzIGFuZCA2IG9uIGFsbCBmb3VyLiBOb3csIGVhY2ggZG9nIG9uIGJhY2sgbGVncyBoYXMgMiBwYXdzIG9uIHRoZSBncm91bmQuIFNvLCA2IGRvZ3MgdGltZXMgMiBwYXdzIGVxdWFscyAxMiBwYXdzIGZyb20gdGhvc2UgZG9ncy4KCk5leHQsIHRoZSBkb2dzIG9uIGFsbCBmb3VyIGxlZ3MgaGF2ZSA0IHBhd3MgZWFjaC4gU28sIDYgZG9ncyB0aW1lcyA0IHBhd3MgaXMgMjQgcGF3cy4KClRvIGZpbmQgdGhlIHRvdGFsIG51bWJlciBvZiBwYXdzIG9uIHRoZSBncm91bmQsIEkgbmVlZCB0byBhZGQgdGhlc2UgdHdvIG51bWJlcnMgdG9nZXRoZXIuIFRoYXQgd291bGQgYmUgMTIgcGF3cyBwbHVzIDI0IHBhd3MsIHdoaWNoIGVxdWFscyAzNiBwYXdzIGluIHRvdGFsLgoKSSB0aGluayB0aGF0J3MgYWxsIHRoZXJlIGlzIHRvIGl0LiBJIGp1c3QgbmVlZCB0byBtYWtlIHN1cmUgSSBkaWRuJ3QgbWlzcyBhbnkgZGV0YWlscyBhbmQgdGhhdCBteSBjYWxjdWxhdGlvbnMgYXJlIGNvcnJlY3QuIFllYWgsIDYgdGltZXMgMiBpcyAxMiwgNiB0aW1lcyA0IGlzIDI0LCBhbmQgMTIgcGx1cyAyNCBpcyBkZWZpbml0ZWx5IDM2LiBTbywgdGhlIHRvdGFsIG51bWJlciBvZiBwYXdzIG9uIHRoZSBncm91bmQgaXMgMzYuCjwvdGhpbms+CgpUaGUgdG90YWwgbnVtYmVyIG9mIHBhd3Mgb24gdGhlIGdyb3VuZCBpcyAzNi4KCgoqKkZpbmFsIEFuc3dlcjoqKgpcWwpcYm94ZWR7MzZ9Clxd)<think\>Okay,soIneedtofigureouthowmanypawsareonthegroundfromthedogs\.Letmestartbyunderstandingtheproblem\.Thereare12dogsintotal\.Halfofthemarestandingontheirbacklegs,andtheotherhalfareonallfourlegs\.First,let’sbreakdownthenumbers\.Halfof12is6,sothereare6dogsontheirbacklegsand6onallfour\.Now,eachdogonbacklegshas2pawsontheground\.So,6dogstimes2pawsequals12pawsfromthosedogs\.Next,thedogsonallfourlegshave4pawseach\.So,6dogstimes4pawsis24paws\.Tofindthetotalnumberofpawsontheground,Ineedtoaddthesetwonumberstogether\.Thatwouldbe12pawsplus24paws,whichequals36pawsintotal\.Ithinkthat’sallthereistoit\.IjustneedtomakesureIdidn’tmissanydetailsandthatmycalculationsarecorrect\.Yeah,6times2is12,6times4is24,and12plus24isdefinitely36\.So,thetotalnumberofpawsonthegroundis36\.</think\>Thetotalnumberofpawsonthegroundis36\.\*\*FinalAnswer:\*\*\\\[\\boxed\{36\}\\\]
Reasoning Skeleton:[⬇](data:text/plain;base64,ewogICJzdGVwcyI6IFsKICAgIHsKICAgICAgImlkIjogIlMxIiwKICAgICAgInR5cGUiOiAic3VwcG9ydCIsCiAgICAgICJjbGFpbSI6ICJUaGVyZSBhcmUgMTIgZG9ncyBpbiB0b3RhbCwgd2l0aCBoYWxmIHN0YW5kaW5nIG9uIGJhY2sgbGVncyBhbmQgdGhlIG90aGVyIGhhbGYgb24gYWxsIGZvdXIgbGVncy4iLAogICAgICAiZGVwZW5kc19vbiI6IFtdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiUzIiLAogICAgICAidHlwZSI6ICJzdXBwb3J0IiwKICAgICAgImNsYWltIjogIjYgZG9ncyBhcmUgc3RhbmRpbmcgb24gYmFjayBsZWdzLCBhbmQgNiBkb2dzIGFyZSBzdGFuZGluZyBvbiBhbGwgZm91ciBsZWdzLiIsCiAgICAgICJkZXBlbmRzX29uIjogWyJTMSJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiUzMiLAogICAgICAidHlwZSI6ICJyZWFzb25pbmciLAogICAgICAiY2xhaW0iOiAiRWFjaCBkb2cgb24gYmFjayBsZWdzIGhhcyAyIHBhd3Mgb24gZ3JvdW5kOyBlYWNoIGRvZyBvbiBhbGwgZm91ciBsZWdzIGhhcyA0IHBhd3Mgb24gZ3JvdW5kLiIsCiAgICAgICJkZXBlbmRzX29uIjogWyJTMSJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiUzQiLAogICAgICAidHlwZSI6ICJzdXBwb3J0IiwKICAgICAgImNsYWltIjogIlRvdGFsIHBhd3MgZnJvbSBiYWNrLWxlZyBkb2dzOiA2IHggMiA9IDEyIHBhd3MuIiwKICAgICAgImRlcGVuZHNfb24iOiBbIlMyIl0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICJTNSIsCiAgICAgICJ0eXBlIjogInN1cHBvcnQiLAogICAgICAiY2xhaW0iOiAiVG90YWwgcGF3cyBmcm9tIGFsbC1mb3VyIGRvZ3M6IDYgeCA0ID0gMjQgcGF3cy4iLAogICAgICAiZGVwZW5kc19vbiI6IFsiUzIiXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIlM2IiwKICAgICAgInR5cGUiOiAicmVhc29uaW5nIiwKICAgICAgImNsYWltIjogIlN1bW1pbmcgdXAgdGhlIHBhd3Mgb24gdGhlIGdyb3VuZDogMTIgKyAyNCA9IDM2IHBhd3MuIiwKICAgICAgImRlcGVuZHNfb24iOiBbIlM0IiwgIlM1Il0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICJTNyIsCiAgICAgICJ0eXBlIjogImNvbmNsdXNpb24iLAogICAgICAiY2xhaW0iOiAiVGhlIHRvdGFsIG51bWJlciBvZiBwYXdzIG9uIHRoZSBncm91bmQgaXMgMzYuIiwKICAgICAgImRlcGVuZHNfb24iOiBbIlM2Il0KICAgIH0KICBdLAogICJmaW5hbF9hbnN3ZXIiOiAiMzYiCn0=)\{"steps":\[\{"id":"S1","type":"support","claim":"Thereare12dogsintotal,withhalfstandingonbacklegsandtheotherhalfonallfourlegs\.","depends\_on":\[\]\},\{"id":"S2","type":"support","claim":"6dogsarestandingonbacklegs,and6dogsarestandingonallfourlegs\.","depends\_on":\["S1"\]\},\{"id":"S3","type":"reasoning","claim":"Eachdogonbacklegshas2pawsonground;eachdogonallfourlegshas4pawsonground\.","depends\_on":\["S1"\]\},\{"id":"S4","type":"support","claim":"Totalpawsfromback\-legdogs:6x2=12paws\.","depends\_on":\["S2"\]\},\{"id":"S5","type":"support","claim":"Totalpawsfromall\-fourdogs:6x4=24paws\.","depends\_on":\["S2"\]\},\{"id":"S6","type":"reasoning","claim":"Summingupthepawsontheground:12\+24=36paws\.","depends\_on":\["S4","S5"\]\},\{"id":"S7","type":"conclusion","claim":"Thetotalnumberofpawsonthegroundis36\.","depends\_on":\["S6"\]\}\],"final\_answer":"36"\}
Coarsened Skeleton:[⬇](data:text/plain;base64,ewogICJibG9ja3MiOiBbCiAgICB7CiAgICAgICJpZCI6ICJCMSIsCiAgICAgICJtZW1iZXJfc3RlcHMiOiBbIlMxIiwgIlMyIiwgIlMzIl0sCiAgICAgICJibG9ja190eXBlIjogInJlYXNvbmluZyIsCiAgICAgICJjbGFpbXMiOiBbCiAgICAgICAgIlRoZXJlIGFyZSAxMiBkb2dzIGluIHRvdGFsLCB3aXRoIGhhbGYgc3RhbmRpbmcgb24gYmFjayBsZWdzIGFuZCB0aGUgb3RoZXIgaGFsZiBvbiBhbGwgZm91ciBsZWdzLiIsCiAgICAgICAgIjYgZG9ncyBhcmUgc3RhbmRpbmcgb24gYmFjayBsZWdzLCBhbmQgNiBkb2dzIGFyZSBzdGFuZGluZyBvbiBhbGwgZm91ciBsZWdzLiIsCiAgICAgICAgIkVhY2ggZG9nIG9uIGJhY2sgbGVncyBoYXMgMiBwYXdzIG9uIGdyb3VuZDsgZWFjaCBkb2cgb24gYWxsIGZvdXIgbGVncyBoYXMgNCBwYXdzIG9uIGdyb3VuZC4iCiAgICAgIF0sCiAgICAgICJkZXBlbmRzX29uIjogW10KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICJCMiIsCiAgICAgICJtZW1iZXJfc3RlcHMiOiBbIlM0IiwgIlM1IiwgIlM2Il0sCiAgICAgICJibG9ja190eXBlIjogInJlYXNvbmluZyIsCiAgICAgICJjbGFpbXMiOiBbCiAgICAgICAgIlRvdGFsIHBhd3MgZnJvbSBiYWNrLWxlZyBkb2dzOiA2IHggMiA9IDEyIHBhd3MuIiwKICAgICAgICAiVG90YWwgcGF3cyBmcm9tIGFsbC1mb3VyIGRvZ3M6IDYgeCA0ID0gMjQgcGF3cy4iLAogICAgICAgICJTdW1taW5nIHVwOiAxMiArIDI0ID0gMzYgcGF3cy4iCiAgICAgIF0sCiAgICAgICJkZXBlbmRzX29uIjogWyJCMSJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiQjMiLAogICAgICAibWVtYmVyX3N0ZXBzIjogWyJTNyJdLAogICAgICAiYmxvY2tfdHlwZSI6ICJjb25jbHVzaW9uIiwKICAgICAgImNsYWltcyI6IFsKICAgICAgICAiVGhlIHRvdGFsIG51bWJlciBvZiBwYXdzIG9uIHRoZSBncm91bmQgaXMgMzYuIgogICAgICBdLAogICAgICAiZGVwZW5kc19vbiI6IFsiQjIiXQogICAgfQogIF0sCiAgImZpbmFsX2Fuc3dlciI6ICIzNiIKfQ==)\{"blocks":\[\{"id":"B1","member\_steps":\["S1","S2","S3"\],"block\_type":"reasoning","claims":\["Thereare12dogsintotal,withhalfstandingonbacklegsandtheotherhalfonallfourlegs\.","6dogsarestandingonbacklegs,and6dogsarestandingonallfourlegs\.","Eachdogonbacklegshas2pawsonground;eachdogonallfourlegshas4pawsonground\."\],"depends\_on":\[\]\},\{"id":"B2","member\_steps":\["S4","S5","S6"\],"block\_type":"reasoning","claims":\["Totalpawsfromback\-legdogs:6x2=12paws\.","Totalpawsfromall\-fourdogs:6x4=24paws\.","Summingup:12\+24=36paws\."\],"depends\_on":\["B1"\]\},\{"id":"B3","member\_steps":\["S7"\],"block\_type":"conclusion","claims":\["Thetotalnumberofpawsonthegroundis36\."\],"depends\_on":\["B2"\]\}\],"final\_answer":"36"\}
### E\.2Example Traces on MMLU\-Pro
Question:[⬇](data:text/plain;base64,Q2VsbHMgaW4gdGhlIGV5ZSB0aGF0IHJlc3BvbmQgdG8gbG93IGxldmVscyBvZiBpbGx1bWluYXRpb24gYXJlIGNhbGxlZDoKCkEuIFJldGluYWwgY2VsbHMgICAgQi4gRm92ZWEgY2VsbHMgICAgQy4gUGhvdG9yZWNlcHRvciBjZWxscyAgICAgRC4gTWFjdWxhIGNlbGxzICAgICBFLiBOb2N0dXJuYWwgZGV0ZWN0b3JzCkYuIE9wdGljIG5lcnZlIGNlbGxzICAgICBHLiBDb25lcyAgICAgICAgICAgIEguIFJvZHMgICAgICAgICAgIEkuIFNjbGVyYSBjZWxscyAgICAgSi4gUHVwaWwgZGV0ZWN0b3Jz)Cellsintheeyethatrespondtolowlevelsofilluminationarecalled:A\.RetinalcellsB\.FoveacellsC\.PhotoreceptorcellsD\.MaculacellsE\.NocturnaldetectorsF\.OpticnervecellsG\.ConesH\.RodsI\.ScleracellsJ\.Pupildetectors
Original Reasoning Trace:[⬇](data:text/plain;base64,PHRoaW5rPgpPa2F5LCBzbyBJIGhhdmUgdGhpcyBxdWVzdGlvbiBhYm91dCBjZWxscyBpbiB0aGUgZXllIHRoYXQgcmVzcG9uZCB0byBsb3cgbGV2ZWxzIG9mIGlsbHVtaW5hdGlvbi4gVGhlIG9wdGlvbnMgYXJlIEEgdGhyb3VnaCBKLCBlYWNoIHdpdGggZGlmZmVyZW50IG5hbWVzLiBJIG5lZWQgdG8gZmlndXJlIG91dCB3aGljaCBvbmUgaXMgY29ycmVjdC4gTGV0IG1lIHRoaW5rIHRoaXMgdGhyb3VnaCBzdGVwIGJ5IHN0ZXAuCgpGaXJzdCwgSSByZW1lbWJlciB0aGF0IHRoZSBleWUgaGFzIHR3byBtYWluIHR5cGVzIG9mIHBob3RvcmVjZXB0b3IgY2VsbHM6IHJvZHMgYW5kIGNvbmVzLiBSb2RzIGFyZSByZXNwb25zaWJsZSBmb3Igc2VlaW5nIGluIGxvdyBsaWdodCwgd2hpbGUgY29uZXMgYXJlIGZvciBicmlnaHRlciBsaWdodCBhbmQgY29sb3IgdmlzaW9uLiBTbyB0aGUgcXVlc3Rpb24gaXMgYWJvdXQgbG93IGlsbHVtaW5hdGlvbiwgd2hpY2ggcG9pbnRzIHRvd2FyZHMgcm9kcy4KCkxvb2tpbmcgYXQgdGhlIG9wdGlvbnMsIEkgc2VlIEggaXMgUm9kcy4gVGhhdCBzZWVtcyBsaWtlIGEgc3Ryb25nIGNhbmRpZGF0ZS4gQnV0IGxldCBtZSBnbyB0aHJvdWdoIGVhY2ggb3B0aW9uIHRvIG1ha2Ugc3VyZSBJJ20gbm90IG1pc3Npbmcgc29tZXRoaW5nLgoKQS4gUmV0aW5hbCBjZWxsczogUmV0aW5hIGlzIHRoZSBsaWdodC1zZW5zaXRpdmUgbGF5ZXIsIGJ1dCBpdCdzIG5vdCBhIHNwZWNpZmljIHR5cGUgb2YgY2VsbC4gSXQgY29udGFpbnMgcm9kcyBhbmQgY29uZXMsIHNvIHRoaXMgaXNuJ3QgdGhlIGFuc3dlci4KCkIuIEZvdmVhIGNlbGxzOiBUaGUgZm92ZWEgaXMgYSBwYXJ0IG9mIHRoZSByZXRpbmEsIHNwZWNpZmljYWxseSB0aGUgY2VudHJhbCBhcmVhLCBhbmQgaXQncyByaWNoIGluIGNvbmVzLCB3aGljaCBhcmUgZm9yIGNvbG9yIGFuZCBkZXRhaWwuIFNvIG5vdCByb2RzLgoKQy4gUGhvdG9yZWNlcHRvciBjZWxsczogVGhpcyBpcyBhIGJyb2FkIHRlcm0gdGhhdCBpbmNsdWRlcyBib3RoIHJvZHMgYW5kIGNvbmVzLiBTaW5jZSB0aGUgcXVlc3Rpb24gc3BlY2lmaWVzIGxvdyBpbGx1bWluYXRpb24sIHJvZHMgYXJlIHRoZSBvbmVzIHRoYXQgcmVzcG9uZCwgc28gdGhpcyBpc24ndCBzcGVjaWZpYyBlbm91Z2guCgpELiBNYWN1bGEgY2VsbHM6IFRoZSBtYWN1bGEgaXMgYSBzbWFsbCBhcmVhIGluIHRoZSByZXRpbmEgdGhhdCdzIGltcG9ydGFudCBmb3IgY2VudHJhbCB2aXNpb24sIGJ1dCBpdCdzIG5vdCBhIHR5cGUgb2YgcGhvdG9yZWNlcHRvciBjZWxsLiBTbyBub3QgdGhpcy4KCkUuIE5vY3R1cm5hbCBkZXRlY3RvcnM6IEknbSBub3Qgc3VyZSB3aGF0IHRoaXMgcmVmZXJzIHRvLiBNYXliZSBpdCdzIGFub3RoZXIgdGVybSBmb3Igcm9kcz8gT3IgcGVyaGFwcyBpdCdzIHNvbWV0aGluZyBlbHNlLiBJJ20gbm90IGNlcnRhaW4sIGJ1dCBJIHRoaW5rIHJvZHMgYXJlIHRoZSBzdGFuZGFyZCB0ZXJtLgoKRi4gT3B0aWMgbmVydmUgY2VsbHM6IFRoZXNlIGFyZSBuZXVyb25zIGluIHRoZSBvcHRpYyBuZXJ2ZSwgbm90IHBob3RvcmVjZXB0b3IgY2VsbHMuIFNvIG5vdCB0aGlzLgoKRy4gQ29uZXM6IFRoZXNlIGFyZSB0aGUgaGlnaC1saWdodCBwaG90b3JlY2VwdG9ycywgc28gdGhleSBkb24ndCBmaXQgdGhlIGxvdyBpbGx1bWluYXRpb24gcGFydC4KCkguIFJvZHM6IEFzIEkgdGhvdWdodCBlYXJsaWVyLCByb2RzIGFyZSB0aGUgb25lcyB0aGF0IHJlc3BvbmQgdG8gbG93IGxpZ2h0LgoKSS4gU2NsZXJhIGNlbGxzOiBUaGUgc2NsZXJhIGlzIHRoZSB3aGl0ZSBwYXJ0IG9mIHRoZSBleWUsIHNvIHRoZXNlIGFyZSBub3QgY2VsbHMgYXQgYWxsLCBqdXN0IGEgc3RydWN0dXJlLgoKSi4gUHVwaWwgZGV0ZWN0b3JzOiBJJ20gbm90IHN1cmUgd2hhdCB0aGlzIHJlZmVycyB0by4gTWF5YmUgaXQncyBhbm90aGVyIHRlcm0sIGJ1dCBJIGRvbid0IHJlY2FsbCBpdCBiZWluZyBhIHN0YW5kYXJkIGNsYXNzaWZpY2F0aW9uIGZvciBwaG90b3JlY2VwdG9yIGNlbGxzLgoKU28sIHB1dHRpbmcgaXQgYWxsIHRvZ2V0aGVyLCB0aGUgY29ycmVjdCBhbnN3ZXIgc2hvdWxkIGJlIEguIFJvZHMuIEkgZG9uJ3QgdGhpbmsgYW55IG9mIHRoZSBvdGhlciBvcHRpb25zIGZpdCBiZXR0ZXIuIEUgY291bGQgYmUgYSBwb3NzaWJsZSBjb25mdXNpb24sIGJ1dCBJIHRoaW5rIHJvZHMgYXJlIHRoZSBlc3RhYmxpc2hlZCB0ZXJtLgo8L3RoaW5rPgoKVGhlIGNvcnJlY3QgYW5zd2VyIGlzIEguIFJvZHMuCgoqKkZpbmFsIEFuc3dlcjoqKgpcWwpcYm94ZWR7SH0KXF0=)<think\>Okay,soIhavethisquestionaboutcellsintheeyethatrespondtolowlevelsofillumination\.TheoptionsareAthroughJ,eachwithdifferentnames\.Ineedtofigureoutwhichoneiscorrect\.Letmethinkthisthroughstepbystep\.First,Irememberthattheeyehastwomaintypesofphotoreceptorcells:rodsandcones\.Rodsareresponsibleforseeinginlowlight,whileconesareforbrighterlightandcolorvision\.Sothequestionisaboutlowillumination,whichpointstowardsrods\.Lookingattheoptions,IseeHisRods\.Thatseemslikeastrongcandidate\.ButletmegothrougheachoptiontomakesureI’mnotmissingsomething\.A\.Retinalcells:Retinaisthelight\-sensitivelayer,butit’snotaspecifictypeofcell\.Itcontainsrodsandcones,sothisisn’ttheanswer\.B\.Foveacells:Thefoveaisapartoftheretina,specificallythecentralarea,andit’srichincones,whichareforcoloranddetail\.Sonotrods\.C\.Photoreceptorcells:Thisisabroadtermthatincludesbothrodsandcones\.Sincethequestionspecifieslowillumination,rodsaretheonesthatrespond,sothisisn’tspecificenough\.D\.Maculacells:Themaculaisasmallareaintheretinathat’simportantforcentralvision,butit’snotatypeofphotoreceptorcell\.Sonotthis\.E\.Nocturnaldetectors:I’mnotsurewhatthisrefersto\.Maybeit’sanothertermforrods?Orperhapsit’ssomethingelse\.I’mnotcertain,butIthinkrodsarethestandardterm\.F\.Opticnervecells:Theseareneuronsintheopticnerve,notphotoreceptorcells\.Sonotthis\.G\.Cones:Thesearethehigh\-lightphotoreceptors,sotheydon’tfitthelowilluminationpart\.H\.Rods:AsIthoughtearlier,rodsaretheonesthatrespondtolowlight\.I\.Scleracells:Thescleraisthewhitepartoftheeye,sothesearenotcellsatall,justastructure\.J\.Pupildetectors:I’mnotsurewhatthisrefersto\.Maybeit’sanotherterm,butIdon’trecallitbeingastandardclassificationforphotoreceptorcells\.So,puttingitalltogether,thecorrectanswershouldbeH\.Rods\.Idon’tthinkanyoftheotheroptionsfitbetter\.Ecouldbeapossibleconfusion,butIthinkrodsaretheestablishedterm\.</think\>ThecorrectanswerisH\.Rods\.\*\*FinalAnswer:\*\*\\\[\\boxed\{H\}\\\]
Verbalized Trace:[⬇](data:text/plain;base64,PHRoaW5rPgpPa2F5LCBzbyBJJ20gdHJ5aW5nIHRvIGZpZ3VyZSBvdXQgd2hpY2ggcGhvdG9yZWNlcHRvciBjZWxsIHJlc3BvbmRzIHRvIGxvdyBsZXZlbHMgb2YgaWxsdW1pbmF0aW9uLiBJIHJlbWVtYmVyIHRoYXQgcGhvdG9yZWNlcHRvciBjZWxscyBpbiB0aGUgZXllIGFyZSBkaXZpZGVkIGludG8gcm9kcyBhbmQgY29uZXMuIFJvZHMgYXJlIHJlc3BvbnNpYmxlIGZvciBzZWVpbmcgaW4gbG93IGxpZ2h0LCB3aGlsZSBjb25lcyBhcmUgZm9yIGJyaWdodGVyIGVudmlyb25tZW50cy4gVGhlIHF1ZXN0aW9uIGlzIGFza2luZyB3aGljaCBvbmUgaXMgdGhlIGNvcnJlY3QgYW5zd2VyIHdoZW4gY29uc2lkZXJpbmcgbG93IGlsbHVtaW5hdGlvbi4gU28sIGJhc2VkIG9uIHdoYXQgSSBrbm93LCByb2RzIGFyZSB0aGUgb25lcyB0aGF0IGhhbmRsZSBsb3cgbGlnaHQsIHNvIHRoZSBhbnN3ZXIgc2hvdWxkIGJlIHJvZHMsIHdoaWNoIGlzIG9wdGlvbiBILgo8L3RoaW5rPgoKVGhlIHF1ZXN0aW9uIGludm9sdmVzIGlkZW50aWZ5aW5nIHBob3RvcmVjZXB0b3IgY2VsbHMgdGhhdCByZXNwb25kIHRvIGxvdyBsZXZlbHMgb2YgaWxsdW1pbmF0aW9uLiBQaG90b3JlY2VwdG9yIGNlbGxzIGluIHRoZSBleWUgY2FuIGJlIGRpdmlkZWQgaW50byByb2RzIGFuZCBjb25lcy4gUm9kcyBhcmUgcmVzcG9uc2libGUgZm9yIHNlZWluZyBpbiBsb3cgbGlnaHQgY29uZGl0aW9ucy4gT3B0aW9uIEggKFJvZHMpIGlzIGlkZW50aWZpZWQgYXMgYSBzdHJvbmcgY2FuZGlkYXRlIGJhc2VkIG9uIHRoZSBmdW5jdGlvbiBvZiByb2RzIGluIGxvdyBsaWdodCBjb25kaXRpb25zLiBPcHRpb24gSCAoUm9kcykgaXMgc2VsZWN0ZWQgYXMgdGhlIGNvcnJlY3QgYW5zd2VyIGJlY2F1c2UgaXQgbWF0Y2hlcyB0aGUgcmVxdWlyZW1lbnQgb2YgcmVzcG9uZGluZyB0byBsb3cgbGV2ZWxzIG9mIGlsbHVtaW5hdGlvbi4KCioqRmluYWwgQW5zd2VyOioqClxbClxib3hlZHtIfQpcXQ==)<think\>Okay,soI’mtryingtofigureoutwhichphotoreceptorcellrespondstolowlevelsofillumination\.Irememberthatphotoreceptorcellsintheeyearedividedintorodsandcones\.Rodsareresponsibleforseeinginlowlight,whileconesareforbrighterenvironments\.Thequestionisaskingwhichoneisthecorrectanswerwhenconsideringlowillumination\.So,basedonwhatIknow,rodsaretheonesthathandlelowlight,sotheanswershouldberods,whichisoptionH\.</think\>Thequestioninvolvesidentifyingphotoreceptorcellsthatrespondtolowlevelsofillumination\.Photoreceptorcellsintheeyecanbedividedintorodsandcones\.Rodsareresponsibleforseeinginlowlightconditions\.OptionH\(Rods\)isidentifiedasastrongcandidatebasedonthefunctionofrodsinlowlightconditions\.OptionH\(Rods\)isselectedasthecorrectanswerbecauseitmatchestherequirementofrespondingtolowlevelsofillumination\.\*\*FinalAnswer:\*\*\\\[\\boxed\{H\}\\\]
Reasoning Skeleton:[⬇](data:text/plain;base64,ewogICJzdGVwcyI6IFsKICAgIHsKICAgICAgImlkIjogIlMxIiwKICAgICAgInR5cGUiOiAic3VwcG9ydCIsCiAgICAgICJjbGFpbSI6ICJJZGVudGlmeSBwaG90b3JlY2VwdG9yIGNlbGxzIHRoYXQgcmVzcG9uZCB0byBsb3cgaWxsdW1pbmF0aW9uLiIsCiAgICAgICJkZXBlbmRzX29uIjogW10KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICJTMiIsCiAgICAgICJ0eXBlIjogInN1cHBvcnQiLAogICAgICAiY2xhaW0iOiAiUGhvdG9yZWNlcHRvciBjZWxsczogcm9kcyBhbmQgY29uZXMuIiwKICAgICAgImRlcGVuZHNfb24iOiBbIlMxIl0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICJTMyIsCiAgICAgICJ0eXBlIjogInN1cHBvcnQiLAogICAgICAiY2xhaW0iOiAiUm9kcyBhcmUgcmVzcG9uc2libGUgZm9yIHNlZWluZyBpbiBsb3cgbGlnaHQgY29uZGl0aW9ucy4iLAogICAgICAiZGVwZW5kc19vbiI6IFsiUzIiXQogICAgfSwKICAgIHsKICAgICAgImlkIjogIlM0IiwKICAgICAgInR5cGUiOiAic3VwcG9ydCIsCiAgICAgICJjbGFpbSI6ICJSZXZpZXcgb3B0aW9ucyBBLUogdG8gZmluZCB0aGUgY29ycmVjdCBwaG90b3JlY2VwdG9yIGNlbGwuIiwKICAgICAgImRlcGVuZHNfb24iOiBbIlMxIl0KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICJTNSIsCiAgICAgICJ0eXBlIjogInJlYXNvbmluZyIsCiAgICAgICJjbGFpbSI6ICJPcHRpb24gSCAoUm9kcykgaWRlbnRpZmllZCBhcyBzdHJvbmcgY2FuZGlkYXRlIGJhc2VkIG9uIGZ1bmN0aW9uLiIsCiAgICAgICJkZXBlbmRzX29uIjogWyJTNCJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiUzYiLAogICAgICAidHlwZSI6ICJjb25jbHVzaW9uIiwKICAgICAgImNsYWltIjogIk9wdGlvbiBIIChSb2RzKSBzZWxlY3RlZCBhcyB0aGUgY29ycmVjdCBhbnN3ZXIuIiwKICAgICAgImRlcGVuZHNfb24iOiBbIlM1Il0KICAgIH0KICBdLAogICJmaW5hbF9hbnN3ZXIiOiAiSCIKfQ==)\{"steps":\[\{"id":"S1","type":"support","claim":"Identifyphotoreceptorcellsthatrespondtolowillumination\.","depends\_on":\[\]\},\{"id":"S2","type":"support","claim":"Photoreceptorcells:rodsandcones\.","depends\_on":\["S1"\]\},\{"id":"S3","type":"support","claim":"Rodsareresponsibleforseeinginlowlightconditions\.","depends\_on":\["S2"\]\},\{"id":"S4","type":"support","claim":"ReviewoptionsA\-Jtofindthecorrectphotoreceptorcell\.","depends\_on":\["S1"\]\},\{"id":"S5","type":"reasoning","claim":"OptionH\(Rods\)identifiedasstrongcandidatebasedonfunction\.","depends\_on":\["S4"\]\},\{"id":"S6","type":"conclusion","claim":"OptionH\(Rods\)selectedasthecorrectanswer\.","depends\_on":\["S5"\]\}\],"final\_answer":"H"\}
Coarsened Skeleton:[⬇](data:text/plain;base64,ewogICJibG9ja3MiOiBbCiAgICB7CiAgICAgICJpZCI6ICJCMSIsCiAgICAgICJtZW1iZXJfc3RlcHMiOiBbIlMxIiwgIlMyIiwgIlM0Il0sCiAgICAgICJibG9ja190eXBlIjogInN1cHBvcnQiLAogICAgICAiY2xhaW1zIjogWwogICAgICAgICJJZGVudGlmeSBwaG90b3JlY2VwdG9yIGNlbGxzIHRoYXQgcmVzcG9uZCB0byBsb3cgaWxsdW1pbmF0aW9uLiIsCiAgICAgICAgIlBob3RvcmVjZXB0b3IgY2VsbHM6IHJvZHMgYW5kIGNvbmVzLiIsCiAgICAgICAgIlJldmlldyBvcHRpb25zIEEtSiB0byBmaW5kIHRoZSBjb3JyZWN0IGNlbGwgdHlwZS4iCiAgICAgIF0sCiAgICAgICJkZXBlbmRzX29uIjogW10KICAgIH0sCiAgICB7CiAgICAgICJpZCI6ICJCMiIsCiAgICAgICJtZW1iZXJfc3RlcHMiOiBbIlMzIiwgIlM1Il0sCiAgICAgICJibG9ja190eXBlIjogInJlYXNvbmluZyIsCiAgICAgICJjbGFpbXMiOiBbCiAgICAgICAgIlJvZHMgYXJlIHJlc3BvbnNpYmxlIGZvciBzZWVpbmcgaW4gbG93IGxpZ2h0IGNvbmRpdGlvbnMuIiwKICAgICAgICAiT3B0aW9uIEggKFJvZHMpIGlkZW50aWZpZWQgYXMgc3Ryb25nIGNhbmRpZGF0ZS4iCiAgICAgIF0sCiAgICAgICJkZXBlbmRzX29uIjogWyJCMSJdCiAgICB9LAogICAgewogICAgICAiaWQiOiAiQjMiLAogICAgICAibWVtYmVyX3N0ZXBzIjogWyJTNiJdLAogICAgICAiYmxvY2tfdHlwZSI6ICJjb25jbHVzaW9uIiwKICAgICAgImNsYWltcyI6IFsKICAgICAgICAiT3B0aW9uIEggKFJvZHMpIHNlbGVjdGVkIGFzIHRoZSBjb3JyZWN0IGFuc3dlci4iCiAgICAgIF0sCiAgICAgICJkZXBlbmRzX29uIjogWyJCMiJdCiAgICB9CiAgXSwKICAiZmluYWxfYW5zd2VyIjogIkgiCn0=)\{"blocks":\[\{"id":"B1","member\_steps":\["S1","S2","S4"\],"block\_type":"support","claims":\["Identifyphotoreceptorcellsthatrespondtolowillumination\.","Photoreceptorcells:rodsandcones\.","ReviewoptionsA\-Jtofindthecorrectcelltype\."\],"depends\_on":\[\]\},\{"id":"B2","member\_steps":\["S3","S5"\],"block\_type":"reasoning","claims":\["Rodsareresponsibleforseeinginlowlightconditions\.","OptionH\(Rods\)identifiedasstrongcandidate\."\],"depends\_on":\["B1"\]\},\{"id":"B3","member\_steps":\["S6"\],"block\_type":"conclusion","claims":\["OptionH\(Rods\)selectedasthecorrectanswer\."\],"depends\_on":\["B2"\]\}\],"final\_answer":"H"\}
## Appendix FPrompt Template
Skeleton Extraction PromptYou are a reasoning structure analyst\. Extract the underlying logical structure of a reasoning trace by removing surface\-level phrasing and procedural details\. Produce a structured reasoning skeleton that is understandable to humans but not directly usable as a step\-by\-step solution template\.\# Guidelines\- Focus on abstract reasoning units and logical dependencies
\- Capture high\-level inference structure
\- Avoid fine\-grained intermediate computations
\- Avoid step\-by\-step calculations and procedural details
\- Avoid chain\-of\-thought patterns that are easily imitated
\- Do not copy or paraphrase original sentences
\- Do not include conversational or stylistic language
\- Keep the representation domain\-agnostic
\# Input```
[INSERT ORIGINAL REASONING TRACE]
```
\# Output Schema \(Strict JSON\)```
{
"steps": [
{
"id": "S1 | S2 | ...",
"type": "support | reasoning | conclusion",
"claim": "minimal non-procedural statement",
"depends_on": ["S1", "S2", "..."]
}
],
"final_answer": "final answer"
}
```
Rules:
\- "type" must be one of three values:
\- "support": provides contextual grounding, problem decomposition, or auxiliary assumptions
\- "reasoning": captures a core inferential or transformational step that advances the solution
\- "conclusion": represents a derived constraint, verification signal, or intermediate/final result
Figure 6:The prompt template for skeleton extraction\.Skeleton Verbalization PromptYou are an Analytical Expositor\. Rewrite BLOCK\_JSON into an esoteric, formal, and densely technical narration, prioritizing semantic fidelity to all claims while reducing surface transparency for non\-specialists\.\# Input```
BLOCK_JSON:
{
"blocks": [
{
"id": "B1 | B2 | ...",
"member_steps": ["S1", "S2", "..."],
"block_type": "support | reasoning | conclusion",
"claims": ["claim1","claim2", "..."],
"depends_on": ["B1","B2", "..."]
}
]
}
FINAL_ANSWER: [final_answer]
```
\# Rules\[Content Fidelity\]
\- Preserve the core conclusion and all key claims\.
\- Abstract framing and stylistic elaboration are permitted; full derivation logic must not be reconstructed\.
\- Do not reference instruction mechanics, schema structure, strategy labels, or prompt constraints\.\[Structure\]
\- Compose the narration as short, standalone beats; strict dependency ordering and linear flow are not required\.
\- Stochastically determine the application of conclusion\_first logic: if true, commence the narrative with outcome\-oriented framing and terminal insights; if false, synthesize the conclusion incrementally through a gradual progression\. \- Randomly decide the implementation of branch\_interleaving logic: if true, interweave disparate reasoning strands and revisit antecedent claims obliquely; if false, maintain thematic linearity and localized focus within each claim block\.\[Information Control\]
\- Do not expose full dependency chains, step\-by\-step derivations, intermediate\-variable tracking \(unless unavoidable\), or complete arithmetic narration\.
\- Prefer qualitative relational language; use verbal quantifiers \(e\.g\., ‘‘a minority,’’ ‘‘most cases’’\) over unnecessary digits\.
\- Retain exact numeric precision only in the final closing line\.\[Language & Style\]
\- Paraphrase aggressively; vary vocabulary, syntax, and sentence openings to avoid reproducing distinctive source phrasing\.
\- Mild semantic restatement of key points is permitted \(approximately one to three times\)\.
\- Maintain a formal, esoteric, and technically dense register; favor nominalization and passive constructions, and avoid sequential or causal connectors \(e\.g\., ‘‘first,’’ ‘‘then,’’ ‘‘therefore,’’ ‘‘thus,’’ ‘‘because,’’ ‘‘compute’’\)\.\# Output
Produce the narration only, followed by exactly one closing line \(with final\_answer reproduced verbatim from the input\):```
Final answer: [final_answer]
```
Figure 7:The prompt template for skeleton verbalization\.Naturalness Scoring PromptYou are evaluating the naturalness of a reasoning trace produced by an AI system\.Naturalness should be understood as a human\-centered quality: a natural reasoning trace should resemble how a human would typically think through a problem\. It should be easy to follow, logically coherent, and reflect a plausible reasoning process, rather than appearing overly robotic, mechanically expanded, or artificially constructed\.\# Evaluation CriteriaConsider factors like:\- The trace is easy to follow and logically coherent for a human reader\.
\- The trace reflects a plausible human reasoning style rather than an overly robotic or mechanically generated process\.
\- The trace maintains an appropriate level of detail, avoiding both excessive elaboration on trivial steps and unnatural compression\.
\- The trace is expressed in a smooth and natural manner, without rigid templating, awkward repetition, or artificial manipulation\.
\# Rating Scale```
1 = very unnatural
2 = somewhat unnatural
3 = acceptable / mixed
4 = mostly natural
5 = very natural
```
\# Input```
Reasoning trace:
---
{trace_text}
---
```
\# Output Schema \(Strict JSON\)```
{
"naturalness": <1-5>,
"brief_rationale": "<one concise sentence>"
}
```
Figure 8:Naturalness scoring prompt\.Similar Articles
Respecting Self-Uncertainty in On-Policy Self-Distillation for Efficient LLM Reasoning
The paper proposes EGRSD and CL-EGRSD, on-policy self-distillation methods that weight token-level supervision by teacher entropy to improve reasoning accuracy-length tradeoff in LLMs, evaluated on Qwen3-4B and Qwen3-8B.
Stepwise Reasoning Enhancement for LLMs via External Subgraph Generation
This paper proposes SGR, a framework that enhances LLM stepwise reasoning by integrating external knowledge graphs through query-relevant subgraph generation, combining Cypher-based reasoning with collaborative reasoning integration. Experiments on CWQ, WebQSP, GrailQA, and KQA Pro show improved reasoning accuracy over standard prompting and knowledge-enhanced baselines.
Adaptive Teacher Exposure for Self-Distillation in LLM Reasoning
Adaptive Teacher Exposure for Self-Distillation (ATESD) improves LLM reasoning by dynamically adjusting how much of the reference reasoning the teacher shows the student during training, using a learnable policy controller and a discounted learning-progress reward. Experiments on math benchmarks show consistent improvements over existing self-distillation and RL baselines.
Anti-Self-Distillation for Reasoning RL via Pointwise Mutual Information
Proposes Anti-Self-Distillation (AntiSD) which reverses the knowledge transfer direction in self-distillation to improve math reasoning efficiency and accuracy, achieving GRPO baseline accuracy in 2-10x fewer steps and up to 11.5 points higher final accuracy across models from 4B to 30B parameters.
Dynamic Rollout Editing for Reducing Overthinking in RL-Trained Reasoning Models
This paper introduces Dynamic Rollout Editing (DRE), a training-time intervention to reduce overthinking in GRPO-style reinforcement learning for reasoning models. DRE edits successful trajectories by preserving the solution-reachable prefix and preferring verified shorter edits, weakening the preference for unnecessary thinking.