SDR: Efficient Neural Re-ranking using Succinct Document Representation
Nachshon Cohen, Amit Portnoy, Besnik Fetahu, and Amir Ingber

TL;DR
This paper introduces SDR, a method that creates highly compressed document representations for neural re-ranking, significantly reducing storage and network costs while maintaining high ranking quality.
Contribution
SDR combines a novel autoencoder and quantization to produce compact document representations, addressing storage and latency issues in neural re-ranking.
Findings
Achieves 4x-11.6x better compression rates for the same ranking quality.
Maintains high retrieval performance with significantly reduced storage.
Demonstrates effectiveness on MSMARCO passage re-ranking task.
Abstract
BERT based ranking models have achieved superior performance on various information retrieval tasks. However, the large number of parameters and complex self-attention operation come at a significant latency overhead. To remedy this, recent works propose late-interaction architectures, which allow pre-computation of intermediate document representations, thus reducing the runtime latency. Nonetheless, having solved the immediate latency issue, these methods now introduce storage costs and network fetching latency, which limits their adoption in real-life production systems. In this work, we propose the Succinct Document Representation (SDR) scheme that computes highly compressed intermediate document representations, mitigating the storage/network issue. Our approach first reduces the dimension of token representations by encoding them using a novel autoencoder architecture that uses…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Domain Adaptation and Few-Shot Learning · Music and Audio Processing
