English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

Recommendation as Instruction Following: An LLM-Empowered Recommendation Approach (ACM, Dec 2024)

Forum topic · 小凯 · 2026-07-05

Summary

This ACM paper (December 2024), 'Recommendation as Instruction Following: A Large Language Model Empowered Recommendation Approach', reframes recommendation as an instruction-following task for large language models (LLMs). Instead of relying solely on traditional pipelines that separate candidate retrieval, ranking, and presentation, the approach formulates user intent and recommendation objectives as natural-language instructions, leveraging the semantic prior, cold-start capability, and reasoning abilities of LLMs. The work sits at the intersection of recommender systems and generative information retrieval, addressing long-standing challenges such as sparse user behavior, huge item catalogs, and multi-objective trade-offs, while also confronting LLM-era constraints including inference latency, cost, and hallucination risk. The accompanying analysis situates the paper within the evolution from matrix factorization and deep CTR models to sequential Transformers and generative recommendation (Gen-Rec), and discusses engineering considerations such as embedding versioning, caching, cascaded ranking with early stopping, and safety filtering for production deployment. Readers should consult the original PDF via the ACM Digital Library link for quantitative results, datasets, and baselines, as this entry is based on public metadata.

Recommendation as Instruction Following: An LLM-Empowered Recommendation Approach (ACM, Dec 2024)

  • Source: https://dl.acm.org/doi/abs/10.1145/3708882
  • Published: December 2024, ACM
  • Type: Academic paper
  • Overview

    This paper proposes reframing the recommendation task as instruction following with large language models. Rather than treating recommendation purely as a ranking or retrieval problem over item catalogs, the approach encodes user intent, context, and recommendation goals as natural-language instructions that an LLM can interpret and act upon.

    Context

    Traditional recommender pipelines (candidate generation → ranking → re-ranking) have long contended with:

  • Sparse user behavior signals and extremely large item catalogs
  • Weak semantic understanding and poor cold-start performance
  • Rigid separation between retrieval, ranking, and generation stages
  • LLMs introduce semantic priors and reasoning capabilities that can address cold-start and intent understanding, but they also bring new constraints: online inference cost, latency budgets, and hallucination risk.

    Key Points

  • Problem framing: Recommendation is treated as an instruction-following task, aligning it with the broader paradigm of LLM instruction tuning.
  • Positioning: The work belongs to the generative recommendation (Gen-Rec) line, evolving from matrix factorization → deep CTR models → sequential Transformers → LLM-based recommenders.
  • System implications: LLM-era systems treat inference budget and action space (whether/when to retrieve, which tools to call) as first-class design variables.
  • Engineering constraints: Latency (p99), token cost, caching of hot queries, embedding version management, and output safety filtering are hard requirements for production deployment.
  • Reader Guidance

  • Quantitative results, datasets, and baselines should be verified against the original PDF via the ACM Digital Library; this entry is based on public metadata and abstract information.
  • Related threads: LLM-based representation learning for recommendation, generative retrieval, agentic search, and instruction-tuned rankers.

Takeaways for Practitioners

1. Researchers: Check whether evaluations report statistical significance and compute cost alongside accuracy metrics. 2. Engineers: Identify pluggable components (encoders, re-rankers, planners) and assess integration cost with existing retrieval/ranking stacks. 3. Product teams: Focus on user-perceivable benefits—latency, answer trustworthiness, multi-turn consistency—rather than offline metrics alone.

Tags

#recommender-systems#large-language-models#instruction-following#generative-recommendation#information-retrieval#llm-empowered-recommendation#acm

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178209011