paper-with-me

홈 › Papers

Learning a Deep Listwise Context Model for Ranking Refinement

2018-04-16 · Qingyao Ai, Keping Bi, Jiafeng Guo, W. Bruce Croft

Learning to rank has been intensively studied and widely applied in information retrieval. Typically, a global ranking function is learned from a set of labeled data, which can achieve good performance on average but may be suboptimal for individual queries by ignoring the fact that relevant documents for different queries may have different distributions in the feature space. Inspired by the idea of pseudo relevance feedback where top ranked documents, which we refer as the \textit{local ranking context}, can provide important information about the query's characteristics, we propose to use the inherent feature distributions of the top results to learn a Deep Listwise Context Model that helps us fine tune the initial ranked list. Specifically, we employ a recurrent neural network to sequentially encode the top results using their feature vectors, learn a local context model and use it to re-rank the top results. There are three merits with our model: (1) Our model can capture the local ranking context based on the complex interactions between top results using a deep neural network; (2) Our model can be built upon existing learning-to-rank methods by directly using their extracted feature vectors; (3) Our model is trained with an attention-based loss function, which is more effective and efficient than many existing listwise methods. Experimental results show that the proposed model can significantly improve the state-of-the-art learning to rank methods on benchmark retrieval corpora.

📄 PDF Abstract BibTeX arXiv:1804.05936

Code (1)

QingyaoAi/Deep-Listwise-Context-Model-for-Ranking-Refinement 공식 구현 tf

Tasks

Information RetrievalLearning-To-RankRetrieval

Similar Papers 제목 키워드 기반

RLPO: Residual Listwise Preference Optimization for Long-Context Review Ranking

2026-01-12 · Hao Jiang, Zhi Yang, Annan Wang, Yichi Zhang 외 arxiv

Review ranking is pivotal in e-commerce for prioritizing diagnostic and authentic feedback from the deluge of user-generated content. While large language models have improved semantic assessment, existing ranking paradi…

Contextual Dual Learning Algorithm with Listwise Distillation for Unbiased Learning to Rank

2024-08-19 · Lulu Yu, Keping Bi, Shiyu Ni, Jiafeng Guo

Unbiased Learning to Rank (ULTR) aims to leverage biased implicit user feedback (e.g., click) to optimize an unbiased ranking model. The effectiveness of the existing ULTR methods has primarily been validated on syntheti…

Learning-To-RankPosition

RIA: A Ranking-Infused Approach for Optimized listwise CTR Prediction

2025-11-26 · Guoxiao Zhang, Tan Qu, Ao Li, DongLin Ni 외 arxiv

Reranking improves recommendation quality by modeling item interactions. However, existing methods often decouple ranking and reranking, leading to weak listwise evaluation models that suffer from combinatorial sparsity …

Leveraging Passage Embeddings for Efficient Listwise Reranking with Large Language Models

2024-06-21 · Qi Liu, Bo wang, Nan Wang, Jiaxin Mao

Recent studies have demonstrated the effectiveness of using large language language models (LLMs) in passage ranking. The listwise approaches, such as RankGPT, have become new state-of-the-art in this task. However, the …

Learning-To-RankPassage RankingPassage RerankingReranking

Scaling Down, LiTting Up: Efficient Zero-Shot Listwise Reranking with Seq2seq Encoder-Decoder Models

2023-12-26 · Manveer Singh Tamber, Ronak Pradeep, Jimmy Lin

Recent work in zero-shot listwise reranking using LLMs has achieved state-of-the-art results. However, these methods are not without drawbacks. The proposed methods rely on large LLMs with billions of parameters and limi…

DecoderReranking