metadata
dataset_info:
features:
- name: question
dtype: string
- name: answer
dtype: string
- name: paragraphs
sequence: string
- name: wiki_context
dtype: string
- name: question_source
dtype: string
splits:
- name: train
num_bytes: 112890641
num_examples: 4118
download_size: 61286351
dataset_size: 112890641
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
task_categories:
- question-answering
language:
- fr
pretty_name: french_trivia_qa
Dataset Card for french_trivia_qa_with_wikicontext
French trivia is a question answering dataset composed of general-knowledge questions. Each question is provided with its related wikipedia article and paragraphs containing the appropriate answer.
Dataset Description
The dataset has the following features:
question
(str) : questionanswer
(str): answerparagraphs
(List[str]): extracts from the wikipedia article containing information related to the questionwiki_context
(str): wikipedia articlequestion_source
(str): source of the question
English version without data translation and data processing: trivia_qa dataset by @mandarjoshi.
[More Information Needed]