paper-with-me

홈 › Papers

JEPA4Rec: Learning Effective Language Representations for Sequential Recommendation via Joint Embedding Predictive Architecture

2025-04-10 · Minh-Anh Nguyen, Dung D. Le

Language representation learning has emerged as a promising approach for sequential recommendation, thanks to its ability to learn generalizable representations. However, despite its advantages, this approach still struggles with data sparsity and a limited understanding of common-sense user preferences. To address these limitations, we propose $\textbf{JEPA4Rec}$, a framework that combines $\textbf{J}$oint $\textbf{E}$mbedding $\textbf{P}$redictive $\textbf{A}$rchitecture with language modeling of item textual descriptions. JEPA4Rec captures semantically rich and transferable representations, improving recommendation performance and reducing reliance on large-scale pre-training data. Specifically, JEPA4Rec represents items as text sentences by flattening descriptive information such as $\textit{title, category}$, and other attributes. To encode these sentences, we employ a bidirectional Transformer encoder with modified embedding layers tailored for capturing item information in recommendation datasets. We apply masking to text sentences and use them to predict the representations of the unmasked sentences, helping the model learn generalizable item embeddings. To further improve recommendation performance and language understanding, we employ a two-stage training strategy incorporating self-supervised learning losses. Experiments on six real-world datasets demonstrate that JEPA4Rec consistently outperforms state-of-the-art methods, particularly in cross-domain, cross-platform, and low-resource scenarios.

📄 PDF Abstract BibTeX arXiv:2504.10512

Code (0)

등록된 구현이 없습니다.

Tasks

Common Sense ReasoningDescriptiveLanguage ModelingLanguage ModellingRepresentation LearningSelf-Supervised LearningSequential Recommendation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Residual Connection 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

DSeq-JEPA: Discriminative Sequential Joint-Embedding Predictive Architecture

2025-11-21 · Xiangteng He, Shunsuke Sakai, Shivam Chandhok, Sara Beery 외 arxiv

Recent advances in self-supervised visual representation learning have demonstrated the effectiveness of predictive latent-space objectives for learning transferable features. In particular, Image-based Joint-Embedding P…

Self-Supervised LearningRepresentation LearningImage Classification

Text Is All You Need: Learning Language Representations for Sequential Recommendation

2023-05-23 · Jiacheng Li, Ming Wang, Jin Li, Jinmiao Fu 외

Sequential recommendation aims to model dynamic user behavior from historical interactions. Existing methods rely on either explicit item IDs or general textual features for sequence modeling to understand user preferenc…

AllRepresentation LearningSentenceSequential Recommendation

VJEPA: Variational Joint Embedding Predictive Architectures as Probabilistic World Models

2026-01-20 · Yongchao Huang arxiv

Joint Embedding Predictive Architectures (JEPA) offer a scalable paradigm for self-supervised learning by predicting latent representations rather than reconstructing high-entropy observations. However, existing formulat…

Self-Supervised LearningRepresentation Learning

ID-Agnostic User Behavior Pre-training for Sequential Recommendation

2022-06-06 · Shanlei Mu, Yupeng Hou, Wayne Xin Zhao, Yaliang Li 외

Recently, sequential recommendation has emerged as a widely studied topic. Existing researches mainly design effective neural architectures to model user behavior sequences based on item IDs. However, this kind of approa…

AttributeLanguage ModelingLanguage ModellingSequential Recommendation

MARS: Matching Attribute-aware Representations for Text-based Sequential Recommendation

2024-09-01 · Hyunsoo Kim, Junyoung Kim, Minjin Choi, Sunkyung Lee 외

Sequential recommendation aims to predict the next item a user is likely to prefer based on their sequential interaction history. Recently, text-based sequential recommendation has emerged as a promising paradigm that us…

AttributeSequential RecommendationTransfer Learning