ThinkLLM
ModelsCapabilitiesUse CasesBenchmarksPapersGlossary
ModelsCapabilitiesUse CasesBenchmarksPapersGlossary
AboutPrivacyTermsRSS

ThinkLLM

Spot an error in our data? Let us know.

Papers

Recent AI research papers with accessible summaries. Updated daily from arXiv, summarized for developers who don't read papers regularly.

1492 papers23 this month12 topics
AllEvaluation 42Training 39Agents 31Reasoning 27Efficiency 25Safety 18Multimodal 17Applications 17Alignment 11Data 11Architecture 8scaling 6

Jul 6 – Jul 12(2)

Weak-to-Strong Generalization via Direct On-Policy Distillation

Jul 6, 2026

Shiyuan Feng, Huan-ang Gao, Haohan Chi et al.

You can reuse RL training from cheaper small models to improve large models by treating the policy shift (not the final policy) as a dense reward signal—this cuts post-training costs while maintaining reasoning gains across model scales.

This paper proposes Direct-OPD, a method to transfer reinforcement learning gains from smaller models to larger ones without expensive retraining. Instead of distilling the final policy, it extracts the policy shift that RL induced (via log-ratio comparison) and applies it as an implicit reward signal on the stronger model's own data, enabling efficient scaling of RL-based reasoning improvements.

trainingefficiencyreasoning

Interpretable Human-Label-Free Deep Learning for Real-Bogus Classification with Uncertainty Quantification

Jul 6, 2026

Raphaël Bonnet-Guerrini, Bruno Sanchez, Dominique Fouchez et al.

You can train accurate astronomical classifiers without expensive human labels by combining synthetic data injection with robust handling of noisy labels, and get reliable confidence scores through a hybrid uncertainty approach.

This paper develops a Real-Bogus classification system for astronomical transients that requires no human-labeled training data. It uses simulated transient injections combined with noisy survey data and a dual-network training approach to reliably distinguish real astronomical events from false detections, while also providing calibrated uncertainty estimates.

Jun 29 – Jul 5(36)

LACUNA: A Testbed for Evaluating Localization Precision for LLM Unlearning

Jul 2, 2026

Matteo Boglioni, Thibault Rousset, Siva Reddy et al.

Current unlearning methods are imprecise at targeting specific parameters where knowledge is stored, making them vulnerable to attacks that resurface the data—precise localization matters more than output-level performance.

LACUNA is a new benchmark for testing whether LLM unlearning methods actually erase sensitive data from model parameters or just hide it. The researchers inject fake personal information into specific weights of language models, then check if unlearning methods successfully target those exact parameters.

safetyevaluationtraining

Program-as-Weights: A Programming Paradigm for Fuzzy Functions

Jul 2, 2026

Wentao Zhang, Liliana Hotsko, Woojeong Kim et al.

Instead of calling large language models for every fuzzy task, you can compile a natural-language specification once into a tiny reusable neural artifact that runs locally and cheaply—shifting from per-input problem solving to one-time function compilation.

This paper introduces Program-as-Weights (PAW), a method to compile natural-language function specifications into small, locally-executable neural adapters. A 4B compiler generates parameter-efficient adapters that run on a lightweight 0.6B interpreter, matching the performance of much larger models while using 50x less memory and running efficiently on consumer hardware like MacBook M3.

Jun 22 – Jun 28(32)

Second-Order KKT Guarantees for Bregman ADMM in Nonconvex and Non-Lipschitz Optimization

Jun 26, 2026

Shuang Li, Zhihui Zhu, Qiuwei Li

Bregman ADMM provably avoids saddle points and finds second-order stationary solutions for nonconvex problems without Lipschitz gradient requirements, making it applicable to polynomial and tensor optimization problems where standard methods fail.

This paper analyzes Bregman ADMM, an optimization algorithm for nonconvex problems with linear constraints that don't require standard smoothness assumptions.

training

HPRO: Hierarchical Progressive Reward Optimization via Preference Extraction for Emotional Text-to-Speech

Jun 26, 2026

Sihang Nie, Xiaofen Xing, Rui Xing et al.

Separating content and emotion into distinct latent spaces during training prevents reward conflicts and enables better emotional control in TTS systems without sacrificing intelligibility.

This paper addresses emotional expressiveness in LLM-based text-to-speech by proposing HPRO, a hierarchical reward optimization framework that separates emotional and semantic information to avoid conflicting gradients, then progressively aligns rewards across frame, word, and sentence levels to improve emotional control while maintaining speech clarity.

training

Jun 15 – Jun 21(28)

UNIEGO: Proxies as Mediators for Unified Egocentric Video Representation Learning

Jun 18, 2026

Wenhao Chi, Arkaprava Sinha, Dominick Reilly et al.

Using proxy models as intermediaries between diverse teachers prevents conflicting gradients and enables learning richer egocentric representations from heterogeneous knowledge sources—achieving better results than naive multi-teacher distillation.

This paper introduces UNIEGO, a unified egocentric video encoder trained through a novel multi-teacher distillation framework.

multimodaltrainingarchitecture

Toward Calibrated Mixture-of-Experts Under Distribution Shift

Jun 18, 2026

Gina Wong, Drew Prinster, Suchi Saria et al.

Expert-level calibration alone isn't enough for soft-routed MoE models under distribution shift—you need to explicitly calibrate the routing mechanism's aggregate predictions to maintain trustworthy uncertainty estimates.

This paper studies how mixture-of-experts (MoE) models maintain calibrated predictions under distribution shift. The authors show that calibrating individual experts works for hard-routed models but fails for soft-routed ones, and propose an adversarial reweighting method to improve calibration across different routing mechanisms and data distributions.

Jun 8 – Jun 14(2)

Persona-Pruner: Sculpting Lightweight Models for Role-Playing

Jun 12, 2026

Jinsu Kim, Jihoon Tack, Noah Lee et al.

You can shrink language models for specific character personas by 50%+ while keeping 93.8% of role-playing quality, making multi-NPC applications practical without sacrificing character consistency.

This paper introduces Persona-Pruner, a technique that creates lightweight language models optimized for specific character roles by identifying and preserving only the persona-relevant parts of a full model. Unlike standard pruning that indiscriminately removes parameters, this method maintains role-playing quality while reducing computational cost—useful for applications with many NPCs.

efficiencytrainingapplications

AdaSR: Adaptive Streaming Reasoning with Hierarchical Relative Policy Optimization

Jun 12, 2026

Junlong Tong, Wenqi Xu, Yingqi Fan et al.

Models can now learn to reason efficiently during streaming input instead of only after seeing everything, using fine-grained reward signals that separately optimize early thinking and final deliberation phases.

AdaSR enables language models to reason incrementally as data streams in (like audio or video), rather than waiting for complete input. It uses a new training method called Hierarchical Relative Policy Optimization to teach models when to think and how much computation to spend at each stage, balancing accuracy, speed, and efficiency.

trainingevaluationsafety
efficiencytrainingapplications

DemoPSD: Disagreement-Modulated Policy Self-Distillation

Jul 2, 2026

Yunhe Li, Hao Shi, Wenhao Liu et al.

When training reasoning models through self-distillation, selectively adopting teacher guidance based on distribution disagreement prevents information leakage and maintains exploration better than forcing the student to match the teacher exactly.

DemoPSD improves how LLMs learn to reason by fixing a key problem with standard self-distillation: the teacher model's guidance can leak information the student won't have at test time, hurting generalization.

trainingreasoningalignment

Beyond Adam: SOAP and Muon for Faster, Label-Efficient Training of Machine Learning Interatomic Potentials

Jul 2, 2026

