Update README.md
Browse files
README.md
CHANGED
|
@@ -3,6 +3,18 @@ license: cc0-1.0
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
# Minecraft Structured Dialogue Corpus
|
| 7 |
|
| 8 |
The Minecraft Structured Dialogue Corpus (MSDC) is a discourse-annotated version of the [Minecraft Dialogue Corpus (MDC)](https://juliahmr.cs.illinois.edu/Minecraft/ACL2019.html), first created by Julia Hockenmaier's lab in 2019.
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
---
|
| 6 |
+
configs:
|
| 7 |
+
- config_name: default
|
| 8 |
+
data_files:
|
| 9 |
+
- split: train
|
| 10 |
+
path: "TRAIN_307.json"
|
| 11 |
+
- split: test
|
| 12 |
+
path: "TEST_101.json"
|
| 13 |
+
- split: dev
|
| 14 |
+
path: "DEV_32.json"
|
| 15 |
+
- split: val
|
| 16 |
+
path: "VAL_100.json"
|
| 17 |
+
---
|
| 18 |
# Minecraft Structured Dialogue Corpus
|
| 19 |
|
| 20 |
The Minecraft Structured Dialogue Corpus (MSDC) is a discourse-annotated version of the [Minecraft Dialogue Corpus (MDC)](https://juliahmr.cs.illinois.edu/Minecraft/ACL2019.html), first created by Julia Hockenmaier's lab in 2019.
|