ACL 2022long10 citations

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

Yingrui Yang, Yifan Qiao, Tao Yang

Abstract

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.

BibTeX
@inproceedings{yang-etal-2022-compact,
    title = "Compact Token Representations with Contextual Quantization for Efficient Document Re-ranking",
    author = "Yang, Yingrui  and
      Qiao, Yifan  and
      Yang, Tao",
    editor = "Muresan, Smaranda  and
      Nakov, Preslav  and
      Villavicencio, Aline",
    booktitle = "Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
    month = may,
    year = "2022",
    address = "Dublin, Ireland",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.acl-long.51/",
    doi = "10.18653/v1/2022.acl-long.51",
    pages = "695--707"
}
Compact Token Representations with Contextual Quantization for Efficient Document Re-ranking · ACL 2022