benjleite commited on
Commit
c44eb69
·
verified ·
1 Parent(s): 56f8da4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -1
README.md CHANGED
@@ -25,4 +25,38 @@ size_categories:
25
  https://aclanthology.org/
26
  - **Leaderboard:**
27
  - **Point of Contact:**
28
- Bernardo Leite (benjleite.com)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  https://aclanthology.org/
26
  - **Leaderboard:**
27
  - **Point of Contact:**
28
+ Bernardo Leite (benjleite.com)
29
+
30
+ ### Dataset Summary
31
+
32
+ This repository contains the European Portuguese (pt-PT) machine-translated version of the original English FairytaleQA dataset. FairytaleQA is an open-source dataset designed to enhance comprehension of narratives, aimed at students from kindergarten to eighth grade. The dataset is meticulously annotated by education experts following an evidence-based theoretical framework. It comprises 10,580 explicit and implicit questions derived from 278 child-friendly stories, covering seven types of narrative elements or relations.
33
+
34
+ ### Supported Tasks and Leaderboards
35
+
36
+ Question-Answering, Question-Generation, Question-Answer Pair Generation
37
+
38
+ ### Languages
39
+
40
+ European Portuguese (pt-PT)
41
+
42
+ ### Data Instances
43
+
44
+ An example of "train" looks as follows:
45
+
46
+ ```
47
+
48
+ {
49
+ 'story_name': 'three-dogs',
50
+ 'story_section': 'once upon a time there was a king who went forth into the world and
51
+ ... ...
52
+ guards to watch over the little princess so that she would not get out under the open sky .',
53
+ 'question': 'why was there great rejoicing in the city and throughout the country ?',
54
+ 'answer1': 'the people wished their king all that was good .',
55
+ 'answer2': '',
56
+ 'local-or-sum': 'local',
57
+ 'attribute': 'causal relationship',
58
+ 'ex-or-im': 'explicit',
59
+ 'ex-or-im2': '',
60
+ }
61
+
62
+ ```