paper-with-me

Papers

Modeling and Leveraging Prerequisite Context in Recommendation

2022-09-23 · Hengchang Hu, Liangming Pan, Yiding Ran, Min-Yen Kan

Prerequisites can play a crucial role in users' decision-making yet recommendation systems have not fully utilized such contextual background knowledge. Traditional recommendation systems (RS) mostly enrich user-item interactions where the context consists of static user profiles and item descriptions, ignoring the contextual logic and constraints that underlie them. For example, an RS may recommend an item on the condition that the user has interacted with another item as its prerequisite. Modeling prerequisite context from conceptual side information can overcome this weakness. We propose Prerequisite Driven Recommendation (PDR), a generic context-aware framework where prerequisite context is explicitly modeled to facilitate recommendation. We first design a Prerequisite Knowledge Linking (PKL) algorithm, to curate datasets facilitating PDR research. Employing it, we build a 75k+ high-quality prerequisite concept dataset which spans three domains. We then contribute PDRS, a neural instantiation of PDR. By jointly optimizing both the prerequisite learning and recommendation tasks through multi-layer perceptrons, we find PDRS consistently outperforms baseline models in all three domains, by an average margin of 7.41%. Importantly, PDRS performs especially well in cold-start scenarios with improvements of up to 17.65%.

📄 PDF Abstract BibTeX arXiv:2209.11471

Code (1)

HoldenHu/PDRS 공식 구현 pytorch

Tasks

Decision MakingRecommendation Systems

Similar Papers 제목 키워드 기반

CTM - A Model for Large-Scale Multi-View Tweet Topic Classification

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Automatically associating social media posts with topics is an important prerequisite for effective search and recommendation on many social media platforms. However, topic classification of such posts is quite challengi…

ClassificationTopic Classification

CTM - A Model for Large-Scale Multi-View Tweet Topic Classification

2022-07-01 · NAACL (ACL) 2022 7 · Vivek Kulkarni, Kenny Leung, Aria Haghighi

Automatically associating social media posts with topics is an important prerequisite for effective search and recommendation on many social media platforms. However, topic classification of such posts is quite challengi…

ClassificationTopic Classification

CTM -- A Model for Large-Scale Multi-View Tweet Topic Classification

2022-05-03 · Vivek Kulkarni, Kenny Leung, Aria Haghighi

Automatically associating social media posts with topics is an important prerequisite for effective search and recommendation on many social media platforms. However, topic classification of such posts is quite challengi…

ClassificationTopic Classification

LLaTTE: Scaling Laws for Multi-Stage Sequence Modeling in Large-Scale Ads Recommendation

2026-01-27 · Lee Xiong, Zhirong Chen, Rahul Mayuranath, Shangran Qiu 외 arxiv

We present LLaTTE (LLM-Style Latent Transformers for Temporal Events), a scalable transformer architecture for production ads recommendation. Through systematic experiments, we demonstrate that sequence modeling in recom…

Recommendation Systems

HiGR: Industrial-Scale Hierarchical Generative Slate Recommendation Framework in Tencent

2025-12-31 · Yunsheng Pang, Zijian Liu, Yudong Li, Shaojie Zhu 외 arxiv

Slate recommendation, which presents users with a ranked item list in a single display, is ubiquitous across mainstream online platforms. While recent generative recommendation methods have shown strong potential in mode…