Commit
·
104c7e6
1
Parent(s):
b54ba58
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
pretty_name: dgen
|
| 3 |
+
multilinguality:
|
| 4 |
+
- monolingual
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
license:
|
| 8 |
+
- mit
|
| 9 |
+
size_categories:
|
| 10 |
+
- 1K<n<10K
|
| 11 |
+
tags:
|
| 12 |
+
- cloze
|
| 13 |
+
- sciq
|
| 14 |
+
- mcql
|
| 15 |
+
- ai2 science questions
|
| 16 |
+
task_categories:
|
| 17 |
+
- fill-mask
|
| 18 |
---
|
| 19 |
+
|
| 20 |
+
# dgen
|
| 21 |
+
|
| 22 |
+
**DGen** is a cloze questions dataset which covers multiple domains including science, vocabulary, common sense and trivia. It is compiled from a wide variety of datasets including SciQ, MCQL, AI2 Science Questions, etc. The detail of DGen dataset is shown below.
|
| 23 |
+
|
| 24 |
+
| DGen dataset | Train | Valid | Test | Total |
|
| 25 |
+
| ----------------------- | ----- | ----- | ---- | ----- |
|
| 26 |
+
| **Number of questions** | 2321 | 300 | 259 | 2880 |
|
| 27 |
+
|
| 28 |
+
Source: https://github.com/DRSY/DGen
|