paper-with-me

Papers

AdaptEvolve: Improving Efficiency of Evolutionary AI Agents through Adaptive Model Selection

2026-02-12 · Pretam Ray, Pratik Prabhanjan Brahma, Zicheng Liu, Emad Barsoum arxiv

Evolutionary agentic systems intensify the trade-off between computational efficiency and reasoning capability by repeatedly invoking large language models (LLMs) during inference. This setting raises a central question: how can an agent dynamically select an LLM that is sufficiently capable for the current generation step while remaining computationally efficient? While model cascades offer a practical mechanism for balancing this trade-off, existing routing strategies typically rely on static heuristics or external controllers and do not explicitly account for model uncertainty. We introduce AdaptEvolve: Adaptive LLM Selection for Multi-LLM Evolutionary Refinement within an evolutionary sequential refinement framework that leverages intrinsic generation confidence to estimate real-time solvability. Empirical results show that confidence-driven selection yields a favourable Pareto frontier, reducing total inference cost by an average of 37.9% across benchmarks while retaining 97.5% of the upper-bound accuracy of static large-model baselines. Our code is available at https://github.com/raypretam/adaptive_llm_selection.

📄 PDF Abstract BibTeX arXiv:2602.11931

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Adaptive bias for dissensus in nonlinear opinion dynamics with application to evolutionary division of labor games

2024-09-21 · Tyler M. Paine, Anastasia Bizyaeva, Michael R. Benjamin

This paper addresses the problem of adaptively controlling the bias parameter in nonlinear opinion dynamics (NOD) to allocate agents into groups of arbitrary sizes for the purpose of maximizing collective rewards. In pre…

Mimicking Evolution with Reinforcement Learning

2020-03-31 · NeurIPS 2021 12 · João P. Abrantes, Arnaldo J. Abrantes, Frans A. Oliehoek

Evolution gave rise to human and animal intelligence here on Earth. We argue that the path to developing artificial human-like-intelligence will pass through mimicking the evolutionary process in a nature-like simulation…

Evolutionary Algorithmsreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Evolving ab initio trading strategies in heterogeneous environments

2019-12-19 · David Rushing Dewhurst, Yi Li, Alexander Bogdan, Jasmine Geng

Securities markets are quintessential complex adaptive systems in which heterogeneous agents compete in an attempt to maximize returns. Species of trading agents are also subject to evolutionary pressure as entire classe…

Evolutionary-Neural Hybrid Agents for Architecture Search

2018-11-24 · Krzysztof Maziarz, Mingxing Tan, Andrey Khorlin, Marin Georgiev 외

Neural Architecture Search has shown potential to automate the design of neural networks. Deep Reinforcement Learning based agents can learn complex architectural patterns, as well as explore a vast and compositional sea…

Deep Reinforcement LearningEvolutionary AlgorithmsGeneral Classificationimage-classification+4

CosmoCore-Evo: Evolutionary Dream-Replay Reinforcement Learning for Adaptive Code Generation

2025-12-20 · Santhosh Kumar Ravindran arxiv

Building on the affective dream-replay reinforcement learning framework of CosmoCore, we introduce CosmoCore-Evo, an extension that incorporates evolutionary algorithms to enhance adaptability and novelty in code generat…

Reinforcement LearningCode Generation