NBQ: Next-Best-Question for Dynamic Profiling

📅 2026-05-30
📈 Citations: 0
Influential: 0
📄 PDF

career value

211K/year
🤖 AI Summary
This work addresses the challenge of efficiently constructing user profiles in conversational knowledge discovery by proposing a plug-and-play NBQ framework. The framework maintains a compact, dynamic user state and adaptively selects optimal questions driven by information gain, distilling free-form dialogue into structured user profiles. It innovatively models reciprocal matching through a dual-representation structure capturing both self-descriptions and preferences, and introduces the QuickMatch algorithm, which reduces quadratic matching complexity to near vector-retrieval efficiency. Experimental results demonstrate that the proposed method improves AC@T and AR@T metrics by 13.6% and 14.0%, respectively, while QuickMatch achieves a 22.9× speedup with a recall rate of 0.989.
📝 Abstract
Many real-world conversational settings for knowledge discovery, including podcasts, hiring screens, and marketplaces, require a purpose-driven understanding of a person. We study the Next-Best-Question (NBQ) problem: at each turn, an interviewer should ask the question with the highest expected information gain given what has already been learned and the conversation goal. We propose NBQ, a plug-and-play framework that seeds a diverse pool of candidate questions, maintains a compact and continuously updated user state, adaptively selects the next question within a turn budget, and distills the resulting free-form dialogue into a structured vector-based user profile. As a demanding application, we instantiate NBQ for reciprocal matchmaking, where compatibility must be mutual and each person is modeled by both self-description and counterpart-preference representations. To support large-scale matching, we further introduce QuickMatch, an efficient retrieval layer that recasts reciprocal matching from quadratic pairwise scoring to approximate vector search. Experiments show that NBQ improves user profiling quality by up to 13.6% and 14.0% in AC@T and AR@T, respectively, while QuickMatch accelerates retrieval by up to 22.9x with recall up to 0.989.
Problem

Research questions and friction points this paper is trying to address.

Next-Best-Question
dynamic profiling
information gain
conversational AI
user modeling
Innovation

Methods, ideas, or system contributions that make the work stand out.

Next-Best-Question
dynamic profiling
information gain
reciprocal matchmaking
approximate vector search
🔎 Similar Papers
No similar papers found.