paper-with-me

Papers

Efficient Document Ranking with Learnable Late Interactions

2024-06-25 · Ziwei Ji, Himanshu Jain, Andreas Veit, Sashank J. Reddi, Sadeep Jayasumana, Ankit Singh Rawat, Aditya Krishna Menon, Felix Yu, Sanjiv Kumar

Cross-Encoder (CE) and Dual-Encoder (DE) models are two fundamental approaches for query-document relevance in information retrieval. To predict relevance, CE models use joint query-document embeddings, while DE models maintain factorized query and document embeddings; usually, the former has higher quality while the latter benefits from lower latency. Recently, late-interaction models have been proposed to realize more favorable latency-quality tradeoffs, by using a DE structure followed by a lightweight scorer based on query and document token embeddings. However, these lightweight scorers are often hand-crafted, and there is no understanding of their approximation power; further, such scorers require access to individual document token embeddings, which imposes an increased latency and storage burden. In this paper, we propose novel learnable late-interaction models (LITE) that resolve these issues. Theoretically, we prove that LITE is a universal approximator of continuous scoring functions, even for relatively small embedding dimension. Empirically, LITE outperforms previous late-interaction models such as ColBERT on both in-domain and zero-shot re-ranking tasks. For instance, experiments on MS MARCO passage re-ranking show that LITE not only yields a model with better generalization, but also lowers latency and requires 0.25x storage compared to ColBERT.

📄 PDF Abstract BibTeX arXiv:2406.17968

Code (0)

등록된 구현이 없습니다.

Tasks

Document RankingInformation RetrievalPassage Re-RankingRe-Ranking

Similar Papers 제목 키워드 기반

MarlRank: Multi-agent Reinforced Learning to Rank

2019-09-15 · Shihao Zou, Zhonghua Li, Mohammad Akbari, Jun Wang 외

When estimating the relevancy between a query and a document, ranking models largely neglect the mutual information among documents. A common wisdom is that if two documents are similar in terms of the same query, they a…

Document RankingLearning-To-Rank

SetRank: Learning a Permutation-Invariant Ranking Model for Information Retrieval

2019-12-12 · Liang Pang, Jun Xu, Qingyao Ai, Yanyan Lan 외

In learning-to-rank for information retrieval, a ranking model is automatically learned from the data and then utilized to rank the sets of retrieved documents. Therefore, an ideal ranking model would be a mapping from a…

Information RetrievalLearning-To-RankRetrieval

Self-Attentive Document Interaction Networks for Permutation Equivariant Ranking

2019-10-21 · Rama Kumar Pasumarthi, Xuanhui Wang, Michael Bendersky, Marc Najork

How to leverage cross-document interactions to improve ranking performance is an important topic in information retrieval (IR) research. However, this topic has not been well-studied in the learning-to-rank setting and m…

Information RetrievalLearning-To-RankRetrieval

Non-Linear Multiple Field Interactions Neural Document Ranking

2020-11-18 · Kentaro Takiguchi, Niall Twomey, Luis M. Vaquero

Ranking tasks are usually based on the text of the main body of the page and the actions (clicks) of users on the page. There are other elements that could be leveraged to better contextualise the ranking experience (e.g…

Document Ranking

E2Rank: Unifying Text Embedding and Listwise Reranking for Effective and Efficient Search

2025-10-26 · Qi Liu, Yanzhao Zhang, Mingxin Li, Dingkun Long 외 arxiv

Text embedding models deliver competitive retrieval performance with high efficiency, but their ranking fidelity remains limited compared to LLM-based listwise rerankers, which capture fine-grained query-document and doc…

Computational Efficiency