Building a User Foundation Model for the Open Web

📅 2026-07-30
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the challenges of user identity fragmentation and behavioral sparsity in open-web real-time bidding, which undermine conventional sequential modeling approaches. The authors propose the first user foundation model tailored to this setting, built upon a Transformer encoder and pretrained via self-supervision combining masked language modeling with sequence-level contrastive learning. To further refine the training process, they integrate an LLM-in-the-loop mechanism. After fine-tuning on downstream tasks such as click-through rate (CTR) prediction, the model demonstrates substantially enhanced representation capabilities: it improves RIG by 1.197% for the win-rate model and by 1.354% for the CTR ranking model in production. A seven-day A/B test confirms a statistically significant 2.13% increase in CTR and a 1.13% reduction in effective cost per click (eCPC) at the 80% confidence level.
📝 Abstract
User foundation models have demonstrated strong results in e-commerce and social recommendation, but most industrial deployments assume environments where user identity is stable and persistent. Open-web real-time bidding (RTB) operates on a structurally different data distribution: user identity is fragmented and non-persistent across browsing sessions, and the availability of browsing history depends on user privacy choices. Consequently, a significant portion of traffic carries no historical data, and available records often consist of relatively short, disjointed sessions. As a result, historical signals in this domain are typically represented as aggregated counters and recency buckets, leaving the sequential structure unexploited. To address this limitation, we present a user foundation model that applies self-supervised learning on user browsing histories and show that the learned representation improves multiple downstream production tasks, demonstrating the viability of this approach on the open web. We pre-train a Transformer encoder with masked language modeling and a sequence-level contrastive objective, then fine-tune it on the click prediction task. We optimize the encoder's pre-training pipeline with an LLM-in-the-loop search over a curated catalog of reviewable, code-level edits (lifters), instantiating the LLM-as-optimizer paradigm in an industrial setting. The same encoder representation yields +1.197% RIG on the production bid win-rate model and +1.354% RIG on the production CTR ranker; a 7-day live A/B test confirms +2.13% CTR, -1.13% eCPC (80% CI excluding zero on both metrics).
Problem

Research questions and friction points this paper is trying to address.

open web
real-time bidding
user identity fragmentation
browsing history
sequential user behavior
Innovation

Methods, ideas, or system contributions that make the work stand out.

user foundation model
self-supervised learning
open-web RTB
LLM-as-optimizer
sequence-level contrastive learning