paper-with-me

Papers

Emergent Instabilities in Algorithmic Feedback Loops

2022-01-18 · Keith Burghardt, Kristina Lerman

Algorithms that aid human tasks, such as recommendation systems, are ubiquitous. They appear in everything from social media to streaming videos to online shopping. However, the feedback loop between people and algorithms is poorly understood and can amplify cognitive and social biases (algorithmic confounding), leading to unexpected outcomes. In this work, we explore algorithmic confounding in collaborative filtering-based recommendation algorithms through teacher-student learning simulations. Namely, a student collaborative filtering-based model, trained on simulated choices, is used by the recommendation algorithm to recommend items to agents. Agents might choose some of these items, according to an underlying teacher model, with new choices then fed back into the student model as new training data (approximating online machine learning). These simulations demonstrate how algorithmic confounding produces erroneous recommendations which in turn lead to instability, i.e., wide variations in an item's popularity between each simulation realization. We use the simulations to demonstrate a novel approach to training collaborative filtering models that can create more stable and accurate recommendations. Our methodology is general enough that it can be extended to other socio-technical systems in order to better quantify and improve the stability of algorithms. These results highlight the need to account for emergent behaviors from interactions between people and algorithms.

📄 PDF Abstract BibTeX arXiv:2201.07203

Code (1)

KeithBurghardt/RecSim 공식 구현 tf

Tasks

Collaborative FilteringRecommendation Systems

Similar Papers 제목 키워드 기반

Does Machine Learning Amplify Pricing Errors in the Housing Market? -- The Economics of Machine Learning Feedback Loops

2023-02-18 · Nikhil Malik, Emaad Manzoor

Machine learning algorithms are increasingly employed to price or value homes for sale, properties for rent, rides for hire, and various other goods and services. Machine learning-based prices are typically generated by …

A Classification of Feedback Loops and Their Relation to Biases in Automated Decision-Making Systems

2023-05-10 · Nicolò Pagan, Joachim Baumann, Ezzat Elokda, Giulia De Pasquale 외

Prediction-based decision-making systems are becoming increasingly prevalent in various domains. Previous studies have demonstrated that such systems are vulnerable to runaway feedback loops, e.g., when police are repeat…

Decision MakingFairnessRecommendation SystemsRelation

The Diversity Paradox revisited: Systemic Effects of Feedback Loops in Recommender Systems

2026-02-18 · Gabriele Barlacchi, Margherita Lalli, Emanuele Ferragina, Fosca Giannotti 외 arxiv

Recommender systems shape individual choices through feedback loops in which user behavior and algorithmic recommendations coevolve over time. The systemic effects of these loops remain poorly understood, in part due to …

Unlocking LLM Code Correction with Iterative Feedback Loops

2026-06-16 · Le Zhang, Suresh Kothari arxiv

Large Language Models have shown remarkable capabilities in code generation. However, most existing evaluations focus only on single-attempt accuracy and overlook the iterative refinement process that is central to real-…

Code Generation

Fairness Feedback Loops: Training on Synthetic Data Amplifies Bias

2024-03-12 · Sierra Wyllie, Ilia Shumailov, Nicolas Papernot

Model-induced distribution shifts (MIDS) occur as previous model outputs pollute new model training sets over generations of models. This is known as model collapse in the case of generative models, and performative pred…

Fairness