A Data Synthesis Method Driven by Large Language Models for Proactive Mining of Implicit User Intentions in Tourism
Jinqiang Wang, Huansheng Ning, Tao Zhu, Jianguo Ding
TL;DR
This work tackles the challenge of proactively mining implicit user intentions in tourism, where LLMs often fail to request clarifications in ambiguous scenarios. It introduces SynPT, an LLM-driven data synthesis framework that builds a tourism-centric seed data pool from Chinese travel sites and uses a dual-agent dialogue system with memory and emotion-aware reasoning to generate SynPT-Dialog data. The synthesized data trains a smaller model, Qwen-PT, to proactively infer and summarize user intentions, including emotion and intention-value reasoning, achieving strong improvements over baselines on multiple metrics and demonstrating transfer to English-language settings. The approach yields practical benefits for proactive support in travel assistants and provides open-source tools and datasets to facilitate further research and application in the domain.
Abstract
In the tourism domain, Large Language Models (LLMs) often struggle to mine implicit user intentions from tourists' ambiguous inquiries and lack the capacity to proactively guide users toward clarifying their needs. A critical bottleneck is the scarcity of high-quality training datasets that facilitate proactive questioning and implicit intention mining. While recent advances leverage LLM-driven data synthesis to generate such datasets and transfer specialized knowledge to downstream models, existing approaches suffer from several shortcomings: (1) lack of adaptation to the tourism domain, (2) skewed distributions of detail levels in initial inquiries, (3) contextual redundancy in the implicit intention mining module, and (4) lack of explicit thinking about tourists' emotions and intention values. Therefore, we propose SynPT (A Data Synthesis Method Driven by LLMs for Proactive Mining of Implicit User Intentions in the Tourism), which constructs an LLM-driven user agent and assistant agent to simulate dialogues based on seed data collected from Chinese tourism websites. This approach addresses the aforementioned limitations and generates SynPT-Dialog, a training dataset containing explicit reasoning. The dataset is utilized to fine-tune a general LLM, enabling it to proactively mine implicit user intentions. Experimental evaluations, conducted from both human and LLM perspectives, demonstrate the superiority of SynPT compared to existing methods. Furthermore, we analyze key hyperparameters and present case studies to illustrate the practical applicability of our method, including discussions on its adaptability to English-language scenarios. All code and data are publicly available.
