ACL 2021long45 citations

Improving Document Representations by Generating Pseudo Query Embeddings for Dense Retrieval

Hongyin Tang, Xingwu Sun, Beihong Jin, Jingang Wang, Fuzheng Zhang, Wei Wu

Abstract

Recently, the retrieval models based on dense representations have been gradually applied in the first stage of the document retrieval tasks, showing better performance than traditional sparse vector space models. To obtain high efficiency, the basic structure of these models is Bi-encoder in most cases. However, this simple structure may cause serious information loss during the encoding of documents since the queries are agnostic. To address this problem, we design a method to mimic the queries to each of the documents by an iterative clustering process and represent the documents by multiple pseudo queries (i.e., the cluster centroids). To boost the retrieval process using approximate nearest neighbor search library, we also optimize the matching function with a two-step score calculation procedure. Experimental results on several popular ranking and QA datasets show that our model can achieve state-of-the-art results while still remaining high efficiency.

BibTeX
@inproceedings{tang-etal-2021-improving-document,
    title = "Improving Document Representations by Generating Pseudo Query Embeddings for Dense Retrieval",
    author = "Tang, Hongyin  and
      Sun, Xingwu  and
      Jin, Beihong  and
      Wang, Jingang  and
      Zhang, Fuzheng  and
      Wu, Wei",
    editor = "Zong, Chengqing  and
      Xia, Fei  and
      Li, Wenjie  and
      Navigli, Roberto",
    booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)",
    month = aug,
    year = "2021",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.acl-long.392/",
    doi = "10.18653/v1/2021.acl-long.392",
    pages = "5054--5064"
}
Improving Document Representations by Generating Pseudo Query Embeddings for Dense Retrieval · ACL 2021