Update README.md
Browse files
README.md
CHANGED
@@ -10,5 +10,26 @@
|
|
10 |
|
11 |
[Cosmos QA: Machine Reading Comprehension with Contextual Commonsense Reasoning](https://huggingface.co/datasets/cosmos_qa).This dataset contains a set of 35,600 problems that require commonsense-based reading comprehension, formulated as multiple-choice questions.Understanding narratives requires reading between the lines, which in turn, requires interpreting the likely causes and effects of events, even when they are not mentioned explicitly.
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
|
|
|
10 |
|
11 |
[Cosmos QA: Machine Reading Comprehension with Contextual Commonsense Reasoning](https://huggingface.co/datasets/cosmos_qa).This dataset contains a set of 35,600 problems that require commonsense-based reading comprehension, formulated as multiple-choice questions.Understanding narratives requires reading between the lines, which in turn, requires interpreting the likely causes and effects of events, even when they are not mentioned explicitly.
|
12 |
|
13 |
+
###Example
|
14 |
+
|
15 |
+
'''json
|
16 |
+
|
17 |
+
{"Context":["It's a very humbling experience when you need someone
|
18 |
+
to dress you every morning, tie your shoes, and put your hair
|
19 |
+
up. Every menial task takes an unprecedented amount of effort.
|
20 |
+
It made me appreciate Dan even more. But anyway I shan't
|
21 |
+
dwell on this (I'm not dying after all) and not let it detract from
|
22 |
+
my lovely 5 days with my friends visiting from Jersey."],
|
23 |
+
|
24 |
+
"Question":["What's a possible reason the writer needed someone to
|
25 |
+
dress him every morning?"],
|
26 |
+
|
27 |
+
"Multiple Choice":["A: The writer doesn't like putting effort into these tasks.",
|
28 |
+
"B: The writer has a physical disability.",
|
29 |
+
"C: The writer is bad at doing his own hair.",
|
30 |
+
"D: None of the above choices."]
|
31 |
+
"link":"https://arxiv.org/pdf/1909.00277.pdf"
|
32 |
+
}
|
33 |
+
```
|
34 |
|
35 |
|