IRCLJan 11, 2019

User Intent Prediction in Information-seeking Conversations

arXiv:1901.03489v1109 citations
AI Analysis

This work addresses the challenge of handling multi-turn information-seeking tasks for conversational assistants, though it is incremental as it builds on existing methods with feature analysis.

The paper tackled the problem of predicting user intent in information-seeking conversations to improve conversational assistants, finding that structural features are most important and neural classifiers with context outperform classic methods.

Conversational assistants are being progressively adopted by the general population. However, they are not capable of handling complicated information-seeking tasks that involve multiple turns of information exchange. Due to the limited communication bandwidth in conversational search, it is important for conversational assistants to accurately detect and predict user intent in information-seeking conversations. In this paper, we investigate two aspects of user intent prediction in an information-seeking setting. First, we extract features based on the content, structural, and sentiment characteristics of a given utterance, and use classic machine learning methods to perform user intent prediction. We then conduct an in-depth feature importance analysis to identify key features in this prediction task. We find that structural features contribute most to the prediction performance. Given this finding, we construct neural classifiers to incorporate context information and achieve better performance without feature engineering. Our findings can provide insights into the important factors and effective methods of user intent prediction in information-seeking conversations.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes