y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#llm-training News & Analysis

196 articles tagged with #llm-training. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

196 articles
AIBullisharXiv – CS AI · Jun 16/10
🧠

D$^3$: Dynamic Directional Graph-Constrained Data Scheduling for LLM Training

Researchers introduce D³, a novel data scheduling framework for LLM training that models interactions between training samples as a dynamic directional graph to optimize training order. The approach outperforms existing data scheduling methods while maintaining computational efficiency through an approximation algorithm.

AIBullisharXiv – CS AI · Jun 16/10
🧠

LongTraceRL: Learning Long-Context Reasoning from Search Agent Trajectories with Rubric Rewards

Researchers introduce LongTraceRL, a reinforcement learning method that improves large language models' ability to reason over lengthy documents by using search agent trajectories and entity-level reward signals. The approach generates challenging training contexts with high-confusability distractors and applies rubric rewards that supervise intermediate reasoning steps, demonstrating consistent improvements across multiple LLM sizes and benchmarks.

AINeutralarXiv – CS AI · Jun 16/10
🧠

Unifying and Optimizing Data Values for Selection via Sequential Decision-Making

Researchers propose a new framework that reinterprets data selection as a sequential decision-making problem rooted in dynamic programming, unifying existing methods like Data Shapley while revealing their limitations as myopic approximations. The work introduces a scalable bipartite graph-based approach that preserves submodular structure and demonstrates improvements on machine learning and LLM fine-tuning tasks.

AINeutralarXiv – CS AI · May 296/10
🧠

MIRA: Mid-training Rubric Anchoring for Source-Aware Data Selection

Researchers introduce MIRA, a framework for optimizing data selection during mid-training of large language models by dynamically discovering and applying source-specific evaluation rubrics. The approach achieves comparable performance to full-corpus training while reducing token usage by 50% on code-oriented tasks across 21 diverse data sources.

AIBullisharXiv – CS AI · May 296/10
🧠

Demystifying Data Organization for Enhanced LLM Training

Researchers have developed novel data organization methods (STR and SAW) for improving LLM training efficiency by strategically ordering training data using pre-computed sample-level scores. The study formalized four key guidelines—Boundary Sharpening, Cyclic Scheduling, Curriculum Continuity, and Local Diversity—and validated their effectiveness across multiple model scales, offering practical improvements to training stability with minimal computational overhead.

AIBullisharXiv – CS AI · May 296/10
🧠

GenesisFunc: Multi-Agent Data Generation for Accurate and Generalizable Function-Calling

GenesisFunc presents an automated pipeline for generating high-quality synthetic training data for LLM function-calling capabilities, addressing limitations in existing data generation methods. The approach uses a multi-agent framework to create diverse, validated datasets that enable smaller LLMs (8B parameters) to match or exceed the function-calling performance of larger proprietary models.

AINeutralarXiv – CS AI · May 296/10
🧠

unix-ctf: Procedural Environments for Unix-Competence Reinforcement Learning

Researchers introduce unix-ctf, a procedural benchmark for evaluating Unix shell competence in AI agents through capture-the-flag tasks. The system demonstrates that Unix skills are trainable and separable from general programming ability, with fine-tuned models improving solve rates from 11.6% to 43.6% on diverse Unix challenges.

AINeutralarXiv – CS AI · May 296/10
🧠

Hista and Numca: Estimate State Value Effectively for LLM Reinforcement Learning

Researchers introduce Hista and Numca, two novel techniques for improving state value estimation in large language model reinforcement learning. The work identifies a critical gap where standard RL approaches like PPO fail to accurately estimate state values, proposing solutions that leverage numerical spans and hidden state representations to enhance training stability and performance.

AIBullisharXiv – CS AI · May 296/10
🧠

LsrIF: Enhancing Logic-Structured Instruction Following of Large Language Models

Researchers introduce LsrIF, a training framework that improves how large language models follow complex instructions by recognizing logical structures like sequential dependencies and conditional branching. The method uses structure-aware reward aggregation instead of simple averaging, demonstrating improved instruction-following performance both within and across domains.

AINeutralarXiv – CS AI · May 296/10
🧠

From Meta-Thought to Execution: Cognitively Aligned Post-Training for Generalizable and Reliable LLM Reasoning

Researchers propose a cognitively-inspired post-training framework for large language models that separates abstract reasoning from problem-specific execution, mirroring how humans actually think. The approach, combining Chain-of-Meta-Thought supervised learning with Confidence-Calibrated Reinforcement Learning, achieves 2-3% performance improvements across benchmarks while improving generalization and robustness.

AIBullisharXiv – CS AI · May 296/10
🧠

Beyond Normalization: Rethinking the Partition Function as a Difficulty Scheduler for RLVR

Researchers propose PACED-RL, a novel post-training framework that reinterprets the partition function in GFlowNet-based LLM training as a difficulty scheduler rather than merely a normalizer. By leveraging per-prompt accuracy signals, the method improves sample efficiency and maintains generation diversity while outperforming existing reward-maximizing approaches.

AINeutralarXiv – CS AI · May 296/10
🧠

Combating Data Laundering in LLM Training

Researchers have developed Synthesis Data Reversion (SDR), a technique to detect unauthorized LLM training data even when that data has been deliberately obfuscated through stylistic transformation. The method works by inferring laundering patterns and generating synthetic queries that mimic the transformed data, effectively countering data laundering practices that previously evaded detection.

