Research & Papers

PLAID-PRF boosts ColBERT retrieval by 7.3% with lightweight feedback

New method uses centroid tokens to improve search without heavy computation.

Deep Dive

Multi-vector dense retrieval models like ColBERT achieve strong effectiveness by modeling fine-grained token-level interactions between queries and documents. Methods such as PLAID use centroid-based quantization to reduce index size and speed up retrieval. Now, researchers from the University of Glasgow and elsewhere introduce PLAID-PRF, a pseudo-relevance feedback technique that reformulates ColBERT's query vectors using the top-retrieved results. The key innovation: it reuses PLAID's internal centroid vectors as expansion tokens, avoiding costly document-token clustering. This allows the system to select a small, diverse set of high-utility vectors and append them to the original query, then rerun PLAID for refined candidate generation and scoring.

Extensive experiments on in-domain MSMARCO and four out-of-domain BEIR datasets show consistent improvements. PLAID-PRF improves retrieval effectiveness by up to 4.3% in nDCG@10 and 7.3% in MRR@10 over standard PLAID, while introducing substantially less computation than prior PRF methods. The work, accepted at SIGIR 2026, demonstrates that centroid-aware pseudo-relevance feedback offers an effective and lightweight mechanism to improve top-ranked results without sacrificing speed. This makes feedback-aware late-interaction retrieval practical for real-world search systems.

Key Points
  • Uses centroid vectors from PLAID as expansion tokens, reducing computational cost
  • Improves retrieval effectiveness by up to 4.3% nDCG@10 and 7.3% MRR@10 over standard PLAID
  • Tested on in-domain MSMARCO and four out-of-domain BEIR benchmarks with consistent gains

Why It Matters

Lightweight pseudo-relevance feedback makes multi-vector retrieval more accurate without sacrificing speed.

📬 Get the top 10 AI stories daily