Bridging Passive and Active: Enhancing Conversation Starter Recommendation via Active Expression Modeling
Yiqing Wu, Haoming Li, Guanyu Jiang, Jiahao Liang, Yongchun Zhu + 2 more
TLDR
PA-Bridge enhances conversation starter recommendations by using active user expressions and an adversarial aligner to overcome feedback loop issues.
Key contributions
- Identifies that traditional conversation starter systems suffer from echo chambers and generic suggestions due to passive feedback.
- Proposes PA-Bridge, a novel framework to integrate active user expressions into conversation starter recommendations.
- Introduces an adversarial distribution aligner to bridge the gap between passive recommendations and active user queries.
- Employs a semantic discretizer to enable popularity debiasing for non-ID-able open-text queries.
Why it matters
This paper addresses a critical limitation in LLM-driven conversational search by moving beyond passive feedback loops. By incorporating active user expressions, it enables more dynamic and personalized conversation starter recommendations. This significantly improves user engagement and feature penetration in real-world applications.
Original Abstract
Large Language Model (LLM)-driven conversational search is shifting information retrieval from reactive keyword matching to proactive, open-ended dialogues. In this context, Conversation Starters are widely deployed to provide personalized query recommendations that help users initiate dialogues. Conventionally, recommending these starters relies on a closed "exposure-click" loop. Yet, this feedback loop mechanism traps the system in an echo chamber where, compounded by data sparsity, it fails to capture the dynamic nature of conversational search intents shaped by the open world. As a result, the system skews towards popular but generic suggestions.In this work, we uncover an untapped paradigm shift to shatter this harmful feedback loop: harnessing user "free will" through active user expressions. Unlike traditional recommendations, conversational search empowers users to bypass menus entirely through manually typed queries. The open-world intents in active queries hold the key to breaking this loop. However, incorporating them is non-trivial: (1) there exists an inherent distribution shift between active queries and formulated starters. (2) Furthermore, the "non-ID-able" nature of open text renders traditional item-based popularity statistics ineffective for large-scale industrial streaming training. To this end, we propose Passive-Active Bridge (PA-Bridge), a novel framework that employs an adversarial distribution aligner to bridge the distributional gap between passively recommended starters and active expressions. Moreover, we introduce a semantic discretizer to enable the deployment of popularity debiasing algorithms. Online A/B tests on our platform, demonstrate that PA-Bridge significantly boosts the Feature Penetration Rate by 0.54% and User Active Days
📬 Weekly AI Paper Digest
Get the top 10 AI/ML arXiv papers from the week — summarized, scored, and delivered to your inbox every Monday.