SultanR commited on
Commit
471fd30
·
verified ·
1 Parent(s): 03eb47e

Add files using upload-large-folder tool

Browse files
Files changed (49) hide show
  1. README.md +76 -0
  2. minhash_deduped/00072.parquet +3 -0
  3. minhash_deduped/00319.parquet +3 -0
  4. minhash_deduped/00365.parquet +3 -0
  5. minhash_deduped/00376.parquet +3 -0
  6. minhash_deduped/00389.parquet +3 -0
  7. minhash_deduped/00471.parquet +3 -0
  8. minhash_deduped/00585.parquet +3 -0
  9. minhash_deduped/00591.parquet +3 -0
  10. minhash_deduped/00597.parquet +3 -0
  11. minhash_deduped/00663.parquet +3 -0
  12. minhash_deduped/00720.parquet +3 -0
  13. minhash_deduped/00731.parquet +3 -0
  14. minhash_deduped/00779.parquet +3 -0
  15. minhash_deduped/00805.parquet +3 -0
  16. minhash_deduped/00827.parquet +3 -0
  17. minhash_deduped/01019.parquet +3 -0
  18. minhash_deduped/01092.parquet +3 -0
  19. minhash_deduped/01175.parquet +3 -0
  20. minhash_deduped/01197.parquet +3 -0
  21. minhash_deduped/01260.parquet +3 -0
  22. minhash_deduped/01279.parquet +3 -0
  23. minhash_deduped/01409.parquet +3 -0
  24. minhash_deduped/01464.parquet +3 -0
  25. minhash_deduped/01480.parquet +3 -0
  26. minhash_deduped/01524.parquet +3 -0
  27. minhash_deduped/01526.parquet +3 -0
  28. minhash_deduped/01538.parquet +3 -0
  29. minhash_deduped/01556.parquet +3 -0
  30. minhash_deduped/01617.parquet +3 -0
  31. minhash_deduped/01620.parquet +3 -0
  32. minhash_deduped/01637.parquet +3 -0
  33. minhash_deduped/01647.parquet +3 -0
  34. minhash_deduped/01668.parquet +3 -0
  35. minhash_deduped/01675.parquet +3 -0
  36. minhash_deduped/01681.parquet +3 -0
  37. minhash_deduped/01703.parquet +3 -0
  38. minhash_deduped/01774.parquet +3 -0
  39. minhash_deduped/01806.parquet +3 -0
  40. minhash_deduped/01856.parquet +3 -0
  41. minhash_deduped/01858.parquet +3 -0
  42. minhash_deduped/01862.parquet +3 -0
  43. minhash_deduped/01893.parquet +3 -0
  44. minhash_deduped/01937.parquet +3 -0
  45. minhash_deduped/01940.parquet +3 -0
  46. minhash_deduped/01976.parquet +3 -0
  47. minhash_deduped/01985.parquet +3 -0
  48. minhash_deduped/02009.parquet +3 -0
  49. minhash_deduped/02018.parquet +3 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - it
