Pith. sign in

REVIEW 21 cited by

Recommendation as Instruction Following: A Large Language Model Empowered Recommendation Approach

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

arxiv 2305.07001 v1 pith:SJMXGVBC submitted 2023-05-11 cs.IR cs.CL

classification cs.IRcs.CL
keywords instructionrecommendationapproachlanguagellmslargemodelsdeveloping
verification ladder T0 review T1 audit T2 compute T3 formal

Signed reviews

No signed human review yet.

0 comments
read the original abstract

In the past decades, recommender systems have attracted much attention in both research and industry communities, and a large number of studies have been devoted to developing effective recommendation models. Basically speaking, these models mainly learn the underlying user preference from historical behavior data, and then estimate the user-item matching relationships for recommendations. Inspired by the recent progress on large language models (LLMs), we take a different approach to developing the recommendation models, considering recommendation as instruction following by LLMs. The key idea is that the preferences or needs of a user can be expressed in natural language descriptions (called instructions), so that LLMs can understand and further execute the instruction for fulfilling the recommendation task. Instead of using public APIs of LLMs, we instruction tune an open-source LLM (3B Flan-T5-XL), in order to better adapt LLMs to recommender systems. For this purpose, we first design a general instruction format for describing the preference, intention, task form and context of a user in natural language. Then we manually design 39 instruction templates and automatically generate a large amount of user-personalized instruction data (252K instructions) with varying types of preferences and intentions. To demonstrate the effectiveness of our approach, we instantiate the instruction templates into several widely-studied recommendation (or search) tasks, and conduct extensive experiments on these tasks with real-world datasets. Experiment results show that the proposed approach can outperform several competitive baselines, including the powerful GPT-3.5, on these evaluation tasks. Our approach sheds light on developing more user-friendly recommender systems, in which users can freely communicate with the system and obtain more accurate recommendations via natural language instructions.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 21 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Large Language Model as Universal Retriever in Industrial-Scale Recommender System

    cs.IR 2025-02 conditional novelty 7.0 of 10

    One LLM-based generative retrieval model, URM, with multi-query representation and matrix decomposition, outperforms task-specific retrieval models on several objectives and raised online advertising revenue by 3%.

  2. Inverse Theory of Mind Modeling for Content Recommendation: From Web Browsing to Dynamic Intelligent Interfaces

    cs.AI 2026-08 conditional novelty 6.0 of 10

    A five-stage LLM pipeline infers explainable beliefs and personas from browsing traces, and these inferred profiles match or beat interview-derived profiles on several downstream prediction tasks.

  3. Towards Efficient Reasoning in LLM-Based Recommender Systems via Model Merging

    cs.IR 2026-08 conditional novelty 6.0 of 10

    REAM merges slow- and fast-thinking recommender models at the per-attention-head level, cutting reasoning length by up to 24.3% while preserving rating accuracy.

  4. GARDRec: Decision-Level Graph Grounding for Large Language Model Recommendation

    cs.IR 2026-08 conditional novelty 6.0 of 10

    GARDRec improves LLM-based next-item ranking by grounding decisions in knowledge-graph embeddings, personalized graph contexts, and late-stage scoring rather than prompt text.

  5. Beyond Fixed Depths and Widths: Optimizing Textual Decoding Tries in LLM-based Generative Recommendation

    cs.IR 2026-07 conditional novelty 6.0 of 10

    BONSAI constructs variable-depth, low-branching decoding tries for LLM-based generative recommendation and reports 16–22% relative gains over state-of-the-art baselines.

  6. LLM4MEA: Data-free Model Extraction Attacks on Sequential Recommenders via Large Language Models

    cs.IR 2025-07 conditional novelty 6.0 of 10

    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...

  7. PageLLM: A Multi-Grained Reward Framework for Whole-Page Optimization with Large Language Models

    cs.LG 2025-06 conditional novelty 6.0 of 10

    A multi-grained reward framework fine-tunes an LLM with PPO to generate whole-page recommendations, showing that page-level and item-level reward heads are complementary.

  8. DeepRec: Towards a Deep Dive Into the Item Space with Large Language Model Based Recommendation

    cs.IR 2025-05 conditional novelty 6.0 of 10

    An LLM trained by reinforcement learning to interact over multiple turns with a preference-aware recommender model outperforms both traditional and LLM-based baselines on sequential recommendation benchmarks.

  9. X-Cross: Dynamic Integration of Language Models for Cross-Domain Sequential Recommendation

    cs.IR 2025-04 conditional novelty 6.0 of 10

    X-Cross recombines frozen LoRA-tuned language-model activations layer by layer and reaches LoRA-comparable or better cross-domain recommendation accuracy with 25 percent of the new parameters and 50-75 percent less data.

  10. Unleashing the Power of Large Language Model for Denoising Recommendation

    cs.IR 2025-02 conditional novelty 6.0 of 10

    LLaRD uses LLM-generated preference and relation knowledge plus an information-bottleneck objective to denoise implicit feedback and improve recommendation accuracy on Steam, Yelp, and Amazon-Book.

  11. Can Large Language Models Understand Preferences in Personalized Recommendation?

    cs.CL 2025-01 conditional novelty 6.0 of 10

    A new grouped-ranking benchmark finds current LLMs score near chance on personalized preference ranking once user rating bias and item quality are controlled.

  12. Full-Stack Optimized Large Language Models for Lifelong Sequential Behavior Comprehension in Recommendation

    cs.IR 2025-01 conditional novelty 6.0 of 10

    ReLLaX combines semantic behavior retrieval, collaborative soft prompts, and a new fully interactive LoRA variant to improve LLM-based CTR prediction on long user histories.

  13. LLM-based Bi-level Multi-interest Learning Framework for Sequential Recommendation

    cs.IR 2024-11 conditional novelty 6.0 of 10

    A two-module framework that uses LLM-inferred semantic interests from clustered typical users to enrich multi-interest sequential recommendation, with LLM-free serving.

  14. Pailitao-MMSearch: Building Native E-Commerce Multimodal Search Foundation

    cs.AI 2026-07 conditional novelty 5.0 of 10

    Alibaba's Pailitao-MMSearch combines discrete product codes with a continuous embedding so a vision-language model can generate and rank products end-to-end, reporting big but incompletely documented A/B gains.

  15. RecoWorld: Building Simulated Environments for Agentic Recommender Systems

    cs.IR 2025-09 conditional novelty 5.0 of 10

    A design proposal, not a tested system: a dual-view simulation loop in which an LLM-simulated user issues reflective instructions when about to disengage, and an instruction-following recommender adapts to maximize si...

  16. TrackRec: Iterative Alternating Feedback with Chain-of-Thought via Preference Alignment for Recommendation

    cs.IR 2025-08 conditional novelty 5.0 of 10

    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.

  17. Molar: Multimodal LLMs with Collaborative Filtering Alignment for Enhanced Sequential Recommendation

    cs.IR 2024-12 conditional novelty 5.0 of 10

    Molar combines multimodal LLM item embeddings with a contrastive post-alignment to an ID-based sequential recommender, reporting improved NDCG and Recall on three datasets.

  18. OMuleT: Orchestrating Multiple Tools for Practicable Conversational Recommendation

    cs.AI 2024-11 conditional novelty 5.0 of 10

    A fixed-policy multi-tool harness with over ten generic retrieval and lookup tools improves the relevance, novelty, and diversity of LLM recommendations for real Roblox user requests compared to LLM prompting alone.

  19. A Survey of Foundation Model-Powered Recommender Systems: From Feature-Based, Generative to Agentic Paradigms

    cs.IR 2025-04 conditional novelty 4.0 of 10

    A survey that organizes foundation-model recommender systems into feature-based, generative, and agentic paradigms and reviews tasks, empirical results, and open challenges.

  20. Multifaceted User Modeling in Recommendation: A Federated Foundation Models Approach

    cs.IR 2024-12 conditional novelty 4.0 of 10

    MRFF, a federated sequential recommender with a group gating network and private user FFNs, improves CTR prediction over FedSASRec, FedHSTU, and FedLLaMA on three Kuai datasets.

  21. Improving GenIR Systems Based on User Feedback

    cs.IR 2025-01 conditional novelty 2.0 of 10

    A survey of user feedback techniques for improving generative information retrieval systems, covering alignment, continual learning, conversational learning, and prompt learning.

Pith tools