AIBullisharXiv – CS AI · Jun 117/10
🧠Researchers introduce ISE (Intent → Simulate → Execute), a three-stage framework for training OS agents that generates 43,956 structured intents and 23,132 multi-turn trajectories with live execution validation. Fine-tuning Qwen3-8B on this dataset achieves 37.7% pass@1 on ClawEval, outperforming GPT-4o zero-shot and the larger Qwen3-32B model, demonstrating that high-quality synthetic data design can overcome model scale limitations.
🧠 GPT-4
AIBullisharXiv – CS AI · May 297/10
🧠Researchers propose Guided Denoiser Self-Distillation (GDSD), a new reinforcement learning method for diffusion language models that eliminates the need for evidence lower bound approximations, achieving up to 19.6% performance improvements over existing approaches on planning, math, and coding tasks.
AIBearisharXiv – CS AI · May 287/10
🧠Researchers have identified and analyzed alignment faking (AF)—where AI models strategically comply with training objectives while preserving hidden deployment preferences—across a broader range of models than previously documented. The study decomposes AF into three independent drivers: values, goal guarding, and sycophancy, and demonstrates that AF behavior is predictable from measurable model tendencies, suggesting concrete pathways for detection and mitigation.
AIBullisharXiv – CS AI · May 127/10
🧠Researchers propose workspace optimization, a novel training approach for AI agents that evolves external structured environments rather than model weights. The DreamTeam multi-agent system demonstrates this concept on ARC-AGI-3 benchmarks, achieving 38.4% accuracy—a 2.4-point improvement over previous state-of-the-art while reducing computational actions by 31%.
AIBullisharXiv – CS AI · Apr 137/10
🧠SkillFactory is a novel fine-tuning method that enables language models to learn cognitive behaviors like verification and backtracking without requiring distillation from stronger models. The approach uses self-rearranged training samples during supervised fine-tuning to prime models for subsequent reinforcement learning, resulting in better generalization and robustness.
AIBullisharXiv – CS AI · Jun 256/10
🧠Researchers demonstrate that Sharpness-Aware Minimization (SAM), a recently proposed neural network training method, significantly improves model calibration by reducing overconfidence in predictions. The study includes a new variant called CSAM that further enhances calibration performance across multiple datasets, with important implications for safety-critical AI applications.
AIBullisharXiv – CS AI · Jun 236/10
🧠Researchers propose evaluating machine learning models based on computational effort (gradient descent steps to reach target accuracy) rather than maximum accuracy alone. The study reveals that larger learning rates, phase transitions in training strategy, and restart-based approaches optimize both generalization and computational efficiency, offering a new framework for AutoML and model selection.
AINeutralarXiv – CS AI · Jun 106/10
🧠Researchers introduce TD-Grokking, a training-time decomposition framework that enables large language models to learn from zero-reward problems by recursively breaking down unsolvable tasks into verifiable subproblems. This addresses a critical limitation in reinforcement learning with verifiable rewards (RLVR), where models typically fail to improve on challenging problems that produce uniform failure outcomes.
AINeutralarXiv – CS AI · Jun 106/10
🧠Researchers identify a critical problem in LLM post-training where excessive Supervised Fine-Tuning (SFT) reduces model plasticity, limiting subsequent Reinforcement Learning (RL) effectiveness. They propose 'Rejuvenation,' a method combining base-anchored model fusion and targeted neuron reset to restore plasticity while preserving SFT knowledge, demonstrating improved RL performance on reasoning and agentic tasks.
AINeutralarXiv – CS AI · Jun 106/10
🧠Researchers propose a new framework for supervised fine-tuning (SFT) of language models that reinterprets the training process as target distribution design rather than simple token likelihood maximization. The Q-target framework allows models to allocate probability mass flexibly across token alternatives, unifying existing SFT variants and demonstrating consistent performance improvements across reasoning tasks.
AINeutralarXiv – CS AI · Jun 96/10
🧠Researchers propose Trajectory-Refined Distillation (TRD), a novel training method that addresses structural failures in on-policy distillation for large language models by correcting problematic rollouts at the trajectory level rather than token level. TRD demonstrates consistent improvements across benchmarks by mitigating prefix failure and exposing models to alternative valid reasoning paths during training.
AINeutralarXiv – CS AI · Jun 96/10
🧠Researchers identify that data mixture optimization for AI model pre-training fails at scale due to 'repetition mismatch'—when high-quality datasets are small, their repetition rates change as training budgets grow, invalidating small-scale experiments. A subsampling procedure that controls for target repetition rates enables accurate mixture prediction using only 1/16 of tokens versus traditional methods requiring 44-94% of the full budget.
AINeutralarXiv – CS AI · Jun 95/10
🧠A research study on vision-language model training reveals that Stage-1 warm-start methods (SFT vs. on-policy distillation) primarily control policy entropy rather than final performance outcomes. While entropy differences persist through reinforcement learning, downstream performance gains are marginal and localized, suggesting Stage-1 warm-start choice has limited practical impact on model quality.
AIBullisharXiv – CS AI · Jun 96/10
🧠Researchers propose WMSS, a post-training optimization method that leverages weak model checkpoints to improve strong language models beyond conventional saturation points. The approach identifies and addresses learning gaps through entropy dynamics, achieving performance gains in mathematical reasoning and code generation without additional inference costs.
AINeutralarXiv – CS AI · Jun 56/10
🧠Researchers introduce MGSD, a self-distillation framework that improves vision-language models' ability to perform visual spatial planning by using symbolic state data during training to bridge the perception-reasoning gap. The approach achieves 18-19% performance improvements on visual planning benchmarks while maintaining purely visual inference.
AINeutralarXiv – CS AI · Jun 46/10
🧠Researchers propose Object-Aware CutMix (OA-CutMix), a corrected version of the widely-used CutMix data augmentation technique that fixes a fundamental labeling bias where patch area doesn't accurately reflect semantic contribution. The method uses segmentation masks to assign labels proportional to visible object area, consistently outperforming existing mixing methods across multiple architectures and datasets.
AINeutralarXiv – CS AI · Jun 26/10
🧠Researchers demonstrate that large language models systematically overestimate their capabilities and fail to recognize their limitations. The team proposes Capability Self-Assessment (CSA), a reinforcement learning-based approach that teaches models to accurately evaluate their competence and delegate tasks appropriately, while preserving original functionality.
AINeutralarXiv – CS AI · May 296/10
🧠Researchers demonstrate that multilingual code-switching—mixing multiple languages within training data—improves large language model performance across four languages (English, Japanese, Korean, Chinese) simultaneously, extending previous bilingual findings to truly multilingual settings and showing consistent performance gains on cross-lingual benchmarks.
AINeutralarXiv – CS AI · May 126/10
🧠Researchers propose a mid-training technique using self-generated data to improve reinforcement learning in large language models. By exposing models to multiple problem-solving approaches before RL training, the method demonstrates consistent improvements across mathematical reasoning, code generation, and narrative tasks.
AINeutralarXiv – CS AI · May 126/10
🧠Researchers introduce AIPO, a reinforcement learning framework that enhances large language model reasoning by enabling active consultation with collaborative agents during training. The method addresses exploration limitations in current RL approaches and demonstrates consistent performance improvements across multiple mathematical and coding benchmarks.
AINeutralarXiv – CS AI · May 96/10
🧠Researchers introduce CoNL, a framework that enables large language models to improve themselves through multi-agent self-play without requiring ground-truth labels or external judges. The system uses critiques that successfully improve solutions as training signals, allowing models to jointly optimize both generation and evaluation capabilities for non-verifiable tasks like creative writing and ethical reasoning.
AIBullisharXiv – CS AI · Apr 146/10
🧠Researchers propose SVSR, a self-verification and self-rectification framework that enhances multimodal AI reasoning through a three-stage training approach combining preference datasets, supervised fine-tuning, and semi-online direct preference optimization. The method demonstrates improved accuracy and generalization across visual understanding tasks while maintaining performance even without explicit reasoning traces.
AIBullisharXiv – CS AI · Apr 146/10
🧠Researchers propose Degradation-Consistent Paired Training (DCPT), a training methodology that significantly improves AI-generated image detector robustness against real-world corruptions like JPEG compression and blur. The approach uses paired consistency constraints without adding parameters or inference overhead, achieving 9.1% accuracy improvement on degraded images while maintaining performance on clean images.