ArXiv TLDR

Learning Behaviorally Grounded Item Embeddings via Personalized Temporal Contexts

🐦 Tweet
2604.15581

Rafael T. Sereicikas, Pedro R. Pires, Gregorio F. Azevedo, Tiago A. Almeida

cs.IRcs.LG

TLDR

TAI2Vec learns item embeddings by integrating personalized temporal contexts, distinguishing short-term and long-term user preferences for better recommendations.

Key contributions

  • Introduces TAI2Vec, a family of lightweight item embedding models that integrate personalized temporal proximity.
  • Adapts to individual user interaction paces, distinguishing short-term sessions from long-term interest drifts.
  • Utilizes two strategies: personalized anomaly detection for sessions and user-specific decay functions.
  • Consistently outperforms static baselines, showing up to 135% improvement across eight diverse datasets.

Why it matters

This paper addresses a critical limitation in recommender systems by moving beyond static item embeddings. By personalizing temporal contexts, TAI2Vec provides more accurate and behaviorally grounded representations. This leads to significantly improved recommendation performance and a deeper understanding of user preferences.

Original Abstract

Effective user modeling requires distinguishing between short-term and long-term preference evolution. While item embeddings have become a key component of recommender systems, standard approaches like Item2Vec treat user histories as unordered sets (bag-of-items), implicitly assuming that interactions separated by minutes are as semantically related as those separated by months. This simplification flattens the rich temporal structure of user behavior, obscuring the distinction between coherent consumption sessions and gradual interest drifts. In this work, we introduce TAI2Vec (Time-Aware Item-to-Vector), a family of lightweight embedding models that integrates temporal proximity directly into the representation learning process. Unlike approaches that apply global time constraints, TAI2Vec is user-adaptive, tailoring its temporal definitions to individual interaction paces. We propose two complementary strategies: TAI2Vec-Disc, which utilizes personalized anomaly detection to dynamically segment interactions into semantic sessions, and TAI2Vec-Cont, which employs continuous, user-specific decay functions to weigh item relationships based on their relative temporal distance. Experimental results across eight diverse datasets demonstrate that TAI2Vec consistently produces more accurate and behaviorally grounded representations than static baselines, achieving competitive or superior performance in over 80% of the datasets, with improvements of up to 135%. The source code is publicly available at https://github.com/UFSCar-LaSID/tai2vec.

📬 Weekly AI Paper Digest

Get the top 10 AI/ML arXiv papers from the week — summarized, scored, and delivered to your inbox every Monday.