菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-23
📄 Abstract - Breaking the Filter Bubble: A Semantic Pareto-DQN Framework for Multi-Objective Recommendation

Recommender systems often induce filter bubbles and semantic homogenization by monolithically optimizing for immediate user engagement. Standard single-objective models, including traditional Deep Q-Networks, are ill-equipped to navigate the trade-offs between platform retention and critical societal values like information diversity and provider fairness. To address these limitations, we introduce a multi-objective reinforcement learning framework that formalizes recommendation as a semantic multi-objective Markov decision process. By integrating high-fidelity semantic embeddings with a Pareto-DQN agent, our architecture treats engagement, diversity, and fairness as distinct, non-aggregable reward signals, avoiding the pitfalls of static reward scalarization. Empirical evaluations on the MovieLens small dataset shows that our hypervolume based action selection disrupts the feedback loops responsible for semantic collapse. By sustaining high state-trajectory variance, the Pareto-DQN effectively maps the Pareto frontier, achieving gains in auxiliary societal objectives with only marginal impacts on engagement. This work provides a path toward intrinsically aligned, responsible recommender systems.

顶级标签: reinforcement learning multi-objective recommender system
详细标签: filter bubble pareto optimization semantic embedding diversity fairness 或 搜索:

打破过滤气泡:面向多目标推荐的语义帕累托深度Q网络框架 / Breaking the Filter Bubble: A Semantic Pareto-DQN Framework for Multi-Objective Recommendation


1️⃣ 一句话总结

该论文提出了一种基于帕累托优化的多目标强化学习框架,通过将用户参与度、信息多样性和公平性作为独立目标,并利用语义嵌入和超体积动作选择,在几乎不影响用户参与度的前提下有效打破推荐系统的过滤气泡问题。

源自 arXiv: 2606.24042