Update README.md
Browse files
README.md
CHANGED
@@ -27,4 +27,28 @@ task_categories:
|
|
27 |
language:
|
28 |
- fr
|
29 |
pretty_name: french_trivia_qa
|
30 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
language:
|
28 |
- fr
|
29 |
pretty_name: french_trivia_qa
|
30 |
+
---
|
31 |
+
# Dataset Card for french_trivia_qa_with_wikicontext
|
32 |
+
|
33 |
+
<!-- Provide a quick summary of the dataset. -->
|
34 |
+
|
35 |
+
French trivia is a question answering dataset composed of general-knowledge questions.
|
36 |
+
Each question is provided with its related wikipedia article and paragraphs containing the appropriate answer.
|
37 |
+
|
38 |
+
## Dataset Description
|
39 |
+
|
40 |
+
The dataset has the following features:
|
41 |
+
- ```question``` (str) : question
|
42 |
+
- ```answer``` (str): answer
|
43 |
+
- ```paragraphs``` (List[str]): extracts from the wikipedia article containing information related to the question
|
44 |
+
- ```wiki_context``` (str): wikipedia article
|
45 |
+
- ```question_source``` (str): source of the question
|
46 |
+
|
47 |
+
English version without data translation and data processing: [trivia_qa dataset by @mandarjoshi](https://huggingface.co/datasets/mandarjoshi/trivia_qa).
|
48 |
+
|
49 |
+
[More Information Needed]
|
50 |
+
|
51 |
+
|
52 |
+
## Dataset Card Contact
|
53 |
+
|
54 |
+
rayml
|