REVIEW 15 cited by
GPT4Rec: A Generative Framework for Personalized Recommendation and User Interests Interpretation
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
abstract
Recent advancements in Natural Language Processing (NLP) have led to the development of NLP-based recommender systems that have shown superior performance. However, current models commonly treat items as mere IDs and adopt discriminative modeling, resulting in limitations of (1) fully leveraging the content information of items and the language modeling capabilities of NLP models; (2) interpreting user interests to improve relevance and diversity; and (3) adapting practical circumstances such as growing item inventories. To address these limitations, we present GPT4Rec, a novel and flexible generative framework inspired by search engines. It first generates hypothetical "search queries" given item titles in a user's history, and then retrieves items for recommendation by searching these queries. The framework overcomes previous limitations by learning both user and item embeddings in the language space. To well-capture user interests with different aspects and granularity for improving relevance and diversity, we propose a multi-query generation technique with beam search. The generated queries naturally serve as interpretable representations of user interests and can be searched to recommend cold-start items. With GPT-2 language model and BM25 search engine, our framework outperforms state-of-the-art methods by $75.7\%$ and $22.2\%$ in Recall@K on two public datasets. Experiments further revealed that multi-query generation with beam search improves both the diversity of retrieved items and the coverage of a user's multi-interests. The adaptiveness and interpretability of generated queries are discussed with qualitative case studies.
Forward citations
Cited by 15 Pith papers
-
LLMAR: A Tuning-Free Recommendation Framework for Sparse and Text-Rich Industrial Domains
LLMAR applies LLM reasoning with a self-correction reflection loop to generate semantic user motives for tuning-free recommendations, showing up to 54.6% nDCG@10 gains on a sparse industrial dataset over trained baselines.
-
Empowering Cross-Domain Sequential Recommendation with Hybrid Tokenization and Serial-Parallel Decoding
GenCDSR combines shared/domain-specific item tokenization with serial-parallel decoding, improving cross-domain sequential recommendation accuracy by ~1.5% while cutting inference latency by ~85%.
-
RecRec: Recursive Refinement for Sequential Recommendation
Recursive latent-state refinement with an evidence-anchored correction gate matches or beats much larger sequential, graph, and LLM recommenders on three benchmark datasets.
-
Understanding Generative Recommendation with Semantic IDs from a Model-scaling View
Semantic-ID-based generative recommenders saturate as model size grows, while directly using an LLM as the recommender keeps improving with scale and learns collaborative filtering signals better.
-
Efficient Item ID Generation for Large-Scale LLM-based Recommendation
LLM-based recommenders can treat item IDs as single direct embeddings and decode in one step, with a two-level softmax for efficiency and quality matching or beating multi-token models.
-
Time to Split: Exploring Data Splitting Strategies for Offline Evaluation of Sequential Recommenders
Global temporal splits with Last or Random target selection correlate strongly with realistic successive evaluation, while leave-one-out splits produce inconsistent model rankings across datasets.
-
GRACE: Generative Recommendation via Journey-Aware Sparse Attention on Chain-of-Thought Tokenization
A generative recommendation model that adds chain-of-thought attribute tokens from a product knowledge graph and uses journey-aware sparse attention, reporting large accuracy and efficiency gains over prior generative...
-
Generative Multi-Target Cross-Domain Recommendation
GMC uses shared discrete semantic item IDs and a unified generative recommender with domain-specific LoRA to improve multi-target cross-domain recommendation.
-
CoVE: Compressed Vocabulary Expansion Makes Better LLM-based Recommender Systems
CoVE assigns each item a unique token ID, tunes item embeddings and the LM head, and predicts the next item from logits, beating finetune-and-retrieval baselines by up to 62 percent with a 16x compressed embedding table.
-
Architecture is All You Need: Improving LLM Recommenders by Dropping the Text
A 2.2M-parameter Llama-style model using only item IDs beats a 7B-parameter text-based LLM recommender and SASRec on MovieLens-10M.
-
SHERLOCK: Towards Dynamic Knowledge Adaptation in LLM-enhanced E-commerce Risk Management
A deployed LLM risk-investigation system that augments retrieval and reflection with a domain knowledge base achieves 0.92 factual alignment and 82% expert acceptance at JD.com.
-
RecMind: LLM-Enhanced Graph Neural Networks for Personalized Consumer Recommendations
RecMind aligns LLM text embeddings with LightGCN collaborative embeddings via contrastive learning and a learned gate, achieving the best reported scores on all 8 ranking metrics across two datasets.
-
RecLLM-R1: A Two-Stage Training Paradigm with Reinforcement Learning and Chain-of-Thought v1
A two-stage SFT + GRPO training recipe with chain-of-thought reasoning improves LLM-based sequential recommendation on Amazon and industrial data, but the reported evaluation does not support the diversity and novelty claims.
-
GLoSS: Generative Language Models with Semantic Search for Sequential Recommendation
Using LLaMA-3 generated queries and dense item retrieval, GLoSS reports state-of-the-art Recall@5 on Amazon Beauty, Toys, and Sports.
-
Improving the Performance of Sequential Recommendation Systems with an Extended Large Language Model
Replacing Llama2 with Llama3.1 in the LlamaRec framework improved recommendation metrics by 8 to 39 percent on three public datasets.
Discussion (0). Sign in to comment.