MeLU: Meta-Learned User Preference Estimator for Cold-Start Recommendation
Hoyeop Lee, Jinbae Im, Seongwon Jang, Hyunsouk Cho, Sehee Chung

TL;DR
MeLU is a meta-learning based recommender system designed to improve cold-start recommendations by accurately estimating user preferences from limited initial interactions and selecting effective evidence candidates.
Contribution
The paper introduces MeLU, a novel meta-learning approach with an evidence candidate selection strategy to enhance cold-start recommendation accuracy.
Findings
MeLU reduces mean absolute error by at least 5.92% on benchmark datasets.
Meta-learning enables rapid adaptation to new users with minimal data.
Evidence candidate selection improves preference estimation accuracy.
Abstract
This paper proposes a recommender system to alleviate the cold-start problem that can estimate user preferences based on only a small number of items. To identify a user's preference in the cold state, existing recommender systems, such as Netflix, initially provide items to a user; we call those items evidence candidates. Recommendations are then made based on the items selected by the user. Previous recommendation studies have two limitations: (1) the users who consumed a few items have poor recommendations and (2) inadequate evidence candidates are used to identify user preferences. We propose a meta-learning-based recommender system called MeLU to overcome these two limitations. From meta-learning, which can rapidly adopt new task with a few examples, MeLU can estimate new user's preferences with a few consumed items. In addition, we provide an evidence candidate selection strategy…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Topic Modeling · Advanced Bandit Algorithms Research
