Datasets:
ghomasHudson
commited on
Commit
•
e2257ac
1
Parent(s):
6cc9633
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ The 6 MuLD tasks consist of:
|
|
14 |
- **OpenSubtitles** - A translation dataset based on the OpenSubtitles 2018 dataset. The entire subtitles for each tv show is provided, one subtitle per line in both English and German.
|
15 |
- **VLSP (Very Long Scientific Papers)** - An expanded version of the Scientific Papers summarization dataset. Instead of removing very long papers (e.g. thesis), we explicitly include them removing any short papers.
|
16 |
- **AO3 Style Change Detection**
|
17 |
-
- **Character
|
18 |
|
19 |
### Dataset Structure
|
20 |
The data is presented in a text-to-text format where each instance contains a input string, output string and (optionally) json encoded metadata.
|
@@ -28,7 +28,15 @@ The data is presented in a text-to-text format where each instance contains a in
|
|
28 |
- `metadata`: Additional metadata which may be helpful for evaluation. In this version, only the OpenSubtitles task contains metadata (for the ContraPro annotations).
|
29 |
|
30 |
### Data Splits
|
31 |
-
Each tasks contains different splits
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
|
33 |
### Citation Information
|
34 |
```
|
|
|
14 |
- **OpenSubtitles** - A translation dataset based on the OpenSubtitles 2018 dataset. The entire subtitles for each tv show is provided, one subtitle per line in both English and German.
|
15 |
- **VLSP (Very Long Scientific Papers)** - An expanded version of the Scientific Papers summarization dataset. Instead of removing very long papers (e.g. thesis), we explicitly include them removing any short papers.
|
16 |
- **AO3 Style Change Detection**
|
17 |
+
- **Movie Character Types**
|
18 |
|
19 |
### Dataset Structure
|
20 |
The data is presented in a text-to-text format where each instance contains a input string, output string and (optionally) json encoded metadata.
|
|
|
28 |
- `metadata`: Additional metadata which may be helpful for evaluation. In this version, only the OpenSubtitles task contains metadata (for the ContraPro annotations).
|
29 |
|
30 |
### Data Splits
|
31 |
+
Each tasks contains different splits depending what was available in the source datasets:
|
32 |
+
| Task Name | Train | Validation | Test |
|
33 |
+
|----------------------------|----|----|-----|
|
34 |
+
| NarrativeQA | ✔️ | ✔️ | ✔️ |
|
35 |
+
| HotpotQA | ✔️ | ✔️ | |
|
36 |
+
| AO3 Style Change Detection | ✔️ | ✔️ | ✔️ |
|
37 |
+
| Movie Character Types | ✔️ | ✔️ | ✔️ |
|
38 |
+
| VLSP | | | ✔️ |
|
39 |
+
| OpenSubtitles | ✔️ | | ✔️ |
|
40 |
|
41 |
### Citation Information
|
42 |
```
|