Update README.md
Browse files
README.md
CHANGED
@@ -33,4 +33,14 @@ configs:
|
|
33 |
path: data/test-*
|
34 |
- split: all
|
35 |
path: data/all-*
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
---
|
|
|
|
|
|
|
|
|
|
33 |
path: data/test-*
|
34 |
- split: all
|
35 |
path: data/all-*
|
36 |
+
license: cc-by-4.0
|
37 |
+
task_categories:
|
38 |
+
- text2text-generation
|
39 |
+
language:
|
40 |
+
- en
|
41 |
+
pretty_name: MinWikiSplit
|
42 |
---
|
43 |
+
|
44 |
+
Preprocessed version of [MinWikiSplit](https://arxiv.org/abs/1909.12131).
|
45 |
+
For detailed information on the preprocessing steps, please see [here](https://github.com/nttcslab-nlp/wikisplit-pp/src/datasets/min_wiki_split.py).
|
46 |
+
This preprocessed dataset serves as the basis for [MinWikiSplit++](https://huggingface.co/datasets/cl-nagoya/min-wikisplit-pp).
|