Search papers, labs, and topics across Lattice.
This paper introduces Context-Driven Incremental Compression (C-DIC), a novel approach for managing dialogue history in conversational agents by treating conversations as interleaved contextual threads. C-DIC enhances efficiency and robustness by employing a lightweight mechanism for retrieving, revising, and updating compressed memory states across turns, thereby mitigating information loss and compounding errors in long dialogues. Experimental results on long-form dialogue benchmarks reveal that C-DIC achieves superior performance and maintains stable inference latency and perplexity over extended interactions, paving the way for scalable high-quality dialogue modeling.
C-DIC stabilizes long-horizon dialogue generation by effectively managing context without sacrificing fidelity, outperforming existing methods in both efficiency and performance.
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.