English

An Analysis on Matching Mechanisms and Token Pruning for Late-interaction Models

Information Retrieval 2024-03-21 v1

Abstract

With the development of pre-trained language models, the dense retrieval models have become promising alternatives to the traditional retrieval models that rely on exact match and sparse bag-of-words representations. Different from most dense retrieval models using a bi-encoder to encode each query or document into a dense vector, the recently proposed late-interaction multi-vector models (i.e., ColBERT and COIL) achieve state-of-the-art retrieval effectiveness by using all token embeddings to represent documents and queries and modeling their relevance with a sum-of-max operation. However, these fine-grained representations may cause unacceptable storage overhead for practical search systems. In this study, we systematically analyze the matching mechanism of these late-interaction models and show that the sum-of-max operation heavily relies on the co-occurrence signals and some important words in the document. Based on these findings, we then propose several simple document pruning methods to reduce the storage overhead and compare the effectiveness of different pruning methods on different late-interaction models. We also leverage query pruning methods to further reduce the retrieval latency. We conduct extensive experiments on both in-domain and out-domain datasets and show that some of the used pruning methods can significantly improve the efficiency of these late-interaction models without substantially hurting their retrieval effectiveness.

Keywords

Cite

@article{arxiv.2403.13291,
  title  = {An Analysis on Matching Mechanisms and Token Pruning for Late-interaction Models},
  author = {Qi Liu and Gang Guo and Jiaxin Mao and Zhicheng Dou and Ji-Rong Wen and Hao Jiang and Xinyu Zhang and Zhao Cao},
  journal= {arXiv preprint arXiv:2403.13291},
  year   = {2024}
}

Comments

Accepted by ACM Transactions on Information Systems

R2 v1 2026-06-28T15:26:49.171Z