AIBullisharXiv – CS AI · Mar 117/10
🧠AlphaApollo is a new AI reasoning system that addresses limitations in foundation models through multi-turn agentic reasoning, learning, and evolution components. The system demonstrates significant performance improvements across math reasoning benchmarks, with success rates exceeding 85% for tool calls and substantial gains from reinforcement learning across different model scales.
AIBullisharXiv – CS AI · Mar 117/10
🧠Researchers introduce Logos, a compact AI model that combines multi-step logical reasoning with chemical consistency for molecular design. The model achieves strong performance in structural accuracy and chemical validity while using fewer parameters than larger language models, and provides transparent reasoning that can be inspected by humans.
AIBullisharXiv – CS AI · Mar 97/10
🧠Researchers propose a new method for training large language models (LLMs) that addresses the diversity loss problem in reinforcement learning approaches. Their technique uses the α-divergence family to better balance precision and diversity in reasoning tasks, achieving state-of-the-art performance on theorem-proving benchmarks.
AIBullisharXiv – CS AI · Mar 57/10
🧠Google's Gemini 3.1 Pro Preview achieved a perfect score on IPhO 2025 theory problems across five runs, surpassing previous AI performance that fell behind top human contestants. However, the researchers acknowledge potential data contamination since the model was released after the competition.
🧠 Gemini
AINeutralarXiv – CS AI · Mar 56/10
🧠Research reveals that Large Language Models show varying vulnerabilities to different types of Chain-of-Thought reasoning perturbations, with math errors causing 50-60% accuracy loss in small models while unit conversion issues remain challenging even for the largest models. The study tested 13 models across parameter ranges from 3B to 1.5T parameters, finding that scaling provides protection against some perturbations but limited defense against dimensional reasoning tasks.
AIBullisharXiv – CS AI · Mar 56/10
🧠Researchers developed R1-Code-Interpreter, a large language model that uses multi-stage reinforcement learning to autonomously generate code for step-by-step reasoning across diverse tasks. The 14B parameter model achieves 72.4% accuracy on test tasks, outperforming GPT-4o variants and demonstrating emergent self-checking capabilities through code generation.
🏢 Hugging Face🧠 GPT-4
AIBullisharXiv – CS AI · Mar 47/102
🧠Researchers introduce SEM-CTRL, a new approach that ensures Large Language Models produce syntactically and semantically correct outputs without requiring fine-tuning. The system uses token-level Monte Carlo Tree Search guided by Answer Set Grammars to enforce context-sensitive constraints, allowing smaller pre-trained LLMs to outperform larger models on tasks like reasoning and planning.
AINeutralarXiv – CS AI · Mar 37/104
🧠Researchers analyzed compression effects on large reasoning models (LRMs) through quantization, distillation, and pruning methods. They found that dynamically quantized 2.51-bit models maintain near-original performance, while identifying critical weight components and showing that protecting just 2% of excessively compressed weights can improve accuracy by 6.57%.
AIBullisharXiv – CS AI · Mar 37/103
🧠Researchers introduce ExGRPO, a new framework that improves AI reasoning by reusing and prioritizing valuable training experiences based on correctness and entropy. The method shows consistent performance gains of +3.5-7.6 points over standard approaches across multiple model sizes while providing more stable training.
AIBullishGoogle DeepMind Blog · Feb 127/108
🧠Gemini 3 Deep Think represents an updated specialized reasoning mode designed to tackle complex challenges in modern science, research, and engineering. The advancement focuses on enhanced problem-solving capabilities for technical and scientific applications.
AIBullishOpenAI News · Dec 117/108
🧠OpenAI has released GPT-5.2, their most advanced model for mathematics and science applications, achieving state-of-the-art performance on benchmarks like GPQA Diamond and FrontierMath. The model demonstrates significant research capabilities, including solving open theoretical problems and generating reliable mathematical proofs.
AINeutralarXiv – CS AI · Jun 256/10
🧠Researchers introduce Taxonomic Strategy RAG (TS-RAG), a novel technique that improves multi-agent AI systems by reducing compounding errors in persuasion tasks through categorical strategy routing rather than semantic similarity matching. The approach demonstrates significant practical improvements, including enabling weaker models to outperform stronger competitors and addressing inherent biases in standard retrieval-augmented generation systems.
AINeutralDecrypt – AI · Jun 236/10
🧠A developer has fine-tuned Qwen's open-source model to replicate Claude Fable's reasoning capabilities, then created an unrestricted version by removing safety guardrails. This development highlights the accessibility of advanced reasoning models and the dual-use nature of open-source AI, where the same technology enabling legitimate applications can be modified for unrestricted use.
🧠 Claude
AINeutralDecrypt · Jun 236/10
🧠Researchers testing strategic AI reasoning in Civilization VI observed an AI empire escalate to nuclear weapons development after falling behind in a cultural victory condition, ultimately failing to prevent its loss. The benchmark reveals limitations in AI strategic planning and escalation management when facing competitive pressure.
AINeutralarXiv – CS AI · Jun 236/10
🧠Researchers introduce CQD-SHAP, a framework that explains how neural models answer complex queries over incomplete knowledge graphs by computing the contribution of each query component using Shapley values from game theory. This approach addresses the black-box nature of existing complex query answering methods and demonstrates consistent effectiveness across multiple datasets.
AINeutralarXiv – CS AI · Jun 236/10
🧠A new arXiv paper argues that Large Language Models learn causal structure through a difference-making logic called variational induction, rather than through traditional causal inference frameworks like Pearl's interventionism. The research analyzes how LLM architectural features like token embeddings and self-attention implement this logic by identifying which word variations influence text predictions.
AINeutralarXiv – CS AI · Jun 116/10
🧠TreeSeeker is a new inference-time framework that improves deep web search by using tree-structured trial-and-error navigation. The system balances exploration and exploitation through textual UCB signals, demonstrating consistent improvements over baseline models on multiple benchmarks.
AINeutralarXiv – CS AI · Jun 116/10
🧠Researchers introduce MARIC, a multi-agent framework that improves image classification by decomposing the task into collaborative reasoning steps rather than relying on single-pass vision language models. The approach uses specialized agents to analyze different visual dimensions and synthesize findings, demonstrating superior performance across multiple benchmark datasets.
AINeutralarXiv – CS AI · Jun 106/10
🧠Researchers introduce ASyMOB, a 35,368-problem benchmark dataset for evaluating large language models on symbolic mathematics tasks. The dataset uses systematic perturbations to test genuine reasoning rather than pattern memorization, revealing that most models fail under minor problem variations while hybrid LLM-computer algebra system approaches show promise for scientific computing applications.
AINeutralarXiv – CS AI · Jun 106/10
🧠Researchers introduce V-REX, a new evaluation benchmark for vision-language models that assesses their ability to perform complex, multi-step visual reasoning through Chain-of-Questions (CoQ) methodology. The framework disentangles VLMs' planning and information-gathering capabilities, revealing significant performance gaps and substantial room for improvement in exploratory visual reasoning tasks.
AINeutralarXiv – CS AI · Jun 96/10
🧠Researchers introduce TempoBench, a formally verified benchmark for evaluating temporal causal reasoning in large language models, revealing a significant gap between forward simulation performance (96% accuracy) and causal reasoning ability (below 25%). The study demonstrates that LLMs struggle with identifying minimal causal inputs, instead over-specifying by listing all possible inputs rather than reasoning about necessity.
AINeutralarXiv – CS AI · Jun 96/10
🧠Researchers demonstrate that large language models can design molecules with chemist-level precision by replacing simple numerical feedback with detailed physicochemical analysis. The approach couples retrieval-augmented generation with self-reflection modules that feed orbital energies and atomic charges back into design iterations, achieving near-perfect accuracy on HOMO-LUMO gap targets and 100% success rates on moderate molecular design tasks.
AINeutralarXiv – CS AI · Jun 96/10
🧠Researchers introduce TheoremBench, a comprehensive Lean4 benchmark for evaluating large language models on formal mathematics theorem proving. Unlike existing competition-focused benchmarks, TheoremBench assesses how LLMs handle longer, dependency-rich mathematical proofs through both standalone theorems and structured families of related subtasks, revealing that current models remain inefficient and biased toward simpler problems.
AINeutralarXiv – CS AI · Jun 86/10
🧠A comprehensive review paper presents a unified framework for analyzing video understanding systems powered by multimodal large language models (MLLMs), organizing capabilities into three functional abilities: watching (perception), remembering (memory), and reasoning (inference). The work identifies key challenges in processing long, sparse, and knowledge-intensive video content while operating under computational constraints.
AIBearisharXiv – CS AI · Jun 56/10
🧠Researchers conducted the first systematic evaluation of Large Language Models' ability to generate correct TLA+ formal specifications from natural language, testing 30 LLMs across 2,730 runs. Results show LLMs achieve only 8.6% semantic correctness despite 26.6% syntactic correctness, indicating current models cannot reliably produce formal specifications without expert oversight.