paper-with-me

홈 › Papers

Data Imputation using Large Language Model to Accelerate Recommendation System

2024-07-14 · Zhicheng Ding, Jiahao Tian, Zhenkai Wang, Jinman Zhao, Siyang Li

This paper aims to address the challenge of sparse and missing data in recommendation systems, a significant hurdle in the age of big data. Traditional imputation methods struggle to capture complex relationships within the data. We propose a novel approach that fine-tune Large Language Model (LLM) and use it impute missing data for recommendation systems. LLM which is trained on vast amounts of text, is able to understand complex relationship among data and intelligently fill in missing information. This enriched data is then used by the recommendation system to generate more accurate and personalized suggestions, ultimately enhancing the user experience. We evaluate our LLM-based imputation method across various tasks within the recommendation system domain, including single classification, multi-classification, and regression compared to traditional data imputation methods. By demonstrating the superiority of LLM imputation over traditional methods, we establish its potential for improving recommendation system performance.

📄 PDF Abstract BibTeX arXiv:2407.10078

Code (0)

등록된 구현이 없습니다.

Tasks

ImputationLanguage ModelingLanguage ModellingLarge Language ModelRecommendation Systems

Similar Papers 제목 키워드 기반

Differentiable and Scalable Generative Adversarial Models for Data Imputation

2022-01-10 · Yangyang Wu, Jun Wang, Xiaoye Miao, Wenjia Wang 외

Data imputation has been extensively explored to solve the missing data problem. The dramatically increasing volume of incomplete data makes the imputation models computationally infeasible in many real-life applications…

Imputation

Quantum-Accelerated Neural Imputation with Large Language Models (LLMs)

2025-07-11 · Hossein Jamali arxiv

Missing data presents a critical challenge in real-world datasets, significantly degrading the performance of machine learning models. While Large Language Models (LLMs) have recently demonstrated remarkable capabilities…

CDR: Conservative Doubly Robust Learning for Debiased Recommendation

2023-08-13 · Zijie Song, Jiawei Chen, Sheng Zhou, Qihao Shi 외

In recommendation systems (RS), user behavior data is observational rather than experimental, resulting in widespread bias in the data. Consequently, tackling bias has emerged as a major challenge in the field of recomme…

ImputationRecommendation Systems

A-DARTS: Stable Model Selection for Data Repair in Time Series

2025-05-01 · IEEE 41st International Conference on Data Engineering (ICDE) 2025 5 · Mourad Khayati, Guillaume Chacun, Zakhar Tymchenko, Philippe Cudré-Mauroux

Time series often present gaps in the data. This phenomenon, also called missing values, is so prevalent that a cottage industry of missing-value imputation algorithms exists, each with different capabilities and efficac…

AutoMLImputationMissing ValuesModel Selection+1

Do We Really Need to Drop Items with Missing Modalities in Multimodal Recommendation?

2024-08-21 · Daniele Malitesta, Emanuele Rossi, Claudio Pomo, Tommaso Di Noia 외

Generally, items with missing modalities are dropped in multimodal recommendation. However, with this work, we question this procedure, highlighting that it would further damage the pipeline of any multimodal recommender…

ImputationMultimodal RecommendationRecommendation Systems