SparkMe: Adaptive Semi-Structured Interviewing for Qualitative Insight Discovery
AI 摘要
SparkMe通过多智能体LLM和规划,实现自适应半结构化访谈,提升信息覆盖和发现。
主要贡献
- 提出自适应半结构化访谈的优化问题公式
- 设计了基于模拟对话rollout的多智能体LLM面试官SparkMe
- 实验证明SparkMe在覆盖率和新兴洞察力方面优于现有方法
方法论
将自适应访谈建模为优化问题,使用多智能体LLM通过模拟对话进行规划,选择预期效用高的提问。
原文摘要
Qualitative insights from user experiences are critical for informing product and policy decisions, but collecting such data at scale is constrained by the time and availability of experts to conduct semi-structured interviews. Recent work has explored using large language models (LLMs) to automate interviewing, yet existing systems lack a principled mechanism for balancing systematic coverage of predefined topics with adaptive exploration, or the ability to pursue follow-ups, deep dives, and emergent themes that arise organically during conversation. In this work, we formulate adaptive semi-structured interviewing as an optimization problem over the interviewer's behavior. We define interview utility as a trade-off between coverage of a predefined interview topic guide, discovery of relevant emergent themes, and interview cost measured by length. Based on this formulation, we introduce SparkMe, a multi-agent LLM interviewer that performs deliberative planning via simulated conversation rollouts to select questions with high expected utility. We evaluate SparkMe through controlled experiments with LLM-based interviewees, showing that it achieves higher interview utility, improving topic guide coverage (+4.7% over the best baseline) and eliciting richer emergent insights while using fewer conversational turns than prior LLM interviewing approaches. We further validate SparkMe in a user study with 70 participants across 7 professions on the impact of AI on their workflows. Domain experts rate SparkMe as producing high-quality adaptive interviews that surface helpful profession-specific insights not captured by prior approaches. The code, datasets, and evaluation protocols for SparkMe are available as open-source at https://github.com/SALT-NLP/SparkMe.