Search papers, labs, and topics across Lattice.
The paper presents GenPage, a novel end-to-end generative system for constructing Netflix homepages using a single transformer model, replacing the traditional multi-stage recommender stack. By treating user and request context as prompts, GenPage autoregressively generates structured homepages, and employs a tailored training approach that includes pretraining on production pages and post-training via weighted binary classification or reinforcement learning. In A/B tests, the WBC variant of GenPage achieved a significant 0.24% lift in user engagement while also reducing serving latency by 20%, highlighting the effectiveness of this approach in real-world applications.
GenPage not only boosts user engagement by 0.24% but also slashes serving latency by 20%, redefining homepage generation for streaming platforms.
We present GenPage, an end-to-end generative approach to Netflix homepage construction that replaces the traditional multi-stage recommender stack with a single transformer. GenPage treats the user and request context as a prompt, and autoregressively generates the entire structured, multi-row homepage as the response. We adapt the LLM training recipe: pretraining on production pages, followed by post-training via weighted binary classification (WBC) or reinforcement learning (RL). For industry-scale deployment, we introduce techniques addressing cold start, model freshness, business-rule enforcement, and serving efficiency. In online A/B tests against a mature, highly optimized production homepage recommender, the WBC variant of GenPage delivered a +0.24% lift on the core user engagement metric we use for launch decisions (p < 0.001), while reducing end-to-end serving latency by 20%. Offline, two findings stand out: enriching the prompt yields a larger improvement than scaling model capacity in our current regime, and RL post-training increases homepage diversity even though diversity is not part of the objective.