paper-with-me

홈 › Papers

Enhancing Temporal Sensitivity of Large Language Model for Recommendation with Counterfactual Tuning

2025-07-03 · Yutian Liu, Zhengyi Yang, Jiancan Wu, Xiang Wang arxiv

Recent advances have applied large language models (LLMs) to sequential recommendation, leveraging their pre-training knowledge and reasoning capabilities to provide more personalized user experiences. However, existing LLM-based methods fail to sufficiently leverage the rich temporal information inherent in users' historical interaction sequences, stemming from fundamental architectural constraints: LLMs process information through self-attention mechanisms that lack inherent sequence ordering and rely on position embeddings designed primarily for natural language rather than user interaction sequences. This limitation significantly impairs their ability to capture the evolution of user preferences over time and predict future interests accurately. To address this critical gap, we propose \underline{C}ounterfactual \underline{E}nhanced \underline{T}emporal Framework for LLM-Based \underline{Rec}ommendation (CETRec). CETRec is grounded in causal inference principles, which allow it to isolate and measure the specific impact of temporal information on recommendation outcomes. Combined with our counterfactual tuning task derived from causal analysis, CETRec effectively enhances LLMs' awareness of both absolute order (how recently items were interacted with) and relative order (the sequential relationships between items). Extensive experiments on real-world datasets demonstrate the effectiveness of our CETRec. Our code is available at https://anonymous.4open.science/r/CETRec-B9CE/.

📄 PDF Abstract BibTeX arXiv:2507.03047

Code (0)

등록된 구현이 없습니다.

Tasks

Sequential RecommendationCausal Inference

Similar Papers 제목 키워드 기반

Spacetime-GR: A Spacetime-Aware Generative Model for Large Scale Online POI Recommendation

2025-08-22 · Haitao Lin, Zhen Yang, Jiawei Xue, Ziji Zhang 외 arxiv

Building upon the strong sequence modeling capability, Generative Recommendation (GR) has gradually assumed a dominant position in the application of recommendation tasks (e.g., video and product recommendation). However…

Product Recommendation

A Multi-Phase Analysis of Blood Culture Stewardship: Machine Learning Prediction, Expert Recommendation Assessment, and LLM Automation

2025-04-09 · Fatemeh Amrollahi, Nicholas Marshall, Fateme Nateghi Haredasht, Kameron C Black 외

Blood cultures are often over ordered without clear justification, straining healthcare resources and contributing to inappropriate antibiotic use pressures worsened by the global shortage. In study of 135483 emergency d…

DiagnosticLanguage ModelingLanguage ModellingLarge Language Model+2

Enhancing Temporal Sensitivity and Reasoning for Time-Sensitive Question Answering

2024-09-25 · Wanqi Yang, Yanda Li, Meng Fang, Ling Chen

Time-Sensitive Question Answering (TSQA) demands the effective utilization of specific temporal contexts, encompassing multiple time-evolving facts, to address time-sensitive questions. This necessitates not only the par…

Question AnsweringSensitivity

Enhancing User Intent for Recommendation Systems via Large Language Models

2025-01-18 · Xiaochuan Xu, Zeqiu Xu, Peiyang Yu, Jiani Wang

Recommendation systems play a critical role in enhancing user experience and engagement in various online platforms. Traditional methods, such as Collaborative Filtering (CF) and Content-Based Filtering (CBF), rely heavi…

Collaborative FilteringRecommendation Systems

Enhancing Time Awareness in Generative Recommendation

2025-09-17 · Sunkyung Lee, Seongmin Park, Jonghyo Kim, Mincheol Yoon 외 arxiv

Generative recommendation has emerged as a promising paradigm that formulates the recommendations into a text-to-text generation task, harnessing the vast knowledge of large language models. However, existing studies foc…

Text Generation