paper-with-me

홈 › Papers

USE: Dynamic User Modeling with Stateful Sequence Models

2024-03-20 · Zhihan Zhou, Qixiang Fang, Leonardo Neves, Francesco Barbieri, Yozen Liu, Han Liu, Maarten W. Bos, Ron Dotsch

User embeddings play a crucial role in user engagement forecasting and personalized services. Recent advances in sequence modeling have sparked interest in learning user embeddings from behavioral data. Yet behavior-based user embedding learning faces the unique challenge of dynamic user modeling. As users continuously interact with the apps, user embeddings should be periodically updated to account for users' recent and long-term behavior patterns. Existing methods highly rely on stateless sequence models that lack memory of historical behavior. They have to either discard historical data and use only the most recent data or reprocess the old and new data jointly. Both cases incur substantial computational overhead. To address this limitation, we introduce User Stateful Embedding (USE). USE generates user embeddings and reflects users' evolving behaviors without the need for exhaustive reprocessing by storing previous model states and revisiting them in the future. Furthermore, we introduce a novel training objective named future W-behavior prediction to transcend the limitations of next-token prediction by forecasting a broader horizon of upcoming user behaviors. By combining it with the Same User Prediction, a contrastive learning-based objective that predicts whether different segments of behavior sequences belong to the same user, we further improve the embeddings' distinctiveness and representativeness. We conducted experiments on 8 downstream tasks using Snapchat users' behavioral logs in both static (i.e., fixed user behavior sequences) and dynamic (i.e., periodically updated user behavior sequences) settings. We demonstrate USE's superior performance over established baselines. The results underscore USE's effectiveness and efficiency in integrating historical and recent user behavior sequences into user embeddings in dynamic user modeling.

📄 PDF Abstract BibTeX arXiv:2403.13344

Code (1)

snap-research/USE 공식 구현 pytorch

Tasks

Contrastive Learning

Methods 이 논문이 사용한 방법론

USE 설명 없음

Similar Papers 제목 키워드 기반

TOM-SWE: User Mental Modeling For Software Engineering Agents

2025-10-24 · Xuhui Zhou, Valerie Chen, Zora Zhiruo Wang, Graham Neubig 외 arxiv

Recent advances in coding agents have made them capable of planning, editing, running, and testing complex code bases. Despite their growing ability in coding tasks, these systems still struggle to infer and track user i…

MuSEAgent: A Multimodal Reasoning Agent with Stateful Experiences

2026-03-29 · Shijian Wang, Jiarui Jin, Runhao Fu, Zexuan Yan 외 arxiv

Research agents have recently achieved significant progress in information seeking and synthesis across heterogeneous textual and visual sources. In this paper, we introduce MuSEAgent, a multimodal reasoning agent that e…

Multimodal Reasoning

Dynamic Graph Neural Networks for Sequential Recommendation

2021-04-15 · Mengqi Zhang, Shu Wu, Xueli Yu, Qiang Liu 외

Modeling user preference from his historical sequences is one of the core problems of sequential recommendation. Existing methods in this field are widely distributed from conventional methods to deep learning methods. H…

Graph AttentionGraph Neural NetworkLink PredictionSequential Recommendation

DeepContext: Stateful Real-Time Detection of Multi-Turn Adversarial Intent Drift in LLMs

2026-02-18 · Justin Albrethsen, Yash Datta, Kunal Kumar, Sharath Rajasekar arxiv

While Large Language Model (LLM) capabilities have scaled, safety guardrails remain largely stateless, treating multi-turn dialogues as a series of disconnected events. This lack of temporal awareness facilitates a "Safe…

Emotion-Attended Stateful Memory (EASM):The Architecture for Hyper-Personalization at Scale

2026-05-14 · Vineet Kotecha, Vansh Gupta arxiv

Current language model systems remain fundamentally stateless across sessions, limiting their ability to personalize interactions over time. While retrieval-augmented generation and fine-tuning improve knowledge access a…