IRLGSIMar 19, 2024

Algorithmic Collective Action in Recommender Systems: Promoting Songs by Reordering Playlists

arXiv:2404.04269v212 citationsNIPS
Originality Incremental advance
AI Analysis

This addresses the issue of visibility for underrepresented artists on music streaming platforms, though it is incremental as it builds on existing recommender systems.

The paper tackles the problem of promoting underrepresented artists in music recommender systems by strategically inserting their songs into existing playlists, achieving up to 40 times more test-time recommendations with small collectives controlling less than 0.01% of training data.

We investigate algorithmic collective action in transformer-based recommender systems. Our use case is a music streaming platform where a collective of fans aims to promote the visibility of an underrepresented artist by strategically placing one of their songs in the existing playlists they control. We introduce two easily implementable strategies to select the position at which to insert the song with the goal to boost recommendations at test time. The strategies exploit statistical properties of the learner by targeting discontinuities in the recommendations, and leveraging the long-tail nature of song distributions. We evaluate the efficacy of our strategies using a publicly available recommender system model released by a major music streaming platform. Our findings reveal that through strategic placement even small collectives (controlling less than 0.01\% of the training data) can achieve up to $40\times$ more test time recommendations than an average song with the same number of training set occurrences. Focusing on the externalities of the strategy, we find that the recommendations of other songs are largely preserved, and the newly gained recommendations are distributed across various artists. Together, our findings demonstrate how carefully designed collective action strategies can be effective while not necessarily being adversarial.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes