0 cumulative citations
View corpus contextMeta’s 'Shape Your Feed' uses LLM agents to let users steer their feeds in real time, substantially improving offline alignment (98.9% accuracy) and driving positive lifts in feed relevance and user sentiment in large-scale production A/B tests; however, the paper provides limited experimental detail on effect sizes, duration and robustness.
Citation observations
Cumulative provider counts captured on specific dates; providers are never combined.
Industrial recommendation systems predominantly adopt a passive ranking paradigm that infers user preferences from implicit behavioral signals (e.g., clicks, dwell time) rather than explicit, natural language inputs. As a result, users experience a persistent discrepancy between their explicit interests and what passive behavioral algorithms deliver, limiting their ability to express nuanced preferences or steer their feed in real time. To address this growing gap between how recommendations are optimized and how users wish to articulate their interests, we present Shape Your Feed (SYF), an LLM-based agentic recommendation framework that enables real-time, multimodal co-curation of content. SYF employs a three-tier architecture: (i) a Perception Flow that captures fine-grained user intent from text prompts, voice commands, and UI interactions; (ii) a Serving Flow that performs real-time agentic re-ranking and pruning of candidate items, grounded in a persistent Semantic Profile encoding evolving user preferences; and (iii) a Self-Evolution Flow that aligns system behavior with human judgments via Direct Preference Optimization (DPO) and an LLM-as-a-Judge ensemble. Offline evaluations show that SYF's alignment scoring module achieves 98.85% accuracy, substantially improving over strong few-shot baselines. Large-scale online A/B experiments on production traffic further demonstrate that SYF improves feed relevance and user sentiment, indicating a practical and scalable path toward interactive, user-steerable recommendation in industrial settings.
Summary
Main Finding
Shape Your Feed (SYF) is an LLM‑based, agentic recommendation framework that converts multi‑modal user inputs (text, voice, UI controls) into a persistent Semantic Profile and uses that to perform real‑time, catalog‑grounded re‑ranking and pruning of feed candidates. Offline evaluations show the system’s alignment scoring reaches 98.85% accuracy (vs. strong few‑shot baselines). Large‑scale online A/B tests on production traffic report improved feed relevance and user sentiment, demonstrating a practical, scalable path toward interactive, user‑steerable feeds in industrial settings.
Key Points
- Problem addressed: Passive ranking systems infer preferences from implicit behavior only, limiting users’ ability to express nuanced, real‑time preferences. SYF enables explicit, conversational steering while preserving catalog grounding and production quality.
- Three‑tier architecture:
- Perception Flow: LLM orchestrator that ingests multi‑modal inputs, runs intent detection, synthesizes and updates a persistent Semantic Profile St, and asynchronously sources candidate items into a Candidate Cache.
- Serving Flow: Context generation (decodes item features to natural language), Agentic Refinement (augmentation, alignment scoring, hard pruning of disallowed items, re‑ranking), and Justification generation for transparency. Final score s_final = α·ŷ_v|St + (1−α)·ŷ_u,v blends semantic alignment with baseline engagement prediction.
- Self‑Evolution Flow: Closed‑loop optimization that uses online behavior + LLM‑as‑a‑Judge ensemble and Direct Preference Optimization (DPO) to refine agents and to distill semantic priors back into the production ranker.
- Practical design choices:
- Catalog grounding via retrieval-augmented candidate sourcing and reliance on production engagement scores to avoid hallucinated items.
- Asynchronous candidate sourcing and lightweight ranking (f′θ) to reduce latency on the critical path.
- Hard pruning threshold τ enforces immediate negative constraints (user “don't show”).
- Modular tool orchestration separates recommendation tools from general Q&A to keep intent tracking tight.
- Training / alignment: supervised fine‑tuning (SFT) and DPO used for late‑stage alignment; LLM‑as‑Judge ensemble for preference labeling and policy alignment.
- Empirical results: alignment scoring module: 98.85% accuracy; online A/B tests on production traffic improved measured feed relevance and user sentiment (paper reports large‑scale, production experiments).
Data & Methods
- System-level design validated with both offline and online evaluation:
- Offline: alignment scoring module evaluated against strong few‑shot LLM baselines (98.85% accuracy reported).
- Online: large‑scale A/B experiments run on production traffic measuring feed relevance and user sentiment (statistically significant improvements reported in paper).
- Components and algorithms:
- Algorithm 1 (Perception Agent): preprocess multi‑modal interactions, orchestrate tasks, detect intents, synthesize Semantic Profile St, and trigger asynchronous candidate sourcing when new positive interests ΔS+_t appear.
- Algorithm 2 (Async Candidate Sourcing): inventory search per interest, lightweight scoring with f′θ, select top‑K per interest to populate/refresh Candidate Cache C_s,t.
- Agentic refinement (Serving): compute semantic alignment scores ŷ_v|St over augmented candidate pool (C_prod ∪ C_aug), apply pruning (threshold τ), and re‑rank with blending parameter α.
- Alignment & tuning:
- Late‑stage alignment uses SFT → DPO, and an LLM‑as‑Judge ensemble for preference judgments.
- Agentic knowledge distilled back into production ranker via representation enhancement, retrieval augmentation, and latent prior signals.
- Metrics:
- Alignment scoring accuracy (offline).
- Production metrics: feed relevance (engagement proxies) and user sentiment (likely survey/feedback or behavioral sentiment proxies) in A/B tests.
- Deployment considerations: modular, asynchronous design to keep latency acceptable in high‑throughput feed environments.
Implications for AI Economics
- Platform monetization and engagement
- Increased user agency can raise short‑term engagement and user satisfaction, potentially increasing time spent and ad inventory value. Improved relevance may also reduce churn.
- Trade‑off management: blending weight α governs the balance between explicit user intent and engagement‑optimized ranking; platforms can tune α to optimize revenue vs. satisfaction.
- Cost and infrastructure
- LLM inference (Perception + Serving alignment) introduces additional compute and latency costs. Economic viability depends on the marginal revenue lift vs. increased serving and engineering costs.
- Asynchronous candidate sourcing and lightweight re‑ranking are practical cost‑saving design patterns; still, marginal cost per QPU/latency-sensitive request is nontrivial.
- Auction and advertiser effects
- Real‑time user steering that changes feed composition may alter ad targeting signals and auction dynamics. Advertisers may face more heterogeneous or harder‑to‑predict inventory; platforms may monetize steerability (e.g., premium prioritized placements, conditional targeting).
- Platforms must decide whether and how to incorporate user‑specified preferences into ad allocation and pricing, raising potential fairness/consent issues.
- Product differentiation and competition
- Agentic feeds can be a differentiator: platforms offering transparent, steerable recommendations may gain market share. This increases incumbents’ incentives to invest in LLM‑enabled personalization, potentially raising barriers to entry due to compute and data requirements.
- Welfare, externalities, and regulation
- Positive: greater transparency and control can improve user welfare and perceived autonomy.
- Negative risks: reinforcing filter bubbles or enabling manipulation if users are nudged toward certain content profiles. Pruning and semantic expansion policies must be audited for bias.
- Regulatory scrutiny likely around personalization transparency, data usage, and explanations; agentic designs that produce explicit profile state make compliance easier but also expose actionable data that must be governed.
- Measurement and incentives
- Short‑term engagement gains may not equate to long‑term welfare; platforms should measure retention, satisfaction, and diversity over extended horizons.
- Incentive alignment across stakeholders (users, advertisers, platform) is nontrivial—platforms may need novel metrics or market mechanisms (e.g., priced steerability, opt‑in controls).
- Research and business opportunities
- Pricing models for steerability (paid personalization controls), premium experiences, and dynamic pricing of ads when user intent signals change.
- Market design research on auction adjustments when inventory quality is endogenously shaped by conversational inputs.
- Cost–benefit analyses comparing increased monetization vs. compute/engineering costs and regulatory compliance overhead.
- Operational considerations
- Platforms must invest in robust guardrails (catalog grounding, pruning thresholds τ) and continual self‑evolution to prevent drift/hallucination.
- Data governance: persistent Semantic Profiles enable better personalization but require careful privacy, retention, and consent policies.
Takeaway for AI economists: SYF illustrates how LLMs can materially shift recommendation from passive inference to interactive, user‑driven market mechanisms. This creates both value (higher relevance, potential revenue uplift) and new economic trade‑offs (compute costs, auction dynamics, welfare impacts) that merit careful empirical measurement and new product/market designs.
Assessment
Claims (4)
| Claim | Direction | Outcome | Confidence & Evidence | Details |
|---|---|---|---|---|
| SYF's alignment scoring module achieves 98.85% accuracy and substantially improves over strong few-shot baselines. Other | positive | Alignment-scoring accuracy |
Reading fidelity
high
Study strength
medium
|
98.85% accuracy
|
| Large-scale online A/B experiments on production traffic show that SYF improves feed relevance. Output Quality | positive | Feed relevance |
Reading fidelity
high
Study strength
low
|
not reported
|
| Large-scale online A/B experiments on production traffic show that SYF improves user sentiment. Consumer Welfare | positive | User sentiment |
Reading fidelity
high
Study strength
low
|
not reported
|
| SYF enables real-time, multimodal co-curation of content by using text prompts, voice commands, and UI interactions to capture user intent and steer feed recommendations. Task Allocation | positive | User control over feed recommendation and explicit-intent alignment |
Reading fidelity
high
Study strength
low
|
not reported
|