paper-with-me

홈 › Papers

Evolutionary System Prompt Learning for Reinforcement Learning in LLMs

2026-02-16 · Lunjun Zhang, Ryan Chen, Bradly C. Stadie arxiv

Building agentic systems that can autonomously self-improve from experience is a longstanding goal of AI. Large language models (LLMs) today primarily self-improve via two mechanisms: self-reflection for context updates, and reinforcement learning (RL) for weight updates. In this work, we propose Evolutionary System Prompt Learning (E-SPL), a method for jointly improving model contexts and model weights. In each RL iteration, E-SPL samples trajectories under multiple system prompts in parallel, then jointly applies RL updates to LLM weights and evolutionary updates to system prompts. System prompts evolve via mutation and crossover, two genetic operators driven by LLM self-reflection; selection is based on relative performance ratings updated across RL iterations. E-SPL encourages a natural division between declarative knowledge encoded in prompts and procedural knowledge encoded in weights, resulting in improved performance across reasoning and agentic tasks. For instance, in an easy-to-hard (AIME $\rightarrow$ BeyondAIME) generalization setting, E-SPL improves RL success rate from 38.8% $\rightarrow$ 45.1% while also outperforming reflective prompt evolution (40.0%). Overall, our results demonstrate that RL and system prompt evolution are deeply synergistic, and combining the two yields consistent gains in sample efficiency and generalization. Code: https://github.com/LunjunZhang/E-SPL

📄 PDF Abstract BibTeX arXiv:2602.14697

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

EMPOWER: Evolutionary Medical Prompt Optimization With Reinforcement Learning

2025-08-25 · Yinda Chen, Yangfan He, Jing Yang, Dapeng Zhang 외 arxiv

Prompt engineering significantly influences the reliability and clinical utility of Large Language Models (LLMs) in medical applications. Current optimization approaches inadequately address domain-specific medical knowl…

Representation LearningReinforcement LearningPrompt Engineering

Evolutionary Prompt Design for LLM-Based Post-ASR Error Correction

2024-07-23 · Rithik Sachdev, Zhong-Qiu Wang, Chao-Han Huck Yang

Building upon the strength of modern large language models (LLMs), generative error correction (GEC) has emerged as a promising paradigm that can elevate the performance of modern automatic speech recognition (ASR) syste…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)In-Context Learningspeech-recognition+1

EvoPrompt: Connecting LLMs with Evolutionary Algorithms Yields Powerful Prompt Optimizers

2023-09-15 · Qingyan Guo, Rui Wang, Junliang Guo, Bei Li 외

Large Language Models (LLMs) excel in various tasks, but they rely on carefully crafted prompts that often demand substantial human effort. To automate this process, in this paper, we propose a novel framework for discre…

Evolutionary Algorithms

Zero-Shot Chain-of-Thought Reasoning Guided by Evolutionary Algorithms in Large Language Models

2024-02-08 · Feihu Jin, Yifan Liu, Ying Tan

Large Language Models (LLMs) have demonstrated remarkable performance across diverse tasks and exhibited impressive reasoning abilities by applying zero-shot Chain-of-Thought (CoT) prompting. However, due to the evolving…

Evolutionary AlgorithmsSentence

A Toolbox for Improving Evolutionary Prompt Search

2025-11-07 · Daniel Grießhaber, Maximilian Kimmich, Johannes Maucher, Ngoc Thang Vu arxiv

Evolutionary prompt optimization has demonstrated effectiveness in refining prompts for LLMs. However, existing approaches lack robust operators and efficient evaluation mechanisms. In this work, we propose several key i…