snap-research/GRID
GRID: Generative Recommendation with Semantic IDs
GRID helps e-commerce platforms and content providers generate personalized recommendations. It takes a collection of item descriptions (like product names or movie synopses) and historical user interactions to produce sequences of recommended items tailored for individual users. This tool is for machine learning engineers or data scientists who build and deploy recommendation systems.
609 stars.
Use this if you need to build advanced, generative recommendation systems that can suggest diverse items based on semantic understanding.
Not ideal if you are looking for a simple, off-the-shelf recommendation engine without diving into model training and configuration.
Stars
609
Forks
108
Language
Python
License
—
Category
Last pushed
Oct 15, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/snap-research/GRID"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
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/RLMRec
[WWW'2024] "RLMRec: Representation Learning with Large Language Models for 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)