HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Reading Wikipedia to Answer Open-Domain Questions

Danqi Chen; Adam Fisch; Jason Weston; Antoine Bordes

Reading Wikipedia to Answer Open-Domain Questions

Abstract

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.

Code Repositories

BAJUKA/SQuAD-NLP
tf
Mentioned in GitHub
iCompass-ai/TunBERT
tf
Mentioned in GitHub
HKUST-KnowComp/MnemonicReader
pytorch
Mentioned in GitHub
facebookresearch/ParlAI
pytorch
Mentioned in GitHub
xiangyue9607/CliniRC
tf
Mentioned in GitHub
facebookresearch/DrQA
Official
tf
Mentioned in GitHub
sachit-n/drqa_doc_reader
pytorch
Mentioned in GitHub
aaronbae/AnaQA
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
open-domain-question-answering-on-searchqaDrQA
EM: 41.9
open-domain-question-answering-on-squad11DrQA
EM: 70.0
question-answering-on-natural-questions-longDrQA
F1: 46.1
question-answering-on-quasart-tDrQA
EM: 37.7
question-answering-on-squad11Document Reader (single model)
EM: 70.733
F1: 79.353
question-answering-on-squad11-devDrQA (Document Reader only)
EM: 69.5
F1: 78.8

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Reading Wikipedia to Answer Open-Domain Questions | Papers | HyperAI