4
+ license: other
5
+ task_categories:
6
+ - text-generation
7
+ arxiv: 2512.18834
8
+ configs:
9
+ - config_name: minhash_deduped
10
+ data_files:
11
+ - split: train
12
+ path: minhash_deduped/**/*.parquet
13
+ - config_name: matched
14
+ data_files:
15
+ - split: train
16
+ path: consensus/*.parquet
17
+ default: minhash_deduped
18
+ ---
19
+
20
+ <p align="center">
21
+ <a href="https://huggingface.co/collections/AdaMLLab/mixminmatch">
22
+ <img src="https://img.shields.io/badge/🤗_Collection-MixMinMatch-blue" alt="MixMinMatch Collection">
23
+ </a>
24
+ </p>
25
+
26
+ ItaMix ([https://arxiv.org/abs/2512.18834](https://arxiv.org/abs/2512.18834)) is an Italian pretraining corpus built by combining five publicly available Italian datasets, applying Italian-specific quality filtering, and performing cross-dataset deduplication.
27
+
28
+ ## Subsets
29
+
30
+ | Subset | Description |
31
+ |--------|-------------|
32
+ | `minhash_deduped` | Document-level MinHash deduplication |
33
+ | `matched` | Documents appearing in 2+ source datasets |
34
+
35
+ The matched subset uses cross-dataset agreement as a signal for quality.
36
+
37
+ ## Usage
38
+
39
+ ```python
40
+ from datasets import load_dataset
41
+
42
+ ds = load_dataset("AdaMLLab/ItaMix", "minhash_deduped")
43
+ ds = load_dataset("AdaMLLab/ItaMix", "matched")
44
+ ```
45
+
46
+ ## Sources
47
+
48
+ - FineWeb-2 (`HuggingFaceFW/fineweb-2`, `ita_Latn`)
49
+ - HPLT 2.0 (`HPLT/HPLT2.0_cleaned`, `ita_Latn`)
50
+ - CulturaX (`uonlp/CulturaX`, `it`)
51
+ - C4 (`allenai/c4`, `it`)
52
+ - FinePDFs (`HuggingFaceFW/finepdfs`, `ita_Latn`)
53
+
54
+ ## Pipeline
55
+
56
+ 1. Quality filtering with Italian-specific thresholds (Latin script ratio, repetition patterns, line quality)
57
+ 2. Document-level MinHash deduplication (5-gram shingles, 14 bands, 8 hashes per band, similarity threshold 0.8)
58
+ 3. Cross-source matching to identify documents appearing in 2+ independent sources
59
+
60
+ ## Citation
61
+
62
+ ```bib
63
+ @misc{alrashed2025mixminmatch,
64
+ title={Mix, MinHash, and Match: Cross-Source Agreement for Multilingual Pretraining Datasets},
65
+ author={Sultan Alrashed and Francesco Orabona},
66
+ year={2025},
67
+ eprint={2512.18834v2},
68
+ archivePrefix={arXiv},
69
+ primaryClass={cs.CL},
70
+ url={https://arxiv.org/abs/2512.18834v2},
71
+ }
72
+ ```
73
+
74
+ ## License
75
+
76
+ See individual source dataset licenses.
minhash_deduped/00072.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39f9134bbaa49555c3a266cc09601a3fe341c33b1eb67ea2cc0fb016b6832a13
3
+ size 261508238
minhash_deduped/00319.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:267b4ee818af3c824ad937a3a581e6736f47a581f2a4f484e2e995169b522e63
3
+ size 252371208
minhash_deduped/00365.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27f38a562ae8f739ec0fc876f9562e69b3bf2557512e1f1ba1cc8165e1352557
3
+ size 259253842
minhash_deduped/00376.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb8cd9f6432e3235d04da3d054b89831ca7acb6a00362e1c843373d79efed865
3
+ size 261416320
minhash_deduped/00389.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1da0d4b77873f41ed54dc114cdbc9537f9ea98c64c751bdffcda5f153804d1c
3
+ size 251834076
minhash_deduped/00471.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca48ce76afacbbadbdaf4f9ecb09d443e10e9113b21f334f4d71a9edb669644f
3
+ size 232834896
minhash_deduped/00585.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9f2457659648ea07e66cbd24ac129e2328b7c8287b9a7fef1814e84d625ff5b
3
+ size 239392258
minhash_deduped/00591.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7eeaeef6b59b3cc9514db31e409fc964685804a7c07340348497f3d7fddaa12d
3
+ size 252349536
minhash_deduped/00597.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0e6cbbea4d721d9a6d97a65c0643cc70fb37252ea15b66961a7ff93675bcf50
3
+ size 252350996
minhash_deduped/00663.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e554ab6c16c48c54825642328a840d5f2e76d86894f3744271f9e2c332f2419
3
+ size 239789520
minhash_deduped/00720.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11ada47f2e9576375746f84fa3d3c36adb7db24174df81af7733b4601496d024
3
+ size 273829990
minhash_deduped/00731.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c85280a253e9c816f12ca7731ed8f9db59cda61b756919862f93cd72427af7d2
3
+ size 234560578
minhash_deduped/00779.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d127d4aedc1ebd1381e346ea034e9bdbabe7279ff34d5121c211276db296f779
3
+ size 238348779
minhash_deduped/00805.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b71a09e8acceda61c95cb5eb39a6a28f16e6ac73722e971d8fccea22ea349e5
3
+ size 238728023
minhash_deduped/00827.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a10d940f1c8e0f484c110f166a4cd6acc298c9cd020438a0262addb403a3e36a
3
+ size 235059377
minhash_deduped/01019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5551b2af55c8dfe2830dfb512927869c563e1711164a321d9bac844f93cb033c
3
+ size 263415328
minhash_deduped/01092.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da896575bdfc55d40df04b5aaf262082474616742fc7cc9999643ab96fb13774
3
+ size 258493023
minhash_deduped/01175.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75d152d0d4ffaa707d3da80196685e8abfcd3a339d7d684413c1cb3b970070f7
3
+ size 256196795
minhash_deduped/01197.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e126da1c7df1ed3d3c4faa254550609ffc096e215ccfdde58806b14d24ef3cb5
3
+ size 241605952
minhash_deduped/01260.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f39b6a0c75f18fdde131bff0d4298af2b8673696bad9e337fef034aa0923dba
3
+ size 254861726
minhash_deduped/01279.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21319558b191e2e1378e2bdbac6c47668d6115afa5478611da9a5607a7a91e3c
3
+ size 261148164
minhash_deduped/01409.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0750527554ecbf8e2117813f018df657924ef23d89e01024eb7a65d1f5a3b98a
3
+ size 264640717
minhash_deduped/01464.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdcbee51ccfb3387505d028a6cb50532b7f325cc763af9c6f3e2522f3516645d
3
+ size 249246549
minhash_deduped/01480.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:464a357e5a708001620e99ce765ae043dee4858d6382d3da4847be25393ab9ed
3
+ size 252283018
minhash_deduped/01524.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e76dd34dcc2b91b99f260cf2def1f100f68df3c7f1bda49f5674f3f29f9acef
3
+ size 254660406
minhash_deduped/01526.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02589e1076bdaac89bb77b8556305be824de395f79f7fc1aa4466ef609b03386
3
+ size 278536089
minhash_deduped/01538.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f0a946209daebfe5f56b60d6263ba9b870858157c1b5508f2ef3d1d64911cfe
3
+ size 245358425
minhash_deduped/01556.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7bf2c8933c3353d7bfaf8843021c7ccf0e6536cb03c864952d76cda7914da89
3
+ size 252631001
minhash_deduped/01617.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b96d40611e97e9c9928c5951215e569e333c8c77c4478e05adaadb14d4cbb81
3
+ size 263269137
minhash_deduped/01620.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f0a98f4118a94d8fe6312710217063007ac827df2e4360ff5dff366e52cd8b1
3
+ size 276735119
minhash_deduped/01637.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccd83b0affca07c267cfa71661b559cc320588378b627fe16ac6ea90cab8b1e8
3
+ size 244411620
minhash_deduped/01647.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c45942082a73b9d2b576ff0438151e630e004db17b13be81219bd68cd3ff747
3
+ size 258711338
minhash_deduped/01668.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c08175dbb27b873fb71a424fb9afa1b5dd6eb257151090dce91eb58637b7021
3
+ size 251500564
minhash_deduped/01675.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:903831985559a2f804401049548179e9771931a96b8d380f067f78f5c8c38208
3
+ size 252595972
minhash_deduped/01681.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69097651576f0a33a76ceb324c6e5dba58fb40d349dfe0bdfecc1a73a67e0749
3
+ size 252817303
minhash_deduped/01703.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09eeeea695f3e9d24de0af9eceb3de82e76c674d3126c266357961af64a7a302
3
+ size 261414039
minhash_deduped/01774.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f78992b5d66bc789f4dfeeafb6df99c8a3c6f05568171a4bbbc6d6107a323375
3
+ size 253249600
minhash_deduped/01806.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a49e8a36e52bcc00d0efca1cb62d0e4e8bfe126fe2afb7fe1fb201f0f2fb122a
3
+ size 246482281
minhash_deduped/01856.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5635f62d4e278f8f60f67b8036ef7de0c569bd0870d0a69e89e889ac1738e880
3
+ size 265963355
minhash_deduped/01858.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb3c951d75d113bcf624010e29f6930be615357c533059d04407a458870a8c26
3
+ size 254377221
minhash_deduped/01862.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6073963d528c21fdc66f2e104866ee2fff40b6d509906a751c1dff9c30f8b251
3
+ size 261763956
minhash_deduped/01893.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1254928c3feb7712b75a91afe781f3168e3d4dc1dea1bb567d1dac24aa1fa453
3
+ size 235379955
minhash_deduped/01937.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:144fdb3a9bc81db5f490941b83fb70c7314ee0d6036c33aa601cb804e17b42c2
3
+ size 244518875
minhash_deduped/01940.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:426f3f67bd6d0071365ba653d3596ab788f3a173a2a85e966e0f88a70e973703
3
+ size 252696132
minhash_deduped/01976.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f72ca85d4ad0ca92b0c1dec3ab7f1f634e062e1f85426220690d02410452b5f
3
+ size 269342392
minhash_deduped/01985.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:356029fbd8fd45047bd7ac8d52690313f41f0a821190127ecc8ad0ec26274e6a
3
+ size 264623084
minhash_deduped/02009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f13bbd56cee41e44f3525371ece36cc690be1822e9b971c1f73fa6e2e193f6e2
3
+ size 268342047
minhash_deduped/02018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b02df003f826485e64d46c55087939ea8188e5790651adce582deb94d04adbf6
3
+ size 275110750