We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.CL

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Computation and Language

Title: Will this Question be Answered? Question Filtering via Answer Model Distillation for Efficient Question Answering

Abstract: In this paper we propose a novel approach towards improving the efficiency of Question Answering (QA) systems by filtering out questions that will not be answered by them. This is based on an interesting new finding: the answer confidence scores of state-of-the-art QA systems can be approximated well by models solely using the input question text. This enables preemptive filtering of questions that are not answered by the system due to their answer confidence scores being lower than the system threshold. Specifically, we learn Transformer-based question models by distilling Transformer-based answering models. Our experiments on three popular QA datasets and one industrial QA benchmark demonstrate the ability of our question models to approximate the Precision/Recall curves of the target QA system well. These question models, when used as filters, can effectively trade off lower computation cost of QA systems for lower Recall, e.g., reducing computation by ~60%, while only losing ~3-4% of Recall.
Comments: Accepted at EMNLP 2021 Main Conference (Long)
Subjects: Computation and Language (cs.CL)
Cite as: arXiv:2109.07009 [cs.CL]
  (or arXiv:2109.07009v1 [cs.CL] for this version)

Submission history

From: Siddhant Garg [view email]
[v1] Tue, 14 Sep 2021 23:07:49 GMT (15026kb,D)

Link back to: arXiv, form interface, contact.