paper-with-me

Papers

Generative Flow Network for Listwise Recommendation

2023-06-04 · Shuchang Liu, Qingpeng Cai, Zhankui He, Bowen Sun, Julian McAuley, Dong Zheng, Peng Jiang, Kun Gai

Personalized recommender systems fulfill the daily demands of customers and boost online businesses. The goal is to learn a policy that can generate a list of items that matches the user's demand or interest. While most existing methods learn a pointwise scoring model that predicts the ranking score of each individual item, recent research shows that the listwise approach can further improve the recommendation quality by modeling the intra-list correlations of items that are exposed together. This has motivated the recent list reranking and generative recommendation approaches that optimize the overall utility of the entire list. However, it is challenging to explore the combinatorial space of list actions and existing methods that use cross-entropy loss may suffer from low diversity issues. In this work, we aim to learn a policy that can generate sufficiently diverse item lists for users while maintaining high recommendation quality. The proposed solution, GFN4Rec, is a generative method that takes the insight of the flow network to ensure the alignment between list generation probability and its reward. The key advantages of our solution are the log scale reward matching loss that intrinsically improves the generation diversity and the autoregressive item selection model that captures the item mutual influences while capturing future reward of the list. As validation of our method's effectiveness and its superior diversity during active exploration, we conduct experiments on simulated online environments as well as an offline evaluation framework for two real-world datasets.

📄 PDF Abstract BibTeX arXiv:2306.02239

Code (1)

charliemat/gfn4rec 공식 구현 pytorch

Tasks

DiversityRecommendation SystemsReranking

Similar Papers 제목 키워드 기반

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…

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 ran…

Information RetrievalLearning-To-RankRetrieval

Hierarchical Reinforcement Learning for Temporal Abstraction of Listwise Recommendation

2024-09-11 · Luo Ji, Gao Liu, Mingyang Yin, Hongxia Yang 외

Modern listwise recommendation systems need to consider both long-term user perceptions and short-term interest shifts. Reinforcement learning can be applied on recommendation to study such a problem but is also subject …

Decision MakingHierarchical Reinforcement LearningRecommendation Systemsreinforcement-learning+2

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

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