paper-with-me

Papers

Minimizing Time-to-Rank: A Learning and Recommendation Approach

2019-05-27 · Haoming Li, Sujoy Sikdar, Rohit Vaish, Junming Wang, Lirong Xia, Chaonan Ye

Consider the following problem faced by an online voting platform: A user is provided with a list of alternatives, and is asked to rank them in order of preference using only drag-and-drop operations. The platform's goal is to recommend an initial ranking that minimizes the time spent by the user in arriving at her desired ranking. We develop the first optimization framework to address this problem, and make theoretical as well as practical contributions. On the practical side, our experiments on Amazon Mechanical Turk provide two interesting insights about user behavior: First, that users' ranking strategies closely resemble selection or insertion sort, and second, that the time taken for a drag-and-drop operation depends linearly on the number of positions moved. These insights directly motivate our theoretical model of the optimization problem. We show that computing an optimal recommendation is NP-hard, and provide exact and approximation algorithms for a variety of special cases of the problem. Experimental evaluation on MTurk shows that, compared to a random recommendation strategy, the proposed approach reduces the (average) time-to-rank by up to 50%.

📄 PDF Abstract BibTeX arXiv:1905.11984

Code (1)

haoming-codes/time-to-rank 공식 구현

Similar Papers 제목 키워드 기반

Preference Diffusion for Recommendation

2024-10-17 · Shuo Liu, An Zhang, Guoqing Hu, Hong Qian 외

Recommender systems predict personalized item rankings based on user preference distributions derived from historical behavior data. Recently, diffusion models (DMs) have gained attention in recommendation for their abil…

Recommendation SystemsSequential RecommendationVariational Inference

Using Image Fairness Representations in Diversity-Based Re-ranking for Recommendations

2018-09-10 · Karako Chen, Manggala Putra

The trade-off between relevance and fairness in personalized recommendations has been explored in recent works, with the goal of minimizing learned discrimination towards certain demographics while still producing releva…

DiversityFairnessRecommendation SystemsRe-Ranking

Towards Foundation Models for Consensus Rank Aggregation

2026-03-16 · Yijun Jin, Simon Klüttermann, Chiara Balestra, Emmanuel Müller arxiv

Aggregating a consensus ranking from multiple input rankings is a fundamental problem with applications in recommendation systems, search engines, job recruitment, and elections. Despite decades of research in consensus …

Reinforcement LearningRecommendation Systems

Finetuning Large Language Model for Personalized Ranking

2024-05-25 · Zhuoxi Bai, Ning Wu, Fengyu Cai, Xinyi Zhu 외

Large Language Models (LLMs) have demonstrated remarkable performance across various domains, motivating researchers to investigate their potential use in recommendation systems. However, directly applying LLMs to recomm…

Explainable RecommendationLanguage ModelingLanguage ModellingLarge Language Model+2

Learning to Fast Unrank in Collaborative Filtering Recommendation

2025-11-10 · Junpeng Zhao, Lin Li, Ming Li, Amran Bhuiyan 외 arxiv

Modern data-driven recommendation systems risk memorizing sensitive user behavioral patterns, raising privacy concerns. Existing recommendation unlearning methods, while capable of removing target data influence, suffer …

Collaborative FilteringRecommendation Systems