AIBullisharXiv – CS AI · Jun 237/10
🧠Researchers propose ACOER, a novel training method that stabilizes efficiency optimization in large language models by applying length penalties only to correct answers, avoiding the reward collapse problems that plague existing approaches. The technique achieves 60% token reduction while maintaining or improving reasoning accuracy across mathematical benchmarks.
AIBullisharXiv – CS AI · Jun 107/10
🧠Researchers propose Decentralized Language Models (DeLM), a new multi-agent system framework that eliminates centralized coordination bottlenecks by enabling parallel agents to share a verified context and asynchronously claim tasks. The approach achieves significant performance improvements on software engineering and long-context reasoning benchmarks while reducing computational costs by approximately 50%.
AIBullisharXiv – CS AI · Jun 47/10
🧠Researchers discovered that language model reasoning behavior is primarily controlled by specific token patterns rather than high-level instructions, leading to the development of Mid-Think, a training-free prompting technique that achieves intermediate-budget reasoning with better accuracy-efficiency tradeoffs and improves RL training performance for models like Qwen3-8B.
AIBullisharXiv – CS AI · May 297/10
🧠Researchers introduce Expert-Assisted Policy Optimization (EAPO), a novel reinforcement learning framework that enables large language models to adaptively seek expert guidance during training, resulting in improved reasoning capabilities and superior performance on mathematical and general benchmarks compared to existing RL approaches.
AIBullisharXiv – CS AI · May 117/10
🧠Researchers introduce the Context Gathering Decision Process (CGDP), a POMDP framework that formalizes how LLM agents should search and gather information from environments exceeding their context windows. The approach yields measurable improvements in multi-hop reasoning (up to 11.4%) and token efficiency (up to 39% savings) through explicit belief state management and programmatic exhaustion detection.
AIBullisharXiv – CS AI · Apr 67/10
🧠Researchers discovered that in Large Reasoning Models like DeepSeek-R1, the first solution is often the best, with alternative solutions being detrimental due to error accumulation. They propose RED, a new framework that achieves up to 19% performance gains while reducing token consumption by 37.7-70.4%.
AINeutralarXiv – CS AI · Jun 116/10
🧠Researchers studying reinforcement learning-trained language models discover that reasoning accuracy peaks at intermediate chain-of-thought lengths rather than improving monotonically with longer outputs. While sample accuracy declines beyond optimal length, the modal accuracy continues improving, suggesting longer reasoning produces both more correct and more variable outputs.
AIBullisharXiv – CS AI · Jun 86/10
🧠Researchers introduce PTD-PO, a novel framework that improves how large vision-language models learn through reinforcement learning by providing dense guidance without exposing correct answers. The method uses spatial attention hints and reasoning steps to supervise token-level learning, achieving better performance than existing approaches while avoiding shortcuts in model training.
AIBullisharXiv – CS AI · Jun 16/10
🧠Researchers introduce Adaptive Context Management (AdaCoM), an external LLM-based system that optimizes how AI agents handle long-context tasks by learning agent-specific compression strategies through reinforcement learning. The approach improves performance on web search and research benchmarks while avoiding the need to retrain frozen agents, revealing that high-performing agents benefit from preserving context fidelity while weaker agents need more aggressive compression.
AINeutralarXiv – CS AI · May 296/10
🧠Researchers introduce Thoughts-as-Planning, a novel framework that optimizes reasoning chains in large language models by modeling them as sequential decision-making processes over a latent semantic space. The method uses learned world models to simulate how edits to reasoning chains affect outputs, enabling efficient planning through gradient descent or reinforcement learning while supporting multi-scale abstraction across token, segment, and instruction levels.
AIBullisharXiv – CS AI · May 286/10
🧠Researchers propose LaneRoPE, a novel technique that enables multiple parallel language model sequences to coordinate and share information during generation, improving reasoning accuracy without significant architectural changes or inference overhead.
AINeutralarXiv – CS AI · May 116/10
🧠Researchers propose Direct Reasoning Optimization (DRO), a constrained reinforcement learning framework that improves LLM training on unverifiable tasks by combining token-level reasoning rewards with rubric-based feasibility gates. The approach demonstrates faster, more sample-efficient learning across scientific, medical, legal, and financial domains.
AIBullisharXiv – CS AI · Apr 146/10
🧠Researchers introduce CARO, a two-stage training framework that enhances large language models' ability to perform robust content moderation through analogical reasoning. By combining retrieval-augmented generation with direct preference optimization, CARO achieves 24.9% F1 score improvement over state-of-the-art models including DeepSeek R1 and LLaMA Guard on ambiguous moderation cases.