← Back to Paper List

Simulating Filter Bubble on Short-video Recommender System with Large Language Model Agents

Nicholas Sukiennik, Haoyu Wang, Zailin Zeng, Chen Gao, Yong Li
Department of Electronic Engineering, Tsinghua University
arXiv (2025)
Recommendation Agent P13N Benchmark

📝 Paper Summary

Agent-based simulation Recommender System Simulation
SimTok employs LLM-based user agents to simulate the feedback loop in short-video recommender systems, enabling the analysis of filter bubble formation and the testing of mitigation strategies without live user testing.
Core Problem
The formation of filter bubbles on short-video platforms involves complex dynamics between algorithms and user feedback that are difficult to study due to the risks and costs of online testing.
Why it matters:
  • Filter bubbles can trap users in echo chambers, potentially leading to political polarization and threatening democratic information flow
  • Short-video platforms (TikTok, Kuaishou) lack the 'friend loops' of traditional social media, relying entirely on algorithmic recommendation, making them more susceptible to rapid filter bubble formation
  • Existing research often lacks a realistic simulation of the user-recommender feedback loop, relying instead on static datasets or simplistic user models
Concrete Example: On a platform like TikTok, a user interacting with a few sports videos might be locked into a feed consisting exclusively of sports content. Studying this requires simulating the user's sequential decisions (skip, like, comment) and the system's subsequent updates over many iterations.
Key Novelty
LLM-driven User-Recommender Feedback Loop Simulation
  • Replaces static user datasets with LLM agents that possess distinct personalities (OCEAN) and motivations (uses and gratifications) to generate dynamic feedback
  • Converts video items into text-based prompts (titles, tags, popularity) allowing the LLM agent to 'watch' and reason about content without processing raw video
  • Integrates a specific feedback weighting mechanism where different agent actions (Like vs. Comment vs. Skip) exert varying influence on the recommender's loss function
Architecture
Architecture Figure Figure 2
The overall SimTok simulation framework showing the closed loop between the LLM Module and Recommender Module
Breakthrough Assessment
7/10
Offers a novel framework for simulating the specific dynamics of short-video platforms using LLM agents. While agent-based simulation exists, applying it specifically to the filter bubble mechanism with feedback weighting is a valuable methodological contribution.
×