paper-with-me

Papers

Modelling the Recommender Alignment Problem

2022-08-25 · Francisco Carvalho

Recommender systems (RS) mediate human experience online. Most RS act to optimize metrics that are imperfectly aligned with the best-interest of users but are easy to measure, like ad-clicks and user engagement. This has resulted in a host of hard-to-measure side-effects: political polarization, addiction, fake news. RS design faces a recommender alignment problem: that of aligning recommendations with the goals of users, system designers, and society as a whole. But how do we test and compare potential solutions to align RS? Their massive scale makes them costly and risky to test in deployment. We synthesized a simple abstract modelling framework to guide future work. To illustrate it, we construct a toy experiment where we ask: "How can we evaluate the consequences of using user retention as a reward function?" To answer the question, we learn recommender policies that optimize reward functions by controlling graph dynamics on a toy environment. Based on the effects that trained recommenders have on their environment, we conclude that engagement maximizers generally lead to worse outcomes than aligned recommenders but not always. After learning, we examine competition between RS as a potential solution to RS alignment. We find that it generally makes our toy-society better-off than it would be under the absence of recommendation or engagement maximizers. In this work, we aimed for a broad scope, touching superficially on many different points to shed light on how an end-to-end study of reward functions for recommender systems might be done. Recommender alignment is a pressing and important problem. Attempted solutions are sure to have far-reaching impacts. Here, we take a first step in developing methods to evaluating and comparing solutions with respect to their impacts on society.

📄 PDF Abstract BibTeX arXiv:2208.12299

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Methods 이 논문이 사용한 방법론

Test 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Providing Previously Unseen Users Fair Recommendations Using Variational Autoencoders

2023-08-29 · Bjørnar Vassøy, Helge Langseth, Benjamin Kille

An emerging definition of fairness in machine learning requires that models are oblivious to demographic user information, e.g., a user's gender or age should not influence the model. Personalized recommender systems are…

FairnessRecommendation Systems

Normative Alignment of Recommender Systems via Internal Label Shift

2026-07-12 · Johannes Kruse, Kasper Lindskow, Michael Riis Andersen, Ryotaro Shimizu 외 arxiv

We introduce NAILS (Normative Alignment of Recommender Systems via Internal Label Shift), a simple and scalable method for aligning recommendation outputs with target distributions over item-level attributes, such as cat…

Causal Discovery in Recommender Systems: Example and Discussion

2024-09-16 · Emanuele Cavenaghi, Fabio Stella, Markus Zanker

Causality is receiving increasing attention by the artificial intelligence and machine learning communities. This paper gives an example of modelling a recommender system problem using causal graphs. Specifically, we app…

Causal DiscoveryRecommendation Systems

Hgformer: Hyperbolic Graph Transformer for Recommendation

2024-12-30 · Xin Yang, Xingrun Li, Heng Chang, Jinze Yang 외

The cold start problem is a challenging problem faced by most modern recommender systems. By leveraging knowledge from other domains, cross-domain recommendation can be an effective method to alleviate the cold start pro…

Collaborative FilteringRecommendation Systems

Variational Autoencoders for Sparse and Overdispersed Discrete Data

2019-05-02 · He Zhao, Piyush Rai, Lan Du, Wray Buntine 외

Many applications, such as text modelling, high-throughput sequencing, and recommender systems, require analysing sparse, high-dimensional, and overdispersed discrete (count-valued or binary) data. Although probabilistic…

Collaborative FilteringMulti-Label LearningRecommendation Systems