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

Reading Wikipedia to Answer Open-Domain Questions

About

This paper proposes to tackle open- domain question answering using Wikipedia as the unique knowledge source: the answer to any factoid question is a text span in a Wikipedia article. This task of machine reading at scale combines the challenges of document retrieval (finding the relevant articles) with that of machine comprehension of text (identifying the answer spans from those articles). Our approach combines a search component based on bigram hashing and TF-IDF matching with a multi-layer recurrent neural network model trained to detect answers in Wikipedia paragraphs. Our experiments on multiple existing QA datasets indicate that (1) both modules are highly competitive with respect to existing counterparts and (2) multitask learning using distant supervision on their combination is an effective complete system on this challenging task.

Danqi Chen, Adam Fisch, Jason Weston, Antoine Bordes• 2017

Related benchmarks

TaskDatasetResultRank
Question AnsweringSQuAD v1.1 (dev)
F1 Score78.8
375
Question AnsweringSQuAD v1.1 (test)
F1 Score79.353
260
Character-level Language Modelingenwik8 (test)
BPC1.23
195
Subjectivity ClassificationSubj (test)
Accuracy92.6
125
Question ClassificationTREC (test)
Accuracy93.4
124
Question AnsweringSQuAD (test)
F179
111
Sentiment ClassificationStanford Sentiment Treebank SST-2 (test)
Accuracy88.1
99
Text ClassificationMR (test)
Accuracy79.8
99
Question AnsweringSQuAD (dev)
F178.8
74
Question AnsweringNatural Question (NQ) (dev)
F135.7
72
Showing 10 of 49 rows

Other info

Follow for update