SOTAVerified

JaQuAD: Japanese Question Answering Dataset for Machine Reading Comprehension

2022-02-03Code Available1· sign in to hype

ByungHoon So, Kyuhong Byun, Kyungwon Kang, Seongjin Cho

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Question Answering (QA) is a task in which a machine understands a given document and a question to find an answer. Despite impressive progress in the NLP area, QA is still a challenging problem, especially for non-English languages due to the lack of annotated datasets. In this paper, we present the Japanese Question Answering Dataset, JaQuAD, which is annotated by humans. JaQuAD consists of 39,696 extractive question-answer pairs on Japanese Wikipedia articles. We finetuned a baseline model which achieves 78.92% for F1 score and 63.38% for EM on test set. The dataset and our experiments are available at https://github.com/SkelterLabsInc/JaQuAD.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
JaQuADBERT-JapaneseExact Match63.38Unverified

Reproductions