Ranking Clarification Questions via Natural Language Inference
Vaibhav Kumar, Vikas Raunak, Jamie Callan

TL;DR
This paper proposes a novel approach to ranking clarification questions in natural language processing by framing it as a Natural Language Inference task, leveraging BERT models to improve accuracy significantly.
Contribution
It introduces a new NLI-based method for ranking clarification questions and demonstrates substantial performance improvements over existing baselines.
Findings
40-60% improvement in Precision@1 over baselines
Effective use of BERT fine-tuned on NLI datasets
Significant advancement in clarification question ranking accuracy
Abstract
Given a natural language query, teaching machines to ask clarifying questions is of immense utility in practical natural language processing systems. Such interactions could help in filling information gaps for better machine comprehension of the query. For the task of ranking clarification questions, we hypothesize that determining whether a clarification question pertains to a missing entry in a given post (on QA forums such as StackExchange) could be considered as a special case of Natural Language Inference (NLI), where both the post and the most relevant clarification question point to a shared latent piece of information or context. We validate this hypothesis by incorporating representations from a Siamese BERT model fine-tuned on NLI and Multi-NLI datasets into our models and demonstrate that our best performing model obtains a relative performance improvement of 40 percent and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsLinear Layer · Attention Is All You Need · Dropout · Residual Connection · Attention Dropout · Weight Decay · Softmax · Layer Normalization · WordPiece · Adam
