IRHCFeb 8, 2021

User Engagement Prediction for Clarification in Search

arXiv:2102.04163v127 citations
Originality Incremental advance
AI Analysis

This work is significant for search engine developers and researchers, as it tackles the problem of when and how to ask for clarification to improve search results without frustrating users.

This paper addresses the challenge of predicting user engagement with clarification questions in search, aiming to reduce user frustration while improving retrieval. The authors propose a Transformer-based model and demonstrate its effectiveness against competitive baselines on large-scale real-life data.

Clarification is increasingly becoming a vital factor in various topics of information retrieval, such as conversational search and modern Web search engines. Prompting the user for clarification in a search session can be very beneficial to the system as the user's explicit feedback helps the system improve retrieval massively. However, it comes with a very high risk of frustrating the user in case the system fails in asking decent clarifying questions. Therefore, it is of great importance to determine when and how to ask for clarification. To this aim, in this work, we model search clarification prediction as user engagement problem. We assume that the better a clarification is, the higher user engagement with it would be. We propose a Transformer-based model to tackle the task. The comparison with competitive baselines on large-scale real-life clarification engagement data proves the effectiveness of our model. Also, we analyse the effect of all result page elements on the performance and find that, among others, the ranked list of the search engine leads to considerable improvements. Our extensive analysis of task-specific features guides future research.

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