PulseAugur
EN
LIVE 10:32:42

Memento framework boosts ad recommendations with personalized long-term data scaling

A new research paper introduces Memento, a personalized retrieval-augmented framework designed to improve recommendation systems by effectively scaling long-term user history data. Memento addresses challenges like attention dilution and catastrophic forgetting by treating historical user engagements as a document corpus and ad requests as queries, using Maximal Marginal Relevance (MMR) for retrieval. The framework includes two applications: Representation Memento for feature augmentation and Data Memento for multipass training. Memento demonstrates significant resource efficiency gains (5-10x) and low latency (sub-10ms), leading to a 1% CTR lift and 1.2% CVR lift in production for Facebook Feed and Reels, enabling personalization with over a year of user history. AI

IMPACT Enhances personalization in recommendation systems by effectively utilizing extensive historical user data, potentially improving user engagement and conversion rates.

RANK_REASON Publication of an academic paper detailing a new framework and its performance metrics. [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 →

Memento framework boosts ad recommendations with personalized long-term data scaling

How we ranked this

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
Publication of an academic paper detailing a new framework and its performance metrics. [lever_c_demoted from research: ic=1 ai=1.0]
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
paper, infra, product
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
128 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

Full methodology in our editorial standards.

COVERAGE [1]

  1. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Sandeep Pandey ·

    Memento: Personalized RAG-Style Long-Retention Data Scaling for META Ads Recommendation

    Modeling of long history data suffers from long-context window attention dilution, system efficiency and catastrophic forgetting problems, where naive linear scaling approach like LastN would fail. We introduce Memento, a personalized retrieval-augmented framework that treats his…