Pith. sign in

REVIEW 22 cited by

Distilling System 2 into System 1

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 2407.06023 v3 pith:R7WGQ7MH submitted 2024-07-08 cs.CL cs.AI

classification cs.CLcs.AI
keywords systemreasoningtechniquesbeendistilledinferenceintermediateattention
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

Large language models (LLMs) can spend extra compute during inference to generate intermediate thoughts, which helps to produce better final responses. Since Chain-of-Thought (Wei et al., 2022), many such System 2 techniques have been proposed such as Rephrase and Respond (Deng et al., 2023a), System 2 Attention (Weston and Sukhbaatar, 2023) and Branch-Solve-Merge (Saha et al., 2023). In this work we investigate self-supervised methods to ``compile'' (distill) higher quality outputs from System 2 techniques back into LLM generations without intermediate reasoning token sequences, as this reasoning has been distilled into System 1. We show that several such techniques can be successfully distilled, resulting in improved results compared to the original System 1 performance, and with less inference cost than System 2. We posit that such System 2 distillation will be an important feature of future continually learning AI systems, enabling them to focus System 2 capabilities on the reasoning tasks that they cannot yet do well.

Discussion (0). Sign in to comment.

Forward citations

Cited by 22 Pith papers

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

  1. CritiqueDriveVLM: From Verifier-Guided Reinforcement Learning to Latent Thought Distillation for Autonomous Driving

    cs.CV 2026-07 conditional novelty 6.0 of 10

    Verifier-guided multi-turn RL plus latent-state distillation raises DriveLMM-o1 MCQ to 76.54% for a tool-free teacher and yields a 28-token student at 416 ms (88% faster).

  2. Physics of Language Models: Part 4.1, Architecture Design and the Magic of Canon Layers

    cs.CL 2025-12 conditional novelty 6.0 of 10

    Canon layers—residual 1-d causal convolutions over adjacent tokens—boost synthetic reasoning depth 2-4x, lift NoPE to RoPE level, and bring GLA up to Mamba2/GDN, with qualitative real-world confirmation.

  3. Are Large Reasoning Models Interruptible?

    cs.CL 2025-10 conditional novelty 6.0 of 10

    Interrupting large reasoning models or changing the problem mid-thought sharply degrades accuracy, with up to 60% drops and distinct failure modes: reasoning leakage, panic, and self-doubt.

  4. KRETA: A Benchmark for Korean Reading and Reasoning in Text-Rich VQA Attuned to Diverse Visual Contexts

    cs.CV 2025-08 conditional novelty 6.0 of 10

    KRETA, a 2,577-item Korean text-rich VQA benchmark, shows vision-language models recognize Korean text well but lag in multi-step reasoning, especially in open-source models.

  5. NaturalThoughts: Selecting and Distilling Reasoning Traces for General Reasoning Tasks

    cs.CL 2025-07 conditional novelty 6.0 of 10

    Selecting difficult, strategy-diverse reasoning traces from DeepSeek-R1 on NaturalReasoning questions improves supervised distillation of reasoning into 7B-70B student models.

  6. Do Thinking Tokens Help or Trap? Towards More Efficient Large Reasoning Model

    cs.CL 2025-06 conditional novelty 6.0 of 10

    Suppressing 'thinking tokens' in a 1.5B reasoning model preserves accuracy while cutting tokens, and the proposed DuP-PO RL method improves both accuracy and efficiency over GRPO.

  7. ETA: Efficiency through Thinking Ahead, A Dual Approach to Self-Driving with Large Models

    cs.CV 2025-06 conditional novelty 6.0 of 10

    An asynchronous dual-system architecture forecasts large-model features into the current frame and adds a small-model update to drive in near real time, scoring 69.53 on Bench2Drive at 50 ms.

  8. How Far Are We from Optimal Reasoning Efficiency?

    cs.CL 2025-06 conditional novelty 6.0 of 10

    The authors define a reasoning efficiency frontier and a gap metric (REG), then train models with REO-RL to shrink the gap by at least 50% with only small accuracy losses.

  9. What makes Reasoning Models Different? Follow the Reasoning Leader for Efficient Decoding

    cs.CL 2025-06 conditional novelty 6.0 of 10

    FoReaL-Decoding lets a strong reasoning model generate the first few tokens of each sentence and a weaker model complete the sentence, cutting theoretical FLOPs by 30-55% while retaining 86-100% of accuracy on four ma...

  10. Integrating Neural and Symbolic Components in a Model of Pragmatic Question-Answering

    cs.CL 2025-06 conditional novelty 6.0 of 10

    A neuro-symbolic Rational Speech Act model with LLM proposers and evaluators predicts human question-answer patterns about as well as the fully hand-specified probabilistic model.

  11. Self-Route: Automatic Mode Switching via Capability Estimation for Efficient Reasoning

    cs.CL 2025-05 conditional novelty 6.0 of 10

    Self-Route uses hidden-layer representations from a brief pre-inference plan to route each question to either short or long chain-of-thought, cutting tokens by 30-55% with under 2% accuracy loss.

  12. System-1.5 Reasoning: Traversal in Language and Latent Spaces with Dynamic Shortcuts

    cs.CL 2025-05 conditional novelty 6.0 of 10

    System-1.5 Reasoning lets LLMs reason in latent space with early exits and step-skipping, matching chain-of-thought accuracy at over 20x speedup on GSM8K and StrategyQA.

  13. TAG-INSTRUCT: Controlled Instruction Complexity Enhancement through Structure-based Augmentation

    cs.CL 2025-05 conditional novelty 6.0 of 10

    Operating on compressed semantic tags instead of raw text gives more controllable and effective instruction complexity augmentation for LLM fine-tuning, with reported gains over Evol-Instruct, Tree-Instruct, Auto-Inst...

  14. Don't "Overthink" Passage Reranking: Is Reasoning Truly Necessary?

    cs.IR 2025-05 conditional novelty 6.0 of 10

    Standard pointwise rerankers beat reasoning-based pointwise rerankers under identical training, and removing the reasoning process at inference partially recovers the gap.

  15. TrimR: Verifier-based Training-Free Thinking Compression for Efficient Test-Time Scaling

    cs.LG 2025-05 conditional novelty 6.0 of 10

    TrimR uses a lightweight verifier to detect redundant thoughts in reasoning models and truncates them, cutting runtime by up to 70% without retraining.

  16. Reasoning on a Budget: A Survey of Adaptive and Controllable Test-Time Compute in LLMs

    cs.AI 2025-07 conditional novelty 5.0 of 10

    The survey's L1/L2 taxonomy and benchmark show that current reasoning models waste compute on easy problems and underthink hard ones, motivating more adaptive inference.

  17. Activation Control for Efficiently Eliciting Long Chain-of-thought Ability of Language Models

    cs.CL 2025-05 conditional novelty 5.0 of 10

    Training-free amplification of selected last-layer activations, combined with 'wait' token insertion, elicits long chain-of-thought reasoning in base LLMs and improves accuracy on math and science benchmarks.

  18. From Long to Short: LLMs Excel at Trimming Own Reasoning Chains

    cs.AI 2025-09 conditional novelty 4.0 of 10

    EDIT searches across step-count prompts to find the shortest reasoning path the model consistently answers correctly.

  19. Wait, We Don't Need to "Wait"! Removing Thinking Tokens Improves Reasoning Efficiency

    cs.CL 2025-06 conditional novelty 4.0 of 10

    Suppressing "Wait"-like reflection tokens at decode time reduces reasoning token counts by 27-51% across five R1-style model families, with mixed accuracy effects.

  20. Pangu Embedded: An Efficient Dual-system LLM Reasoner with Metacognition

    cs.CL 2025-05 conditional novelty 4.0 of 10

    Pangu Embedded, a 7B reasoner trained with iterative distillation, RL, and an adaptive fast/slow thinking scheme, reports superior benchmark scores to similarly sized Qwen3-8B and GLM-4-9B.

  21. Towards Concise and Adaptive Thinking in Large Reasoning Models: A Survey

    cs.AI 2025-07 conditional novelty 3.0 of 10

    A comprehensive review that categorizes methods for shortening and adaptively triggering chain-of-thought reasoning in large language models.

  22. Optimizing Length Compression in Large Reasoning Models

    cs.AI 2025-06

Pith tools