English

DYCP: Dynamic Context Pruning for Long-Form Dialogue with LLMs

Computation and Language 2026-04-10 v4 Artificial Intelligence

Abstract

Large Language Models (LLMs) increasingly operate over long-form dialogues with frequent topic shifts. While recent LLMs support extended context windows, efficient management of dialogue history in practice is needed due to inference cost and latency constraints. We present DyCP, a lightweight context management method implemented outside the LLM that dynamically identifies and retrieves relevant dialogue segments conditioned on the current turn, without offline memory construction. DyCP manages dialogue context while preserving the sequential nature of dialogue without predefined topic boundaries, enabling adaptive and efficient context selection. Across three long-form dialogue benchmarks-LoCoMo, MT-Bench+, and SCM4LLMs-and multiple LLM backends, DyCP achieves competitive answer quality in downstream generation, with more selective context usage and improved inference efficiency.

Keywords

Cite

@article{arxiv.2601.07994,
  title  = {DYCP: Dynamic Context Pruning for Long-Form Dialogue with LLMs},
  author = {Nayoung Choi and Jonathan Zhang and Jinho D. Choi},
  journal= {arXiv preprint arXiv:2601.07994},
  year   = {2026}
}

Comments

Accepted (B) to TACL 2026

R2 v1 2026-07-01T09:01:37.952Z