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

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

19 Mar 2024arXiv:2404.04269archive 2025-07-28

Joachim Baumann, Celestine Mendler-Dünner

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× 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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2404.04269")

Code

Syntology Ran 13 of 16 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 1 ran · honoured contract; 12 ran with no contract checked.

By repository: official repository: 16 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

joebaumann/recsys-collectiveaction officialmentioned in paperpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 13 ran; 1 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
12ran
3unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from joebaumann/recsys-collectiveaction. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

array_mapping joebaumann/recsys-collectiveaction/recommender_system/2023_deezer_transformers/src/utils.py official repository ran MIT (permissive) · 2d54de9ccb82bc81 · report
confidence_interval joebaumann/recsys-collectiveaction/recommender_system/2023_deezer_transformers/src/plot_results.py official repository ran fingerprinted MIT (permissive) · 105a23e9acb302d4 · report
get_nr_of_unique_tracks joebaumann/recsys-collectiveaction/recommender_system/utils.py official repository ran fingerprinted MIT (permissive) · f41e79c5b20045d8 · report
get_target_song_info joebaumann/recsys-collectiveaction/recommender_system/utils.py official repository ran fingerprinted MIT (permissive) · 48a311ea92269095 · report
load_playlist_data joebaumann/recsys-collectiveaction/utils.py official repository ran MIT (permissive) · 38c7f9fafa6315e5 · report
mean_FM joebaumann/recsys-collectiveaction/recommender_system/2023_deezer_transformers/src/utils.py official repository ran MIT (permissive) · 4020a6a7546c09d3 · report
normalize_name joebaumann/recsys-collectiveaction/recommender_system/2023_deezer_transformers/src/preprocessing_and_collective_action.py official repository ran fingerprinted MIT (permissive) · b5cdd558bb888437 · report
pad_collate joebaumann/recsys-collectiveaction/recommender_system/2023_deezer_transformers/src/data_manager/data_manager.py official repository ran MIT (permissive) · 16d1e571688a45d7 · report
prepare_test_input joebaumann/recsys-collectiveaction/recommender_system/2023_deezer_transformers/src/format_baseline_input.py official repository ran MIT (permissive) · feb6a0fd504290bb · report
prepare_val_input joebaumann/recsys-collectiveaction/recommender_system/2023_deezer_transformers/src/format_baseline_input.py official repository ran MIT (permissive) · a1af6644bfcb4f2c · report
similar joebaumann/recsys-collectiveaction/recommender_system/spotify_scraper/scrape_spotify_song_streams.py official repository ran · honoured contract fingerprinted MIT (permissive) · 5e4b02e5bc753357 · report
timer joebaumann/recsys-collectiveaction/utils.py official repository ran MIT (permissive) · 9a30db61f4279240 · report
to_date joebaumann/recsys-collectiveaction/recommender_system/2023_deezer_transformers/src/preprocessing_and_collective_action.py official repository ran fingerprinted MIT (permissive) · 877ed4ba33e961a9 · report
get_all_playlists joebaumann/recsys-collectiveaction/recommender_system/spotify_scraper/scrape_spotify_song_streams.py official repository unverified MIT (permissive) · b4901704a08fd4a2 · report
padded_avg joebaumann/recsys-collectiveaction/recommender_system/2023_deezer_transformers/src/utils.py official repository unverified MIT (permissive) · 2a8b53459555998d · report
prepare_knn_data joebaumann/recsys-collectiveaction/recommender_system/2023_deezer_transformers/src/format_baseline_input.py official repository unverified MIT (permissive) · 34fa38d70a9e3982 · report

Tasks

Recommendation Systems

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

FocusSET

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections