AINeutralarXiv – CS AI · May 276/10
🧠Researchers introduced FrontierOR, a benchmark that tests whether leading LLMs can design efficient optimization algorithms for real-world large-scale problems. The evaluation of seven models reveals significant limitations: even frontier models outperform Gurobi (a standard solver) in only 31% of cases, highlighting a substantial gap between LLM capabilities in formulation and practical algorithmic optimization.
AINeutralarXiv – CS AI · May 126/10
🧠LLM4Branch introduces a novel framework using large language models to automatically discover efficient branching policies for Mixed Integer Linear Programming (MILP) solvers. The approach generates executable programs via LLMs and optimizes parameters through performance feedback, achieving competitive results with state-of-the-art GPU-based methods on standard benchmarks.
AINeutralarXiv – CS AI · May 126/10
🧠Researchers propose a budget-efficient automatic algorithm design framework using large language models that operates on code graphs rather than full algorithms. The approach uses LLMs to generate compact corrections—code modifications that add, replace, or remove blocks—which compose into new algorithms, reducing computational waste and improving fitness outcomes on combinatorial optimization problems.
AINeutralarXiv – CS AI · May 126/10
🧠Researchers propose a marginalized reparameterization (MRP) estimator to enable practical use of mixture policies in reinforcement learning, addressing a long-standing gap between theoretical potential and practical implementation. By reducing variance compared to likelihood-ratio methods, MRP mixture policies achieve performance parity with standard Gaussian policies while offering greater flexibility in continuous action spaces.
🏢 Google
AINeutralarXiv – CS AI · May 126/10
🧠A comprehensive arXiv survey examines the evolution of optimization algorithms for large language model training, moving beyond Adam toward memory-efficient, second-order, and matrix-based approaches. The research emphasizes that modern LLM optimization requires rigorous, scale-aware benchmarking that evaluates convergence, stability, memory usage, and implementation complexity rather than isolated speedup claims.
AINeutralarXiv – CS AI · May 126/10
🧠Researchers present new algorithms for efficiently selecting small, high-performing ensembles of AI systems using minimal model evaluations. The work addresses both binary feedback (correct/incorrect outcomes) and pairwise feedback (preference comparisons), providing theoretical guarantees and practical query-saving methods validated through LLM experiments.
$ETH
AINeutralarXiv – CS AI · May 116/10
🧠Researchers introduce the Online Shared Supply Allocation (OSSA) problem, a theoretical framework for allocating limited resources across multiple locations before demand is known, common in humanitarian logistics and vaccine distribution. The proposed GPA algorithm achieves a 4/3-approximation ratio to optimal offline solutions, with proven tight bounds and a learning-augmented variant that incorporates forecasts.
AINeutralarXiv – CS AI · May 116/10
🧠Researchers introduce HMACE, a multi-agent AI framework that uses specialized language model agents to design heuristics for combinatorial optimization problems. The system achieves competitive results on benchmark problems while using significantly fewer computational tokens than existing methods, demonstrating improved efficiency in automated algorithm design.
AIBullisharXiv – CS AI · Mar 36/104
🧠Researchers demonstrate that Group Relative Policy Optimization (GRPO), traditionally viewed as an on-policy reinforcement learning algorithm, can be reinterpreted as an off-policy algorithm through first-principles analysis. This theoretical breakthrough provides new insights for optimizing reinforcement learning applications in large language models and offers principled approaches for off-policy RL algorithm design.
AIBullishGoogle DeepMind Blog · May 146/106
🧠AlphaEvolve is a new AI coding agent powered by Gemini that can design and evolve advanced algorithms for mathematical and practical computing applications. The system combines the creative capabilities of large language models with automated evaluation systems to improve algorithm development.
AINeutralarXiv – CS AI · May 124/10
🧠Researchers present RDEx-CASK, an enhanced optimization algorithm that extends RDEx-CSOP with three modifications targeting stagnation issues in constrained single-objective optimization. The method introduces Cauchy-sampled scale factors, a small feasible-only archive, and per-individual stagnation counters that trigger adaptive parameter adjustments, achieving competitive performance on CEC benchmark problems.
AINeutralarXiv – CS AI · Feb 274/106
🧠Researchers have introduced LLM4AD, a unified Python platform that leverages large language models for algorithm design across optimization, machine learning, and scientific discovery domains. The platform features modular components, comprehensive evaluation tools, and extensive support resources including tutorials and a graphical user interface to facilitate LLM-assisted algorithm development.
AINeutralOpenAI News · Dec 214/104
🧠This article explores a critical failure mode in reinforcement learning where algorithms break due to misspecified reward functions. The post examines how improper reward design can lead to unexpected and counterintuitive behaviors in AI systems.