Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

A Discrete Hard EM Approach for Weakly Supervised Question Answering

About

Many question answering (QA) tasks only provide weak supervision for how the answer should be computed. For example, TriviaQA answers are entities that can be mentioned multiple times in supporting documents, while DROP answers can be computed by deriving many different equations from numbers in the reference text. In this paper, we show it is possible to convert such tasks into discrete latent variable learning problems with a precomputed, task-specific set of possible "solutions" (e.g. different mentions or equations) that contains one correct option. We then develop a hard EM learning scheme that computes gradients relative to the most likely solution at each update. Despite its simplicity, we show that this approach significantly outperforms previous methods on six QA tasks, including absolute gains of 2--10%, and achieves the state-of-the-art on five of them. Using hard updates instead of maximizing marginal likelihood is key to these results as it encourages the model to find the one correct answer, which we show through detailed qualitative analysis.

Sewon Min, Danqi Chen, Hannaneh Hajishirzi, Luke Zettlemoyer• 2019

Related benchmarks

TaskDatasetResultRank
Question AnsweringNatural Question (NQ) (dev)--
72
Open-domain Question AnsweringTriviaQA open (test)
EM50.9
59
End-to-end Open-Domain Question AnsweringNQ (test)
Exact Match (EM)28.1
50
Open-domain Question AnsweringNatural Questions (NQ)
Exact Match (EM)28.8
46
End-to-end Open-Domain Question AnsweringTriviaQA (test)
Exact Match (EM)50.9
40
Open-domain Question AnsweringNaturalQ-Open (test)
EM28.1
37
Table Question AnsweringWIKISQL WEAK (test)
Denotation Accuracy87.2
20
Table Question AnsweringWIKISQL WEAK (dev)
Denotation Accuracy87.4
19
Natural Language to SQLWikiSQL (test)
Accuracy83.9
17
SQL Query GenerationWikiSQL (dev)
Accuracy84.4
13
Showing 10 of 22 rows

Other info

Code

Follow for update