paper-with-me

홈 › Papers

ZipRL: Adaptive Multi-Turn Context Compression with Hindsight Response Replay

2026-05-27 · Zhexin Hu, Li Wang, Xiaohan Wang, Jiajun Chai, Xiaojun Guo, Wei Lin, Guojun Yin arxiv

Adaptive context compression is vital for scaling Large Language Models (LLMs) to complex, multi-turn agent tasks. However, rule-based compression methods may discard task-critical nuances, while Reinforcement Learning (RL) approaches usually struggle to balance information retention and token efficiency under the sparse rewards inherent to long-horizon workflows. To bridge this gap, we propose ZipRL, a novel adaptive compression framework tailored for Reinforcement Learning from Verifiable Rewards (RLVR). ZipRL features a multi-granularity compression mechanism for active, non-uniform information reduction, coupled with Hindsight Response Replay (HRR), a technique designed to densify training signals during RLVR optimization. Theoretically, we prove ZipRL's superior task-relevant utility over uniform methods. Concretely, ZipRL utilizes coarse-to-fine prompts for macro-compression and incorporates HRR into GRPO via generalized advantage reshaping. Multiple models of varying versions and parameter scales validate the effectiveness of our approach. Benchmarks on five agent tasks show ZipRL outperforms state-of-the-art approaches by 27.9% and 34.7% across Qwen3-4B and Qwen3-8B models, while maintaining exceptional token efficiency and robustness under extreme 256-turn extrapolation stress tests.

📄 PDF Abstract BibTeX arXiv:2605.28069

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Compress to Focus: Efficient Coordinate Compression for Policy Optimization in Multi-Turn GUI Agents

2026-01-14 · Yurun Song, Jiong Yin, Rongjunchen Zhang, Ian G. Harris arxiv

Multi-turn GUI agents enable complex task completion through sequential decision-making, but suffer from severe context inflation as interaction history accumulates. Existing strategies either sacrifice long-term context…

ACR: Adaptive Context Refactoring via Context Refactoring Operators for Multi-Turn Dialogue

2026-01-09 · Jiawei Shen, Jia Zhu, Hanghui Guo, Weijie Shi 외 arxiv

Large Language Models (LLMs) have shown remarkable performance in multi-turn dialogue. However, in multi-turn dialogue, models still struggle to stay aligned with what has been established earlier, follow dependencies ac…

LoopServe: An Adaptive Dual-phase LLM Inference Acceleration System for Multi-Turn Dialogues

2025-07-18 · Haoyang Li, Zhanchao Xu, Yiming Li, Xuejia Chen 외

Multi-turn dialogues are essential in many real-world applications of large language models, such as chatbots and virtual assistants. As conversation histories become longer, existing large language models face increasin…

Distilling Conversations: Abstract Compression of Conversational Audio Context for LLM-based ASR

2026-03-27 · Shashi Kumar, Esaú Villatoro-Tello, Sergio Burdisso, Kadri Hacioglu 외 arxiv

Standard LLM-based speech recognition systems typically process utterances in isolation, limiting their ability to leverage conversational context. In this work, we study whether multimodal context from prior turns impro…

Speech Recognition

Context-Driven Incremental Compression for Multi-Turn Dialogue Generation

2026-06-10 · Yeongseo Jung, Jaehyeok Kim, Eunseo Jung, Jiachuan Wang 외 arxiv

Modern conversational agents condition on an ever-growing dialogue history at each turn, incurring redundant attention and encoding costs that grow with conversation length. Naive truncation or summarization degrades fid…

Dialogue Generation