paper-with-me

Papers

Zeroshot Listwise Learning to Rank Algorithm for Recommendation

2024-09-05 · Hao Wang

Learning to rank is a rare technology compared with other techniques such as deep neural networks. The number of experts in the field is roughly 1/6 of the number of professionals in deep learning. Being an effective ranking methodology, learning to rank has been widely used in the field of information retrieval. However, in recent years, learning to rank as a recommendation approach has been on decline. In this paper, we take full advantage of order statistic approximation and power law distribution to design a zeroshot listwise learning to rank algorithm for recommendation. We prove in the experiment section that our approach is both accurate and fair.

📄 PDF Abstract BibTeX arXiv:2409.13703

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalLearning-To-RankRetrieval

Similar Papers 제목 키워드 기반

SQL-Rank: A Listwise Approach to Collaborative Ranking

2018-02-28 · ICML 2018 7 · Liwei Wu, Cho-Jui Hsieh, James Sharpnack

In this paper, we propose a listwise approach for constructing user-specific rankings in recommendation systems in a collaborative fashion. We contrast the listwise approach to previous pointwise and pairwise approaches,…

Collaborative RankingRecommendation Systems

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…

Towards Comprehensive Recommender Systems: Time-Aware UnifiedcRecommendations Based on Listwise Ranking of Implicit Cross-Network Data

2020-08-25 · Dilruk Perera, Roger Zimmermann

The abundance of information in web applications make recommendation essential for users as well as applications. Despite the effectiveness of existing recommender systems, we find two major limitations that reduce their…

DiversityRecommendation Systems

Efficient Pointwise-Pairwise Learning-to-Rank for News Recommendation

2024-09-26 · Nithish Kannen, Yao Ma, Gerrit J. J. van den Burg, Jean Baptiste Faddoul

News recommendation is a challenging task that involves personalization based on the interaction history and preferences of each user. Recent works have leveraged the power of pretrained language models (PLMs) to directl…

Learning-To-RankNews Recommendation

JointRank: Rank Large Set with Single Pass

2025-06-27 · Evgeny Dedov

Efficiently ranking relevant items from large candidate pools is a cornerstone of modern information retrieval systems -- such as web search, recommendation, and retrieval-augmented generation. Listwise rerankers, which …

Information RetrievalRerankingRetrievalRetrieval-augmented Generation