y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#model-distillation News & Analysis

52 articles tagged with #model-distillation. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

52 articles
AINeutralarXiv – CS AI · Jun 236/10
🧠

On the Position Bias of On-Policy Distillation

Researchers discover that On-Policy Distillation (OPD) in reinforcement learning suffers from position bias, where later tokens in sequences receive degraded supervision as student rollouts deviate from teacher distributions. They propose Importance-Weighted OPD (IW-OPD), which adaptively reweights tokens based on accumulated distribution discrepancy, achieving up to 6.9-point improvements on benchmark tasks.

AINeutralarXiv – CS AI · Jun 196/10
🧠

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

Researchers propose MENTOR, a reinforcement learning framework that improves how small language models learn tool-use capabilities from larger models by using flexible, process-aware rewards instead of rigid trajectory replication. The approach demonstrates better out-of-domain generalization than supervised fine-tuning and strict RL baselines in executable-tool environments.

AINeutralarXiv – CS AI · Jun 116/10
🧠

Fast Speech Foundation Model Distillation Using Interleaved Stacking

Researchers propose interleaved stacking, a novel training method for distilling large speech foundation models into efficient student models while accelerating training speed. The technique maintains consistent layer positions during progressive depth expansion, addressing performance degradation issues in existing stacking approaches and demonstrating effectiveness on the SUPERB benchmark.

AIBullisharXiv – CS AI · Jun 86/10
🧠

Small Language Model Agents Enable Efficient and High-Quality Knowledge Mining

Researchers introduce Falconer, a framework that pairs large language models with lightweight proxy models to enable efficient knowledge mining from unstructured text. The system reduces inference costs by up to 90% while maintaining accuracy comparable to state-of-the-art LLMs, accelerating large-scale information extraction by over 20x.

AIBullisharXiv – CS AI · Jun 26/10
🧠

SIRI: Self-Internalizing Reinforcement Learning with Intrinsic Skills for LLM Agent Training

Researchers introduce SIRI, a three-phase reinforcement learning framework that enables LLM agents to autonomously discover, validate, and internalize reusable skills without external skill generators or inference-time skill banks. Testing on ALFWorld and WebShop benchmarks shows meaningful performance improvements over baseline methods while reducing deployment complexity and latency.

AIBullisharXiv – CS AI · Jun 16/10
🧠

Your Teacher Can't Help You Here: Combating Supervision Fidelity Decay in On-Policy Distillation

Researchers identify Supervision Fidelity Decay (SFD) as a critical limitation in on-policy distillation where teacher model confidence deteriorates as student-generated reasoning chains lengthen. They propose Lookahead Group Reward (LGR) with entropy-triggered tree-attention to strengthen supervision signals, achieving 2.57-point improvements on math and code benchmarks, with gains reaching 4.92 points on AIME-26.

AINeutralarXiv – CS AI · Jun 16/10
🧠

Inferring Events from Time Series using Language Models

Researchers demonstrate that Large Language Models can effectively infer natural language events from time series data, with a new benchmarking framework tested across 18 LLMs. The study shows that smaller models trained with distillation and reinforcement learning can match the performance of large proprietary models, suggesting practical applications for event detection in temporal data analysis.

AINeutralarXiv – CS AI · May 296/10
🧠

Tailoring the Curriculum: Student-Centered Reasoning Distillation via Dynamic Data-Model Compatibility

Researchers introduce the Data-Model Compatibility (DMC) metric to evaluate how well training datasets align with student models during reasoning distillation from large language models. The metric jointly assesses data quality, difficulty, and student capability, demonstrating strong correlation with distillation performance and enabling dynamic dataset selection that improves outcomes across multiple models and tasks.

AINeutralarXiv – CS AI · May 296/10
🧠

Training Deliberative Monitors for Black-Box Scheming Detection

Researchers have developed a method to train smaller, open-weight AI models as "deliberative monitors" that can detect scheming and sabotage behavior in autonomous agents by analyzing their actions alone, without access to internal reasoning. The approach achieves performance comparable to expensive frontier models while reducing inference costs by 16-34x, offering a practical solution for AI safety monitoring in deployment.

🧠 GPT-5🧠 Claude🧠 Haiku
AIBullisharXiv – CS AI · May 286/10
🧠

Hierarchical Prompt-Domain Control and Learning for Resource-Constrained Agentic Language Models

Researchers propose a hierarchical framework for deploying compact language models in resource-constrained agentic systems, combining knowledge distillation with oracle-supervised fine-tuning to maintain protocol compliance and semantic performance. The approach addresses core deployment challenges including context length limitations, memory constraints, and cost efficiency by separating schema learning from semantic adaptation.

AINeutralarXiv – CS AI · May 286/10
🧠

ADWIN: Adaptive Windows for Horizon-Aware On-Policy Distillation

ADWIN is a new framework for on-policy distillation that optimizes training efficiency by adaptively adjusting rollout lengths instead of requiring full completions for every update. The method reduces training costs by up to 4.1x while maintaining or improving accuracy on math and code reasoning tasks by identifying when shorter teacher-anchored sequences contain sufficient signal for learning.

AINeutralarXiv – CS AI · May 126/10
🧠

TRACE: Distilling Where It Matters via Token-Routed Self On-Policy Alignment

Researchers introduce TRACE, a novel training method that improves AI model performance by selectively applying different optimization techniques to critical versus routine tokens in reasoning tasks. The approach addresses inefficiencies in standard self-distillation by concentrating training effort on important decision points, achieving 2.76 percentage point improvements over baseline methods while better preserving out-of-distribution generalization.

