PulseAugur
EN
LIVE 21:30:58

Gryphon architecture improves recommendation accuracy with item-level scoring

Researchers have introduced Gryphon, a new recommendation system architecture designed to improve the accuracy of generative retrieval. Unlike previous methods that optimize for token sequence likelihood, Gryphon incorporates an item-level scoring component trained directly on user relevance. This dual approach allows Gryphon to re-score items generated from the same semantic ID, leading to better recall and a more streamlined system. In an A/B test on a music service, Gryphon maintained listening time while simplifying the candidate generation pipeline. AI

IMPACT Enhances recommendation systems by directly optimizing item relevance over token likelihood, potentially improving user engagement and simplifying system architecture.

RANK_REASON Academic paper detailing a new architecture for generative retrieval. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.IR (Information Retrieval) →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

COVERAGE [1]

  1. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Ilya Murzin ·

    Gryphon: A Unified Architecture for Semantic-ID Generation and Item-Level Scoring in Industrial Recommendations

    Generative retrieval (GR) has become a scalable approach to candidate generation: each item is assigned a short hierarchical token sequence called a Semantic ID (SID), and the next item's SID is decoded autoregressively. A practical limitation is that the decoder's beam search op…