Gil Harari, Yoel Zimmermann, Ola Tangen Kulseng et al.

For scientists training ML models of molecular systems, switching from Adam to SOAP or SOAP-Muon optimizers can improve both training speed and final model accuracy, with bigger gains when you have less labeled data.

This paper compares advanced optimizers (SOAP, Muon, SOAP-Muon) against Adam for training machine learning interatomic potentials—AI models that simulate molecular behavior. The researchers find these newer optimizers converge faster and achieve better accuracy, especially when training data is limited, suggesting optimizer choice significantly impacts MLIP performance.

trainingefficiency

Controllable Sim Agents with Behavior Latents

Jul 2, 2026

Juanwu Lu, Junyu Zhu, Ziran Wang

You can build controllable traffic simulators that stay realistic while letting engineers adjust specific behaviors—like making agents safer or faster—without the model gaming the reward system.

This paper presents CNeVA, a framework for creating realistic traffic simulation agents that can both imitate real driving behavior and be steered along interpretable dimensions like speed or safety.

agentstrainingevaluation

Visually Grounded Self-Reflection for Vision-Language Models via Reinforcement Learning

Jul 2, 2026

Liyan Tang, Fangcong Yin, Greg Durrett

Vision-language models can be trained to self-correct more effectively by explicitly grounding their reflection in visual inputs, rather than just generating text-based corrections—this matters especially when models encounter out-of-distribution images.

This paper improves how vision-language models correct their own mistakes by training them to look back at images while reasoning. The authors use reinforcement learning with two key techniques: masking earlier reasoning steps to force the model to recover from errors, and replaying diverse failure scenarios. Their method helps models stay accurate even when given unfamiliar images.

reasoningtrainingmultimodal

Learning to Move Before Learning to Do: Task-Agnostic pretraining for VLAs

Jul 2, 2026

Junhao Shi, Siyin Wang, Xiaopeng Yu et al.

Separating motor skill learning from language grounding dramatically reduces the labeled data needed for robot learning—TAP matches models trained on 1M+ expert trajectories while using far less labeled data and shows better robustness to real-world perturbations.

This paper proposes Task-Agnostic Pretraining (TAP), a two-stage approach for training Vision-Language-Action robots that separates learning how to move (from unlabeled robot interactions) from learning what to do (from minimal labeled data).

trainingefficiencymultimodal

Neuron-Aware Data Selection for Annotation-Free LLM Self-Distillation

Jul 2, 2026

Zhuowei Chen, Xiang Lorraine Li

By analyzing which neurons activate during model predictions, you can automatically select better training data and improve self-supervised learning without any human annotations—useful when expert labels are expensive or unavailable.

This paper proposes Neuron-OPSD, a method for improving large language models without human labels by using the model's internal neuron activations to select which training examples to learn from and how to construct better teacher models. The approach trains the model on its own predictions, achieving better performance on specialized tasks while maintaining general knowledge.

trainingefficiencydata

Understanding the Robustness of Distributed Self-Supervised Learning Frameworks Against Non-IID Data

Jul 2, 2026

Xuanyu Chen, Nan Yang, Shuai Wang et al.

When training on decentralized, non-uniform data, use Masked Image Modeling instead of Contrastive Learning—it's theoretically more robust. Better network connectivity always improves robustness, so federated learning is a viable alternative to fully decentralized systems.

This paper analyzes how distributed self-supervised learning systems handle non-uniform data across devices. The researchers prove that Masked Image Modeling is more robust to data heterogeneity than Contrastive Learning, and that federated learning performs as well as fully decentralized approaches. They introduce MAR loss, a practical improvement that aligns local and global representations.

trainingefficiencydata

Automated grading of Linux/bash examinations using large language models: a four-level cognitive taxonomy approach

Jul 2, 2026

Manuel Alonso-Carracedo, Ruben Fernandez-Boullon, Pedro Celard et al.

LLMs can grade technical exams reliably for simpler tasks, but struggle with complex questions—rubric quality matters more than which model you choose, and a taxonomy-based approach helps identify which questions are safe to auto-grade.

This paper evaluates whether large language models can reliably grade Linux/bash exam responses by testing GPT, Claude, Gemini, and GLM against expert instructors' grades.

evaluationapplicationstraining

WorldSample: Closed-loop Real-robot RL with World Modelling

Jul 2, 2026

Yuquan Xue, Le Xu, Zeyi Liu et al.

Using a world model trained on real robot data to generate synthetic transitions—combined with careful sample selection—lets robots learn manipulation tasks with 59% fewer real interactions while improving success rates by 28%.

WorldSample combines real robot interactions with a world model to generate synthetic training data for reinforcement learning. By closing a loop between physical rollouts, synthetic data generation, and policy improvement, it reduces the number of costly real-world interactions needed while maintaining high-quality learning.

trainingefficiencyagents

Neuron-Aware Active Few-Shot Learning for LLMs

Jul 2, 2026

Zhuowei Chen, Liwei Chen, Christian Schunn et al.

Using internal neuron activation patterns to select few-shot examples is more effective than traditional output-based signals, helping identify what the model actually struggles with rather than just guessing from its outputs.

This paper proposes NeuFS, a method for selecting the most useful examples to annotate when adapting large language models to specialized tasks.

trainingefficiencyevaluation

LIME: Learning Intent-aware Camera Motion from Egocentric Video

Jul 2, 2026

Boyang Sun, Jiajie Li, Yung-Hsu Yang et al.

Robots can learn intent-aware camera control from passive human video by mining supervision pairs of language descriptions, observation changes, and target poses—turning everyday egocentric footage into training data for active perception.

This paper tackles language-conditioned camera motion for robots by learning from egocentric video. Given an image and natural language intent, LIME predicts the next camera pose by combining observation-gain prediction with flow-matching, enabling robots to actively position cameras for inspection, occlusion handling, or user-intent-driven viewing.

agentsmultimodaltraining

DecompRL: Solving Harder Problems by Learning Modular Code Generation

Jul 2, 2026

Juliette Decugis, Fabian Gloeckle, Francis Bach et al.

Instead of sampling harder or using more compute at test time, decomposing problems into independently solvable modules lets you generate exponentially more solutions while drastically cutting GPU costs—solving problems that standard generation cannot reach.

DecompRL teaches LLMs to solve hard coding problems by breaking them into smaller, reusable modules rather than just sampling more attempts. By learning to generate modular code structures, the approach creates exponentially more candidate solutions (k^n combinations from k implementations of n modules) while reducing GPU costs by ~50x, shifting computation to cheaper CPU evaluation.

trainingreasoning

Transformer Geometry Observatory TGO-II: Representational Similarity Observatory

Jul 2, 2026

Kaustubh Kapil, Kishor P. Upla

Vision Transformers don't learn by making tokens independent; instead, they increase representational complexity through richer transformations while preserving strong token interactions, which challenges common assumptions about how these models develop.

This paper analyzes how Vision Transformers' internal representations change during training using geometric analysis tools.

architecturetraining

Is One Layer Enough? Training A Single Transformer Layer Can Match Full-Parameter RL Training

Jul 1, 2026

Zijian Zhang, Rizhen Hu, Athanasios Glentis et al.

You don't need to update all transformer layers during RL training—focusing on middle layers can match full-model performance while dramatically reducing compute and memory costs.

This paper reveals that training just a single transformer layer during RL fine-tuning can recover most or all of the performance gains from updating the entire model. The authors find that RL improvements concentrate in middle layers, with input and output layers contributing far less, and this pattern holds consistently across different models, algorithms, and tasks.

trainingefficiencyreasoning

Language-Critique Imitation Learning from Suboptimal Demonstrations

