Search papers, labs, and topics across Lattice.
This paper introduces LLM4AIGQ, a novel framework that leverages large language models to generate AI guidance queries tailored to users' multi-interests in e-commerce. By addressing the limitations of traditional query generation methods, which suffer from semantic drift and inadequate exploration of user preferences, the authors implement a comprehensive approach that segments user interests and infers specific consumption intents. The proposed model, enhanced through a combination of Supervised Fine-Tuning, Reinforcement Learning, and Direct Preference Optimization, shows significant improvements in generating relevant guidance queries, as evidenced by robust performance in both offline evaluations and online A/B tests.
LLM4AIGQ transforms user preference extraction in e-commerce by generating guidance queries that accurately reflect multi-interests, overcoming the pitfalls of traditional methods.
Guidance queries stimulate user consumption by extracting preferences to provide search queries with guidance value, playing a crucial role in the e-commerce field. Traditional AI-generated queries (AIGQ) generation primarily relies on a two-stage"Query-to-AI-Generated-Query"(Q2AIGQ) association paradigm, first recalling user primary search queries from user profiles, historical behavior sequences, item-side information, and the current query through multi-path retrieval, then generalizing AIGQ via rule-based methods. This approach suffers from semantic drift due to information cascade loss; additionally, primary search query derivation heavily depends on"user-item"co-occurrence relationships, lacking exploration of user multi-interests, resulting in guidance queries with low value and mismatched purchase intent. To address the expressive limitations of traditional co-occurrence-based retrieval, we propose LLM4AIGQ, an LLM-based solution for generating AI guidance queries tailored to users'multi-interests. This approach segments user interests by integrating user profiles and historical interaction sequences, infers specific consumption intents for each sub-interest, and subsequently generates corresponding AIGQ. In terms of model training, we employ a post-training pipeline comprising Supervised Fine-Tuning (SFT), Reinforcement Learning (RL), and Direct Preference Optimization (DPO) to enhance the model's capability in generating AIGQ. We also introduce a multi-level reward design to satisfy the requirements of multi-objective optimization and long-chain reasoning in practical applications. Regarding deployment, we adopt a nearline-generation and online-read architecture to meet latency constraints. Extensive experimental analyses demonstrate that our model achieves robust performance in both offline evaluations and online A/B tests.