EMNLP 2022finding1 citations

MatRank: Text Re-ranking by Latent Preference Matrix

Jinwen Luo, Jiuding Yang, Weidong Guo, Chenglin Li, Di Niu, Yu Xu

Abstract

Text ranking plays a key role in providing content that best answers user queries. It is usually divided into two sub-tasks to perform efficient information retrieval given a query: text retrieval and text re-ranking. Recent research on pretrained language models (PLM) has demonstrated efficiency and gain on both sub-tasks. However, while existing methods have benefited from pre-trained language models and achieved high recall rates on passage retrieval, the ranking performance still demands further improvement. In this paper, we propose MatRank, which learns to re-rank the text retrieved for a given query by learning to predict the most relevant passage based on a latent preference matrix. Specifically, MatRank uses a PLM to generate an asymmetric latent matrix of relative preference scores between all pairs of retrieved passages. Then, the latent matrix is aggregated row-wise and column-wise to obtain global preferences and predictions of the most relevant passage in two of these directions, respectively. We conduct extensive experiments on MS MACRO, WikiAQ, and SemEval datasets. Experimental results show that MatRank has achieved new state-of-the-art results on these datasets, outperforming all prior methods on ranking performance metrics.

BibTeX
@inproceedings{luo-etal-2022-matrank,
    title = "{M}at{R}ank: Text Re-ranking by Latent Preference Matrix",
    author = "Luo, Jinwen  and
      Yang, Jiuding  and
      Guo, Weidong  and
      Li, Chenglin  and
      Niu, Di  and
      Xu, Yu",
    editor = "Goldberg, Yoav  and
      Kozareva, Zornitsa  and
      Zhang, Yue",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2022",
    month = dec,
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.findings-emnlp.146/",
    doi = "10.18653/v1/2022.findings-emnlp.146",
    pages = "2011--2023"
}
MatRank: Text Re-ranking by Latent Preference Matrix · EMNLP 2022