Switch language한국어
Back to the list

Cross-Attention Calibrated Deduplication for Retrieval-Augmented Generation System

TL;DR AI

Key summary

2 min read
  1. Researchers proposed Cross-Attention Calibrated Deduplication (CACD) for RAG systems.

  2. CACD filters redundant chunks using cross-encoder comparisons, an attention-entropy-based information score, and majority voting across kept chunks.

  3. On SQuAD 1.1 validation across multiple chunking setups, CACD removed about 9.75% of chunks on average and ran faster than cosine-similarity filtering and the strongest baseline.

  4. The method preserves finer token-level detail while reducing retrieval overhead in RAG pipelines.

Read the original