REVIEW 13 cited by
PALR: Personalization Aware LLMs for Recommendation
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
read the original abstract
Large language models (LLMs) have recently received significant attention for their exceptional capabilities. Despite extensive efforts in developing general-purpose LLMs that can be utilized in various natural language processing (NLP) tasks, there has been less research exploring their potential in recommender systems. In this paper, we propose a novel framework, named PALR, which aiming to combine user history behaviors (such as clicks, purchases, ratings, etc.) with LLMs to generate user preferred items. Specifically, we first use user/item interactions as guidance for candidate retrieval. Then we adopt a LLM-based ranking model to generate recommended items. Unlike existing approaches that typically adopt general-purpose LLMs for zero/few-shot recommendation testing or training on small-sized language models (with less than 1 billion parameters), which cannot fully elicit LLMs' reasoning abilities and leverage rich item side parametric knowledge, we fine-tune a 7 billion parameters LLM for the ranking purpose. This model takes retrieval candidates in natural language format as input, with instruction which explicitly asking to select results from input candidates during inference. Our experimental results demonstrate that our solution outperforms state-of-the-art models on various sequential recommendation tasks.
Forward citations
Cited by 13 Pith papers
-
LLM-Based User Personas for Recommendations at Scale
A framework for real-time LLM-based user interest personas in large-scale video recommendations, using distillation, async inference, and video clustering to balance interests with novel topics and improve viewer valu...
-
Not Just What, But When: Integrating Irregular Intervals to LLM for Sequential Recommendation
IntervalLLM integrates irregular time intervals into an LLM recommender via interval embeddings and interval-infused attention, improving next-item Hit Rate@1 on three benchmarks and adding a new interval-perspective ...
-
LLM4MEA: Data-free Model Extraction Attacks on Sequential Recommenders via Large Language Models
An LLM-driven agent generates synthetic interaction sequences that, when queried against a target sequential recommender, produce surrogate models with higher agreement to the target than random or autoregressive data...
-
KERAG_R: Knowledge-Enhanced Retrieval-Augmented Generation for Recommendation
KERAG_R improves LLM-based top-k recommendation by using a GAT to select relevant KG triples and incorporating them into instruction-tuned prompts, reporting gains over ten baselines on three datasets.
-
SwiftSpec: Ultra-Low Latency LLM Decoding by Scaling Asynchronous Speculative Decoding
SwiftSpec uses asynchronous, disaggregated speculative decoding with parallel tree generation and fused kernels to speed up LLM decoding by 1.75x on average over baselines, reaching 348 tokens/s for Llama3-70B on 8 H800 GPUs.
-
Augment or Not? A Comparative Study of Pure and Augmented Large Language Model Recommenders
A survey and benchmark of LLM recommenders finds that augmenting LLMs with non-LLM techniques (semantic IDs, collaborative signals) generally improves sequential recommendation accuracy on Amazon'23.
-
TrackRec: Iterative Alternating Feedback with Chain-of-Thought via Preference Alignment for Recommendation
TrackRec trains a small LLM to generate user-preference summaries and a validator to score them, alternating the training so each improves the other, and reports gains on public and industrial recommendation benchmarks.
-
Multimodal Recommendation via Self-Corrective Preference Alignmen
Fine-tuning a multimodal LLM with GRPO, using accuracy, format, and author-similarity rewards, lifts live-streaming author recommendation accuracy (Acc@4: 66.93% to 77.78%) and retrieval recall on a private Kuaishou dataset.
-
StaffPro: an LLM Agent for Joint Staffing and Profiling
StaffPro is an LLM agent that jointly assigns tasks and learns workers' latent attributes from feedback, with simulation results showing improving estimation and scheduling quality over time.
-
Web-Browsing LLMs Can Access Social Media Profiles and Infer User Demographics
Web-browsing LLMs can retrieve X profile content and infer demographics with above-chance accuracy in some cases, but the study's evidence is partly confounded by training-data memorization and a heavily reduced synth...
-
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.
-
LlamaRec-LKG-RAG: A Single-Pass, Learnable Knowledge Graph-RAG Framework for LLM-Based Ranking
A KG-enhanced LlamaRec that feeds user-specific relation paths into a Llama-2 ranker reports modest MRR, NDCG, and Recall gains on two benchmarks.
-
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.