🧠 Llama
AINeutralarXiv – CS AI · May 286/10
🧠

Cross-Entropy Games and Frost Training

Researchers introduce Frost Training, a novel method that applies gradient-based optimization from embedding space to improve LLM policy training on Cross-Entropy Games. The technique leverages signals previously used only in adversarial jailbreaking to accelerate model performance, achieving higher quality outputs faster in Monte Carlo-based optimization tasks.

AINeutralarXiv – CS AI · May 286/10
🧠

Mechanistically Interpreting the Role of Sample Difficulty in RLVR for LLMs

Researchers mechanistically analyze how sample difficulty affects Reinforcement Learning with Verifiable Reward (RLVR) training in large language models, discovering that medium-difficulty problems yield optimal reasoning improvements while overly hard problems degrade performance. The study proposes difficulty-adaptive strategies using backward-reasoning reformulation and sparse autoencoders to optimize reward signals during training.

AINeutralarXiv – CS AI · May 286/10
🧠

Restoring the Sweet Spot: Pass-Rate Weighted Self-Distillation for LLM Reasoning

Researchers propose SC-SDPO, an improved machine learning technique that enhances how large language models learn from their own feedback during training. By weighting training examples based on question difficulty, the method achieves 3-4% performance gains on reasoning benchmarks while maintaining stable training dynamics.

AINeutralarXiv – CS AI · May 286/10
🧠

Semantic Flow Regularization: Teaching LLMs to Generate Diverse Yet Coherent Responses

Researchers propose Semantic Flow Regularization (SFR), a novel training technique that addresses the problem of large language models generating repetitive, low-diversity responses when fine-tuned for specific styles or personas. SFR uses conditional flow matching to preserve output diversity while maintaining coherence, demonstrating improvements across dialogue systems and code generation tasks without adding inference costs.

AINeutralarXiv – CS AI · May 286/10
🧠

InfiMed-ORBIT: Aligning LLMs on Open-Ended Complex Tasks via Rubric-Based Incremental Training

Researchers introduce ORBIT, a reinforcement learning framework that uses dynamically generated rubrics to fine-tune large language models for open-ended medical dialogue tasks. The approach achieves state-of-the-art performance on medical benchmarks with minimal training data, addressing the challenge of applying RL to complex tasks where traditional scalar reward signals are inadequate.

AINeutralarXiv – CS AI · May 286/10
🧠

SAME: Stabilized Mixture-of-Experts for Multimodal Continual Instruction Tuning

Researchers introduce SAME, a new approach for training Multimodal Large Language Models that can continuously learn new tasks without forgetting previous capabilities. The method addresses fundamental problems in continual learning by stabilizing how AI systems route tasks to specialized expert networks and preventing knowledge degradation over time.

AINeutralarXiv – CS AI · May 276/10
🧠

Counteraction-Aware Multi-Teacher On-Policy Distillation for General Capability Recovery with Domain Preservation

Researchers propose CaMOPD, an improved machine learning method that helps large language models recover general capabilities after being fine-tuned for specific domains. The approach addresses a key technical challenge where mixing recovery and preservation training signals creates conflicting gradients, achieving better performance than existing multi-teacher distillation methods.

AIBullisharXiv – CS AI · May 276/10
🧠

GEM: Geometric Entropy Mixing for Optimal LLM Data Curation

Researchers introduce GEM (Geometric Entropy Mixing), a novel framework for optimizing LLM training data composition by treating curation as a variational problem on hyperspheres rather than relying on traditional Euclidean clustering. The method achieves up to 1.2% improvements in downstream accuracy on 1.1B-parameter models and provides a more interpretable approach to semantic data organization.

AIBullisharXiv – CS AI · May 276/10
🧠

Spend Your Rollouts Where It Counts: Rollout Allocation for Group-Based RL Post-Training

Researchers introduce Pilot-Commit, a new framework for optimizing reinforcement learning post-training of large language models by intelligently allocating computational budget to high-value prompts. The method achieves training speedups of 1.9x to 4.0x by identifying prompts with high reward variance where group-based updates are most effective, rather than uniformly distributing rollouts across all prompts.

AIBullisharXiv – CS AI · May 276/10
🧠

Ratio-Variance Regularized Policy Optimization

Researchers introduce R²VPO, a new reinforcement learning method that replaces hard clipping mechanisms with ratio-variance regularization to improve policy optimization. Tested across large language models and robotic control tasks, the approach achieves better performance on mathematical reasoning and sample efficiency while maintaining stable learning.

$VPO
AINeutralarXiv – CS AI · May 276/10
🧠

The Strongest Teacher Is Not Always the Best Teacher: Student-Centric Answer Selection

Researchers demonstrate that the highest-performing teacher model doesn't necessarily provide the best training data for student models. They propose Student-Centric Answer Sampling (SCAS), a framework that selects answers based on their estimated learning value for specific students rather than teacher strength alone, showing consistent performance improvements across 30 teacher models and 8 tasks.

AIBullisharXiv – CS AI · May 276/10
🧠

Tournament-GRPO: Group-Wise Tournament Rewards for Reinforcement Learning in Open-Ended Long-Form Generation

Researchers propose Tournament-GRPO, a novel reinforcement learning framework that uses group-wise tournament comparisons instead of absolute scoring to improve long-form text generation. By converting rubric-based LLM judgments into relative rewards through competitive rankings, the method achieves 4.52-point improvements over existing approaches on Deep Research Bench benchmarks.

← PrevPage 6 of 8Next →