HKUDS/RLMRec
[WWW'2024] "RLMRec: Representation Learning with Large Language Models for Recommendation"
Leverages LLM-generated user/item profiles and semantic embeddings to bridge collaborative filtering with semantic understanding, using contrastive or generative alignment to synchronize LLM representation spaces with graph-based collaborative signals. Implements a model-agnostic framework compatible with multiple graph neural network backbones (LightGCN, SGL, SimGCL, etc.) on text-attributed recommendation datasets. Built on PyTorch with pre-processed datasets (Amazon-book, Yelp, Steam) that include LLM-generated profiles, text embeddings, and sparse interaction matrices for reproducibility.
448 stars. No commits in the last 6 months.
Stars
448
Forks
57
Language
Python
License
Apache-2.0
Category
Last pushed
Jun 26, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/HKUDS/RLMRec"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
snap-research/GRID
GRID: Generative Recommendation with Semantic IDs
eugeneyan/semantic-ids-llm
Semantic IDs: How to train an LLM-Recommender Hybrid with steerability and reasoning on recommendations.
HKUDS/XRec
[EMNLP'2024] "XRec: Large Language Models for Explainable Recommendation"
HKUDS/EasyRec
[EMNLP'2025] "EasyRec: Simple yet Effective Language Model for Recommendation"
taherfattahi/recommendation-systems-by-llms
Enhancing Recommendation Systems with Large Language Models (RAG - LangChain - OpenAI)