paper-with-me

홈 › Papers

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

2026-01-12 · Nayoung Choi, Jonathan Zhang, Jinho D. Choi arxiv

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.

📄 PDF Abstract BibTeX arXiv:2601.07994

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Provence: efficient and robust context pruning for retrieval-augmented generation

2025-01-27 · Nadezhda Chirkova, Thibault Formal, Vassilina Nikoulina, Stéphane Clinchant

Retrieval-augmented generation improves various aspects of large language models (LLMs) generation, but suffers from computational overhead caused by long contexts as well as the propagation of irrelevant retrieved infor…

Question AnsweringRAGRerankingRetrieval+1

SWE-Pruner: Self-Adaptive Context Pruning for Coding Agents

2026-01-23 · Yuhang Wang, Yuling Shi, Mo Yang, Rongrui Zhang 외 arxiv

LLM agents have demonstrated remarkable capabilities in software development, but their performance is hampered by long interaction contexts, which incur high API costs and latency. While various context compression appr…

TrimTokenator-LC: Towards Adaptive Visual Token Pruning for Large Multimodal Models with Long Contexts

2025-12-28 · Hao Zhang, Mengsi Lyu, Bo Huang, Yulong Ao 외 arxiv

Large Multimodal Models (LMMs) have proven effective on various tasks. They typically encode visual inputs into Original Model sequences of tokens, which are then concatenated with textual tokens and jointly processed by…

SlimInfer: Accelerating Long-Context LLM Inference via Dynamic Token Pruning

2025-08-08 · Lingkun Long, Rubing Yang, Yushi Huang, Desheng Hui 외 arxiv

Long-context inference for Large Language Models (LLMs) is heavily limited by high computational demands. While several existing methods optimize attention computation, they still process the full set of hidden states at…

FastVID: Dynamic Density Pruning for Fast Video Large Language Models

2025-03-14 · Leqi Shen, Guoqiang Gong, Tao He, Yifeng Zhang 외

Video Large Language Models have shown impressive capabilities in video comprehension, yet their practical deployment is hindered by substantial inference costs caused by redundant video tokens. Existing pruning techniqu…