Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Compact Token Representations with Contextual Quantization for Efficient Document Re-ranking

About

Transformer based re-ranking models can achieve high search relevance through context-aware soft matching of query tokens with document tokens. To alleviate runtime complexity of such inference, previous work has adopted a late interaction architecture with pre-computed contextual token representations at the cost of a large online storage. This paper proposes contextual quantization of token embeddings by decoupling document-specific and document-independent ranking contributions during codebook-based compression. This allows effective online decompression and embedding composition for better search relevance. This paper presents an evaluation of the above compact token representation model in terms of relevance and space efficiency.

Yingrui Yang, Yifan Qiao, Tao Yang• 2022

Related benchmarks

TaskDatasetResultRank
Document RankingTREC DL Track 2019 (test)
nDCG@1071.2
96
Passage RankingMS MARCO (dev)
MRR@1038.7
73
Passage RankingTREC DL 2019 (test)
NDCG@1070.4
33
Passage RankingTREC DL 2019
NDCG@100.746
24
Passage RankingTREC DL 2020
NDCG@100.726
16
Passage RankingTREC DL 2020 (test)
NDCG@100.72
15
Document RankingMS MARCO Document v1 (dev)
MRR@10040.5
11
Showing 7 of 7 rows

Other info

Code

Follow for update