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

EAGER: Two-Stream Generative Recommender with Behavior-Semantic Collaboration (KDD 2024)

Forum topic · 小凯 · 2026-07-05

Summary

EAGER is a two-stream generative recommender presented at KDD 2024 that introduces behavior-semantic collaboration for sequential recommendation. The forum post indexes the paper (DOI: 10.1145/3637528.3671775) and situates it within the broader evolution of recommendation systems, from matrix factorization and sequential Transformers to generative recommendation (Gen-Rec) in the LLM era. EAGER addresses the classic tension between behavioral signals (collaborative filtering information from user interactions) and semantic understanding of items by combining two representation streams in a generative architecture. The post outlines the typical pipeline of such systems — input representation, core modules, learning strategies, and inference — and discusses engineering concerns including latency budgets, index updates, evaluation reliability, and safety. It also provides cross-references to related work such as BERT4Rec, P5 item ID indexing, Mamba4Rec, and LLM-enhanced cross-domain sequential recommendation. Note that the post's technical details are largely inferred from metadata and general domain knowledge rather than the full paper text, so readers should consult the original ACM publication for precise experimental results and architecture specifics.

EAGER: Two-Stream Generative Recommender with Behavior-Semantic Collaboration (KDD 2024)

This post indexes the KDD 2024 paper EAGER: Two-Stream Generative Recommender with Behavior-Semantic Collaboration, a two-stream generative recommender (Gen-Rec) model for sequential recommendation.

  • Publication: KDD 2024
  • Link: https://dl.acm.org/doi/abs/10.1145/3637528.3671775
  • Category: Sequential Recommendation
  • Context and Motivation

    Large-scale recommendation systems have long faced challenges in efficiency, scalability, and user intent understanding. Traditional pipelines treat retrieval, ranking, and generation as separate stages. In the LLM era, generative recommenders aim to unify these stages, but a core tension remains: collaborative signals from user behavior are sparse, item catalogs are huge, and business objectives involve multi-dimensional trade-offs.

    EAGER addresses this by proposing a two-stream architecture that combines:

  • Behavioral stream: collaborative filtering signals learned from user interaction sequences
  • Semantic stream: content/semantic understanding of items
  • with a behavior-semantic collaboration mechanism that lets the two representations inform each other within a generative recommendation framework.

    Position in the Field

    The post situates EAGER within the evolution of sequential recommendation:

    1. Matrix factorization → deep CTR models → sequential Transformers (e.g., BERT4Rec) 2. Generative recommendation (Gen-Rec), where item indexing and generation replace discriminative ranking 3. LLM-based recommenders offering semantic priors and cold-start ability, at the cost of inference latency and hallucination risk

    Key Takeaways for Practitioners

  • Architecture: cascade retrieval + rerank + generation remains mainstream; generative approaches reduce cascade errors but face index-update challenges
  • Data: high-quality interaction logs matter as much as model design; synthetic data must avoid leakage and distribution shift
  • Evaluation: offline metrics (nDCG, Recall@k, Hit@k) increasingly diverge from online satisfaction; combine with human or LLM-as-judge evaluation
  • Deployment: latency, cost, interpretability, and safety are hard constraints — optimize beyond academic benchmarks
  • Related Entries

  • BERT4Rec: Sequential Recommendation with Bidirectional Encoder Representations
  • Efficient On-Device Session-Based Recommendation (TOIS)
  • 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
  • Multi-Behavior Sequential Transformer Recommender (SIGIR 2024)
  • > Note: Specific numerical results and full architecture details should be verified against the original paper PDF, as this entry is based on the abstract and public metadata.

    References

  • Original paper: EAGER, KDD 2024

Tags

#sequential-recommendation#generative-recommendation#kdd-2024#recommender-systems#collaborative-filtering#llm#gen-rec

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