distillation

Tag

Cards List
#distillation

Reason Wide, Not Deep: Amortizing the Reasoning Premium into Distilled Skills

arXiv cs.AI · 2026-08-11 Cached

This paper proposes amortizing the high token cost of reasoning-mode LLMs by distilling domain-specific skills from existing trajectories into system prompts, recovering most of the reasoning gap on agentic benchmarks while emitting far fewer tokens.

0 favorites 0 likes
#distillation

DistilVDR: A Compact End-to-End Visual Document Retriever via Dual-Student Distillation

Hugging Face Daily Papers · 2026-08-11 Cached

DistilVDR is a compact 524M visual document retriever distilled from an 8B teacher via cosine alignment, achieving near-teacher accuracy on ViDoRe with 15.6x smaller indexes and faster indexing.

0 favorites 0 likes
#distillation

@jxmnop: there are some really interesting rumors going around related to the distillation of open-weights models (Kimi, Qwen, M…

X AI KOLs Timeline · 2026-08-09 Cached

A researcher discusses rumors that Chinese labs reverse-engineered reasoning traces from Claude Code and Codex to improve open-weights models, and shares a paper on Trace Inversion models that can reconstruct reasoning traces from outputs.

0 favorites 0 likes
#distillation

@Sxy_Cherotich: Recently I've been talking with quite a few model researchers, and a consensus conclusion is: the importance of data is once again highlighted. A while ago I got to know ex-Kimi's @FanqingMengAI, who is doing a startup in the data direction, and invited him to record a podcast. The biggest non-consensus from our conversation is Fanqing's view on the difference between domestic and foreign models...

X AI KOLs Timeline · 2026-08-09 Cached

A podcast about AI model competition, discussing the importance of data, distillation and pre-training innovation, and an interview with Evolvent AI co-founder Meng Fanqing, covering topics such as synthetic data, RSI, and differences in domestic models.

0 favorites 0 likes
#distillation

Scaffold-Mediated Post-Training: Co-Evolving Model Parameters and Procedural Scaffold Graphs

arXiv cs.CL · 2026-08-07 Cached

This paper proposes scaffold-mediated post-training, a paradigm where procedural scaffolds co-evolve with LLM parameters through discovery, distillation, and dynamic recompilation. On FeatureBench, automatically discovered skills improve pass rate by 8.1pp, with a 27.7% pass rate after distillation.

0 favorites 0 likes
#distillation

Subliminal Learning is Non-Semantic Distillation

arXiv cs.AI · 2026-08-07 Cached

This paper investigates subliminal learning in language models, showing that biases can transfer from teacher to student via seemingly random synthetic data. The authors find that adding Gaussian noise to weights increases transfer, and that students inherit not just the semantic bias but also the type of intervention used, with implications for training safety and data auditing.

0 favorites 0 likes
#distillation

StepReflect: Structured UI Transition Reflection for Mobile GUI Agents

arXiv cs.AI · 2026-08-07 Cached

StepReflect reformulates per-step GUI reflection for mobile agents as supervised structured prediction, achieving higher transition accuracy than GPT-5.2 on AndroidWorld while reducing API costs.

0 favorites 0 likes
#distillation

Woodpecker Distillation: Weak Models Diagnose Reasoning Bugs in Strong Models

arXiv cs.AI · 2026-08-07 Cached

Proposes Woodpecker Distillation, a weak-to-strong training framework that uses weak probe models to identify and repair local reasoning bugs in stronger models via contrastive local interventions, improving performance on math reasoning benchmarks.

0 favorites 0 likes
#distillation

@FinanceYF5: Jensen Huang on Distillation 1/ Jensen Huang was asked: Should open-source model companies be allowed to distill closed-source models? His answer directly clarified a question many people have been avoiding — distillation is not copying, it is a fundamental way of intelligence.

X AI KOLs Timeline · 2026-08-06 Cached

Jensen Huang was asked whether open-source model companies should be allowed to distill closed-source models. He said distillation is not copying, but a fundamental way of intelligence.

0 favorites 0 likes
#distillation

The Next Screenshot Knows: Gated Hindsight Distillation for Mobile GUI Agents

Hugging Face Daily Papers · 2026-08-06 Cached

Proposes Gated Hindsight Distillation (GHD), a method that uses future screenshots as privileged information to recover correct reasoning during training of mobile GUI agents, improving task success on AndroidWorld and AndroidLab across two vision-language models.

0 favorites 0 likes
#distillation

On-Policy Delta Distillation for Multilingual Math Reasoning

Hugging Face Daily Papers · 2026-08-06 Cached

This paper studies On-Policy Delta Distillation (OPD^2) for multilingual math reasoning in English, Korean, and Japanese, showing consistent improvements over standard OPD and narrowing language gaps.

0 favorites 0 likes
#distillation

Gemma 4 31b AttnRes Project

Reddit r/LocalLLaMA · 2026-08-05

An independent developer updates the AttnRes project: replacing standard residual stream with attention-based routing, distilling from Gemma 4 31b via a weaning schedule and top-K logits, with plans for an Apache 2.0 community model.

0 favorites 0 likes
#distillation

TQLite: Multi-LLM Jury Guided Distillation for Real-time MQM Translation Quality Evaluation

arXiv cs.CL · 2026-08-05 Cached

Introduces TQLite, a distillation framework that uses a multi-LRM jury to train small language models for real-time MQM-based translation quality evaluation, achieving performance far exceeding off-the-shelf SLMs while remaining cost-effective.

0 favorites 0 likes
#distillation

OPTD: On-Policy Transition Distillation with Consistency-Guided Adaptive Compression for Few-Step Diffusion Language Models

arXiv cs.CL · 2026-08-05 Cached

This paper introduces OPTD, an on-policy transition distillation method with consistency-guided adaptive compression for few-step diffusion language models, improving quality-efficiency trade-offs across four reasoning and code-generation benchmarks.

0 favorites 0 likes
#distillation

ContextMaster: Interactive Multi-Shot Video Creation via Fixed-Budget Sparse Context Routing

Hugging Face Daily Papers · 2026-08-05 Cached

ContextMaster is a unified model for interactive multi-shot video creation that maintains shared history across generation, reference conditioning, and editing while using fixed-budget sparse context routing and two-stage privileged context distillation for efficiency.

0 favorites 0 likes
#distillation

Poly-OPD: Heterogeneous Multi-Teacher On-Policy Distillation for Capability-Selectable Flow Models

Hugging Face Daily Papers · 2026-08-05 Cached

Poly-OPD is a framework for distilling complementary strengths from heterogeneous text-to-image flow models into a single compact flow-matching student, using pixel bridges and gradient-compatible adapters. It improves GenEval and DrawBench scores while consolidating multiple teacher capabilities.

0 favorites 0 likes
#distillation

Why are Chinese models better* at Frontend than the western top labs?

Reddit r/LocalLLaMA · 2026-08-04

The author observes that Chinese AI models like Qwen and Kimi produce better-looking frontend code than OpenAI's and Anthropic's offerings, and wonders whether this is due to distillation or other techniques.

0 favorites 0 likes
#distillation

SERL-SQL: Selective Hindsight Distillation for Text-to-SQL Reinforcement Agentic Learning

arXiv cs.CL · 2026-08-04 Cached

SERL-SQL proposes a selective execution-grounded reinforcement learning framework for multi-turn Text-to-SQL agents, using teacher-student likelihood gaps to reweight GRPO advantages on SQL action tokens. It achieves strong results on BIRD and Spider benchmarks.

0 favorites 0 likes
#distillation

@furongh: RL vs. distillation may be a false dichotomy. A post-training abstraction: RL as a compiler for supervision. Use policy…

X AI KOLs Timeline · 2026-08-04 Cached

This thread introduces β-OPSD, a post-training abstraction that frames RL as a compiler for supervision, using policy optimization to derive targets and distillation for training.

0 favorites 0 likes
#distillation

Any-OPD: Heterogeneous On-Policy Distillation for Flow-Matching Models via Representation-Space Bridging

Hugging Face Daily Papers · 2026-08-04 Cached

Any-OPD presents the first framework for on-policy distillation between arbitrary latent flow-matching generators, enabling distillation from a 12B FLUX model to a 2.5B SD3.5 model by bridging via a frozen vision representation. It improves the student's PickScore from 0.846 to 0.884, rivaling the teacher at a fifth of its size.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback