Datasets:
updated README
Browse files
README.md
CHANGED
@@ -30,18 +30,18 @@ In Noisy Ground Truth - Missing Words, each variation column is affected by the
|
|
30 |
The dataset is composed of the following columns:
|
31 |
|
32 |
- `gold`: the original text
|
33 |
-
- `source`:
|
34 |
- ex: "sido-colette" means that the text was extracted from Colette's *Sido* (or *Les Vignes*)
|
35 |
- `MW-F`: the first word is missing
|
36 |
- `MW-L`: the last word is missing
|
37 |
- `MW-50`: half of the words are missing, chosen randomly
|
38 |
- `MW-50-L`: half of the words are missing, chosen from the end of the text
|
39 |
- `MW-1`: one word is missing, chosen randomly
|
40 |
-
- `MW-1-POS`: position of the missing word
|
41 |
- `n_line`: number identifying the line in page # `n_page`
|
42 |
- `n_page`: number identifying the page (the page changes every 25 lines)
|
43 |
- `split`: split between train, validation and test (applied at page level)
|
44 |
-
- `
|
45 |
|
46 |
## Dataset Card Contact
|
47 |
|
|
|
30 |
The dataset is composed of the following columns:
|
31 |
|
32 |
- `gold`: the original text
|
33 |
+
- `source`: identifies the original work from which the text was extracted
|
34 |
- ex: "sido-colette" means that the text was extracted from Colette's *Sido* (or *Les Vignes*)
|
35 |
- `MW-F`: the first word is missing
|
36 |
- `MW-L`: the last word is missing
|
37 |
- `MW-50`: half of the words are missing, chosen randomly
|
38 |
- `MW-50-L`: half of the words are missing, chosen from the end of the text
|
39 |
- `MW-1`: one word is missing, chosen randomly
|
40 |
+
- `MW-1-POS`: position of the missing word in MW-1
|
41 |
- `n_line`: number identifying the line in page # `n_page`
|
42 |
- `n_page`: number identifying the page (the page changes every 25 lines)
|
43 |
- `split`: split between train, validation and test (applied at page level)
|
44 |
+
- `im`: synthetic text line image
|
45 |
|
46 |
## Dataset Card Contact
|
47 |
|