Search papers, labs, and topics across Lattice.
This paper introduces the Cascading Relevance-Driven Recommendation Network (CRRN) designed to enhance click-through rate (CTR) prediction in Trigger-Introduced Recommendation (TIR) scenarios, where user interest is indicated by a trigger item. By focusing on the interaction between trigger and target items, CRRN employs a personalized gating mechanism, cascading attention blocks, and a category-assisted pairwise loss to improve the relevance of recommendations. Experimental results demonstrate that CRRN significantly outperforms existing state-of-the-art methods on both industrial and public datasets, with online A/B tests confirming its effectiveness in real-world applications.
Trigger items can dramatically enhance recommendation relevance, and CRRN leverages this to outperform existing methods in CTR prediction.
E-commerce has emerged as crucial platforms for people's daily consumption and shopping interests. There is a new recommendation scenario, Trigger-Introduced Recommendation (TIR), where users click interested product, which is defined as the trigger item, containing their instant interest, and in the undertaking page following the relevant target items. Distinguished from traditional search and recommendation scenarios, trigger contains relatively strong instant interest, which is more vague and implicit compared to search terms. Relying on large amounts of labeled data, existing methods lack the exploration of trigger relevance, which affects users' immersive experience. To alleviate this problem, we propose the Cascading Relevancedriven Recommendation Network (CRRN) to emphasize the interaction and relevance between trigger and target, comprising three essential components: 1) the Trigger-Target Interaction layer extracts interaction features of trigger and target based on personalized gating. 2) Cascading Interest Fusion module explicitly estimates users' trigger intention and fuses instant and personalized interests adaptively with cascading attention blocks. 3) Category-assisted Pairwise Loss enhances trigger relevance with the guidance of category association between trigger and target. Extensive experiment results show that CRRN outperforms recent state-of-the-art methods on both industrial and public datasets. Online A/B tests further validate the effectiveness of our method. Our code is available 11https://github.com/a-little-cabbage/CRRN.