File size: 1,420 Bytes
aa3115e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
09ae71f
 
 
 
 
15eb404
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ca389b4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
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

<!-- Provide a quick summary of the dataset. -->

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) : question
- ```answer``` (str): answer
- ```paragraphs``` (List[str]): extracts from the wikipedia article containing information related to the question
- ```wiki_context``` (str): wikipedia article
- ```question_source``` (str): source of the question

English version without data translation and data processing: [trivia_qa dataset by @mandarjoshi](https://huggingface.co/datasets/mandarjoshi/trivia_qa).

[More Information Needed]


## Dataset Card Contact

[rayml](https://huggingface.co/rayml)