paper-with-me

홈 › Papers

Boosting Parameter Efficiency in LLM-Based Recommendation through Sophisticated Pruning

2025-07-09 · Shanle Zheng, Keqin Bao, Jizhi Zhang, Yang Zhang, Fuli Feng, Xiangnan He

LLM-based recommender systems have made significant progress; however, the deployment cost associated with the large parameter volume of LLMs still hinders their real-world applications. This work explores parameter pruning to improve parameter efficiency while maintaining recommendation quality, thereby enabling easier deployment. Unlike existing approaches that focus primarily on inter-layer redundancy, we uncover intra-layer redundancy within components such as self-attention and MLP modules. Building on this analysis, we propose a more fine-grained pruning approach that integrates both intra-layer and layer-wise pruning. Specifically, we introduce a three-stage pruning strategy that progressively prunes parameters at different levels and parts of the model, moving from intra-layer to layer-wise pruning, or from width to depth. Each stage also includes a performance restoration step using distillation techniques, helping to strike a balance between performance and parameter efficiency. Empirical results demonstrate the effectiveness of our approach: across three datasets, our models achieve an average of 88% of the original model's performance while pruning more than 95% of the non-embedding parameters. This underscores the potential of our method to significantly reduce resource requirements without greatly compromising recommendation quality. Our code will be available at: https://github.com/zheng-sl/PruneRec

📄 PDF Abstract BibTeX arXiv:2507.07064

Code (1)

zheng-sl/prunerec 공식 구현 pytorch

Tasks

Recommendation Systems

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

DynamiX: Dynamic Resource eXploration for Personalized Ad-Recommendations

2025-11-23 · Sohini Roychowdhury, Adam Holeman, Mohammad Amin, Feng Wei 외 arxiv

For online ad-recommendation systems, processing complete user-ad-engagement histories is both computationally intensive and noise-prone. We introduce Dynamix, a scalable, personalized sequence exploration framework that…

Self-Supervised LearningRecommendation Systems

Boosting Deep CTR Prediction with a Plug-and-Play Pre-trainer for News Recommendation

2022-10-01 · COLING 2022 10 · Qijiong Liu, Jieming Zhu, Quanyu Dai, Xiaoming Wu

Understanding news content is critical to improving the quality of news recommendation. To achieve this goal, recent studies have attempted to apply pre-trained language models (PLMs) such as BERT for semantic-enhanced n…

Click-Through Rate PredictionNews Recommendation

Iterative Boosting Deep Neural Networks for Predicting Click-Through Rate

2020-07-26 · Amit Livne, Roy Dor, Eyal Mazuz, Tamar Didi 외

The click-through rate (CTR) reflects the ratio of clicks on a specific item to its total number of views. It has significant impact on websites' advertising revenue. Learning sophisticated models to understand and predi…

Click-Through Rate PredictionFeature EngineeringRecommendation Systems

LLM-Based Intelligent Agents for Music Recommendation: A Comparison with Classical Content-Based Filtering

2025-08-07 · Ronald Carvalho Boadana, Ademir Guimarães da Costa Junior, Ricardo Rios, Fábio Santos da Silva arxiv

The growing availability of music on streaming platforms has led to information overload for users. To address this issue and enhance the user experience, increasingly sophisticated recommendation systems have been propo…

Computational EfficiencyRecommendation Systems

Generating Artificial Core Users for Interpretable Condensed Data

2021-02-06 · Amy Nesky, Quentin F. Stout

Recent work has shown that in a dataset of user ratings on items there exists a group of Core Users who hold most of the information necessary for recommendation. This set of Core Users can be as small as 20 percent of t…

Clustering