AINeutralarXiv – CS AI · May 126/10
🧠

Cornerstones or Stumbling Blocks? Deciphering the Rock Tokens in On-Policy Distillation

Researchers investigating On-Policy Distillation (OPD) discovered that certain high-loss tokens, termed 'Rock Tokens,' persistently resist optimization despite consuming significant computational resources during model training. These tokens contribute negligibly to actual reasoning performance, suggesting that strategic filtering could substantially improve distillation efficiency in large language model training.

AIBullisharXiv – CS AI · May 126/10
🧠

When Few Steps Are Enough: Training-Free Acceleration of Identity-Preserved Generation

Researchers demonstrate that identity-preserved image generation using FLUX can be accelerated 5.9x by replacing the standard diffusion backbone with a distilled version, without retraining the identity adapter. Analysis reveals identity fidelity stabilizes within 4-8 steps while later steps primarily refine visual details, enabling efficient personalized generation at deployment.

AIBullisharXiv – CS AI · May 116/10
🧠

ScrapeGraphAI-100k: Dataset for Schema-Constrained LLM Generation

Researchers introduce ScrapeGraphAI-100k, a large-scale dataset of 93,695 real-world schema-constrained extraction events collected from production use. The dataset addresses a critical gap in AI training by pairing actual web content with JSON schemas, prompts, and LLM responses, enabling better evaluation and training of models for structured data extraction tasks.

🧠 GPT-5
AINeutralarXiv – CS AI · Apr 206/10
🧠

Reward Weighted Classifier-Free Guidance as Policy Improvement in Autoregressive Models

Researchers demonstrate that reward-weighted classifier-free guidance (RCFG) can dynamically adjust autoregressive model outputs to optimize arbitrary reward functions at test time without retraining. Applied to molecular generation, this approach enables real-time optimization of competing objectives and accelerates reinforcement learning convergence when used as a teacher for policy distillation.

AIBullisharXiv – CS AI · Apr 156/10
🧠

HintMR: Eliciting Stronger Mathematical Reasoning in Small Language Models

Researchers introduce HintMR, a hint-assisted reasoning framework that improves mathematical problem-solving in small language models by using a separate hint-generating model to provide contextual guidance through multi-step problems. This collaborative two-model system demonstrates significant accuracy improvements over standard prompting while maintaining computational efficiency.

AINeutralarXiv – CS AI · Apr 156/10
🧠

Disposition Distillation at Small Scale: A Three-Arc Negative Result

Researchers attempted to train behavioral dispositions into small language models through distillation but found that initial positive results were artifacts of measurement errors. After rigorous validation, they discovered no reliable method to instill self-verification and uncertainty acknowledgment without degrading model performance or creating superficial stylistic mimicry across five different small models.

AINeutralarXiv – CS AI · Apr 156/10
🧠

Rethinking On-Policy Distillation of Large Language Models: Phenomenology, Mechanism, and Recipe

Researchers investigate on-policy distillation (OPD) dynamics in large language model training, identifying two critical success conditions: compatible thinking patterns between student and teacher models, and genuine new capabilities from the teacher. The study reveals that successful OPD relies on token-level alignment and proposes recovery strategies for failing distillation scenarios.

AIBullisharXiv – CS AI · Apr 76/10
🧠

Search, Do not Guess: Teaching Small Language Models to Be Effective Search Agents

Researchers developed a new training approach that makes small language models more effective search agents by teaching them to consistently use search tools rather than relying on internal knowledge. The method achieved significant performance improvements of 17.3 points on Bamboogle and 15.3 points on HotpotQA, reaching large language model-level results while maintaining lower computational costs.

AIBullisharXiv – CS AI · Mar 266/10
🧠

Uni-DAD: Unified Distillation and Adaptation of Diffusion Models for Few-step Few-shot Image Generation

Researchers introduce Uni-DAD, a unified approach that combines diffusion model distillation and adaptation into a single pipeline for efficient few-shot image generation. The method achieves comparable quality to state-of-the-art methods while requiring less than 4 sampling steps, addressing the computational cost issues of traditional diffusion models.

AIBullisharXiv – CS AI · Mar 126/10
🧠

HEAL: Hindsight Entropy-Assisted Learning for Reasoning Distillation

Researchers introduce HEAL (Hindsight Entropy-Assisted Learning), a new framework for distilling reasoning capabilities from large AI models into smaller ones. The method overcomes traditional limitations by using three core modules to bridge reasoning gaps and significantly outperforms standard distillation techniques.

🏢 Perplexity
AIBullisharXiv – CS AI · Mar 96/10
🧠

TempoSyncDiff: Distilled Temporally-Consistent Diffusion for Low-Latency Audio-Driven Talking Head Generation

Researchers introduce TempoSyncDiff, a new AI framework that uses distilled diffusion models to generate realistic talking head videos from audio with significantly reduced computational latency. The system addresses key challenges in AI-driven video synthesis including temporal instability, identity drift, and audio-visual alignment while enabling deployment on edge computing devices.

AIBullisharXiv – CS AI · Feb 276/107
🧠

Knowledge Distillation with Structured Chain-of-Thought for Text-to-SQL

Researchers propose Struct-SQL, a knowledge distillation framework that improves Small Language Models for Text-to-SQL tasks by using structured Chain-of-Thought reasoning instead of unstructured approaches. The method achieves an 8.1% improvement over baseline distillation, primarily by reducing syntactic errors through formal query execution plan blueprints.

← PrevPage 2 of 3Next →