YoloMG commited on
Commit
5562af8
·
verified ·
1 Parent(s): 8657552

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +179 -3
README.md CHANGED
@@ -1,3 +1,179 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ ⭐ README — ZERONEX SCIENTIFIC CORPUS (1M CLEAN JSON)
5
+
6
+ (Made by Zeronex — 2025 Edition)
7
+
8
+ 🚀 Overview
9
+
10
+ This release contains one of the cleanest scientific corpora ever published.
11
+ No noise. No XML leftovers. No broken paragraphs.
12
+ Every file is fully normalized, token-ready, embedding-ready, and AI-training-ready.
13
+
14
+ All files are professionally structured JSON, signature-stamped, and extracted from scientific metadata with gold-level cleaning rules.
15
+
16
+ This drop includes:
17
+
18
+ 1️⃣ The MASSIVE 1,000,000 Sample Corpus
19
+
20
+ A fully cleaned scientific dataset containing:
21
+
22
+ 1,000,000 normalized JSON files
23
+
24
+ Full abstracts
25
+
26
+ Metadata
27
+
28
+ Authors
29
+
30
+ Categories
31
+
32
+ Clean paragraphs
33
+
34
+ Token estimates
35
+
36
+ Structured fields
37
+
38
+ Consistent formatting
39
+
40
+ Unified naming
41
+
42
+ Signature: "Made by Zeronex"
43
+
44
+ Every file follows the same perfect schema, with no exceptions.
45
+
46
+ 2️⃣ Sorted Category Files
47
+
48
+ A second dataset containing category-specific filtered corpora, automatically split by top-level scientific fields:
49
+
50
+ Examples:
51
+
52
+ physics.json
53
+
54
+ quant-ph.json
55
+
56
+ hep-th.json
57
+
58
+ astro-ph.json
59
+
60
+ q-fin.json
61
+
62
+ etc.
63
+
64
+ Each file contains only clean, validated entries matching the scientific domain.
65
+
66
+ This makes it extremely easy to build:
67
+
68
+ specialized LLMs
69
+
70
+ domain-specific embeddings
71
+
72
+ fine-tuned models
73
+
74
+ retrieval systems
75
+
76
+ scientific RAG pipelines
77
+
78
+ 3️⃣ Train-Ready Splits
79
+
80
+ Included:
81
+
82
+ train.json
83
+
84
+ valid.json
85
+
86
+ test.json
87
+
88
+ Perfectly balanced.
89
+ No duplicates.
90
+ No contamination.
91
+ Totally cleaned.
92
+ Ready for:
93
+
94
+ supervised fine-tuning
95
+
96
+ continued pretraining
97
+
98
+ embedding model training
99
+
100
+ scientific QA systems
101
+
102
+ autoregressive language modeling
103
+
104
+ These splits are engineered to be plug-and-play for any ML framework (PyTorch, HF Transformers, JAX, etc.).
105
+
106
+ 🔥 Data Quality
107
+
108
+ This corpus is designed with an industrial-grade cleaning standard, featuring:
109
+
110
+ ✔ No broken text
111
+ ✔ No incomplete sentences
112
+ ✔ No XML/HTML noise
113
+ ✔ No parsing artifacts
114
+ ✔ Consistent metadata
115
+ ✔ Robust JSON schema
116
+ ✔ Perfect normalization
117
+ ✔ Clean paragraphs
118
+ ✔ Math extraction support
119
+ ✔ Subject classification
120
+ ✔ Zero mixing across domains
121
+ ✔ Seamless loading at scale
122
+ ✔ Embedded signature: "Made by Zeronex"
123
+
124
+ This is not a raw dump.
125
+ This is not a scraped mess.
126
+ This is a professional-grade scientific dataset, built to train real models.
127
+
128
+ ⚡ Why This Drop Matters
129
+
130
+ This dataset can be used immediately for:
131
+
132
+ LLM pretraining
133
+
134
+ Domain fine-tuning
135
+
136
+ RAG systems
137
+
138
+ Scientific summarization
139
+
140
+ Research chatbots
141
+
142
+ Knowledge extraction
143
+
144
+ Embedding model training
145
+
146
+ Topic modeling
147
+
148
+ Graph building
149
+
150
+ Multi-domain AI assistants
151
+
152
+ This is the type of corpus used in high-level research labs.
153
+
154
+ 🧬 Signature
155
+
156
+ Every file includes:
157
+
158
+ "signature": "Made by Zeronex"
159
+
160
+
161
+ This certifies provenance and protects against dataset plagiarism.
162
+
163
+ 📦 Contents
164
+ 📁 SampleArXiv_1M/
165
+ │── 1M_json_papers/ # main dataset (1,000,000 files)
166
+ │── categories/ # domain-filtered datasets
167
+ │── train.json # train split (ready to use)
168
+ │── valid.json # validation split
169
+ │── test.json # test split
170
+ │── README.md # this file
171
+
172
+ 🏁 Final Notes
173
+
174
+ This is a teaser drop.
175
+ The full, extended corpus (many millions more) will be released only if this work is shared, supported, and credited properly.
176
+
177
+ If you use this dataset, please cite the creator:
178
+
179
+ “Dataset cleaned and structured by Zeronex (2025).”