paper-with-me

홈 › Papers

PoolRank: Max/Min Pooling-based Ranking Loss for Listwise Learning & Ranking Balance

2021-08-08 · Zhizhong Chen, Carsten Eickhoff

Numerous neural retrieval models have been proposed in recent years. These models learn to compute a ranking score between the given query and document. The majority of existing models are trained in pairwise fashion using human-judged labels directly without further calibration. The traditional pairwise schemes can be time-consuming and require pre-defined positive-negative document pairs for training, potentially leading to learning bias due to document distribution mismatch between training and test conditions. Some popular existing listwise schemes rely on the strong pre-defined probabilistic assumptions and stark difference between relevant and non-relevant documents for the given query, which may limit the model potential due to the low-quality or ambiguous relevance labels. To address these concerns, we turn to a physics-inspired ranking balance scheme and propose PoolRank, a pooling-based listwise learning framework. The proposed scheme has four major advantages: (1) PoolRank extracts training information from the best candidates at the local level based on model performance and relative ranking among abundant document candidates. (2) By combining four pooling-based loss components in a multi-task learning fashion, PoolRank calibrates the ranking balance for the partially relevant and the highly non-relevant documents automatically without costly human inspection. (3) PoolRank can be easily generalized to any neural retrieval model without requiring additional learnable parameters or model structure modifications. (4) Compared to pairwise learning and existing listwise learning schemes, PoolRank yields better ranking performance for all studied retrieval models while retaining efficient convergence rates.

📄 PDF Abstract BibTeX arXiv:2108.03586

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Task LearningRetrieval

Similar Papers 제목 키워드 기반

ExpertRank: A Multi-level Coarse-grained Expert-based Listwise Ranking Loss

2021-07-29 · Zhizhong Chen, Carsten Eickhoff

The goal of information retrieval is to recommend a list of document candidates that are most relevant to a given query. Listwise learning trains neural retrieval models by comparing various candidates simultaneously on …

Information RetrievalMixture-of-ExpertsRetrieval

A Representation Theory for Ranking Functions

2014-12-01 · NeurIPS 2014 12 · Harsh H. Pareek, Pradeep K. Ravikumar

This paper presents a representation theory for permutation-valued functions, which in their general form can also be called listwise ranking functions. Pointwise ranking functions assign a score to each object independe…

Learning-To-RankReranking

Listwise View Ranking for Image Cropping

2019-05-14 · Weirui Lu, Xiaofen Xing, Bolun Cai, Xiangmin Xu

Rank-based Learning with deep neural network has been widely used for image cropping. However, the performance of ranking-based methods is often poor and this is mainly due to two reasons: 1) image cropping is a listwise…

Image Cropping

Statistical Consistency of Top-k Ranking

2009-12-01 · NeurIPS 2009 12 · Fen Xia, Tie-Yan Liu, Hang Li

This paper is concerned with the consistency analysis on listwise ranking methods. Among various ranking methods, the listwise methods have competitive performances on benchmark datasets and are regarded as one of the st…

Information RetrievalRetrieval

Integrating Listwise Ranking into Pairwise-based Image-Text Retrieval

2023-05-26 · Zheng Li, Caili Guo, Xin Wang, Zerun Feng 외

Image-Text Retrieval (ITR) is essentially a ranking problem. Given a query caption, the goal is to rank candidate images by relevance, from large to small. The current ITR datasets are constructed in a pairwise manner. I…

Image-text RetrievalRetrievalText RetrievalTriplet