alix-tz commited on
Commit
fcf40c8
·
1 Parent(s): 76917f2

created README and added data

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +49 -0
  2. test/page-1.sido_colette.parquet +3 -0
  3. test/page-103.sido_colette.parquet +3 -0
  4. test/page-105.sido_colette.parquet +3 -0
  5. test/page-111.sido_colette.parquet +3 -0
  6. test/page-116.sido_colette.parquet +3 -0
  7. test/page-127.sido_colette.parquet +3 -0
  8. test/page-130.sido_colette.parquet +3 -0
  9. test/page-131.sido_colette.parquet +3 -0
  10. test/page-14.sido_colette.parquet +3 -0
  11. test/page-140.sido_colette.parquet +3 -0
  12. test/page-146.sido_colette.parquet +3 -0
  13. test/page-149.sido_colette.parquet +3 -0
  14. test/page-158.sido_colette.parquet +3 -0
  15. test/page-16.sido_colette.parquet +3 -0
  16. test/page-162.sido_colette.parquet +3 -0
  17. test/page-169.sido_colette.parquet +3 -0
  18. test/page-171.sido_colette.parquet +3 -0
  19. test/page-174.sido_colette.parquet +3 -0
  20. test/page-2.sido_colette.parquet +3 -0
  21. test/page-33.sido_colette.parquet +3 -0
  22. test/page-34.sido_colette.parquet +3 -0
  23. test/page-37.sido_colette.parquet +3 -0
  24. test/page-38.sido_colette.parquet +3 -0
  25. test/page-42.sido_colette.parquet +3 -0
  26. test/page-43.sido_colette.parquet +3 -0
  27. test/page-47.sido_colette.parquet +3 -0
  28. test/page-53.sido_colette.parquet +3 -0
  29. test/page-58.sido_colette.parquet +3 -0
  30. test/page-62.sido_colette.parquet +3 -0
  31. test/page-66.sido_colette.parquet +3 -0
  32. test/page-69.sido_colette.parquet +3 -0
  33. test/page-70.sido_colette.parquet +3 -0
  34. test/page-75.sido_colette.parquet +3 -0
  35. test/page-94.sido_colette.parquet +3 -0
  36. test/page-96.sido_colette.parquet +3 -0
  37. test/page-99.sido_colette.parquet +3 -0
  38. train/page-10.sido_colette.parquet +3 -0
  39. train/page-100.sido_colette.parquet +3 -0
  40. train/page-101.sido_colette.parquet +3 -0
  41. train/page-102.sido_colette.parquet +3 -0
  42. train/page-104.sido_colette.parquet +3 -0
  43. train/page-106.sido_colette.parquet +3 -0
  44. train/page-108.sido_colette.parquet +3 -0
  45. train/page-109.sido_colette.parquet +3 -0
  46. train/page-11.sido_colette.parquet +3 -0
  47. train/page-110.sido_colette.parquet +3 -0
  48. train/page-112.sido_colette.parquet +3 -0
  49. train/page-113.sido_colette.parquet +3 -0
  50. train/page-114.sido_colette.parquet +3 -0
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ license: cc-by-4.0
4
+ task_categories:
5
+ - image-to-text
6
+ language:
7
+ - fr
8
+ tags:
9
+ - synthetic
10
+ - print
11
+ - automatic-text-recognition
12
+ size_categories:
13
+ - 1K<n<10K
14
+ pretty_name: Noisy Ground Truth - Words Replaced with XXX in Train Split only
15
+ ---
16
+
17
+ # Noisy Ground Truth - Words Replaced with XXX in Train Split only
18
+
19
+ Dataset of synthetic data for experimentation with noisy ground truth. The text in the dataset is based on [Colette's *Sido* and *Les Vignes*](https://www.gutenberg.org/cache/epub/71251/pg71251.txt), also the data was processed prior to generating images with the [TextRecognitionDataGenerator](https://textrecognitiondatagenerator.readthedocs.io/en/latest/).
20
+
21
+ In Noisy Ground Truth - Words Replaced with XXX in Train Split only, each variation column is affected by the noise, without considering the split between train, validation and test.
22
+
23
+ ## Dataset Description
24
+
25
+ - created by: Alix Chagué
26
+ - license: CC BY 4.0
27
+ - languages: French
28
+
29
+ ## Data structure
30
+
31
+ The dataset is composed of the following columns:
32
+
33
+ - `gold`: the original text
34
+ - `source`: identifies the original work from which the text was extracted
35
+ - ex: "sido-colette" means that the text was extracted from Colette's *Sido* (or *Les Vignes*)
36
+ - `MW-F`: the first word is replaced with XXX
37
+ - `MW-L`: the last word is replaced with XXX
38
+ - `MW-50`: half of the words are replaced with XXX, chosen randomly
39
+ - `MW-50-L`: half of the words are replaced with XXX, chosen from the end of the text
40
+ - `MW-1`: one word is replaced with XXX, chosen randomly
41
+ - `MW-1-POS`: position of the word replaced with XXX in MW-1, "-2" means that no word is missing
42
+ - `n_line`: number identifying the line in page # `n_page`
43
+ - `n_page`: number identifying the page (the page changes every 25 lines)
44
+ - `split`: split between train, validation and test (applied at page level)
45
+ - `im`: image
46
+
47
+ ## Dataset Card Contact
48
+
49
+ Alix Chagué ([email protected])
test/page-1.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4e96c3c8a4a9e1a90ad7023620ef87116ea441c9c934a81a8a22f10541dd581
3
+ size 820322
test/page-103.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56bd271959e56235c266d25c8d9dedd1dfba178790485ef9d89b922826df2a70
3
+ size 855099
test/page-105.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4914e67f285204cacf1c4a2b7e1b62ff1c75639c554b83e025598223a0a7096b
3
+ size 877309
test/page-111.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d91f773ef5ae3e683537d2e8052b8123e96354c6c13324967118912bc42c517f
3
+ size 883076
test/page-116.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b23914da4cdb588778cb11d927e591ad70c84f3078fe2f11a210f18f0f3b3489
3
+ size 807368
test/page-127.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e47e2722ff3205a3c145c13c25806b96d3ea19f2b65181ff0380009bceebe0a
3
+ size 795835
test/page-130.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41f1795a5d77ab5b018f607708b48b0ec7315b9730d5e258008c561ba6cccaf9
3
+ size 851409
test/page-131.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60651bc819095487d242c1810e3b4946153686ac0c2529ac1d67dd0a89cbac0e
3
+ size 705427
test/page-14.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0c5295712ae84fd8a44c6674c37e8f8edbee8e88d339aae5f7fc7a2ca3c6d60
3
+ size 806975
test/page-140.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fd761ef731c17a2e20c7b4369c058a4fd250f35844f7ff0157d58d857825770
3
+ size 872834
test/page-146.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ab45c9014757b332b574fe8eb3ee1121605c3313637a2c3a273fccdff5a7270
3
+ size 893694
test/page-149.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:668c9c4f8ea9d9f529adbfe362ff2ebd6645777717d6182206d84c72dcf0ec32
3
+ size 896099
test/page-158.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30556fd5ab8287c0dc5c3fa251f86adeb026c5bebc393d2ed45e6221e3cbeff8
3
+ size 810293
test/page-16.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89ac77a6fda32451208669e517c48a6efab1048f8e70457c4d567e156b19b403
3
+ size 759236
test/page-162.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3838277d1ac6801161b8187fc5492a14b3a5ef96fa1c18a12ee461dd75ebe573
3
+ size 810627
test/page-169.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1c3c1c9cf957c033bcad585bc7127811fe29ce1d30be2d8c9e413003941353c
3
+ size 848341
test/page-171.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc3993cbbff833a10e713f0e5bca32556efb311c35dec817d0824b3cd9b7243d
3
+ size 860999
test/page-174.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd70e45aa1c47c84f465a92079f7d2dd781ec4d26aa0ac60d3af6277af4a6669
3
+ size 858429
test/page-2.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c169b7f7b806a6d0109c1c7e5c0d514e8e76faf4dfc58cdd86116cfd5256853
3
+ size 863258
test/page-33.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c80d241fa75127816d33299f7d18930b1cfb2454e2474ee5db8734ca19d3a14
3
+ size 837602
test/page-34.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf2c824d78373d3140fec91480c3e687dabe39c13072e6b4f7502a6ad931d133
3
+ size 834342
test/page-37.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c38d4fb78dc7a364c2d6092246a7c0973880b627074baa278520c76ae08845a2
3
+ size 841889
test/page-38.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd91b56b04d6711d62e5ab6b56ebaaf16a8f958cd2bac217326574c9ed94aedf
3
+ size 766514
test/page-42.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ece1fb37e6e37184971e787e13d29ca4e8b0046408eecd8484eebccbc0a080ea
3
+ size 826720
test/page-43.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:289dd88485ec9a0ce67b6763e6f0b800455dc98878b8887ace0b1e21a62150b5
3
+ size 836950
test/page-47.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48b1fb8c7bdf9f588d8e5af1fb1222ead46afc24a33786a119c6fc71c269e1f9
3
+ size 735756
test/page-53.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec7552e1c2fefa3ba95b205ada4f94003d2ef01677521f0240b00f6bddbce6e3
3
+ size 669094
test/page-58.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dfb07336b5b201318c1dd6e1cb64b8455665754a474c363fb8107789f08542a
3
+ size 734022
test/page-62.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3200437a4f82f9590f24a6668fcb2066207ee024ade02653bdab616304b62bcf
3
+ size 764644
test/page-66.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9ae8b7078aa42672e3c5e5b5707c7e63fa2ca674a0db4cde8930a13063fa1c7
3
+ size 663806
test/page-69.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f14ced979912ba91418ff9d7b262304209d241074e3633ebc63f03b1b3bcbea0
3
+ size 876277
test/page-70.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:222cc3bdd35822623236ad5fb1f463854f10ba70b86cd02c193b6cdc2f085845
3
+ size 804631
test/page-75.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bddcebed08b464ccc8dc3474d23a15f8d7d9bfe3558349cc1abe6c99f65063af
3
+ size 886949
test/page-94.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:862535e888d57ce7d45dde448709ed2fdf943c26c02c3bff1176ecc255f8509d
3
+ size 872706
test/page-96.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52f51dce9caadacb15773cb0a32394faebd06c3199514322a3cc2a425cbff7f1
3
+ size 831179
test/page-99.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac482bfa94c88ed0f022a81e95d955faf462cd7d8e59a731aebb43cf34df2c52
3
+ size 824714
train/page-10.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2529f3ef3492ce3e4501db05e6d96175f232e84cec528238712851c927f17e9a
3
+ size 906203
train/page-100.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:357800292883463a836b2e68d43df916f1083bbc120a929a7fafb81ed02bba2d
3
+ size 812533
train/page-101.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33dfe40ebbb79de56981c4069639e6258681e57e941482bea16c4187b38713c9
3
+ size 893298
train/page-102.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:489f66de0d8fa4c111150ab7a893bfd7899219ae7f2c03e2f7557f9b231d3d23
3
+ size 878186
train/page-104.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f2c123dba22cd148fd803d32d5aaf2d7ae671b97af69f0023bc3026031ea0de
3
+ size 807884
train/page-106.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3dd57607908ecd0d286831ed130b92ca35fa13f98dd51798a7b1cb1780073c5
3
+ size 753562
train/page-108.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0723321aa81f3d84198b14b17ea75a8a9d76f4888199ca4de70dfcf2c0ff6cc6
3
+ size 847389
train/page-109.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13ec17a0273e416f236cc59ddd02b031ca4857ef7d91a9950da28834b1da7af3
3
+ size 815425
train/page-11.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:463f09d80a0aa6ae12a780aa095b849f25ef2b97160ca79756a3ee237f3398c7
3
+ size 899431
train/page-110.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f863be77b73a863acd880e1b5963dc527d070af482f8bed6564d500cc58285e5
3
+ size 877566
train/page-112.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca07d9abeaa3ed38ace0d1526f678310b5662e617a61a2edf2f3ae60f3c0b4db
3
+ size 822510
train/page-113.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4fd384c08ef915093dc6061a91ff2b4d3c19ea82f9a6f2191d74d6ddb9e1cf0
3
+ size 764988
train/page-114.sido_colette.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f6667c19534bddf507ca777aab448f1e0e47bdc1856e41d0d08fc695be5e8b4
3
+ size 834392