paper-with-me

홈 › Papers

P^3 Ranker: Mitigating the Gaps between Pre-training and Ranking Fine-tuning with Prompt-based Learning and Pre-finetuning

2022-05-04 · Xiaomeng Hu, Shi Yu, Chenyan Xiong, Zhenghao Liu, Zhiyuan Liu, Ge Yu

Compared to other language tasks, applying pre-trained language models (PLMs) for search ranking often requires more nuances and training signals. In this paper, we identify and study the two mismatches between pre-training and ranking fine-tuning: the training schema gap regarding the differences in training objectives and model architectures, and the task knowledge gap considering the discrepancy between the knowledge needed in ranking and that learned during pre-training. To mitigate these gaps, we propose Pre-trained, Prompt-learned and Pre-finetuned Neural Ranker (P^3 Ranker). P^3 Ranker leverages prompt-based learning to convert the ranking task into a pre-training like schema and uses pre-finetuning to initialize the model on intermediate supervised tasks. Experiments on MS MARCO and Robust04 show the superior performances of P^3 Ranker in few-shot ranking. Analyses reveal that P^3 Ranker is able to better accustom to the ranking task through prompt-based learning and retrieve necessary ranking-oriented knowledge gleaned in pre-finetuning, resulting in data-efficient PLM adaptation. Our code is available at https://github.com/NEUIR/P3Ranker.

📄 PDF Abstract BibTeX arXiv:2205.01886

Code (1)

neuir/p3ranker 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Does Reasoning Make Search More Fair? Comparing Fairness in Reasoning and Non-Reasoning Rerankers

2026-03-11 · Saron Samuel, Benjamin Van Durme, Eugene Yang arxiv

While reasoning rerankers, such as Rank1, have demonstrated strong abilities in improving ranking relevance, it is unclear how they perform on other retrieval qualities such as fairness. We conduct the first systematic c…

Understanding the Behaviors of BERT in Ranking

2019-04-16 · Yifan Qiao, Chenyan Xiong, Zheng-Hao Liu, Zhiyuan Liu

This paper studies the performances and behaviors of BERT in ranking tasks. We explore several different ways to leverage the pre-trained BERT and fine-tune it on two ranking tasks: MS MARCO passage reranking and TREC We…

Document RankingPassage RankingPassage RerankingQuestion Answering+1

Diagnosing LLM-based Rerankers in Cold-Start Recommender Systems: Coverage, Exposure and Practical Mitigations

2026-02-09 · Ekaterina Lemdiasova, Nikita Zmanovskii arxiv

Large language models (LLMs) and cross-encoder rerankers have gained attention for improving recommender systems, particularly in cold-start scenarios where user interaction history is limited. However, practical deploym…

Movie Recommendation

Diffusion-GR2: Diffusion Generative Reasoning Re-ranker

2026-07-01 · Zhuoxuan Zhang, Kangqi Ni, Yuhang Chen, Mingfu Liang 외 arxiv

Generative reasoning re-rankers achieve strong recommendation accuracy by emitting a chain-of-thought before re-ordering a candidate list, but they are slow at inference: an autoregressive (AR) decoder spends one sequent…

ListConRanker: A Contrastive Text Reranker with Listwise Encoding

2025-01-13 · Junlong Liu, Yue Ma, Ruihui Zhao, Junhao Zheng 외

Reranker models aim to re-rank the passages based on the semantics similarity between the given query and passages, which have recently received more attention due to the wide application of the Retrieval-Augmented Gener…

RerankingRetrieval-augmented Generation