paper-with-me

Papers

GRACE: Generative Recommendation via Journey-Aware Sparse Attention on Chain-of-Thought Tokenization

2025-07-19 · Luyi Ma, Wanjia Zhang, Kai Zhao, Abhishek Kulkarni, Lalitesh Morishetti, Anjana Ganesh, Ashish Ranjan, Aashika Padmanabhan, Jianpeng Xu, Jason Cho, Praveen Kanumala, Kaushiki Nag, Sumit Dutta, Kamiya Motwani, Malay Patel, Evren Korpeoglu, Sushant Kumar, Kannan Achan arxiv

Generative models have recently demonstrated strong potential in multi-behavior recommendation systems, leveraging the expressive power of transformers and tokenization to generate personalized item sequences. However, their adoption is hindered by (1) the lack of explicit information for token reasoning, (2) high computational costs due to quadratic attention complexity and dense sequence representations after tokenization, and (3) limited multi-scale modeling over user history. In this work, we propose GRACE (Generative Recommendation via journey-aware sparse Attention on Chain-of-thought tokEnization), a novel generative framework for multi-behavior sequential recommendation. GRACE introduces a hybrid Chain-of-Thought (CoT) tokenization method that encodes user-item interactions with explicit attributes from product knowledge graphs (e.g., category, brand, price) over semantic tokenization, enabling interpretable and behavior-aligned generation. To address the inefficiency of standard attention, we design a Journey-Aware Sparse Attention (JSA) mechanism, which selectively attends to compressed, intra-, inter-, and current-context segments in the tokenized sequence. Experiments on two real-world datasets show that GRACE significantly outperforms state-of-the-art baselines, achieving up to +106.9% HR@10 and +106.7% NDCG@10 improvement over the state-of-the-art baseline on the Home domain, and +22.1% HR@10 on the Electronics domain. GRACE also reduces attention computation by up to 48% with long sequences.

📄 PDF Abstract BibTeX arXiv:2507.14758

Code (0)

등록된 구현이 없습니다.

Tasks

Sequential RecommendationRecommendation SystemsKnowledge Graphs

Similar Papers 제목 키워드 기반

JourneyFormer: Encoding Airbnb Guest Journey with Sequence Modeling

2026-06-17 · Daochen Zha, Chun How Tan, Xin Liu, Bin Xu 외 arxiv

Sequence modeling has become increasingly popular in recommendation and ranking algorithms, owing to its capacity to model users' historical behaviors and infer user intentions. Despite its theoretical simplicity, the pr…

Large Language Models for User Interest Journeys

2023-05-24 · Konstantina Christakopoulou, Alberto Lalama, Cj Adams, Iris Qu 외

Large language models (LLMs) have shown impressive capabilities in natural language understanding and generation. Their potential for deeper user understanding and improved personalized user experience on recommendation …

Natural Language UnderstandingRecommendation Systems

TRACE: Transformer-based user Representations from Attributed Clickstream Event sequences

2024-09-02 · William Black, Alexander Manlove, Jack Pennington, Andrea Marchini 외

For users navigating travel e-commerce websites, the process of researching products and making a purchase often results in intricate browsing patterns that span numerous sessions over an extended period of time. The res…

Multi-Task LearningRecommendation Systems

EVNextTrade: Learning-to-Rank-Based Recommendation of Next Charging Nodes for EV-EV Energy Trading

2026-03-14 · Md Mahfujur Rahmana, Alistair Barros, Raja Jurdak, Darshika Koggalahewa arxiv

Peer-to-peer energy trading among electric vehicles (EVs) has been increasingly studied as a promising solution for improving supply-side resilience under growing charging demand and constrained charging infrastructure. …

Gracefully Filtering Backdoor Samples for Generative Large Language Models without Retraining

2024-12-03 · Zongru Wu, Pengzhou Cheng, Lingyong Fang, Zhuosheng Zhang 외

Backdoor attacks remain significant security threats to generative large language models (LLMs). Since generative LLMs output sequences of high-dimensional token logits instead of low-dimensional classification logits, m…

backdoor defenseComputational EfficiencyQuestion Answering