Modeling User Intent Beyond Trigger: Incorporating Uncertainty for Trigger-Induced Recommendation
Jianxing Ma, Zhibo Xiao, Luwei Yang, Hansheng Xue, Xuanzhou Liu, Wen Jiang, Wei Ning, Guannan Zhang
TL;DR
The paper addresses the limitation of trigger-centric Trigger-Induced Recommendation by modeling both explicit and latent user intents while accounting for uncertainty in intent intensity. It introduces the Deep Uncertainty Intent Network (DUIN), comprising three modules: Explicit Intent Exploit Module for discriminative explicit intent via contrastive learning, Latent Intent Explore Module for multi-view latent intent through a graph-based relational framework and attention, and Intent Uncertainty Measurement Module for Gaussian-distributed intent intensity. DUIN trains with a combination of prediction loss and a contrastive objective, and demonstrates superior performance on three real-world datasets as well as online A/B testing on Alibaba.com. The work shows practical impact by deploying DUIN across all TIR scenarios with measurable gains in CTR and CVR, highlighting the value of uncertainty-aware intent modeling for enhanced recommendation diversity and long-term user experience.
Abstract
To cater to users' desire for an immersive browsing experience, numerous e-commerce platforms provide various recommendation scenarios, with a focus on Trigger-Induced Recommendation (TIR) tasks. However, the majority of current TIR methods heavily rely on the trigger item to understand user intent, lacking a higher-level exploration and exploitation of user intent (e.g., popular items and complementary items), which may result in an overly convergent understanding of users' short-term intent and can be detrimental to users' long-term purchasing experiences. Moreover, users' short-term intent shows uncertainty and is affected by various factors such as browsing context and historical behaviors, which poses challenges to user intent modeling. To address these challenges, we propose a novel model called Deep Uncertainty Intent Network (DUIN), comprising three essential modules: i) Explicit Intent Exploit Module extracting explicit user intent using the contrastive learning paradigm; ii) Latent Intent Explore Module exploring latent user intent by leveraging the multi-view relationships between items; iii) Intent Uncertainty Measurement Module offering a distributional estimation and capturing the uncertainty associated with user intent. Experiments on three real-world datasets demonstrate the superior performance of DUIN compared to existing baselines. Notably, DUIN has been deployed across all TIR scenarios in our e-commerce platform, with online A/B testing results conclusively validating its superiority.
