paper-with-me

Papers

Data-efficient Fine-tuning for LLM-based Recommendation

2024-01-30 · Xinyu Lin, Wenjie Wang, Yongqi Li, Shuo Yang, Fuli Feng, Yinwei Wei, Tat-Seng Chua

Leveraging Large Language Models (LLMs) for recommendation has recently garnered considerable attention, where fine-tuning plays a key role in LLMs' adaptation. However, the cost of fine-tuning LLMs on rapidly expanding recommendation data limits their practical application. To address this challenge, few-shot fine-tuning offers a promising approach to quickly adapt LLMs to new recommendation data. We propose the task of data pruning for efficient LLM-based recommendation, aimed at identifying representative samples tailored for LLMs' few-shot fine-tuning. While coreset selection is closely related to the proposed task, existing coreset selection methods often rely on suboptimal heuristic metrics or entail costly optimization on large-scale recommendation data. To tackle these issues, we introduce two objectives for the data pruning task in the context of LLM-based recommendation: 1) high accuracy aims to identify the influential samples that can lead to high overall performance; and 2) high efficiency underlines the low costs of the data pruning process. To pursue the two objectives, we propose a novel data pruning method based on two scores, i.e., influence score and effort score, to efficiently identify the influential samples. Particularly, the influence score is introduced to accurately estimate the influence of sample removal on the overall performance. To achieve low costs of the data pruning process, we use a small-sized surrogate model to replace LLMs to obtain the influence score. Considering the potential gap between the surrogate model and LLMs, we further propose an effort score to prioritize some hard samples specifically for LLMs. Empirical results on three real-world datasets validate the effectiveness of our proposed method. In particular, the proposed method uses only 2% samples to surpass the full data fine-tuning, reducing time costs by 97%.

📄 PDF Abstract BibTeX arXiv:2401.17197

Code (1)

linxyhaha/dealrec 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Refine-POI: Reinforcement Fine-Tuned Large Language Models for Next Point-of-Interest Recommendation

2025-06-19 · Peibo Li, Shuang Ao, Hao Xue, Yang song 외

Large language models (LLMs) have been adopted for next point-of-interest (POI) recommendation tasks. Typical LLM-based recommenders fall into two categories: prompt-based and supervised fine-tuning (SFT)-based models. P…

Bridging the Gap: Self-Optimized Fine-Tuning for LLM-based Recommender Systems

2025-05-27 · Heng Tang, Feng Liu, Xinbo Chen, Jiawei Chen 외

Recent years have witnessed extensive exploration of Large Language Models (LLMs) on the field of Recommender Systems (RS). There are currently two commonly used strategies to enable LLMs to have recommendation capabilit…

In-Context LearningRecommendation Systems

Do Better ImageNet Models Transfer Better... for Image Recommendation?

2018-07-25 · Felipe del Rio, Pablo Messina, Vicente Dominguez, Denis Parra

Visual embeddings from Convolutional Neural Networks (CNN) trained on the ImageNet dataset for the ILSVRC challenge have shown consistently good performance for transfer learning and are widely used in several tasks, inc…

Recommendation SystemsTransfer Learning

MoLoRec: A Generalizable and Efficient Framework for LLM-Based Recommendation

2025-02-12 · Min Hou, Chenxi Bai, Le Wu, Hao liu 외

Large Language Models (LLMs) have achieved remarkable success in recent years, owing to their impressive generalization capabilities and rich world knowledge. To capitalize on the potential of using LLMs as recommender s…

parameter-efficient fine-tuningRecommendation SystemsWorld Knowledge

User-specific Adaptive Fine-tuning for Cross-domain Recommendations

2021-06-15 · Lei Chen, Fajie Yuan, Jiaxi Yang, Xiangnan He 외

Making accurate recommendations for cold-start users has been a longstanding and critical challenge for recommender systems (RS). Cross-domain recommendations (CDR) offer a solution to tackle such a cold-start problem wh…

Recommendation SystemsTransfer Learning