IRHCMar 10, 2021

Ranking Clarifying Questions Based on Predicted User Engagement

arXiv:2103.06192v311 citationsHas Code
AI Analysis

This work addresses improving search result relevance for users through clarification questions, but it is incremental as it builds on existing ranking methods with a new feature.

The paper tackled the problem of ranking clarifying questions in online search by predicting user engagement from lexical features, achieving significant improvements in NDCG and MRR over naive baselines.

To improve online search results, clarification questions can be used to elucidate the information need of the user. This research aims to predict the user engagement with the clarification pane as an indicator of relevance based on the lexical information: query, question, and answers. Subsequently, the predicted user engagement can be used as a feature to rank the clarification panes. Regression and classification are applied for predicting user engagement and compared to naive heuristic baselines (e.g. mean) on the new MIMICS dataset [20]. An ablation study is carried out using a RankNet model to determine whether the predicted user engagement improves clarification pane ranking performance. The prediction models were able to improve significantly upon the naive baselines, and the predicted user engagement feature significantly improved the RankNet results in terms of NDCG and MRR. This research demonstrates the potential for ranking clarification panes based on lexical information only and can serve as a first neural baseline for future research to improve on. The code is available online.

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