Crimson AI NewsA CrimsonLingua Network service
EN ع
← Back to news
Research paper Hugging Face

Hugging Face Paper: Knowledge-Geometry Decoupling Boosts Streaming Recommendations by 4-12%

AI By Crimson AI Hugging Face Papers 5 August 2026 · 00:00 18 views
Share: X Telegram

A new paper from Hugging Face introduces Knowledge-Geometry Decoupling (KGD), a method that improves streaming recommendation systems by separating pretrained behavioral knowledge from task-specific geometry. KGD achieves 4-12% gains over baselines on eight benchmarks and lifts Shopee's GMV per user by 1.75% in a live A/B test.

Hugging Face Paper: Knowledge-Geometry Decoupling Boosts Streaming Recommendations by 4-12%

Key points

Industrial recommender systems increasingly rely on a pretrain-then-transfer paradigm, but behavioral distribution drift poses two key questions: what to learn from user behavior sequences, and how to transfer that knowledge when the pretrained model is continually refreshed. A new paper from Hugging Face, titled "Knowledge-Geometry Decoupling: Refreshable Pretrained Transfer for Streaming Recommendation," proposes a solution called Knowledge-Geometry Decoupling (KGD).

For the first question, the authors argue that conventional next-token prediction treats adjacency as dependency, potentially encoding spurious transitions across unrelated sessions. To address this, they introduce Behavioral Multi-Token Prediction (BMTP), which retains only collaboratively or semantically related future items as supervision, yielding cleaner and more transferable behavioral knowledge.

For the second question, KGD separates pretrained knowledge and task-specific geometry into distinct parameter sets. A refreshable encoder owns behavioral knowledge, while a task learner reads contextualized encoder states through read-only cross-attention and writes task-specific geometry via Anchored Calibration Residual (ACR), which is orthogonal to the pretrained embedding. This decoupled ownership enables continual knowledge refresh without task-gradient interference or invalidating downstream adaptation.

In experiments, KGD improves over strong pretrain-transfer baselines by 4-12% on eight public benchmarks and sustains its advantage over a 90-day production stream where baselines show no gains. The method has been fully deployed at Shopee, where a live A/B test on Homepage Search showed a 1.75% increase in GMV per user and a 1.53% increase in advertising revenue. The core implementation is available on GitHub.

MetricImprovement
Benchmark gains (8 public)4-12%
GMV per user (Shopee A/B)+1.75%
Advertising revenue (Shopee A/B)+1.53%
Source
Hugging Face · Hugging Face Papers
Related news
Research paper
Hugging Face 31 Aug 2026

Hugging Face Unveils StepGuard: Step-Level Guardrails for Safer AI Agents

StepGuard, a new step-level guard model from Hugging Face, audits agent actions before execution, reducing attack success rates by...

1
Research paper
Hugging Face 31 Aug 2026

Hugging Face Researchers Unveil ABot-Recon for Stable Long-Horizon 3D Reconstruction

ABot-Recon, a new streaming 3D reconstruction model from Hugging Face, achieves stable long-horizon performance using only local t...

1
Research paper
Hugging Face 31 Aug 2026

ContextPilot: Teaching Agents Proactive Context Management via Fine-Grained RL

Hugging Face researchers introduce ContextPilot, a framework that enhances long-horizon agent reasoning by expanding context-editi...

1