sefd-anonymous commited on
Commit
7916f3d
·
verified ·
1 Parent(s): 5aee17e

Add Croissant metadata

Browse files
Files changed (1) hide show
  1. croissant.json +238 -0
croissant.json ADDED
@@ -0,0 +1,238 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 100k Analysis Sample",
47
+ "alternateName": "sfd-archive-100k-analysis-sample",
48
+ "description": "Completed archive-wide 100k-filing SFD analysis sample with aggregate parser metadata, processed accessions, and paper-analysis CSV/JSON metrics.",
49
+ "url": "https://huggingface.co/datasets/sfd-anonymous/sfd-archive-100k-analysis-sample",
50
+ "sameAs": "https://huggingface.co/datasets/sfd-anonymous/sfd-archive-100k-analysis-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
+ "100k sample",
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-100k-analysis-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-100k-analysis-sample/resolve/main/summary.json",
89
+ "encodingFormat": "application/json",
90
+ "contentSize": 10219
91
+ },
92
+ {
93
+ "@type": "cr:FileObject",
94
+ "@id": "processed_accessions_txt",
95
+ "name": "processed_accessions.txt",
96
+ "contentUrl": "https://huggingface.co/datasets/sfd-anonymous/sfd-archive-100k-analysis-sample/resolve/main/processed_accessions.txt",
97
+ "encodingFormat": "text/plain",
98
+ "contentSize": 2121945
99
+ },
100
+ {
101
+ "@type": "cr:FileObject",
102
+ "@id": "paper_analysis_metrics_source_format_comparison_csv",
103
+ "name": "paper_analysis_metrics/source_format_comparison.csv",
104
+ "contentUrl": "https://huggingface.co/datasets/sfd-anonymous/sfd-archive-100k-analysis-sample/resolve/main/paper_analysis_metrics/source_format_comparison.csv",
105
+ "encodingFormat": "text/csv",
106
+ "contentSize": 587
107
+ },
108
+ {
109
+ "@type": "cr:FileObject",
110
+ "@id": "paper_analysis_metrics_token_length_bucket_shares_csv",
111
+ "name": "paper_analysis_metrics/token_length_bucket_shares.csv",
112
+ "contentUrl": "https://huggingface.co/datasets/sfd-anonymous/sfd-archive-100k-analysis-sample/resolve/main/paper_analysis_metrics/token_length_bucket_shares.csv",
113
+ "encodingFormat": "text/csv",
114
+ "contentSize": 213
115
+ },
116
+ {
117
+ "@type": "cr:FileObject",
118
+ "@id": "paper_analysis_metrics_form_type_token_pie_csv",
119
+ "name": "paper_analysis_metrics/form_type_token_pie.csv",
120
+ "contentUrl": "https://huggingface.co/datasets/sfd-anonymous/sfd-archive-100k-analysis-sample/resolve/main/paper_analysis_metrics/form_type_token_pie.csv",
121
+ "encodingFormat": "text/csv",
122
+ "contentSize": 655
123
+ },
124
+ {
125
+ "@type": "cr:FileObject",
126
+ "@id": "paper_analysis_metrics_paper_dataset_analysis_figure_metrics_json",
127
+ "name": "paper_analysis_metrics/paper_dataset_analysis_figure_metrics.json",
128
+ "contentUrl": "https://huggingface.co/datasets/sfd-anonymous/sfd-archive-100k-analysis-sample/resolve/main/paper_analysis_metrics/paper_dataset_analysis_figure_metrics.json",
129
+ "encodingFormat": "application/json",
130
+ "contentSize": 312
131
+ },
132
+ {
133
+ "@type": "cr:FileObject",
134
+ "@id": "paper_analysis_metrics_extra_archive_metrics_json",
135
+ "name": "paper_analysis_metrics/extra_archive_metrics.json",
136
+ "contentUrl": "https://huggingface.co/datasets/sfd-anonymous/sfd-archive-100k-analysis-sample/resolve/main/paper_analysis_metrics/extra_archive_metrics.json",
137
+ "encodingFormat": "application/json",
138
+ "contentSize": 600
139
+ }
140
+ ],
141
+ "recordSet": [
142
+ {
143
+ "@type": "cr:RecordSet",
144
+ "@id": "archive_summary",
145
+ "name": "Archive sample summary",
146
+ "description": "Aggregate parser statistics for the completed 100k-filing SFD analysis sample.",
147
+ "field": [
148
+ {
149
+ "@type": "cr:Field",
150
+ "name": "counts",
151
+ "dataType": "sc:Text",
152
+ "source": {
153
+ "fileObject": {
154
+ "@id": "summary_json"
155
+ }
156
+ }
157
+ },
158
+ {
159
+ "@type": "cr:Field",
160
+ "name": "totals",
161
+ "dataType": "sc:Text",
162
+ "source": {
163
+ "fileObject": {
164
+ "@id": "summary_json"
165
+ }
166
+ }
167
+ },
168
+ {
169
+ "@type": "cr:Field",
170
+ "name": "source_token_totals",
171
+ "dataType": "sc:Text",
172
+ "source": {
173
+ "fileObject": {
174
+ "@id": "summary_json"
175
+ }
176
+ }
177
+ },
178
+ {
179
+ "@type": "cr:Field",
180
+ "name": "averages",
181
+ "dataType": "sc:Text",
182
+ "source": {
183
+ "fileObject": {
184
+ "@id": "summary_json"
185
+ }
186
+ }
187
+ }
188
+ ]
189
+ },
190
+ {
191
+ "@type": "cr:RecordSet",
192
+ "@id": "processed_accessions",
193
+ "name": "Processed accessions",
194
+ "description": "SEC accession numbers included in the completed archive-wide 100k analysis sample.",
195
+ "field": [
196
+ {
197
+ "@type": "cr:Field",
198
+ "name": "accession",
199
+ "dataType": "sc:Text",
200
+ "source": {
201
+ "fileObject": {
202
+ "@id": "processed_accessions_txt"
203
+ }
204
+ }
205
+ }
206
+ ]
207
+ }
208
+ ],
209
+ "dataCollectionRawData": "Public SEC EDGAR filings and derived benchmark artifacts built from those filings.",
210
+ "dataUseCases": [
211
+ "Financial language modeling and long-context pretraining research.",
212
+ "Document parsing, table extraction, OCR evaluation, and filing-grounded financial reasoning.",
213
+ "Dataset analysis and benchmark reproducibility for the associated NeurIPS submission."
214
+ ],
215
+ "dataLimitations": [
216
+ "SEC filings are not representative of all businesses or all global financial disclosures.",
217
+ "The artifacts reflect parser behavior and sampling choices at construction time.",
218
+ "Benchmarks are intended for research evaluation, not financial, legal, or investment advice."
219
+ ],
220
+ "dataBiases": [
221
+ "The archive over-represents U.S.-regulated registrants, public companies, investment funds, and entities required to file with the SEC.",
222
+ "Filing volume and token mass are skewed by form type, year, issuer size, and filing-agent workflows."
223
+ ],
224
+ "personalSensitiveInformation": [
225
+ "Underlying SEC filings are public regulatory records and may contain names, signatures, ownership disclosures, addresses, or other business-related personal information.",
226
+ "Synthetic benchmark transformations replace many entities and values, but users should still treat all artifacts as derived from public regulatory filings."
227
+ ],
228
+ "dataReleaseMaintenancePlan": "Artifacts are versioned on Hugging Face. Updates, replacements, or corrections will be documented in repository commits and dataset cards.",
229
+ "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.",
230
+ "dataCollection": "A deterministic archive-wide EDGAR filing sample was parsed with SFD and summarized for dataset analysis.",
231
+ "dataCollectionType": [
232
+ "Document analysis",
233
+ "Software Collection",
234
+ "Secondary Data analysis"
235
+ ],
236
+ "dataCollectionTimeframe": "SEC EDGAR archive-wide sample from the electronic archive beginning in 1994 through the collection period.",
237
+ "dataPreprocessingProtocol": "Raw EDGAR filings were parsed into SFD MultiMarkdown statistics; retained release artifacts contain aggregate metadata, processed accession lists, and paper-analysis metrics rather than full raw downloads."
238
+ }