IRCLMay 24, 2019

Controlling Risk of Web Question Answering

arXiv:1905.10077v39 citations
Originality Incremental advance
AI Analysis

This addresses the risk of incorrect answers in web QA systems, which is crucial for real-world applications, though it is incremental as it builds on existing MRC methods.

The paper tackles the problem of predictive uncertainty in web question answering, which leads to uncontrollable risks, by introducing a risk control framework with a qualify model for uncertainty estimation and a decision model for selective output, demonstrating effectiveness on real-world and benchmark datasets.

Web question answering (QA) has become an indispensable component in modern search systems, which can significantly improve users' search experience by providing a direct answer to users' information need. This could be achieved by applying machine reading comprehension (MRC) models over the retrieved passages to extract answers with respect to the search query. With the development of deep learning techniques, state-of-the-art MRC performances have been achieved by recent deep methods. However, existing studies on MRC seldom address the predictive uncertainty issue, i.e., how likely the prediction of an MRC model is wrong, leading to uncontrollable risks in real-world Web QA applications. In this work, we first conduct an in-depth investigation over the risk of Web QA. We then introduce a novel risk control framework, which consists of a qualify model for uncertainty estimation using the probe idea, and a decision model for selectively output. For evaluation, we introduce risk-related metrics, rather than the traditional EM and F1 in MRC, for the evaluation of risk-aware Web QA. The empirical results over both the real-world Web QA dataset and the academic MRC benchmark collection demonstrate the effectiveness of our approach.

Foundations

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

Your Notes