Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

SLEA-RL: Step-Level Experience Augmented Reinforcement Learning for Multi-Turn Agentic Training

About

Large Language Model (LLM) agents have shown strong results on multi-turn tool-use tasks, yet they operate in isolation during training, failing to leverage experiences accumulated across episodes. Existing experience-augmented methods address this by organizing trajectories into retrievable libraries, but they retrieve experiences only once based on the initial task description and hold them constant throughout the episode. In multi-turn settings where observations change at every step, this static retrieval becomes increasingly mismatched as episodes progress. We propose SLEA-RL (Step-Level Experience-Augmented Reinforcement Learning), a framework that retrieves relevant experiences at each decision step conditioned on the current observation. SLEA-RL operates through three components: (i) step-level observation clustering that groups structurally equivalent environmental states for efficient cluster-indexed retrieval; (ii) a self-evolving experience library that distills successful strategies and failure patterns through score-based admission and rate-limited extraction; and (iii) policy optimization with step-level credit assignment for fine-grained advantage estimation across multi-turn episodes. The experience library evolves alongside the policy through semantic analysis rather than gradient updates. Experiments on long-horizon multi-turn agent benchmarks demonstrate that SLEA-RL achieves superior performance compared to various reinforcement learning baselines.

Prince Zizhuang Wang, Shuli Jiang• 2026

Related benchmarks

TaskDatasetResultRank
Single-hop Question AnsweringPopQA--
104
Embodied TaskAlfWorld
Overall Success Rate93.5
96
Single-hop Question AnsweringTriviaQA--
81
Multi-hop QAHotpotQA--
76
Multi-hop QAMuSiQue
EM77.2
65
Interactive web-based shopping tasksWebshop
Score88.7
60
Multi-hop Question AnsweringMulti-Hop QA (HotpotQA, 2Wiki, Musique, Bamboogle)
HotpotQA Score59.8
48
Multi-hop QABamboogle
Accuracy (%)33.2
25
Multi-hop QA2Wiki
Accuracy70.5
17
Single-hop QANQ
Accuracy48.5
17
Showing 10 of 11 rows

Other info

Follow for update