Data Imputation using Large Language Model to Accelerate Recommendation System
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.
Code (0)
등록된 구현이 없습니다.
Tasks
ImputationLanguage ModelingLanguage ModellingLarge Language ModelRecommendation SystemsSimilar Papers 제목 키워드 기반
Differentiable and Scalable Generative Adversarial Models for Data Imputation
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…
ImputationQuantum-Accelerated Neural Imputation with Large Language Models (LLMs)
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
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 SystemsA-DARTS: Stable Model Selection for Data Repair in Time Series
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+1Do We Really Need to Drop Items with Missing Modalities in Multimodal Recommendation?
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