Search papers, labs, and topics across Lattice.
This paper introduces the Supersession-Decay Filtering (SDF) system, which addresses the challenge of stale recommendations in large-scale content platforms by targeting two mechanisms: supersession and relevance decay. By employing a relational staleness model and a predicted traffic ratio model, SDF effectively prunes stale content before the ranking stage, leading to significant improvements in user engagement and a substantial reduction in user-filed staleness reports. Over a two-year deployment in Google Discover, SDF achieved a 54.9% decrease in staleness complaints, demonstrating its effectiveness at scale.
Stale content complaints dropped by nearly 55% in Google Discover after implementing a dual-filter framework that intelligently targets content relevance decay and supersession.
Stale recommendations are a pervasive challenge and a leading source of user complaints on large-scale content platforms. Items lose relevance through two primary mechanisms: supersession, where emerging updates render prior coverage stale, and relevance decay, where an item's informational value naturally diminishes over its lifecycle. Traditional countermeasures serve as crude proxies: age cutoffs poorly reflect actual relevance loss, while engagement heuristics rely on lagging signals, broadly exposing users to stale content before the system adapts. We present SDF (Supersession-Decay Filtering), a staleness filtering system fully deployed in Google Discover, a personalized recommendation feed with hundreds of millions of daily and billions of monthly active users. SDF targets both mechanisms with complementary filters, each powered by a learned model: a relational staleness model that detects supersession between item pairs, and a predicted traffic ratio (PTR) model that forecasts relevance decay from the item's content, trained on lifetime visit traffic. Applied via disjunction upstream of the ranking stage, SDF prunes stale candidates, measurably reducing downstream serving costs. Online experiments demonstrate that these filters significantly reduce the prevalence of stale content while improving user engagement. Over a two-year production deployment, user-filed staleness reports (in-product user feedback) declined by 54.9% relative to the pre-deployment baseline, establishing SDF as a robust and scalable paradigm for resolving content staleness at industrial scale.