budgiesarecooliguess/rejection-sampling-replace-repeat
🧠 Amazon Semantic-ID Recommendation + Reasoning — GPT-5.4 regenerated GPT-5.4 enrichment variant of yufan/recsys-genrec-dataset · Reasoning over Semantic IDs Enhances Generative Recommendation This repo mirrors the format of the original yufan/recsys-genrec-dataset, but the LLM-enriched fields are regenerated with GPT-5.4 (Azure OpenAI). The Video Games domain is fully populated. <cat> below is Video_Games. ✅ Currently available config… See the full description on the dataset page: https://huggingface.co/datasets/budgiesarecooliguess/rejection-sampling-replace-repeat.
<div align="center">
🧠 Amazon Semantic-ID Recommendation + Reasoning — GPT-5.4 regenerated
GPT-5.4 enrichment variant of [`yufan/recsys-genrec-dataset`](https://huggingface.co/datasets/yufan/recsys-genrec-dataset) · Reasoning over Semantic IDs Enhances Generative Recommendation
</div>
This repo mirrors the format of the original yufan/recsys-genrec-dataset, but the LLM-enriched fields are regenerated with GPT-5.4 (Azure OpenAI). The Video Games domain is fully populated.
<cat> below is `Video_Games`.✅ Currently available
▶️ Phase-1 training ready (Video Games)
All four configs Phase-1 Alignment SFT needs are present for Video Games: Video_Games_seqrec, Video_Games_catalog, Video_Games_reasoning, and general_reasoning. The trainer reads its repo from $SIDR_HF_REPO (default yufan/recsys-genrec-dataset), so just point it here and launch:
export SIDR_HF_REPO=budgiesarecooliguess/recsys-genrec-dataset-gpt5.4
cd SIDReasoner
mkdir -p logs
nohup bash phase1_alignment_sft/sft_Qwen3_enrich.sh Video_Games > logs/phase1_launch.out 2>&1 &📦 Config schemas (unchanged from the original)
Quick start
from datasets import load_dataset
repo = "budgiesarecooliguess/recsys-genrec-dataset-gpt5.4"
catalog = load_dataset(repo, "Video_Games_catalog") # GPT-5.4-enriched item universe + SIDs
seqrec = load_dataset(repo, "Video_Games_seqrec") # train / validation / test
reasoning = load_dataset(repo, "Video_Games_reasoning") # GPT-5.4 reasoning + integrated narrative (Phase-1)
rl = load_dataset(repo, "Video_Games_rl") # GRPO prompts + rewards
general = load_dataset(repo, "general_reasoning") # general SFT