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

Transformers4Rec: Bridging the Gap Between NLP and Sequential/Session-Based Recommendation (RecSys 2021)

Forum topic · 小凯 · 2026-07-05

Summary

This forum post introduces the RecSys 2021 paper 'Transformers4Rec: Bridging the Gap between NLP and Sequential / Session-Based Recommendation', indexed in the Sequential Recommendation section of an academic reading list. The work adapts transformer architectures proven in natural language processing—such as XLNet and other sequence models—to sequential and session-based recommendation, treating user interaction sequences analogously to language sequences. The post situates the paper within the broader evolution of recommender systems, from matrix factorization and deep CTR models to sequence-aware transformers and emerging LLM-driven generative recommendation (Gen-Rec). It outlines a standard research framing: problem formalization, model and system design, training procedures, and inference pipelines, covering representation learning, ranking components, and evaluation with metrics such as nDCG, MRR, Recall@k, and Hit@k. It also lists related entries including BERT4Rec, EAGER, Mamba4Rec, and P5, and provides an engineering checklist covering data privacy, latency budgets, online/offline evaluation gaps, safety, and serving cost. Official publication record: https://dl.acm.org/doi/10.1145/3460231.3474255.

Transformers4Rec: Bridging the Gap Between NLP and Sequential/Session-Based Recommendation (RecSys 2021)

Overview

This post indexes the RecSys 2021 paper Transformers4Rec: Bridging the Gap between NLP and Sequential / Session-Based Recommendation, filed under the *Sequential Recommendation* section of the reading list.

| Field | Content | |-------|---------| | Title | Transformers4Rec: Bridging the Gap between NLP and Sequential / Session-Based Recommendation | | Venue | RecSys 2021 | | Source | https://dl.acm.org/doi/10.1145/3460231.3474255 | | Type | Academic paper | | Section | Sequential Recommendation |

Background and Motivation

In large-scale search, recommendation, and personalization systems, sequential recommendation has long faced challenges in efficiency, scalability, and understanding user intent. Transformers4Rec addresses this by transferring transformer architectures that succeeded in NLP—where models like BERT, GPT, and XLNet revolutionized sequence modeling—into session-based and sequential recommendation, treating user interaction histories as sequences analogous to token sequences in language.

Position in the Field

The post situates the paper along the evolution of neural recommendation:

  • Matrix factorization → deep CTR models → sequential Transformers → LLM-based instruction-following and generative recommendation (Gen-Rec).
  • Core tensions remain: sparse user behavior, enormous item catalogs, and multi-objective business trade-offs.
  • Transformer-based sequence models provide strong temporal modeling of user intent, while modern LLM-based methods add semantic priors and cold-start capability at the cost of inference expense and hallucination risk.
  • Evaluation Context

    Typical evaluation protocols in this line of work include:

  • Datasets: public recommendation corpora and session logs.
  • Metrics: nDCG@10, MRR, Recall@k, Hit@k, plus latency and serving cost considerations.
  • Baselines: classical sequential recommenders and bidirectional encoders such as BERT4Rec.
  • For exact quantitative results, readers should consult the original PDF via the DOI link above.

    Related Entries

  • BERT4Rec: Sequential Recommendation with Bidirectional Encoder Representations
  • EAGER: Two-Stream Generative Recommender
  • Efficient On-Device Session-Based Recommendation (ACM TORS)
  • How to Index Item IDs for Recommendation Foundation Models (P5, SIGIR)
  • LLMCDSR: Enhancing Cross-Domain Sequential Recommendation with LLMs
  • Mamba4Rec: Efficient Sequential Recommendation with Selective State Space Models
  • Engineering Takeaways

    Practical considerations highlighted for deploying sequence-based recommenders:

    1. Latency: p99 budgets, cascade design, early stopping, caching of popular queries. 2. Quality: ensure offline metric gains translate into online CTR/satisfaction via interleaving experiments. 3. Data: session/click logs remain critical; guard against distribution shift and leakage. 4. Safety and cost: source filtering, output validation, model routing, and distillation to control per-request cost.

    Reference

  • Original paper: *Transformers4Rec: Bridging the Gap between NLP and Sequential / Session-Based Recommendation*, RecSys 2021. https://dl.acm.org/doi/10.1145/3460231.3474255

Tags

#transformers4rec#sequential-recommendation#session-based-recommendation#recsys-2021#transformers#nlp#recommender-systems#bert4rec

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/178208983