Back to Nlp Progress

Question answering

french/question_answering.md

0.31.4 KB
Original Source

Question answering

Question answering is the task of answering a question.

Table of contents

Reading comprehension

FQuAD

The French Question Answering dataset (FQuAD) is a reading comprehension dataset in the style of SQuAD. It consists of 25k questions on Wikipedia articles. The dataset is available here.

Example:

DocumentQuestionAnswer
Des observations de 2015 par la sonde Dawn ont confirmé qu'elle possède une forme sphérique, à la différence des corps plus petits qui ont une forme irrégulière. [...]A quand remonte les observations faites par la sonde Dawn ?2015
ModelF1EMPaper
Human performance92.178.4FQuAD: French Question Answering Dataset
CamemBERTQA (d'Hoffschmidt et al., 2020)*88.077.9FQuAD: French Question Answering Dataset
CamemBERTQA (d'Hoffschmidt et al., 2020)†84.170.9FQuAD: French Question Answering Dataset

*: trained on the FQuAD training set

†: trained on the SQuAD training set and zero-shot transferred to the FQuAD test set.