paper-with-me

홈 › Papers

Towards Principled User-side Recommender Systems

2022-08-21 · Ryoma Sato

Traditionally, recommendation algorithms have been designed for service developers. However, recently, a new paradigm called user-side recommender systems has been proposed and they enable web service users to construct their own recommender systems without access to trade-secret data. This approach opens the door to user-defined fair systems even if the official recommender system of the service is not fair. While existing methods for user-side recommender systems have addressed the challenging problem of building recommender systems without using log data, they rely on heuristic approaches, and it is still unclear whether constructing user-side recommender systems is a well-defined problem from theoretical point of view. In this paper, we provide theoretical justification of user-side recommender systems. Specifically, we see that hidden item features can be recovered from the information available to the user, making the construction of user-side recommender system well-defined. However, this theoretically grounded approach is not efficient. To realize practical yet theoretically sound recommender systems, we propose three desirable properties of user-side recommender systems and propose an effective and efficient user-side recommender system, \textsc{Consul}, based on these foundations. We prove that \textsc{Consul} satisfies all three properties, whereas existing user-side recommender systems lack at least one of them. In the experiments, we empirically validate the theory of feature recovery via numerical experiments. We also show that our proposed method achieves an excellent trade-off between effectiveness and efficiency and demonstrate via case studies that the proposed method can retrieve information that the provider's official recommender system cannot.

📄 PDF Abstract BibTeX arXiv:2208.09864

Code (1)

joisino/consul 공식 구현

Tasks

Recommendation Systems

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

Ensuring User-side Fairness in Dynamic Recommender Systems

2023-08-29 · Hyunsik Yoo, Zhichen Zeng, Jian Kang, Ruizhong Qiu 외

User-side group fairness is crucial for modern recommender systems, aiming to alleviate performance disparities among user groups defined by sensitive attributes like gender, race, or age. In the ever-evolving landscape …

FairnessRecommendation SystemsRe-Ranking

Overhead-free User-side Recommender Systems

2024-11-12 · Ryoma Sato

Traditionally, recommendation algorithms have been designed for service developers. But recently, a new paradigm called user-side recommender systems has been proposed. User-side recommender systems are built and used by…

Recommendation Systems

Graph Trend Filtering Networks for Recommendations

2021-08-12 · Wenqi Fan, Xiaorui Liu, Wei Jin, Xiangyu Zhao 외

Recommender systems aim to provide personalized services to users and are playing an increasingly important role in our daily lives. The key of recommender systems is to predict how likely users will interact with items …

Collaborative FilteringGraph Representation LearningRecommendation SystemsRepresentation Learning

RecSim NG: Toward Principled Uncertainty Modeling for Recommender Ecosystems

2021-03-14 · Martin Mladenov, Chih-Wei Hsu, Vihan Jain, Eugene Ie 외

The development of recommender systems that optimize multi-turn interaction with users, and model the interactions of different agents (e.g., users, content providers, vendors) in the recommender ecosystem have drawn inc…

counterfactualProbabilistic ProgrammingRecommendation Systems

Streaming Recommender Systems

2016-07-21 · Shiyu Chang, Yang Zhang, Jiliang Tang, Dawei Yin 외

The increasing popularity of real-world recommender systems produces data continuously and rapidly, and it becomes more realistic to study recommender systems under streaming scenarios. Data streams present distinct prop…

Recommendation Systems