PulseAugur
EN
LIVE 09:44:04

New framework enhances LLM program evolution with cross-task memory transfer

Researchers have developed a new framework called $\varepsilon$-MemEvo designed to improve the efficiency of Large Language Model (LLM) based program evolution systems. This framework enables cross-task knowledge transfer by storing successful algorithmic strategies as natural-language summaries, which can be applied across tasks with different APIs. To prevent negative transfer, $\varepsilon$-MemEvo employs an adaptive injection gate that dynamically decides whether and how to use retrieved memories. Evaluations on eight diverse benchmarks showed that $\varepsilon$-MemEvo, using GPT-5 as a backbone, significantly improved performance and convergence speed compared to existing methods like AdaEvolve, with minimal computational overhead. AI

IMPACT This framework could accelerate the discovery of novel algorithms by improving the efficiency and knowledge transfer capabilities of LLM-based evolution systems.

RANK_REASON The cluster contains a research paper detailing a new framework for LLM program evolution. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New framework enhances LLM program evolution with cross-task memory transfer

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Aofan Liu, Shiyuan Song, Yiyan Qi ·

    $\varepsilon$-MemEvo: Adaptive Cross-Task Memory Transfer for LLM Program Evolution

    arXiv:2608.12522v1 Announce Type: new Abstract: LLM-based program evolution systems such as FunSearch and AlphaEvolve have shown strong ability to discover novel algorithms, but typically optimize each task in isolation, discarding search experience after completion. We introduce…