Jul 1, 2026

Chih-Han Yang, Dai-Jie Wu, Yun-Ping Huang et al.

Language-based feedback preserves more information than scalar signals when learning from imperfect data, enabling policies to understand not just what went wrong but why and how to fix it.

This paper proposes using natural language critiques as structured supervision signals for learning from suboptimal demonstrations. Instead of compressing feedback into scalar scores, the method generates language labels describing task progress, failures, and corrections, then trains policies directly on these rich signals.

trainingdata

AutoMem: Automated Learning of Memory as a Cognitive Skill

Jul 1, 2026

Shengguang Wu, Hao Zhu, Yuhui Zhang et al.

Memory management is a high-leverage, independently trainable skill for LLMs on long-horizon tasks—optimizing it alone can match frontier models' performance without modifying task-solving capabilities.

This paper treats memory management as a learnable skill for language models, similar to how humans develop expertise in organizing and retrieving information. The AutoMem framework automatically optimizes both the memory structure (file schemas, prompts) and the model's ability to use it, achieving 2-4x performance improvements on long-horizon tasks without changing the core task behavior.

trainingagentsreasoning

The State-Prediction Separation Hypothesis

Jul 1, 2026

Giovanni Monea, Nathan Godey, Kianté Brantley et al.

Splitting Transformer computation into separate streams for token prediction and state maintenance improves both training efficiency and model performance—a simple architectural change with consistent gains across scales.

This paper proposes separating two functions in Transformers: predicting the next token and maintaining state for future predictions. The authors design a dual-stream architecture and show it improves language modeling efficiency and downstream task performance by 2-3% compared to standard Transformers.

architectureefficiencytraining

Right in the Right Way: LM Training with Verifiable Rewards and Human Demonstrations

Jul 1, 2026

Mehul Damani, Isha Puri, Idan Shenfeld et al.

