paper-with-me

Papers

Context-Driven Incremental Compression for Multi-Turn Dialogue Generation

2026-06-10 · Yeongseo Jung, Jaehyeok Kim, Eunseo Jung, Jiachuan Wang, Yongqi Zhang, Ka Chun Cheung, Simon See, Lei Chen 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 fidelity, while existing context compressors lack cross-turn memory sharing or revision, causing information loss and compounding errors in long dialogues. We revisit the context compression under conversational dynamics and empirically present its fragility. To improve both efficiency and robustness, we introduce Context-Driven Incremental Compression (C-DIC), which treats a conversation as interleaved contextual threads and stores revisable per-thread compression states in a single, compact dialogue memory. At each turn, a lightweight retrieve, revise, and write-back loop shares information across turns and updates stale memories, stabilizing long-horizon behavior. In addition, we adapt truncated backpropagation-through-time (TBPTT) to our multi-turn setting, learning cross-turn dependencies without full-history backpropagation. Extensive experiments on long-form dialogue benchmarks demonstrate superior performance and efficiency of C-DIC; notably, C-DIC shows stable inference latency and perplexity over hundreds of dialogue turns, supporting a scalable path to high-quality dialogue modeling.

📄 PDF Abstract BibTeX arXiv:2606.12411

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue Generation

Similar Papers 제목 키워드 기반

A theory of incremental compression

2019-08-10 · Arthur Franz, Oleksandr Antonenko, Roman Soletskyi

The ability to find short representations, i.e. to compress data, is crucial for many intelligent systems. We present a theory of incremental compression showing that arbitrary data strings, that can be described by a se…

ICON: Intent-Context Coupling for Efficient Multi-Turn Jailbreak Attack

2026-01-28 · Xingwei Lin, Wenhao Lin, Sicong Cao, Jiahao Yu 외 arxiv

Multi-turn jailbreak attacks have emerged as a critical threat to Large Language Models (LLMs), bypassing safety mechanisms by progressively constructing adversarial contexts from scratch and incrementally refining promp…

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

FlowKV: Enhancing Multi-Turn Conversational Coherence in LLMs via Isolated Key-Value Cache Management

2025-05-21 · Xiang Liu, Hong Chen, Xuming Hu, Xiaowen Chu

Large Language Models (LLMs) are increasingly deployed in multi-turn conversational applications, where the management of the Key-Value (KV) Cache presents a significant bottleneck. The linear growth of the KV Cache with…

Instruction FollowingManagement

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…