AINeutralarXiv – CS AI · Jun 236/10
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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 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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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 176/10
🧠Researchers developed a framework to make large language model-based query expansion more efficient by distilling knowledge from powerful teacher models into compact student models. The approach uses retrieval feedback and preference alignment to maintain 97% of the original performance while dramatically reducing inference costs.
AIBullisharXiv – CS AI · Mar 126/10
🧠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
🧠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
🧠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.