sefd-anonymous commited on
Commit
2daa6a1
·
verified ·
1 Parent(s): 993f164

Add Croissant metadata

Browse files
Files changed (1) hide show
  1. croissant.json +290 -0
croissant.json ADDED
@@ -0,0 +1,290 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "@context": {
3
+ "@language": "en",
4
+ "@vocab": "https://schema.org/",
5
+ "sc": "https://schema.org/",
6
+ "cr": "http://mlcommons.org/croissant/",
7
+ "rai": "http://mlcommons.org/croissant/RAI/",
8
+ "dct": "http://purl.org/dc/terms/",
9
+ "citeAs": "cr:citeAs",
10
+ "conformsTo": "dct:conformsTo",
11
+ "data": {
12
+ "@id": "cr:data",
13
+ "@type": "@json"
14
+ },
15
+ "dataCollection": "rai:dataCollection",
16
+ "dataCollectionRawData": "rai:dataCollectionRawData",
17
+ "dataCollectionTimeframe": "rai:dataCollectionTimeframe",
18
+ "dataCollectionType": "rai:dataCollectionType",
19
+ "dataPreprocessingProtocol": "rai:dataPreprocessingProtocol",
20
+ "dataReleaseMaintenancePlan": "rai:dataReleaseMaintenancePlan",
21
+ "dataUseCases": "rai:dataUseCases",
22
+ "dataLimitations": "rai:dataLimitations",
23
+ "dataBiases": "rai:dataBiases",
24
+ "personalSensitiveInformation": "rai:personalSensitiveInformation",
25
+ "dataSocialImpact": "rai:dataSocialImpact",
26
+ "dataAnnotationProtocol": "rai:dataAnnotationProtocol",
27
+ "dataAnnotationPlatform": "rai:dataAnnotationPlatform",
28
+ "dataAnnotationAnalysis": "rai:dataAnnotationAnalysis",
29
+ "examples": {
30
+ "@id": "cr:examples",
31
+ "@type": "@json"
32
+ },
33
+ "extract": "cr:extract",
34
+ "field": "cr:field",
35
+ "fileObject": "cr:fileObject",
36
+ "fileProperty": "cr:fileProperty",
37
+ "fileSet": "cr:fileSet",
38
+ "format": "cr:format",
39
+ "includes": "cr:includes",
40
+ "jsonPath": "cr:jsonPath",
41
+ "path": "cr:path",
42
+ "recordSet": "cr:recordSet",
43
+ "source": "cr:source"
44
+ },
45
+ "@type": "sc:Dataset",
46
+ "name": "SFD Archive 1B-Token Source-Format Sample",
47
+ "alternateName": "sfd-archive-1b-source-format-sample",
48
+ "description": "Archive-wide SFD source-format analysis sample containing sanitized per-filing parse statistics, sampled accession metadata, aggregate summaries, and source-format figures.",
49
+ "url": "https://huggingface.co/datasets/sfd-anonymous/sfd-archive-1b-source-format-sample",
50
+ "sameAs": "https://huggingface.co/datasets/sfd-anonymous/sfd-archive-1b-source-format-sample",
51
+ "conformsTo": [
52
+ "http://mlcommons.org/croissant/1.1",
53
+ "http://mlcommons.org/croissant/RAI/1.0"
54
+ ],
55
+ "license": "https://creativecommons.org/licenses/by-nc/4.0/",
56
+ "creator": [
57
+ {
58
+ "@type": "Organization",
59
+ "name": "SFD Authors"
60
+ }
61
+ ],
62
+ "publisher": {
63
+ "@type": "Organization",
64
+ "name": "sfd-anonymous"
65
+ },
66
+ "datePublished": "2026-05-07",
67
+ "version": "1.0",
68
+ "keywords": [
69
+ "SEC",
70
+ "EDGAR",
71
+ "SFD",
72
+ "source-format analysis",
73
+ "finance",
74
+ "filings"
75
+ ],
76
+ "distribution": [
77
+ {
78
+ "@type": "cr:FileObject",
79
+ "@id": "repo_root",
80
+ "name": "Hugging Face dataset repository",
81
+ "contentUrl": "https://huggingface.co/datasets/sfd-anonymous/sfd-archive-1b-source-format-sample/tree/main",
82
+ "encodingFormat": "inode/directory"
83
+ },
84
+ {
85
+ "@type": "cr:FileObject",
86
+ "@id": "summary_json",
87
+ "name": "summary.json",
88
+ "contentUrl": "https://huggingface.co/datasets/sfd-anonymous/sfd-archive-1b-source-format-sample/resolve/main/summary.json",
89
+ "encodingFormat": "application/json",
90
+ "contentSize": 2922
91
+ },
92
+ {
93
+ "@type": "cr:FileObject",
94
+ "@id": "source_summary_checkpoint_json",
95
+ "name": "source_summary_checkpoint.json",
96
+ "contentUrl": "https://huggingface.co/datasets/sfd-anonymous/sfd-archive-1b-source-format-sample/resolve/main/source_summary_checkpoint.json",
97
+ "encodingFormat": "application/json",
98
+ "contentSize": 32190
99
+ },
100
+ {
101
+ "@type": "cr:FileObject",
102
+ "@id": "filing_stats_jsonl_gz",
103
+ "name": "filing_stats.jsonl.gz",
104
+ "contentUrl": "https://huggingface.co/datasets/sfd-anonymous/sfd-archive-1b-source-format-sample/resolve/main/filing_stats.jsonl.gz",
105
+ "encodingFormat": "application/octet-stream",
106
+ "contentSize": 3758901
107
+ },
108
+ {
109
+ "@type": "cr:FileObject",
110
+ "@id": "sample_manifest_jsonl_gz",
111
+ "name": "sample_manifest.jsonl.gz",
112
+ "contentUrl": "https://huggingface.co/datasets/sfd-anonymous/sfd-archive-1b-source-format-sample/resolve/main/sample_manifest.jsonl.gz",
113
+ "encodingFormat": "application/octet-stream",
114
+ "contentSize": 5522301
115
+ },
116
+ {
117
+ "@type": "cr:FileObject",
118
+ "@id": "source_format_live_csv",
119
+ "name": "source_format_live.csv",
120
+ "contentUrl": "https://huggingface.co/datasets/sfd-anonymous/sfd-archive-1b-source-format-sample/resolve/main/source_format_live.csv",
121
+ "encodingFormat": "text/csv",
122
+ "contentSize": 5945
123
+ },
124
+ {
125
+ "@type": "cr:FileObject",
126
+ "@id": "source_format_live_png",
127
+ "name": "source_format_live.png",
128
+ "contentUrl": "https://huggingface.co/datasets/sfd-anonymous/sfd-archive-1b-source-format-sample/resolve/main/source_format_live.png",
129
+ "encodingFormat": "image/png",
130
+ "contentSize": 125750
131
+ }
132
+ ],
133
+ "recordSet": [
134
+ {
135
+ "@type": "cr:RecordSet",
136
+ "@id": "filing_stats",
137
+ "name": "Per-filing parse statistics",
138
+ "description": "One row per attempted filing parse, with status, form metadata, token counts, source-format token counts, table estimates, and PDF page counts.",
139
+ "field": [
140
+ {
141
+ "@type": "cr:Field",
142
+ "name": "accession",
143
+ "dataType": "sc:Text",
144
+ "source": {
145
+ "fileObject": {
146
+ "@id": "filing_stats_jsonl_gz"
147
+ }
148
+ }
149
+ },
150
+ {
151
+ "@type": "cr:Field",
152
+ "name": "cik",
153
+ "dataType": "sc:Text",
154
+ "source": {
155
+ "fileObject": {
156
+ "@id": "filing_stats_jsonl_gz"
157
+ }
158
+ }
159
+ },
160
+ {
161
+ "@type": "cr:Field",
162
+ "name": "form_type",
163
+ "dataType": "sc:Text",
164
+ "source": {
165
+ "fileObject": {
166
+ "@id": "filing_stats_jsonl_gz"
167
+ }
168
+ }
169
+ },
170
+ {
171
+ "@type": "cr:Field",
172
+ "name": "date_filed",
173
+ "dataType": "sc:Date",
174
+ "source": {
175
+ "fileObject": {
176
+ "@id": "filing_stats_jsonl_gz"
177
+ }
178
+ }
179
+ },
180
+ {
181
+ "@type": "cr:Field",
182
+ "name": "status",
183
+ "dataType": "sc:Text",
184
+ "source": {
185
+ "fileObject": {
186
+ "@id": "filing_stats_jsonl_gz"
187
+ }
188
+ }
189
+ },
190
+ {
191
+ "@type": "cr:Field",
192
+ "name": "final_token_count",
193
+ "dataType": "sc:Integer",
194
+ "source": {
195
+ "fileObject": {
196
+ "@id": "filing_stats_jsonl_gz"
197
+ }
198
+ }
199
+ },
200
+ {
201
+ "@type": "cr:Field",
202
+ "name": "source_token_counts",
203
+ "dataType": "sc:Text",
204
+ "source": {
205
+ "fileObject": {
206
+ "@id": "filing_stats_jsonl_gz"
207
+ }
208
+ }
209
+ }
210
+ ]
211
+ },
212
+ {
213
+ "@type": "cr:RecordSet",
214
+ "@id": "sample_manifest",
215
+ "name": "Sample manifest",
216
+ "description": "Candidate filing manifest used to construct the source-format analysis sample.",
217
+ "field": [
218
+ {
219
+ "@type": "cr:Field",
220
+ "name": "accession",
221
+ "dataType": "sc:Text",
222
+ "source": {
223
+ "fileObject": {
224
+ "@id": "sample_manifest_jsonl_gz"
225
+ }
226
+ }
227
+ },
228
+ {
229
+ "@type": "cr:Field",
230
+ "name": "cik",
231
+ "dataType": "sc:Text",
232
+ "source": {
233
+ "fileObject": {
234
+ "@id": "sample_manifest_jsonl_gz"
235
+ }
236
+ }
237
+ },
238
+ {
239
+ "@type": "cr:Field",
240
+ "name": "form_type",
241
+ "dataType": "sc:Text",
242
+ "source": {
243
+ "fileObject": {
244
+ "@id": "sample_manifest_jsonl_gz"
245
+ }
246
+ }
247
+ },
248
+ {
249
+ "@type": "cr:Field",
250
+ "name": "date_filed",
251
+ "dataType": "sc:Date",
252
+ "source": {
253
+ "fileObject": {
254
+ "@id": "sample_manifest_jsonl_gz"
255
+ }
256
+ }
257
+ }
258
+ ]
259
+ }
260
+ ],
261
+ "dataCollectionRawData": "Public SEC EDGAR filings and derived benchmark artifacts built from those filings.",
262
+ "dataUseCases": [
263
+ "Financial language modeling and long-context pretraining research.",
264
+ "Document parsing, table extraction, OCR evaluation, and filing-grounded financial reasoning.",
265
+ "Dataset analysis and benchmark reproducibility for the associated NeurIPS submission."
266
+ ],
267
+ "dataLimitations": [
268
+ "SEC filings are not representative of all businesses or all global financial disclosures.",
269
+ "The artifacts reflect parser behavior and sampling choices at construction time.",
270
+ "Benchmarks are intended for research evaluation, not financial, legal, or investment advice."
271
+ ],
272
+ "dataBiases": [
273
+ "The archive over-represents U.S.-regulated registrants, public companies, investment funds, and entities required to file with the SEC.",
274
+ "Filing volume and token mass are skewed by form type, year, issuer size, and filing-agent workflows."
275
+ ],
276
+ "personalSensitiveInformation": [
277
+ "Underlying SEC filings are public regulatory records and may contain names, signatures, ownership disclosures, addresses, or other business-related personal information.",
278
+ "Synthetic benchmark transformations replace many entities and values, but users should still treat all artifacts as derived from public regulatory filings."
279
+ ],
280
+ "dataReleaseMaintenancePlan": "Artifacts are versioned on Hugging Face. Updates, replacements, or corrections will be documented in repository commits and dataset cards.",
281
+ "dataSocialImpact": "The datasets are intended to improve reproducible research on factual financial documents, while requiring care because downstream uses can affect financial analysis and compliance workflows.",
282
+ "dataCollection": "Filings were sampled from the SEC EDGAR archive and parsed through SFD to measure source-format composition and parser statistics.",
283
+ "dataCollectionType": [
284
+ "Document analysis",
285
+ "Software Collection",
286
+ "Secondary Data analysis"
287
+ ],
288
+ "dataCollectionTimeframe": "SEC EDGAR archive-wide sample; filing dates span multiple EDGAR generations.",
289
+ "dataPreprocessingProtocol": "Raw filings were downloaded, parsed into SFD MultiMarkdown/statistics, summarized by source format, and sanitized by removing parser stdout tails and local paths before release."
290
+ }