paper-with-me

Papers

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

2019-12-12 · Liang Pang, Jun Xu, Qingyao Ai, Yanyan Lan, Xue-Qi Cheng, Ji-Rong Wen

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 document set to a permutation on the set, and should satisfy two critical requirements: (1)~it should have the ability to model cross-document interactions so as to capture local context information in a query; (2)~it should be permutation-invariant, which means that any permutation of the inputted documents would not change the output ranking. Previous studies on learning-to-rank either design uni-variate scoring functions that score each document separately, and thus failed to model the cross-document interactions; or construct multivariate scoring functions that score documents sequentially, which inevitably sacrifice the permutation invariance requirement. In this paper, we propose a neural learning-to-rank model called SetRank which directly learns a permutation-invariant ranking model defined on document sets of any size. SetRank employs a stack of (induced) multi-head self attention blocks as its key component for learning the embeddings for all of the retrieved documents jointly. The self-attention mechanism not only helps SetRank to capture the local context information from cross-document interactions, but also to learn permutation-equivariant representations for the inputted documents, which therefore achieving a permutation-invariant ranking model. Experimental results on three large scale benchmarks showed that the SetRank significantly outperformed the baselines include the traditional learning-to-rank models and state-of-the-art Neural IR models.

📄 PDF Abstract BibTeX arXiv:1912.05891

Code (2)

pl8787/SetRank 공식 구현 tf
ULTR-Community/ULTRA tf

Tasks

Information RetrievalLearning-To-RankRetrieval

Similar Papers 제목 키워드 기반

SetRank: A Setwise Bayesian Approach for Collaborative Ranking from Implicit Feedback

2020-02-23 · Chao Wang, HengShu Zhu, Chen Zhu, Chuan Qin 외

The recent development of online recommender systems has a focus on collaborative ranking from implicit feedback, such as user clicks and purchases. Different from explicit ratings, which reflect graded user preferences,…

Collaborative RankingRecommendation Systems

Entity Set Search of Scientific Literature: An Unsupervised Ranking Approach

2018-04-29 · Jiaming Shen, Jinfeng Xiao, Xinwei He, Jingbo Shang 외

Literature search is critical for any scientific research. Different from Web or general domain search, a large portion of queries in scientific literature search are entity-set queries, that is, multiple entities of pos…

Model Selection

Set-Encoder: Permutation-Invariant Inter-Passage Attention for Listwise Passage Re-Ranking with Cross-Encoders

2024-04-10 · Ferdinand Schlatt, Maik Fröbe, Harrisen Scells, Shengyao Zhuang 외

Existing cross-encoder models can be categorized as pointwise, pairwise, or listwise. Pairwise and listwise models allow passage interactions, which typically makes them more effective than pointwise models but less effi…

Passage Re-RankingRe-Ranking

Analysis of Multivariate Scoring Functions for Automatic Unbiased Learning to Rank

2020-08-20 · Tao Yang, Shikai Fang, Shibo Li, Yulan Wang 외

Leveraging biased click data for optimizing learning to rank systems has been a popular approach in information retrieval. Because click data is often noisy and biased, a variety of methods have been proposed to construc…

Information RetrievalLearning-To-RankRetrieval

One Pass, Any Order: Position-Invariant Listwise Reranking for LLM-Based Recommendation

2026-04-30 · Ethan Bito, Yongli Ren, Estrid He arxiv

Large language models (LLMs) are increasingly used for recommendation reranking, but their listwise predictions can depend on the order in which candidates are presented. This creates a mismatch between the set-based nat…