paper-with-me

홈 › Papers

Shapley Value-driven Data Pruning for Recommender Systems

2025-05-28 · Yansen Zhang, Xiaokun Zhang, Ziqiang Cui, Chen Ma

Recommender systems often suffer from noisy interactions like accidental clicks or popularity bias. Existing denoising methods typically identify users' intent in their interactions, and filter out noisy interactions that deviate from the assumed intent. However, they ignore that interactions deemed noisy could still aid model training, while some ``clean'' interactions offer little learning value. To bridge this gap, we propose Shapley Value-driven Valuation (SVV), a framework that evaluates interactions based on their objective impact on model training rather than subjective intent assumptions. In SVV, a real-time Shapley value estimation method is devised to quantify each interaction's value based on its contribution to reducing training loss. Afterward, SVV highlights the interactions with high values while downplaying low ones to achieve effective data pruning for recommender systems. In addition, we develop a simulated noise protocol to examine the performance of various denoising approaches systematically. Experiments on four real-world datasets show that SVV outperforms existing denoising methods in both accuracy and robustness. Further analysis also demonstrates that our SVV can preserve training-critical interactions and offer interpretable noise assessment. This work shifts denoising from heuristic filtering to principled, model-driven interaction valuation.

📄 PDF Abstract BibTeX arXiv:2505.22057

Code (1)

Forrest-Stone/SVV 공식 구현 pytorch

Tasks

DenoisingRecommendation Systems

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

On-device Content-based Recommendation with Single-shot Embedding Pruning: A Cooperative Game Perspective

2024-11-20 · Hung Vinh Tran, Tong Chen, Guanhua Ye, Quoc Viet Hung Nguyen 외

Content-based Recommender Systems (CRSs) play a crucial role in shaping user experiences in e-commerce, online advertising, and personalized recommendations. However, due to the vast amount of categorical features, the e…

Federated LearningRecommendation Systems

Shapley Value as Principled Metric for Structured Network Pruning

2020-06-02 · Marco Ancona, Cengiz Öztireli, Markus Gross

Structured pruning is a well-known technique to reduce the storage size and inference cost of neural networks. The usual pruning pipeline consists of ranking the network internal filters and activations with respect to t…

Network Pruning

The Shapley Value in Machine Learning

2022-02-11 · Benedek Rozemberczki, Lauren Watson, Péter Bayer, Hao-Tsung Yang 외

Over the last few years, the Shapley value, a solution concept from cooperative game theory, has found numerous applications in machine learning. In this paper, we first discuss fundamental concepts of cooperative game t…

BIG-bench Machine LearningData ValuationEnsemble Pruningfeature selection+3

Efficient Shapley Value-based Non-Uniform Pruning of Large Language Models

2025-05-03 · Chuan Sun, Han Yu, Lizhen Cui, Xiaoxiao Li

Pruning large language models (LLMs) is a promising solution for reducing model sizes and computational complexity while preserving performance. Traditional layer-wise pruning methods often adopt a uniform sparsity appro…

SHAPE: Coalition-Aware Expert Pruning for Sparse Mixture-of-Experts LLMs

2026-06-03 · Yuhao Zhang arxiv

Sparse Mixture-of-Experts (MoE) large language models achieve strong quality with low per-token compute, yet their deployment is often limited by the memory wall: the full expert pool must remain resident to support toke…