• Knowing When to Stop: Bayesian Optimal Stopping for LLM Evaluations
    Aug 20 2026
    Authors: Toby D. Pilditch Authors: Toby D. Pilditch Paper: https://arxiv.org/abs/2608.14425v1
    Mehr anzeigen Weniger anzeigen
    3 Min.
  • The Dynamics of Intelligence Explosions
    Aug 20 2026
    As AI increasingly accelerates its own research and development, could this create a runaway feedback loop of self-improvement? This theoretical paper mathematically analyzes the conditions required for such an "intelligence explosion," showing that truly explosive, asymptotic growth is harder to achieve than prior economics-based models suggested, while identifying an underappreciated middle category of faster-than-exponential (but bounded) growth. The paper highlights "generation time" --- how long one loop of the feedback cycle takes --- as the crucial hidden variable. This work matters for AI safety, forecasting, and policy discussions about transformative AI timelines. Authors: Toby Ord Paper: https://arxiv.org/abs/2608.14426v1
    Mehr anzeigen Weniger anzeigen
    2 Min.
  • PACE-Bench: Benchmarking Physics Adaptation via Code Evolution in Dynamic Environments
    Aug 20 2026
    Self-improving AI agents are usually tested under fixed conditions, but real-world deployment demands adapting when the environment itself changes. PACE-Bench introduces 144 source-to-target adaptation challenges across six physics domains, forcing agents to iteratively rewrite working code when the underlying physics is mutated. Testing ten methods reveals that grounded, feedback-driven revision beats memory-based or unguided search, and that even knowing the exact physical change doesn't guarantee success --- redesigning the approach matters more than fine-tuning parameters. This benchmark is valuable for evaluating robust, adaptable AI agents for robotics and simulation. Authors: Yuhao Zhan, Bingxiang He, Zecong Tang, Chaojun Xiao Paper: https://arxiv.org/abs/2608.14441v1
    Mehr anzeigen Weniger anzeigen
    2 Min.
  • Designing Compact Neural Architectures via Neuron Gating and Mixed Activation
    Aug 20 2026
    Neural Architecture Search is powerful but expensive due to discrete, combinatorial design choices. This paper proposes continuous relaxations of neuron-level and activation-level decisions, enabling fully differentiable optimization across MLPs, CNNs, RNNs, and Transformers. Three resulting methods (NAS-NG, NAS-MA, NAS-NGMA) find highly compact architectures --- including a CNN with just 0.26M parameters hitting 99.63% MNIST accuracy --- while outperforming standard DARTS on CIFAR-10. This offers a scalable, general-purpose toolkit for automatically designing efficient models, valuable for deploying AI on resource-constrained devices like mobile phones or edge hardware. Authors: Abhishek Shukla, Ankur Sinha, Faiz Hamid Paper: https://arxiv.org/abs/2608.14443v1
    Mehr anzeigen Weniger anzeigen
    2 Min.
  • Wyvern: An Agentic Framework for Generating Grounded Multimodal Reports
    Aug 20 2026
    As AI-generated content proliferates faster than anyone can verify it, ungrounded generative reports risk spreading unsupported claims. Wyvern addresses this with a multi-agent framework that produces technical reports combining text, images, and tables, all tied to supporting references, with a dedicated claims-revision stage to strengthen grounding. Human evaluators rated Wyvern's figures as more informative than baselines in 87% of cases, and its reports as more useful in the majority of comparisons. This has clear applications in automated research synthesis, technical documentation, journalism, and any domain needing trustworthy AI-generated multimodal reporting. Authors: Beatrice Alessandra Motetti, Emilien Guandalino, Daniele Jahier Pagliari, Alessio Burrello, Lorenz K. Müller, Konstantin Berestizshevsky, Lukas Cavigelli Paper: https://arxiv.org/abs/2608.14446v1
    Mehr anzeigen Weniger anzeigen
    2 Min.
  • SheetCompass: Hierarchical Relation Graphs for Agentic Spreadsheet Reasoning
    Aug 20 2026
    Spreadsheets pack in complex, spatial, and cross-referential structure that gets destroyed when LLMs flatten them into plain text, crippling automated analysis. SheetCompass instead builds explicit relation graphs capturing structural links within and across worksheets, paired with a memory system that keeps relevant context available to reasoning agents. This lets AI agents navigate spreadsheets more like human analysts do --- spatially and relationally. Applications include automated financial modeling, business intelligence tools, spreadsheet auditing, and any enterprise workflow where AI agents need to reliably interpret and manipulate real-world Excel files. Authors: Panjing He, Mingyue Cheng, Yucong Luo, Li Li, Xiaohan Zhang Paper: https://arxiv.org/abs/2608.14452v1
    Mehr anzeigen Weniger anzeigen
    2 Min.
  • Shift Aware Transfer Learning with Adaptive Dual-Encoder Fusion for PM Forecasting in Data-Limited Environments
    Aug 20 2026
    Forecasting air pollution (PM2.5) is hard where local sensor data is scarce, and naive transfer learning from data-rich regions can actually hurt performance due to domain mismatch. This study's dual-encoder framework pretrains on U.S. monitoring data, then adaptively fuses it with limited Taiwan-specific data, letting the source model adjust rather than freeze. The adapted model beat baselines significantly, with SHAP analysis confirming recent pollution levels and weather as key drivers. This has direct applications for environmental monitoring agencies in developing regions with sparse air quality infrastructure. Authors: Shahab Band, Hamed Mohammadi Paper: https://arxiv.org/abs/2608.14456v1
    Mehr anzeigen Weniger anzeigen
    3 Min.
  • LP-NAS: Linear Programming-based Neural Architecture Search
    Aug 20 2026
    Automating neural network design (NAS) is powerful but computationally costly, and differentiable NAS methods like DARTS often converge slowly. LP-NAS reframes the architecture search as a linear programming problem, using gradient and Hessian information to compute better-informed update directions that improve generalization while preserving optimized parameters. Its two variants integrate into the popular DARTS framework and show faster, stronger convergence on CIFAR-10/100, with transferability to ImageNet. This offers machine learning practitioners a more efficient, mathematically grounded alternative for automating model design across computer vision and beyond. Authors: Abhishek Shukla, Ankur Sinha, Faiz Hamid Paper: https://arxiv.org/abs/2608.14472v1
    Mehr anzeigen Weniger anzeigen
    3 Min.