AIBullisharXiv – CS AI · Jun 16/10
🧠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
🧠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
🧠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
🧠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
🧠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 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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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.
AIBullisharXiv – CS AI · May 286/10
🧠Researchers demonstrate that offline reinforcement learning can effectively improve code-generating LLMs by leveraging existing datasets, eliminating the computational overhead of online RL while delivering comparable or superior performance, particularly for smaller models and complex coding tasks.
AINeutralarXiv – CS AI · May 286/10
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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.