English

Multivariate Representation Learning for Information Retrieval

Information Retrieval 2023-05-01 v1 Computation and Language Machine Learning

Abstract

Dense retrieval models use bi-encoder network architectures for learning query and document representations. These representations are often in the form of a vector representation and their similarities are often computed using the dot product function. In this paper, we propose a new representation learning framework for dense retrieval. Instead of learning a vector for each query and document, our framework learns a multivariate distribution and uses negative multivariate KL divergence to compute the similarity between distributions. For simplicity and efficiency reasons, we assume that the distributions are multivariate normals and then train large language models to produce mean and variance vectors for these distributions. We provide a theoretical foundation for the proposed framework and show that it can be seamlessly integrated into the existing approximate nearest neighbor algorithms to perform retrieval efficiently. We conduct an extensive suite of experiments on a wide range of datasets, and demonstrate significant improvements compared to competitive dense retrieval models.

Keywords

Cite

@article{arxiv.2304.14522,
  title  = {Multivariate Representation Learning for Information Retrieval},
  author = {Hamed Zamani and Michael Bendersky},
  journal= {arXiv preprint arXiv:2304.14522},
  year   = {2023}
}

Comments

Accepted for publication at SIGIR 2023