🎯Core Definition
Contextual Compression & Extractive Summarization is a post-retrieval distillation pipeline that strips redundant tokens from retrieved passages prior to generation; leveraging lightweight compression models (LLMLingua, LongLLMLingua) or SLMs, it evaluates token-level mutual information against the query intent, aggressively pruning uninformative fillers, boilerplate background, and conversational fluff to construct a dense factual excerpt.
💡Use Cases
Token-constrained contexts, cost-sensitive production APIs, and long-context RAG pipelines fighting information overload.