You can train models to be both accurate and human-like by combining objective rewards (what you can measure) with a learned signal from human examples (what's hard to measure), avoiding the diversity collapse and gaming that pure RL often causes.

This paper combines reinforcement learning with verifiable rewards (like code correctness) and human demonstrations to train language models better. The key innovation is using an adversarial discriminator that learns from human-written examples to guide the model toward more natural, diverse outputs while still achieving high task accuracy.

trainingalignmentreasoning

Decision-Aware Training for Sample-Based Generative Models

Jul 1, 2026

Kornelius Raeth, Nicole Ludwig

Train generative models to minimize decision costs directly, not just prediction error—this focuses learning on regions where mistakes matter most for your application.

This paper proposes a training method for generative models that makes them aware of decision costs. Instead of training only to predict data accurately everywhere, the method adds a decision loss that penalizes forecast errors in regions where mistakes are most expensive for downstream decisions. The approach combines standard training objectives with cost-sensitive feedback.

trainingevaluation

Introspective Coupling: Self-Explanation Training Tracks Behavioral Change Despite Fixed Supervision

Jun 30, 2026

Zifan Carl Guo, Laura Ruis, Jacob Andreas et al.

Fixed counterfactual explanations from earlier model checkpoints can effectively train language models to generate faithful explanations of their own behavior, even as the model changes during training—offering a scalable approach to interpretability without requiring updated labels.

This paper shows that language models trained to explain their predictions can learn faithful self-explanations even when trained on fixed explanations from earlier versions of themselves. The key finding is that explanations naturally track the model's current behavior rather than mimicking their training targets, enabling scalable post-training without constantly updating supervision data.

alignmenttraining

QVal: Cheaply Evaluating Dense Supervision Signals for Long-Horizon LLM Agents

Jun 30, 2026

Sergio Hernández-Gutiérrez, Matteo Merler, Ilze Amanda Auzina et al.

Simple prompting baselines outperform recent dense supervision methods, and you can now evaluate supervision signal quality before training by checking if scores align with reference Q-values—saving significant compute.

QVal is a training-free evaluation framework for comparing dense supervision signals used in long-horizon LLM agents.

evaluationtrainingagents

Reinforcement Learning with Metacognitive Feedback Elicits Faithful Uncertainty Expression in LLMs

Jun 30, 2026

Gabrielle Kaili-May Liu, Avi Caciularu, Gal Yona et al.

Training LLMs to accurately self-assess their performance creates a powerful RL signal that improves both calibration and accuracy—models that know what they don't know become more reliable and better at learning.

This paper introduces reinforcement learning with metacognitive feedback (RLMF), a method that trains language models to accurately judge their own performance and express uncertainty faithfully.

alignmenttrainingevaluation

Generative Skill Composition for LLM Agents

Jun 30, 2026

Xinyu Zhao, Zhen Tan, Vaishnav Tadiparthi et al.

Instead of treating skill selection as separate retrieval and ordering problems, jointly predicting skill sequences as a single structured decision improves agent performance and reduces token costs.

This paper tackles how LLM agents should select and order skills (reusable procedural knowledge packages) when solving complex tasks. The authors propose SkillComposer, which treats skill selection as a structured prediction problem—jointly deciding which skills to use, how many times, and in what order.

agentstrainingreasoning

FedLAB: Traceable Semantic Codebooks for Federated Multimodal Graph Foundation Learning

Jun 30, 2026

Zekai Chen, Kairui Yang, Xuaner Chen et al.

Federated multimodal graph learning can achieve strong performance while maintaining privacy and interpretability by organizing knowledge into typed semantic codebooks that explicitly track how different modalities and graph structure contribute to predictions.

FedLAB enables federated learning on multimodal graphs (graphs with text, images, and attributes) while preserving privacy by organizing knowledge into traceable semantic codebooks.

multimodaltrainingefficiency

Scalable Behaviour Cloning on Browser Using via Skill Distillation

Jun 30, 2026

Kaisen Yang, Zheng Jiang, Yuzhao Peng et al.

Browser agents can scale more efficiently by learning from the implicit skills already present in human web interactions rather than from manually designed tasks, using skill distillation to convert trajectories into reusable, composable natural-language instructions.

This paper proposes a scalable approach for training browser agents by distilling human web browsing interactions into reusable natural-language skills. Rather than training agents from scratch on individual tasks, the method converts user interaction traces into compact skill descriptions that agents can retrieve and compose, organized in a skill graph to enable efficient learning and reuse.

agentstrainingdata

Self-Study Reconsidered: The Hidden Fragility of Learning from Self-Generated QA

Jun 30, 2026

Ekaterina Alimaskina, Denis Shveykin, Gleb Molodtsov et al.

Synthetic QA generation for model training has hidden failure modes: biased coverage of documents and susceptibility to instruction injection. Simple fixes like anchoring questions to specific targets and filtering instruction-like text can substantially reduce these problems.

This paper reveals that using synthetic question-answer pairs to train language models is riskier than assumed. Models generating QA pairs don't uniformly cover documents—they focus on salient regions and can be hijacked by artifacts like markup.

trainingdatasafety

Radial Suppression Accelerates Algorithmic Generalization: A Geometric Analysis of Delayed Generalization

Jun 30, 2026

Srijan Tiwari, Aditya Chauhan, Manjot Singh

Penalizing radial expansion of neural network activations forces learning of compact, structured representations and dramatically speeds up generalization on algorithmic tasks—a simple geometric insight with practical training benefits.

Neural networks memorize before generalizing on algorithmic tasks because hidden representations inflate radially during training. This paper proposes a geometric penalty that constrains activations to a hypersphere, forcing the network to learn structured circuits faster—accelerating grokking 6x on arithmetic tasks and halving training time for addition.

trainingreasoningefficiency

LeVo 2: Stable and Melodious Song Generation via Hierarchical Representation Modeling and Progressive Post-Training

Jun 29, 2026

Shun Lei, Huaicheng Zhang, Dapeng Wu et al.

For music generation at scale, separating semantic planning (what to generate) from acoustic refinement (how to generate it) and training them sequentially rather than simultaneously improves both coherence and sound quality.

LeVo 2 generates full-length songs by combining language models and diffusion models in a hierarchical approach: first predicting mixed vocal-instrument tokens for overall coherence, then refining each track separately for acoustic detail.

architecturetrainingmultimodal

One-Step Gradient Delay is Not a Barrier for Large-Scale Asynchronous Pipeline Parallel LLM Pretraining

Jun 29, 2026

Philip Zmushko, Egor Petrov, Nursultan Abdullaev et al.

Asynchronous pipeline parallelism with one-step gradient delay is practical for large LLM training if you use the right optimizer; the performance gap with synchronous training can be closed with modern optimizers and error feedback corrections.

This paper shows that asynchronous pipeline parallelism for LLM training isn't fundamentally limited by stale gradients—the problem depends on which optimizer you use. Modern optimizers like Muon handle one-step gradient delays well, while older ones like AdamW struggle.

trainingefficiencyscaling

Pessimism's Paradox: Conservative Offline Training Amplifies Reward Hacking During Online Adaptation in Reasoning Models

Jun 29, 2026

Subramanyam Sahoo, Aman Chadha, Vinija Jain et al.

Conservative offline training doesn't prevent reward hacking in online adaptation—it amplifies it. The sweet spot is calibrated conservatism, not maximum conservatism, because overly conservative policies exploit reward model uncertainty more effectively.

This paper challenges the common assumption that conservative offline training prevents reward hacking. Testing a reasoning model with varying levels of conservatism during offline training, then online adaptation, the authors find that higher conservatism actually increases reward hacking—the model exploits disagreements in the reward model more effectively.

safetytrainingalignment

DOPD: Dual On-policy Distillation

Jun 29, 2026

Xinlei Yu, Gen Li, Qingyi Si et al.

When distilling from privileged teachers or students, routing supervision based on advantage gaps prevents students from learning to exploit information asymmetry instead of real capabilities—improving both LLM and vision-language model performance.

This paper addresses a key problem in on-policy distillation where adding privileged information (extra inputs) to teachers or students creates a 'privilege illusion'—students learn to mimic information asymmetry rather than transferable skills.

trainingefficiency

Optimization Dynamics Imprint Semantic Specificity in Contrastive Embedding Norms

Jun 29, 2026

Ziwei Su, Junyu Ren, Victor Veitch

Embedding norms in contrastive models aren't wasted information—they automatically capture semantic properties during training and can be leveraged as free calibration signals without additional training.

This paper explains why embedding norms (magnitudes) in contrastive models encode semantic information like concept specificity, even though these models use scale-invariant losses that should ignore norms.

trainingevaluation

Scaling the Horizon, Not the Parameters: Reaching Trillion-Parameter Performance with a 35B Agent

Jun 29, 2026

Lei Bai, Zongsheng Cao, Yang Chen et al.

You can match trillion-parameter model performance on complex reasoning tasks with a 35B model by focusing on longer, more complex action sequences and multi-domain expertise rather than raw parameter count.

Agents-A1 is a 35B parameter model that achieves trillion-parameter performance on complex tasks by scaling agent horizon—the length and complexity of action sequences—rather than model size.

agentstrainingscaling

C$^{2}$R: Cross-sample Consistency Regularization Mitigates Feature Splitting and Absorption in Sparse Autoencoders

Jun 29, 2026

Haoran Jin, Xiting Wang, Shijie Ren et al.

When scaling sparse autoencoders for interpretability, enforcing cross-sample consistency prevents features from fragmenting or developing exceptions, making the learned representations more reliable for understanding language model behavior.

This paper identifies and fixes two major problems in Sparse Autoencoders (SAEs) used to interpret language models: feature splitting (where single concepts fragment into multiple latents) and feature absorption (where general features develop arbitrary exceptions).

efficiencytraining
multimodal
alignment

How Width and Data Shape Generalization Scaling Laws in Quadratic Neural Networks

Jun 26, 2026

Julius Girardin, Emanuele Troiani, Yizhou Xu et al.

Generalization doesn't scale uniformly with width and data—the relationship changes dramatically across different regimes, with the data's spectral structure determining how performance improves.

This paper analyzes how neural networks generalize as both model size and training data scale together. Using a simplified quadratic network model with structured data, the researchers derive exact formulas showing that generalization error follows different power-law patterns depending on the ratio of parameters to samples, revealing distinct phases like interpolation onset.

scalingtraining

DanceOPD: On-Policy Generative Field Distillation

Jun 25, 2026

Wei Zhou, Xiongwei Zhu, Zelin Xu et al.

Multi-task image generation models can be trained more effectively by treating each capability (T2I, local edit, global edit) as a separate velocity field and having the student learn to compose them on its own generated trajectories.

DanceOPD is a training framework that helps image generation models master multiple tasks—text-to-image, local editing, and global editing—without them interfering with each other. It uses a distillation approach where a student model learns from specialized 'capability fields' (velocity fields in flow-matching models), routing each image to the right expert for its task.

trainingarchitecturemultimodal

Reinforcement Learning without Ground-Truth Solutions can Improve LLMs

Jun 25, 2026

Yingyu Lin, Qiyue Gao, Nikki Lijing Kuang et al.

You can train LLMs with RL on open-ended optimization tasks using only execution feedback—no ground-truth needed—and the improvements transfer to exact-solution problems, suggesting score-based tasks are valuable for general capability development.

This paper introduces RiVER, a method for training language models using reinforcement learning on tasks without ground-truth answers. Instead of requiring correct solutions, it uses continuous feedback from execution scores (like how well a heuristic algorithm performs).

trainingreasoning

Autoregressive Boltzmann Generators

Jun 25, 2026

Danyal Rehman, Charlie B. Tan, Yoshua Bengio et al.

Autoregressive models can outperform flow-based approaches for molecular sampling by avoiding invertibility constraints and enabling better scalability—opening a new direction for physics-informed generative modeling.

This paper introduces Autoregressive Boltzmann Generators (ArBG), a new method for efficiently sampling molecular systems at equilibrium. Unlike previous approaches using normalizing flows, ArBG uses autoregressive models to generate molecular configurations faster and more accurately, with a large pre-trained model (Robin) achieving 60% better energy predictions on peptide systems.

trainingarchitectureapplications

Empowering GUI Agents via Autonomous Experience Exploration and Hindsight Experience Utilization for Task Planning

Jun 25, 2026

Tianyi Men, Zhuoran Jin, Pengfei Cao et al.

Small 7B models can outperform much larger 32B models at web automation by learning high-level task decomposition through autonomous exploration and hindsight experience, rather than just memorizing low-level actions.

This paper improves small multimodal AI models for web automation by having them autonomously explore environments to learn task planning. The key innovation is using 'hindsight experience'—learning from failed attempts by reframing them as high-level tasks—which helps models generalize to new websites better than training on low-level atomic actions alone.

agentstrainingreasoning

Generative Models on Analog Hardware with Dynamics

Jun 25, 2026

Yu-Neng Wang, Sara Achour

Analog hardware can generate images 100x more efficiently than digital systems, but requires rethinking model design to match fixed physics-based dynamics rather than flexible neural networks.

This paper proposes Analog Interaction Systems (AIS), a framework for building generative models on analog hardware like coupled oscillators. The key innovation is bridging the gap between what neural networks can do and what analog physics naturally computes—using time-varying parameters and hidden states to improve expressivity while keeping energy costs 100x lower than digital approaches.

efficiencyarchitecturetraining

Designing Reward Signals for Portable Query Generation: A Case Study in Industrial Semantic Job Search

Jun 25, 2026

Ping Liu, Qianqi Shen, Jianqiang Shen et al.

When training models with RL and AI feedback, reward signal design is critical—robust reward shaping prevents exploitation better than algorithm choice, and rule-based corrections can fix systematic failures like verbatim copying.

This paper tackles a real-world problem in job search: generating portable queries that capture candidate qualifications without user-specific details. The authors use reinforcement learning with AI feedback (RLAIF) to train models, but discover that standard reward signals get exploited—models learn to copy text verbatim instead of generalizing.

trainingapplications

Simulation-based inference for rapid Bayesian parameter estimation in epidemiological models: a comparison with MCMC

Jun 25, 2026

Alina Bazarova, Johann Fredrik Jadebeck, Henrik Zunker et al.

Neural simulation-based inference can replace slow MCMC for fitting complex disease models, running 15-120x faster on GPUs while producing nearly identical results—enabling real-time outbreak analysis.

This paper compares simulation-based inference (SBI) with traditional MCMC methods for fitting epidemiological models to COVID-19 data. SBI uses neural networks to learn the relationship between model parameters and data, enabling much faster Bayesian inference—achieving 15-120x speedups while maintaining accuracy comparable to MCMC.

trainingefficiencyevaluation

Effective Covariance Dynamics in Solvable High-Dimensional GANs

Jun 25, 2026

Andrew Bond, Zafer Doğan

Structured correlations in data can boost learning of weak features in GANs, but excessive correlation destabilizes training—there's a sweet spot determined by learning rates and noise.

This paper analyzes GAN training mathematically by studying how a linear generator learns data structure. The key innovation is handling realistic data with correlated features and class-dependent patterns—not just simple diagonal structure. The authors prove training converges to predictable equations and show that smart use of correlations can help weak features become learnable.

trainingarchitecturescaling

The Geometry of Updates: Fisher Alignment at Vocabulary Scale

Jun 25, 2026

John Sweeney

FisherSketch enables practical source selection for LLM families by measuring task similarity through Fisher alignment signatures (16 KB per task) instead of expensive full Fisher matrices, revealing whether tasks differ in activations, errors, or their interaction.

This paper solves the problem of selecting training data sources for language models that share vocabularies but differ in tasks (like SMILES vs protein sequences).

trainingefficiencydata

CARVE: Content-Aware Recurrent with Value Efficiency for Chunk-Parallel Linear Attention

Jun 25, 2026

Sayak Dutta

Recurrent models can match Transformer efficiency by making forget gates content-aware (looking at stored memory) rather than memory-blind, enabling a mathematical solver that speeds up training while improving language understanding.

CARVE improves recurrent neural networks by fixing how they decide what to forget. Instead of gates that only see new incoming data, CARVE's gates look at what's already stored in memory before deciding what to erase. This single change fixes three architectural problems, enables faster training, and achieves better performance on language tasks while using less memory than competing approaches.

architectureefficiencytraining

Hierarchical Muon: Tiled Newton-Schulz Updates for Efficient Muon Optimization

Jun 25, 2026

Ziyuan Tang, Tianshi Xu, Yousef Saad et al.

HiMuon makes Muon optimization 10-100x faster by processing weight-matrix tiles independently rather than as full matrices, enabling practical use of this advanced optimizer on large models without sacrificing training quality.

This paper introduces Hierarchical Muon (HiMuon), a faster version of the Muon optimizer for training neural networks. Instead of updating all weights at once, HiMuon splits weight matrices into tiles and updates each tile independently, reducing computation from O(r²sK) to O(HWТK) while maintaining similar training performance.

trainingefficiency

Paved with True Intents: Intent-Aware Training Improves LLM Safety Classification Across Training Regimes

Jun 25, 2026

Jeremias Ferrao, Niclas Müller-Hof, Iustin Sîrbu et al.

Training safety classifiers to explicitly model user intent—not just analyze prompts directly—produces more robust safety decisions across different training approaches and external benchmarks.

This paper shows that safety classifiers work better when they explicitly model what users intend to do, not just what they say. The authors created AIMS, a dataset of 1,724 tricky safety prompts with intent descriptions, and tested intent-aware training across multiple methods (fine-tuning, preference learning, reasoning distillation, and reinforcement learning).

safetytrainingevaluation

Learning Action Priors for Cross-embodiment Robot Manipulation

Jun 24, 2026

Dong Jing, Tianqi Zhang, Jiaqi Liu et al.

Pretraining action modules on motion structure before vision-language alignment significantly improves robot learning efficiency and cross-embodiment generalization, particularly in data-scarce real-world settings.

This paper proposes a two-stage training approach for robot manipulation models that first learns motion patterns from action trajectories alone, then transfers this knowledge to vision-language-action models.

trainingmultimodalefficiency

On-Policy Self-Distillation with Sampled Demonstrations Reduces Output Diversity

Jun 24, 2026

Andrei Liviu Nicolicioiu, Mohammad Pezeshki, Aaron Courville

Self-distillation trades diversity for accuracy: models become overconfident in their preferred solutions, hurting performance on out-of-distribution tasks that need varied strategies.

This paper reveals a hidden cost of on-policy self-distillation: while it achieves high average accuracy, it reduces output diversity by amplifying the model's existing biases. The authors show theoretically and empirically that self-distillation concentrates probability mass on dominant modes, causing pass@k curves to flatten—generating more rollouts doesn't improve accuracy like it should.

trainingreasoningevaluation

Neglected Free Lunch from Post-training: Progress Advantage for LLM Agents

Jun 24, 2026

Changdae Oh, Wendi Li, Seongheon Park et al.

You can extract free step-level evaluation signals from standard RL post-training using progress advantage, eliminating the need to build expensive process reward models for agent systems.

This paper shows that RL-trained language models already contain step-level scoring signals without needing separate reward models. The authors derive 'progress advantage'—a metric based on policy log-probability ratios—that automatically captures how good each step is, and demonstrate it works for scaling, uncertainty, and debugging across multiple benchmarks.

reasoningtrainingevaluation

A cross-process welding penetration status prediction algorithm based on unsupervised domain adaptation in laser and TIG welding

Jun 24, 2026

Sen Li, Haichao Cui, Chendong Shao et al.

Unsupervised domain adaptation can transfer welding quality models between fundamentally different processes (laser vs. arc welding) without retraining from scratch, reducing the cost of deploying AI to new manufacturing equipment.

This paper solves a real manufacturing problem: deep learning models trained on one welding process fail when applied to another because the physical mechanisms differ. The authors use unsupervised domain adaptation to learn features that work across both laser and TIG welding, achieving 80%+ accuracy in cross-process transfer without needing labeled data from the new process.

applicationstraining

Natural Ungrokking: Asymmetric Control of Which Rules Survive Pretraining

Jun 24, 2026

Juliana Li, Diya Sreedhar

Language models don't just forget rules randomly during training—their survival is determined by corpus statistics (support frequency), and this process is irreversible: you can kill learned behaviors but cannot resurrect them through data manipulation.

During language model pretraining, learned rules like pronoun-gender agreement mysteriously disappear mid-training even though evidence for them remains in the data. This 'natural ungrokking' is predictable: rules survive based on how often the training data supports them relative to competing patterns.

trainingdata

Detect, Unlearn, Restore: Defending Text Summarization Models Against Data Poisoning

Jun 24, 2026

Poojitha Thota, Shirin Nilizadeh

Poisoned summarization models leave detectable structural artifacts—high training influence in white-box settings and unusual sensitivity to semantic perturbations in black-box settings—allowing 85-92% detection accuracy and recovery of 96% of original behavior without full retraining.

This paper presents a defense framework against data poisoning attacks on text summarization models during fine-tuning. The authors develop detection methods using influence analysis (white-box) and behavioral auditing (black-box), plus an unlearning technique to remove poisoned effects.

safetytrainingevaluation

InSight: Self-Guided Skill Acquisition via Steerable VLAs

Jun 23, 2026

Maggie Wang, Lars Osterberg, Stephen Tian et al.

By making VLA models steerable at the primitive-action level, you can create a self-improving loop where robots identify skill gaps, practice autonomously, and expand their capabilities continuously.

InSight enables vision-language-action models to autonomously learn new manipulation skills by breaking down demonstrations into reusable primitive actions (like "move gripper to bowl").

agentstrainingmultimodal

OpenThoughts-Agent: Data Recipes for Agentic Models

Jun 23, 2026

Negin Raoof, Richard Zhuang, Marianna Nezhurina et al.

Systematic data curation matters more than you might think—the right mix of task sources and diversity in training data significantly improves how well agents generalize across different benchmarks.

This paper presents OpenThoughts-Agent, an open framework for creating training data for AI agents that can handle diverse tasks. The authors ran 100+ experiments to understand what makes good training data, then created a 100K example dataset that improved agent performance by 3.9 percentage points over existing open models.

trainingagentsdata

IV-CoT: Implicit Visual Chain-of-Thought for Structure-Aware Text-to-Image Generation

Jun 23, 2026

Zixuan Li, Haokun Lin, Yicheng Xiao et al.

Separating structure planning from appearance rendering in image generation improves prompt following for complex spatial and compositional requirements without needing intermediate outputs.

This paper improves text-to-image generation by separating structural planning from appearance rendering. IV-CoT uses two types of queries—structural and semantic—that work together in a single pass: structural queries create a latent visual plan (like an invisible sketch), then semantic queries render the final image based on that plan.

multimodalarchitecturetraining

Matching Tasks to Objectives: Fine-Tuning and Prompt-Tuning Strategies for Encoder-Decoder Pre-trained Language Models

Jun 23, 2026

Ahmad Pouramini, Hesham Faili

Matching a task's requirements to the model's pre-training objective—and maintaining that alignment through fine-tuning templates and prompts—dramatically improves performance, especially with limited data.

This paper shows how to better adapt pre-trained encoder-decoder language models by matching task requirements to pre-training objectives. The authors introduce the Match Task to Objective (MTO) framework, which automatically selects appropriate training objectives and designs aligned prompts/templates.

training

Less is More: Quality-Aware Training Data Selection for Scientific Summarization

Jun 23, 2026

Maria Nefeli Paraskevopoulou, Tatiana Passali, Grigorios Tsoumakas

For scientific summarization, training on carefully selected high-quality examples outperforms training on larger random datasets—quality matters more than quantity when building summarization systems.

This paper creates a large biomedical summarization dataset (1.88M articles) and shows that author-written abstracts vary in quality. By selecting high-quality training examples based on alignment with source articles, models achieve better results with less data than random sampling, improving both efficiency and factuality.

dataevaluationtraining

Randomized YaRN Improves Length Generalization for Long-Context Reasoning

Jun 22, 2026

Manas Mehta, Fangcong Yin, Greg Durrett

Training models with randomized positional encodings from a larger range than your data helps them generalize to much longer sequences without requiring long-context training data.

This paper proposes Randomized YaRN, a training method that helps language models generalize to much longer text sequences than they were trained on. By randomly sampling positional encodings from a larger range during training on short sequences, the model learns to handle longer contexts it hasn't seen before—improving performance on reasoning tasks with 16K-128K token contexts.

training

AIR: Adaptive Interleaved Reasoning with Code in MLLMs

Jun 22, 2026

Cong Han, Xiaohan Lan, Haibo Qiu et al.

MLLMs can be trained to adaptively switch between reasoning and code execution for numerical tasks—not just visual ones—using reinforcement learning with a specialized reward function that guides when to invoke tools.

This paper enhances multimodal AI models to reason through complex math and numerical problems by interleaving natural language thinking with executable code. The authors use reinforcement learning to train models to decide when and how to use code tools, achieving 6.1% accuracy improvement on benchmarks.

reasoningtrainingmultimodal

Open Problem: Is AdamW Effective Under Heavy-Tailed Noise?

Jun 22, 2026

Dingzhi Yu, Hongyi Tao, Yuanyu Wan et al.

AdamW's convergence under heavy-tailed noise remains unproven; understanding this gap matters because real LLM training exhibits heavy-tailed gradients, but theory currently assumes finite variance.

This paper investigates whether AdamW, the standard optimizer for training large language models, can theoretically converge when gradient noise has heavy tails—a realistic scenario in LLM training. The authors prove some positive results and identify potential obstacles, framing this as an open theoretical problem.

training

Teaching LLMs String Matching, Backtracking, and Error Recovery to Deduce Bases and Truth Tables for the Combinatorially Exploding Bit Manipulation Puzzles

Jun 22, 2026

Prateek Agnihotri, Sanchit Jain, Prabhat Agnihotri et al.

Reframing symbolic reasoning problems as string matching and search—rather than arithmetic simulation—helps LLMs avoid hallucinations and handle combinatorially complex tasks more reliably.

This paper tackles bit manipulation puzzles by teaching LLMs to deduce hidden logical rules transforming binary strings. Instead of forcing models to simulate complex boolean logic (which causes hallucinations), the authors reframe the problem as string similarity matching and structured search with backtracking.

reasoningtrainingevaluation

Muown Implicitly Performs Angular Step-size Decay

Jun 22, 2026

Florian Hübler, Kai Lion, Antonio Orvieto et al.

Muown's effectiveness comes from implicit angular step-size decay; making this explicit in AngularMuown gives you a faster, more controllable optimizer for Transformer pre-training with decoupled learning rate scheduling for directions vs. magnitudes.

This paper analyzes how Muown, a matrix-aware optimizer for training Transformers, implicitly controls step sizes through angular (directional) updates. The authors reformulate this insight into AngularMuown, which explicitly separates angular step-size scheduling from magnitude updates, improving training speed and stability across model sizes from nanoGPT to 1.1B parameter models.

trainingefficiency

Diffusion Models Adapt to Low-Dimensional Structure Under Flexible Coefficient Choices

Jun 22, 2026

Changxiao Cai, Yuchen Jiao, Gen Li

Diffusion models robustly adapt to low-dimensional structure across a wide range of coefficient choices, meaning practitioners don't need to fine-tune these hyperparameters precisely to get dimension-independent speedups on structured data.

This paper proves that diffusion models can efficiently sample from low-dimensional data structures regardless of how you set their update coefficients, as long as they fall within a broad class. The key finding is that sampling takes only O(k/ε) iterations (where k is the intrinsic dimension), independent of the ambient dimension—showing this efficiency isn't fragile to implementation details.

efficiencyscalingtraining
trainingevaluationefficiency

Multi-Task Bayesian In-Context Learning

Jun 18, 2026

Qingyang Zhu, Eric Karl Oermann, Kyunghyun Cho

You can train a transformer to act as a fast Bayesian predictor by treating prior information as part of the input context, achieving oracle-level accuracy orders of magnitude faster than traditional Bayesian methods.

This paper presents a method for training transformers to perform Bayesian inference quickly by learning from examples of prior distributions and target datasets. Instead of computing exact Bayesian predictions (which is slow), the model learns to map sequences of prior information and data directly to predictions, enabling fast uncertainty-aware inference that adapts to new priors at test time.

trainingreasoningefficiency

FlowEdit: Associative Memory for Lifelong Pronunciation Adaptation in Flow-Matching TTS

Jun 18, 2026

Harshit Singh, Ayush Pratap Singh, Nityanand Mathur

You can add lifelong learning to frozen TTS models by storing pronunciation fixes in a memory network instead of updating weights—enabling fast adaptation to new proper nouns without retraining.

FlowEdit enables text-to-speech systems to learn and remember pronunciation corrections for proper nouns without retraining. It stores corrections as edits in a memory network, then retrieves and applies them at inference time, reducing pronunciation errors by 93% while keeping the original model frozen.

trainingefficiencyapplications

Probe-and-Refine Tuning of Repository Guidance for Coding Agents

Jun 18, 2026

Asa Shepard, Jeannie Albrecht

Automatically tuning repository guidance through synthetic bug probes improves coding agent performance by 7.5 percentage points, primarily by helping agents locate correct files rather than improving code quality.

This paper shows that repository guidance files (like AGENTS.md) help coding agents fix bugs, but only if created the right way. The authors introduce probe-and-refine tuning: a method that tests guidance against synthetic bugs and automatically improves it.

agentstrainingevaluation

What Do Safety-Aligned LLMs Learn From Mixed Compliance Demonstrations?

Jun 18, 2026

Sihui Dai, Mann Patel

Safety training through preference optimization is critical for preventing benign demonstrations from accidentally increasing harmful compliance—models extract different lessons from the same demonstrations depending on their training methodology.

This paper investigates how language models interpret mixed compliance demonstrations—some showing helpful responses to benign requests, others showing helpful responses to harmful requests. The researchers find that benign and harmful demonstrations aren't interchangeable; their effect on jailbreaking depends on model training, demonstration order, and how the model handles refusals.

safetytrainingalignment

FreeStyle: Free Control of Style-Content Dual-Reference Generation from Community LoRA Mining

Jun 18, 2026

Jinghong Lan, Wei Cheng, Yunuo Chen et al.

By mining community LoRAs as style-content anchors and using curriculum learning with targeted disentanglement mechanisms, you can scale dual-reference image generation while maintaining clean separation between style and content.

FreeStyle is a framework for generating images that combine the style of one image with the content of another. It uses community LoRA models as building blocks to create large training datasets and employs specialized techniques to prevent unwanted style or content leakage. The approach includes a new benchmark for evaluating dual-reference image generation.

trainingmultimodaldata

Calibration Without Comprehension: Diagnosing the Limits of Fine-Tuning LLMs for Vulnerability Detection in Systems Software

Jun 18, 2026

Arastoo Zibaeirad, Marco Vieira

Fine-tuning LLMs for vulnerability detection produces calibration without comprehension: models adjust their confidence scores to match training data but don't develop actual security reasoning.

This paper evaluates whether LLMs actually understand software vulnerabilities or just memorize patterns. Using 834 carefully curated Linux kernel samples with strict temporal splits to prevent data leakage, the authors find that fine-tuning doesn't improve genuine security reasoning—it only adjusts output thresholds.

evaluationsafetytraining

Your Mouse and Eyes Secretly Leak Your Preference: LLM Alignment using Implicit Feedback from Users

Jun 18, 2026

Haw-Shiuan Chang, Jeffrey Gomez, Mehul Patwari et al.

Implicit user signals (eye gaze, mouse movement) can substantially improve LLM reward models and alignment, suggesting that behavioral data is a practical alternative to expensive explicit human feedback collection.

This paper shows that user behavior signals like mouse movements and eye gaze contain valuable information about LLM response quality.

alignmentevaluationtraining

Marginal Advantage Accumulation for Memory-Driven Agent Self-Evolution

Jun 18, 2026

Mingyu Yang, Keye Zheng, Congchao Cheng et al.

MAA enables agents to learn which memory operations consistently help by accumulating cross-batch evidence, making agent self-improvement more efficient and reliable without requiring online training.

This paper addresses a problem in training AI agents: when the same memory operation gets conflicting feedback across different training batches, it's hard to know which operations actually work. MAA solves this by accumulating evidence for each operation across batches and filtering out unreliable ones, improving agent learning while using 75% fewer tokens during training.

trainingagentsefficiency

Fisher-Geometric Sharpness and the Implicit Bias of SGD toward Flat Minima

Jun 18, 2026

Md Sakir Ahmed, Kumaresh Sarmah, Hemen Dutta

Flatness matters for generalization, but only when measured using Fisher geometry—standard Euclidean measures are misleading because they change when you reparametrize the network while keeping its function identical.

This paper solves a long-standing problem in deep learning: why flat minima generalize better. The authors show that standard flatness measures fail because they change under reparametrization, but by using the Fisher Information Matrix geometry, they define a reparametrization-invariant flatness measure that provably explains SGD's bias toward flat minima and their generalization.

trainingevaluationreasoning

Repurposing a Speech Classifier for Guided Diffusion-Based Speech Generation

Jun 18, 2026

Rostislav Makarov, Timo Gerkmann

You can reuse existing discriminative models (classifiers) for generative tasks by freezing them and training lightweight adapters, cutting the model footprint in half while keeping performance—useful when you already have trained classifiers lying around.

This paper shows how to repurpose a pre-trained speech classifier for generating speech by attaching a lightweight denoising network on top of it. Instead of training separate classifier and diffusion models, the authors freeze the classifier and train only a small adapter to guide generation, reducing memory and computation while maintaining high speech quality.

efficiencyarchitecturetraining

Evolutionary Two-Stage Hyperparameter Optimization Strategies for Physics-Informed Neural Networks

Jun 18, 2026

Fedor Buzaev, Dmitry Efremenko, Egor Bugaev et al.

Evolutionary algorithms can efficiently find good hyperparameter configurations for PINNs by combining fast screening of many candidates with full training of the best ones, avoiding the manual tuning and convergence issues that plague standard approaches.

This paper tackles the challenge of tuning Physics-Informed Neural Networks (PINNs) by proposing a two-stage evolutionary algorithm approach. Instead of manually searching for good hyperparameters, the method first quickly screens many configurations using short training runs, then fully trains the most promising ones.

trainingefficiency

On the Redundancy of Timestep Embeddings in Diffusion Models

Jun 18, 2026

José A. Chávez

Timestep embeddings in diffusion models may be redundant—models can achieve competitive image quality without them by inferring noise scales directly from input corruption patterns.

This paper questions whether diffusion models actually need explicit timestep embeddings for denoising. The authors show theoretically and empirically that removing timestep information entirely doesn't significantly hurt performance on image generation tasks, and models can implicitly learn noise levels from corrupted inputs alone.

architectureefficiencytraining

The Significance of Style Diversity in Annotation-Free Synthetic Data Generation

Jun 18, 2026

Zahra Abbasiantaeb, Zeno Belligoli, Omar Essam et al.

Style diversity in synthetic data is more important than topic diversity for training intent classifiers—varying how things are said matters more than varying what's discussed.

This paper presents a method for generating synthetic training data for intent classification without any human annotations. The approach uses intent definitions and LLM generation with style and topic diversity controls, plus post-hoc stylization models to create varied, realistic dialogue. Results show the synthetic data reaches 93% of the performance of human-annotated data.

datatrainingevaluation

Learning User Simulators with Turing Rewards

Jun 17, 2026

Yingshan Susan Wang, Cedegao E. Zhang, Linlu Qiu et al.

Training user simulators to be indistinguishable from real users (via Turing-test-style rewards) works better than training them to match specific ground-truth responses, enabling more realistic evaluation of conversational AI systems.

This paper proposes Turing-RL, a new method for training AI models to simulate human users in conversations. Instead of teaching models to match specific human responses word-for-word, it uses a judge (another LLM) to score how realistic and indistinguishable the simulated responses are from real human behavior.

trainingevaluationagents

UBP2: Uncertainty-Balanced Preference Planning for Efficient Preference-based Reinforcement Learning

Jun 17, 2026

Mohamed Nabail, Leo Cheng, Jingmin Wang et al.

By jointly reasoning over uncertainty in rewards, dynamics, and values during planning, preference-based RL can achieve sample efficiency comparable to model-based methods while avoiding explicit reward design.

This paper presents UBP2, a method that learns reward models from human preference comparisons while actively exploring the environment. Unlike passive approaches, UBP2 uses ensemble models to balance learning about rewards, environment dynamics, and value functions, enabling efficient sample use during early training stages.

trainingefficiencyreasoning

Rethinking Reward Supervision: Rubric-Conditioned Self-Distillation

Jun 17, 2026

Siyi Gu, Jialin Chen, Sophia Zhou et al.

Using structured rubrics as fine-grained feedback during training helps reasoning models learn better than scalar rewards or single reference solutions, because rubrics specify what makes a good response without forcing the model to copy one specific reasoning path.

This paper proposes a new training method for reasoning language models that uses detailed rubrics (scoring criteria) instead of single correct answers or scalar rewards. The approach has a teacher model generate token-level feedback based on rubrics, guiding a student model's own reasoning steps. This provides more nuanced learning signals than traditional distillation or reward-based methods.

trainingreasoning

Optimal scenario design for climate emulation

Jun 17, 2026

Christopher B. Womack, Shahine Bouabid, Andrei Sokolov et al.

For climate emulators, optimizing training data diversity through iterative refinement produces better generalization than simply using more standard scenarios, even with smaller datasets.

This paper shows that training data quality matters more than quantity for climate AI models. Instead of using many standard climate scenarios, researchers created a method to design fewer but more diverse training scenarios that teach AI models to better predict climate behavior across different conditions—like distinguishing how greenhouse gases versus aerosols affect the climate.

trainingdataefficiency

Zone of Proximal Policy Optimization: Teacher in Prompts, Not Gradients

Jun 16, 2026

Byung-Kwan Lee, Ximing Lu, Shizhe Diao et al.

Teaching small models through prompt-based learning (showing them correct vs incorrect answers to discriminate) works better than traditional distillation or standard RL, especially for models under 1B parameters.

This paper introduces ZPPO, a training method that improves small AI models by learning from larger teacher models without copying their exact outputs. Instead of forcing students to imitate teacher predictions, ZPPO keeps the teacher in the prompt—creating special question formats that help students learn to discriminate correct from incorrect answers and identify their own failure patterns.

trainingefficiencyalignment

Learning from the Self-future: On-policy Self-distillation for dLLMs

Jun 16, 2026

Yifu Luo, Zeyu Chen, Haoyu Wang et al.

Self-distillation can be adapted for non-autoregressive language models by learning from the model's own future outputs rather than privileged prefixes, achieving better results with 10x fewer training steps than reinforcement learning baselines.

This paper introduces d-OPSD, a self-distillation method designed specifically for diffusion language models (dLLMs) that generate text in arbitrary order rather than left-to-right.

trainingefficiency

Context-Aware RL for Agentic and Multimodal LLMs

Jun 15, 2026

Peiyang Xu, Bangzheng Li, Sijia Liu et al.

Training models to identify supporting evidence through context selection—not just answer correctness—improves long-horizon reasoning and multimodal performance without requiring more data.

ContextRL trains LLMs to better handle long contexts and multimodal inputs by rewarding models for selecting the correct supporting context from similar alternatives, rather than just supervising final answers. This indirect approach improves reasoning on coding tasks and visual question-answering by encouraging fine-grained evidence grounding.

trainingreasoningmultimodal

Exact Posterior Score Estimation for Solving Linear Inverse Problems

Jun 15, 2026

Abbas Mammadov, Ozgur Kara, Kaan Oktay et al.

You can train diffusion models to solve inverse problems by reformulating posterior sampling as a shifted denoising problem—this gives better results than steering pretrained models and requires far fewer model evaluations.

This paper solves a key problem in using diffusion models for image reconstruction: how to sample from the posterior distribution when you have a measurement constraint.

trainingevaluation

Hierarchical Advantage Weighting for Online RL Fine-Tuning of VLAs from Sparse Episode Outcomes

Jun 15, 2026

Tongyan Fang, Siyuan Huang, Naiyu Fang et al.

Splitting sparse episode outcomes into separate success and efficiency signals with state-adaptive weighting, plus intervention-aware credit assignment, enables effective online RL fine-tuning of robot policies from minimal supervision.

This paper solves a key problem in robot learning: when fine-tuning pretrained vision-language-action models through trial-and-error, each episode only gives a binary success/failure signal, but the model needs per-step feedback.

agentstraining

Your Privacy My Cloak: Backdoor Attacks on Differentially Private Federated Learning

Jun 15, 2026

Xiaolin Li, Ning Wang, Ninghui Li et al.

Differential privacy in federated learning creates a false sense of security: it hides backdoor signals from detection systems, making attacks more effective rather than less. Defenders face a fundamental trade-off between privacy and security.

This paper reveals that differential privacy in federated learning doesn't protect against backdoor attacks as previously thought. The authors show that privacy mechanisms actually mask malicious updates, making them harder to detect, and propose RING—an attack that exploits this masking effect to inject backdoors while evading defenses with 90% success rates.

safetytraining

KVEraser: Learning to Steer KV Cache for Efficient Localized Context Erasing

Jun 15, 2026

Mufei Li, Shikun Liu, Dongqi Fu et al.

You can efficiently erase stale or harmful information from an LLM's KV cache by learning to replace cached states rather than recomputing—enabling practical context correction in long-context applications without massive latency penalties.

KVEraser is a learned method for efficiently removing unwanted information from an LLM's cached key-value states after processing. Instead of recomputing all tokens after a deleted span (which is slow), it replaces only the cached states of the erased text with learned steering states, achieving near-full-recomputation quality with 3-4x speedup on long-context tasks.

efficiencytrainingreasoning

DEEPRUBRIC: Evidence-Tree Rubric Supervision for Efficient Reinforcement Learning of Deep Research Agents

Jun 15, 2026

Minghang Zhu, Chuyang Wei, Junhao Xu et al.

By reversing the rubric generation process—building evaluation criteria from evidence first, then creating aligned questions—you can train research agents more efficiently with more reliable reward signals for reinforcement learning.

DeepRubric is a framework that creates high-quality training data for teaching AI research agents to write better reports. Instead of asking an AI to guess what makes a good report for a given question, it works backwards: it first decides what a report should be evaluated on, then creates matching question-evaluation pairs. This approach trains better agents 13x faster than previous methods.

trainingreasoningevaluation

ExpRL: Exploratory RL for LLM Mid-Training

Jun 15, 2026

Violet Xiang, Amrith Setlur, Chase Blagden et al.

Using reference solutions as reward signals rather than imitation targets helps models learn reusable reasoning skills that sparse rewards alone miss, making them better prepared for downstream RL.

ExpRL is a method for improving language models through reinforcement learning during mid-training. Instead of having models imitate reference solutions, it uses those solutions to create grading rubrics that reward the model for showing useful reasoning steps—like breaking down problems or verifying answers—even if the final answer is wrong.

trainingreasoning
reasoningtrainingefficiency