Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
hpprc commited on
Commit
f24b5c9
·
verified ·
1 Parent(s): 757de92

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -43,4 +43,10 @@ language:
43
  pretty_name: WikiSplit
44
  size_categories:
45
  - 100K<n<1M
46
- ---
 
 
 
 
 
 
 
43
  pretty_name: WikiSplit
44
  size_categories:
45
  - 100K<n<1M
46
+ ---
47
+
48
+
49
+ Preprocessed version of [WikiSplit](https://arxiv.org/abs/1808.09468).
50
+ Since the [original WikiSplit dataset](https://huggingface.co/datasets/wiki_split) was tokenized and had some noises, we have used the [Moses detokenizer](https://github.com/moses-smt/mosesdecoder/blob/c41ff18111f58907f9259165e95e657605f4c457/scripts/tokenizer/detokenizer.perl) for detokenization and removed text fragments.
51
+ For detailed information on the preprocessing steps, please see [here](https://github.com/nttcslab-nlp/wikisplit-pp/src/datasets/common.py).
52
+ This preprocessed dataset serves as the basis for [WikiSplit++](https://huggingface.co/datasets/cl-nagoya/wikisplit-pp).