samuellimabraz commited on
Commit
d862297
·
verified ·
1 Parent(s): 0c756cb

Upload chunkr-reading-order-bench-oss dataset

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +1 -0
  2. README.md +278 -0
  3. _annotations.coco.json +0 -0
  4. analysis/align_vs_density.png +3 -0
  5. analysis/alignment_distribution.png +3 -0
  6. analysis/co_occurrence/billing_co_occurrence.png +3 -0
  7. analysis/co_occurrence/construction_co_occurrence.png +3 -0
  8. analysis/co_occurrence/education_co_occurrence.png +3 -0
  9. analysis/co_occurrence/financial_co_occurrence.png +3 -0
  10. analysis/co_occurrence/government_co_occurrence.png +3 -0
  11. analysis/co_occurrence/historical_co_occurrence.png +3 -0
  12. analysis/co_occurrence/legal_co_occurrence.png +3 -0
  13. analysis/co_occurrence/magazine_co_occurrence.png +3 -0
  14. analysis/co_occurrence/miscellaneous_co_occurrence.png +3 -0
  15. analysis/co_occurrence/newspaper_co_occurrence.png +3 -0
  16. analysis/co_occurrence/patent_co_occurrence.png +3 -0
  17. analysis/co_occurrence/research_co_occurrence.png +3 -0
  18. analysis/co_occurrence/tax_co_occurrence.png +3 -0
  19. analysis/co_occurrence/technical_co_occurrence.png +3 -0
  20. analysis/co_occurrence/textbook_co_occurrence.png +3 -0
  21. analysis/co_occurrence/unknown_co_occurrence.png +3 -0
  22. analysis/compact/statistical_analysis_compact.pkl +3 -0
  23. analysis/compact_memory_report.json +6 -0
  24. analysis/containment_patterns/containment_matrix.png +3 -0
  25. analysis/containment_patterns/containment_sizes.png +3 -0
  26. analysis/counts_per_type/billing_counts.png +3 -0
  27. analysis/counts_per_type/construction_counts.png +3 -0
  28. analysis/counts_per_type/education_counts.png +3 -0
  29. analysis/counts_per_type/financial_counts.png +3 -0
  30. analysis/counts_per_type/government_counts.png +3 -0
  31. analysis/counts_per_type/historical_counts.png +3 -0
  32. analysis/counts_per_type/legal_counts.png +3 -0
  33. analysis/counts_per_type/magazine_counts.png +3 -0
  34. analysis/counts_per_type/miscellaneous_counts.png +3 -0
  35. analysis/counts_per_type/newspaper_counts.png +3 -0
  36. analysis/counts_per_type/patent_counts.png +3 -0
  37. analysis/counts_per_type/research_counts.png +3 -0
  38. analysis/counts_per_type/tax_counts.png +3 -0
  39. analysis/counts_per_type/technical_counts.png +3 -0
  40. analysis/counts_per_type/textbook_counts.png +3 -0
  41. analysis/counts_per_type/unknown_counts.png +3 -0
  42. analysis/dataset_overview.html +0 -0
  43. analysis/dataset_overview.png +3 -0
  44. analysis/dataset_summary.png +3 -0
  45. analysis/distributions/billing_distributions.png +3 -0
  46. analysis/distributions/construction_distributions.png +3 -0
  47. analysis/distributions/education_distributions.png +3 -0
  48. analysis/distributions/financial_distributions.png +3 -0
  49. analysis/distributions/government_distributions.png +3 -0
  50. analysis/distributions/historical_distributions.png +3 -0
.gitattributes CHANGED
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ analysis/statistical_analysis.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,278 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - object-detection
5
+ tags:
6
+ - document-layout-analysis
7
+ - reading-order-detection
8
+ - document-understanding
9
+ - coco
10
+ - benchmark
11
+ size_categories:
12
+ - n<1K
13
+ ---
14
+
15
+ # Chunkr Reading Order Bench - Open Source Subset
16
+
17
+ Open-source subset of the **Chunkr Reading Order benchmark dataset**, containing **733 professionally annotated documents** with detailed **reading order annotations** across diverse document layouts.
18
+
19
+ This dataset benchmarks reading order detection models on complex, real-world documents including **financial reports**, **legal contracts**, **research papers**, **medical records**, and more. Each document includes ground truth reading order sequences essential for accurate document understanding and text extraction.
20
+
21
+ ---
22
+
23
+ ## Dataset Overview
24
+
25
+ <div align="center">
26
+ <img src="analysis/dataset_overview.png" alt="Dataset Overview" width="100%"/>
27
+ </div>
28
+
29
+ ### Reading Order Annotations
30
+
31
+ <div align="center">
32
+ <img src="analysis/reading_order_visualization.png" alt="Reading Order Visualization" width="100%"/>
33
+ </div>
34
+
35
+ The dataset provides **professionally annotated reading order sequences** for each document, capturing the natural flow in which humans would read the content. This is critical for:
36
+ - **Accurate text extraction** from complex layouts
37
+ - **Document understanding** and information retrieval
38
+ - **Maintaining semantic coherence** in multi-column documents
39
+ - **Preserving logical flow** across mixed layout elements
40
+
41
+ ### Document Categories
42
+
43
+ - Financial (14.3%), Legal (13.1%), Medical (10.8%), Government (10.0%)
44
+ - Technical (5.0%), Billing (5.2%), Consulting (4.6%), Research (3.5%)
45
+ - Education, Tax, Procurement, Historical, Supply Chain
46
+ - Real Estate, Patent, Construction, Newspaper, Magazine, Textbook
47
+
48
+ ### Layout Diversity
49
+
50
+ - **49.4%** Single-column documents
51
+ - **12.8%** Double-column documents
52
+ - **34.4%** Three-column documents
53
+ - **3.4%** Four+ column documents
54
+
55
+ ---
56
+
57
+ ## 📊 Reading Order Complexity
58
+
59
+ <div align="center">
60
+ <img src="analysis/column_distribution_by_category.png" alt="Column Distribution by Category" width="100%"/>
61
+ </div>
62
+
63
+ The dataset spans a wide range of layout complexities:
64
+
65
+ | Layout Type | Count | Percentage | Description |
66
+ |-------------|------:|:----------:|-------------|
67
+ | **Single Column** | 362 | 49.4% | Simple linear reading flow |
68
+ | **Double Column** | 94 | 12.8% | Academic papers, newsletters |
69
+ | **Multi-Column (3+)** | 277 | 37.8% | Newspapers, magazines, complex reports |
70
+
71
+ ### Element Classes (16 types)
72
+
73
+ | Class | ID | Count | Description |
74
+ |-------|:--:|------:|-------------|
75
+ | **Text Block** | 1 | 2,866 | Main body text regions |
76
+ | **List Item** | 11 | 1,748 | Bulleted or numbered list elements |
77
+ | **Title** | 8 | 1,112 | Section and document titles |
78
+ | **Page Number** | 12 | 470 | Page numbering elements |
79
+ | **Header** | 7 | 429 | Document headers |
80
+ | **Footer** | 2 | 402 | Document footers |
81
+ | **Table** | 14 | 392 | Tabular data structures |
82
+ | **Picture** | 13 | 377 | Images and photographs |
83
+ | **Form Region** | 4 | 351 | Form fields and structures |
84
+ | **Graphical Item** | 6 | 250 | Charts, diagrams, illustrations |
85
+ | **Caption** | 0 | 231 | Figure and table captions |
86
+ | **Footnote** | 3 | 156 | Footnote text |
87
+ | **Line Number** | 10 | 145 | Line numbering (code, legal docs) |
88
+ | **Formula** | 5 | 57 | Mathematical expressions |
89
+ | **Legend** | 9 | 41 | Chart and diagram legends |
90
+ | **Unknown** | 15 | 240 | Unclassified elements |
91
+
92
+ ---
93
+
94
+ ## Dataset Structure
95
+
96
+ ```
97
+ chunkr-reading-order-bench-oss/
98
+ ├── images/ # 733 document images (PNG format)
99
+ ├── _annotations.coco.json # COCO format annotations with reading order
100
+ ├── metadata.csv # Image metadata (doc_category, dimensions, elements, columns)
101
+ └── analysis/ # Statistical analysis and visualizations
102
+ ├── dataset_overview.png
103
+ ├── reading_order_visualization.png
104
+ ├── column_distribution_by_category.png
105
+ ├── reading_order_sample_*.png
106
+ └── ...
107
+ ```
108
+
109
+ ---
110
+
111
+ ## Sample Visualizations
112
+
113
+ ### Reading Order Flow Examples
114
+
115
+ <div align="center">
116
+ <img src="analysis/reading_order_sample_1.png" alt="Single Column Example" width="45%"/>
117
+ <img src="analysis/reading_order_sample_2.png" alt="Multi-Column Example" width="45%"/>
118
+ </div>
119
+
120
+ <div align="center">
121
+ <img src="analysis/reading_order_sample_3.png" alt="Complex Layout Example" width="45%"/>
122
+ <img src="analysis/reading_order_sample_4.png" alt="Mixed Elements Example" width="45%"/>
123
+ </div>
124
+
125
+ The arrows indicate the ground truth reading order progression, showing how the document should be read to maintain semantic coherence.
126
+
127
+ ---
128
+
129
+ ## Dataset Statistics
130
+
131
+ <div align="center">
132
+ <img src="analysis/dataset_summary.png" alt="Dataset Summary" width="80%"/>
133
+ </div>
134
+
135
+ ### Document Category Distribution
136
+
137
+ <div align="center">
138
+ <img src="analysis/category_distribution.png" alt="Category Distribution" width="100%"/>
139
+ </div>
140
+
141
+ ---
142
+
143
+ ## Usage
144
+
145
+ ### Load with Hugging Face `datasets`
146
+
147
+ ```python
148
+ from datasets import load_dataset
149
+
150
+ dataset = load_dataset("ChunkrAI/chunkr-reading-order-bench-oss")
151
+
152
+ for item in dataset['train']:
153
+ print(item['doc_category'], item['num_columns'], item['num_elements'])
154
+ ```
155
+
156
+ ### With Supervision
157
+
158
+ ```python
159
+ import supervision as sv
160
+
161
+ dataset = sv.DetectionDataset.from_coco(
162
+ images_directory_path="images",
163
+ annotations_path="_annotations.coco.json"
164
+ )
165
+
166
+ print(f"Dataset size: {len(dataset)}")
167
+ print(f"Classes: {dataset.classes}")
168
+
169
+ # Access reading order from annotations
170
+ for image_path, image, annotations in dataset:
171
+ # Process annotations with reading order information
172
+ pass
173
+ ```
174
+
175
+ ---
176
+
177
+ ## Data Attribution and References
178
+
179
+ The following tables summarize **datasets and sources** referenced for sampling, benchmarking, or cross-domain balancing in Chunkr Reading Order Bench OSS.
180
+ All sources are **publicly accessible** for research or under permissive licenses (MIT, CC-BY, public domain).
181
+
182
+ ---
183
+
184
+ ### 🧾 Financial & Business Documents
185
+
186
+ | Dataset / Source | Domain | Access Location |
187
+ | -------------------------------------------- | ---------------------------------- | ----------------------------------------------------------------------------------- |
188
+ | **DocLayNet (IBM)** | Finance, Legal, Patents, Technical | [Hugging Face – ds4sd/DocLayNet](https://huggingface.co/datasets/ds4sd/DocLayNet) |
189
+ | **IIIT-AR-13K** | Financial Reports, Business | [IIIT Hyderabad / GitHub](https://github.com/iiit-datasets) |
190
+ | **Kleister Charity / NDA** | Financial & Legal Documents | [GitHub – applicaai/kleister-nda](https://github.com/applicaai/kleister-nda) |
191
+ | **SEC Filings (EDGAR)** | Corporate Finance | [SEC EDGAR Bulk API](https://www.sec.gov/edgar/searchedgar/companysearch.html) |
192
+ | **McKinsey, BCG, Deloitte Insights Reports** | Consulting, Business Strategy | BCG Insights / McKinsey / Deloitte Portals |
193
+ | **SynFinTabs** | Synthetic Financial Tables | [Hugging Face](https://huggingface.co/datasets) |
194
+ | **RVL-CDIP** | Business Records, Legal | [Hugging Face – aharley/rvl_cdip](https://huggingface.co/datasets/aharley/rvl_cdip) |
195
+
196
+ ---
197
+
198
+ ### ⚖️ Legal, Government & Regulatory
199
+
200
+ | Dataset / Source | Domain | Access Location |
201
+ | -------------------------------------- | ------------------------- | --------------------------------------------------------------------- |
202
+ | **FUNSD** | Government Forms | [FUNSD Dataset Page](https://guillaumejaume.github.io/FUNSD/) |
203
+ | **NIST Tax Forms (1988)** | Tax / Payroll | [NIST Special DB 2](https://www.nist.gov/srd/nist-special-database-2) |
204
+ | **CourtListener RECAP Archive** | Legal Filings, Case Law | [Free Law Project](https://www.courtlistener.com/) |
205
+ | **Cook County Contracts & Amendments** | Legal / Government | [Cook County Open Data Portal](https://datacatalog.cookcountyil.gov/) |
206
+ | **GovDocs1 Million Corpus** | Government / Multi-Domain | [DigitalCorpora Repository](https://digitalcorpora.org/) |
207
+
208
+ ---
209
+
210
+ ### 🏥 Medical & Healthcare
211
+
212
+ | Dataset / Source | Domain | Access Location |
213
+ | ------------------------------------------------------- | ---------------------- | ---------------------------------------------------------------- |
214
+ | **Synthetic Medical Forms / OMR Scanned Medical Forms** | Healthcare / Admin | [Hugging Face Datasets](https://huggingface.co/datasets) |
215
+ | **Synthea Synthetic Patient Records** | Healthcare (EHR) | [AWS Open Data Registry](https://registry.opendata.aws/synthea/) |
216
+ | **Blue Cross Blue Shield Sample EOBs** | Healthcare / Insurance | Public Sample PDFs |
217
+ | **Handwritten Rx (Kaggle)** | Prescriptions | [Kaggle Dataset](https://www.kaggle.com/) |
218
+
219
+ ---
220
+
221
+ ### 🏢 Real Estate, Construction & Engineering
222
+
223
+ | Dataset / Source | Domain | Access Location |
224
+ | ------------------------------------------ | --------------------------- | ------------------------------------------------------------- |
225
+ | **CubiCasa5K** | Floor Plans, Real Estate | [GitHub – CubiCasa5k](https://github.com/CubiCasa/CubiCasa5k) |
226
+ | **CISOL / FloorPlanCAD** | Construction / Supply Chain | [Zenodo DOI 10.5281/zenodo.10829550](https://zenodo.org/) |
227
+ | **Machine Learning STRUCTural Floor Plan** | Engineering / CAD | [GitHub Repository](https://github.com/) |
228
+ | **Lease Agreements / HUD Forms** | Real Estate / Legal | [HUD.gov Forms](https://www.hud.gov/forms) |
229
+ | **Property Records / PhilaDox** | Land Records | [PhilaDox OpenData Portal](https://opendataphilly.org/) |
230
+
231
+ ---
232
+
233
+ ### 📚 Academic, Historical & Educational
234
+
235
+ | Dataset / Source | Domain | Access Location |
236
+ | ----------------------------------------------------- | -------------------------- | ------------------------------------------------------------------------------------------ |
237
+ | **DocBank** | Academic (ArXiv Preprints) | [GitHub – doc-analysis/DocBank](https://github.com/doc-analysis/DocBank) |
238
+ | **PubLayNet** | Scientific Journals | [IBM DAX Project / Kaggle](https://www.kaggle.com/datasets/ibm-object-detection-publaynet) |
239
+ | **U-DIADS-Bib / DIVA-HisDB / HJDataset** | Historical Documents | [ICDAR / UniFr / Harvard HisDoc Projects](https://icdar.org/) |
240
+ | **Internet Archive "Magazine Rack" & Textbook Scans** | Magazines, Textbooks | [Internet Archive](https://archive.org/) |
241
+ | **Standardized Exam Papers** | Education | [College Board, ACT Archives](https://www.collegeboard.org/) |
242
+
243
+ ---
244
+
245
+ ### 🧮 Technical, Manufacturing & Miscellaneous
246
+
247
+ | Dataset / Source | Domain | Access Location |
248
+ | ------------------------------------------------ | --------------------------- | ------------------------------------------------------- |
249
+ | **PRImA Layout Analysis** | Technical Publications | [PRImA Dataset](https://www.primaresearch.org/) |
250
+ | **Safety Data Sheets (SDS) Online Repositories** | Manufacturing / Chemical | [SDSManager / Chemical Safety](https://sdsmanager.com/) |
251
+ | **Disassembly BOM Dataset** | Manufacturing / Electronics | [Figshare](https://figshare.com/) |
252
+ | **Tobacco3482 / Tobacco800** | Business Records | [Kaggle Dataset](https://www.kaggle.com/) |
253
+ | **Customs Import Declarations (Synthetic)** | Logistics / Customs | [GitHub Dataset](https://github.com/) |
254
+
255
+ ---
256
+
257
+ ## License
258
+
259
+ **MIT License**
260
+ Free to use for **research and commercial purposes**.
261
+ Where applicable, individual third-party datasets retain their **original licenses**, all of which allow redistribution or benchmarking under fair-use or research terms.
262
+
263
+ ---
264
+
265
+ ## Citation
266
+
267
+ If you use this dataset or benchmark, please cite:
268
+
269
+ ```
270
+ @dataset{chunkr_reading_order_bench_oss_2025,
271
+ title = {Chunkr Reading Order Bench - Open Source Subset},
272
+ author = {ChunkrAI},
273
+ year = {2025},
274
+ publisher = {Lumina AI Inc.},
275
+ license = {MIT},
276
+ url = {https://huggingface.co/datasets/ChunkrAI/chunkr-reading-order-bench-oss}
277
+ }
278
+ ```
_annotations.coco.json ADDED
The diff for this file is too large to render. See raw diff
 
analysis/align_vs_density.png ADDED

Git LFS Details

  • SHA256: de33edd13e1f2d0a0a747f8b39c7b4b9f54b811cea4a50fd49b643fd156d2369
  • Pointer size: 131 Bytes
  • Size of remote file: 714 kB
analysis/alignment_distribution.png ADDED

Git LFS Details

  • SHA256: 5dbf217d2722eaec49e89e1ddad98101b0580af5a4cd76e9fc26403d8f6089b3
  • Pointer size: 131 Bytes
  • Size of remote file: 565 kB
analysis/co_occurrence/billing_co_occurrence.png ADDED

Git LFS Details

  • SHA256: 5aefe5c8f4e3b0ef7d25a59d4f245e21d7b3c4caeb570dd9ad91ef6e0a6c166f
  • Pointer size: 131 Bytes
  • Size of remote file: 331 kB
analysis/co_occurrence/construction_co_occurrence.png ADDED

Git LFS Details

  • SHA256: 215186eb44f6d63ea859722d49412cc12b618ec394aee9230417ba03dcea605a
  • Pointer size: 131 Bytes
  • Size of remote file: 316 kB
analysis/co_occurrence/education_co_occurrence.png ADDED

Git LFS Details

  • SHA256: f93ac24d032a11f354b805a797df00009df563393447ce1f5cdc0fa6cccbc4a5
  • Pointer size: 131 Bytes
  • Size of remote file: 338 kB
analysis/co_occurrence/financial_co_occurrence.png ADDED

Git LFS Details

  • SHA256: 6fbcb0598b8d03578c203bdaa28b5f98b5f626f703754d68633aaa090d6d06a1
  • Pointer size: 131 Bytes
  • Size of remote file: 438 kB
analysis/co_occurrence/government_co_occurrence.png ADDED

Git LFS Details

  • SHA256: 4c13c1a94e7c26330fe183d7e3cbe7b350354fc4e5aa9f7f3b6b3aa303ee4f01
  • Pointer size: 131 Bytes
  • Size of remote file: 372 kB
analysis/co_occurrence/historical_co_occurrence.png ADDED

Git LFS Details

  • SHA256: e1ea23322a43b35625cae7dabcc45fbb9e0230fe037df3f41bc8d4c0a77e010d
  • Pointer size: 131 Bytes
  • Size of remote file: 308 kB
analysis/co_occurrence/legal_co_occurrence.png ADDED

Git LFS Details

  • SHA256: 8234f008e992a820c29cfae7a37e1c823052776a32e73735b6fc0f5897e07b22
  • Pointer size: 131 Bytes
  • Size of remote file: 350 kB
analysis/co_occurrence/magazine_co_occurrence.png ADDED

Git LFS Details

  • SHA256: ecb52936c0a80e450b2d8365b35e4ba38f9cb88bb4dace47154d3807f4959391
  • Pointer size: 131 Bytes
  • Size of remote file: 277 kB
analysis/co_occurrence/miscellaneous_co_occurrence.png ADDED

Git LFS Details

  • SHA256: e14476f153923f476c2ad4bbccad2511d2754e84f894a6082048e95b4e0f8853
  • Pointer size: 131 Bytes
  • Size of remote file: 338 kB
analysis/co_occurrence/newspaper_co_occurrence.png ADDED

Git LFS Details

  • SHA256: fb0d5b6706f8ec44cc44f4f5278dc61990ae82e3d3c983efdc3d9c06728bb76f
  • Pointer size: 131 Bytes
  • Size of remote file: 278 kB
analysis/co_occurrence/patent_co_occurrence.png ADDED

Git LFS Details

  • SHA256: 72d9e183fbf4ede40c6517077caf302cc83752170fae0ca30ca0351773b11678
  • Pointer size: 131 Bytes
  • Size of remote file: 277 kB
analysis/co_occurrence/research_co_occurrence.png ADDED

Git LFS Details

  • SHA256: 3fd0a10eebd18bee4f15bf6a17eea836c7a9389572af649f79e5b757a7fc558f
  • Pointer size: 131 Bytes
  • Size of remote file: 325 kB
analysis/co_occurrence/tax_co_occurrence.png ADDED

Git LFS Details

  • SHA256: 6d839eb1bf74fdbeeb3bb319b6f3aaf729a7a3e8e0ec4f9de7257f12b19ca0c8
  • Pointer size: 131 Bytes
  • Size of remote file: 270 kB
analysis/co_occurrence/technical_co_occurrence.png ADDED

Git LFS Details

  • SHA256: 669d30a94a8f27b830bb675a3db8a4c4640052e7351357a5e0f534eeab861f7a
  • Pointer size: 131 Bytes
  • Size of remote file: 342 kB
analysis/co_occurrence/textbook_co_occurrence.png ADDED

Git LFS Details

  • SHA256: f3d25768062a16542411de9b671ff9bc72e6e605c9c50e5b4a6be6a82ce2852a
  • Pointer size: 131 Bytes
  • Size of remote file: 315 kB
analysis/co_occurrence/unknown_co_occurrence.png ADDED

Git LFS Details

  • SHA256: 3213cbeee276af05eaf5548389d05d47a180b5351f8b73610412ba0c70c252ba
  • Pointer size: 131 Bytes
  • Size of remote file: 265 kB
analysis/compact/statistical_analysis_compact.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c43bfb0a0a36290c674b6a5b91c33087d77486af9192985608feeda23a31d932
3
+ size 4977399
analysis/compact_memory_report.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "original_json_size_mb": 59.5113000869751,
3
+ "compact_pickle_size_mb": 4.746817588806152,
4
+ "size_reduction_ratio": 0.07976329843019278,
5
+ "memory_savings_mb": 54.764482498168945
6
+ }
analysis/containment_patterns/containment_matrix.png ADDED

Git LFS Details

  • SHA256: 4e6aed9325ec829f33a633418a7de3d36b79524d8a2de403714028261ba1b086
  • Pointer size: 131 Bytes
  • Size of remote file: 237 kB
analysis/containment_patterns/containment_sizes.png ADDED

Git LFS Details

  • SHA256: 33aaa31542527982e45fccace9c356ed3c8365cd62c40dea6ceceb3bbd1fdc27
  • Pointer size: 131 Bytes
  • Size of remote file: 476 kB
analysis/counts_per_type/billing_counts.png ADDED

Git LFS Details

  • SHA256: a35b7dfa0461059693ea298ac70daa131c621fedffc80bb7d6bb85f11f30cd07
  • Pointer size: 131 Bytes
  • Size of remote file: 201 kB
analysis/counts_per_type/construction_counts.png ADDED

Git LFS Details

  • SHA256: d026969a9a8e9e1ce60349b1a7b0b571a22b14fe0cb00ca7d78a440241a2d742
  • Pointer size: 131 Bytes
  • Size of remote file: 197 kB
analysis/counts_per_type/education_counts.png ADDED

Git LFS Details

  • SHA256: ef90553b6ebed04bfd96413a6a24b2238481bd5b0a0d4716a99ffa9a6a9173f8
  • Pointer size: 131 Bytes
  • Size of remote file: 211 kB
analysis/counts_per_type/financial_counts.png ADDED

Git LFS Details

  • SHA256: 2901b1712e2dd1946b91262ec4a8054a946f1ac95bfb6feb13496be814b9f650
  • Pointer size: 131 Bytes
  • Size of remote file: 240 kB
analysis/counts_per_type/government_counts.png ADDED

Git LFS Details

  • SHA256: 2c8d7fda92065d364cb7dd3f69fc7704e794fb43a5e36762e4c41fb37bfbd042
  • Pointer size: 131 Bytes
  • Size of remote file: 219 kB
analysis/counts_per_type/historical_counts.png ADDED

Git LFS Details

  • SHA256: 8724a53b3a59de2348c36406d0e349ffe8170a31c924054bf97a76e8285704bc
  • Pointer size: 131 Bytes
  • Size of remote file: 184 kB
analysis/counts_per_type/legal_counts.png ADDED

Git LFS Details

  • SHA256: f6d3d537c615bf192f083a1247a00e8507480c0138e7a361fd47bed7b80c861d
  • Pointer size: 131 Bytes
  • Size of remote file: 215 kB
analysis/counts_per_type/magazine_counts.png ADDED

Git LFS Details

  • SHA256: 88d4bad7ac51634bbb0cf7ffa534ee854e688dbf7a5539ee70048c92812f6877
  • Pointer size: 131 Bytes
  • Size of remote file: 171 kB
analysis/counts_per_type/miscellaneous_counts.png ADDED

Git LFS Details

  • SHA256: 38677bd8c499c66a24622f7d7f738907fa61f9cf16c3fb1e1fe01849c018d60c
  • Pointer size: 131 Bytes
  • Size of remote file: 224 kB
analysis/counts_per_type/newspaper_counts.png ADDED

Git LFS Details

  • SHA256: 47773a6e298302c59fd03d3236b021183889f63da82217b5c86aca5466636080
  • Pointer size: 131 Bytes
  • Size of remote file: 172 kB
analysis/counts_per_type/patent_counts.png ADDED

Git LFS Details

  • SHA256: 62bcab225bd8802a32b7ba1eb8738103514012991610505cafe99638de065550
  • Pointer size: 131 Bytes
  • Size of remote file: 178 kB
analysis/counts_per_type/research_counts.png ADDED

Git LFS Details

  • SHA256: e862e0ba975c2415307594039daad214cf11ab3d482357b3d875520891e7b29e
  • Pointer size: 131 Bytes
  • Size of remote file: 199 kB
analysis/counts_per_type/tax_counts.png ADDED

Git LFS Details

  • SHA256: 73a2a827b1ef78c3446d72690f47d316fa2af4f35f0f5a2c168a83cf016e69d8
  • Pointer size: 131 Bytes
  • Size of remote file: 158 kB
analysis/counts_per_type/technical_counts.png ADDED

Git LFS Details

  • SHA256: 2097df5a52ccf6e2bd20cf8de0f7d9e45cce726fef09d0d218057c29b39f5839
  • Pointer size: 131 Bytes
  • Size of remote file: 218 kB
analysis/counts_per_type/textbook_counts.png ADDED

Git LFS Details

  • SHA256: 13524c2443a3e57c1c69b3348d13eecb286e0f3085fee3ecebe5e223e8ad3dd1
  • Pointer size: 131 Bytes
  • Size of remote file: 200 kB
analysis/counts_per_type/unknown_counts.png ADDED

Git LFS Details

  • SHA256: 2827f28bfb4a83f9aeb562244d76355a98dc9a84c45827960b31c8a057bebca3
  • Pointer size: 131 Bytes
  • Size of remote file: 111 kB
analysis/dataset_overview.html ADDED
The diff for this file is too large to render. See raw diff
 
analysis/dataset_overview.png ADDED

Git LFS Details

  • SHA256: 03acd4738f27ce82aedaec51c0b85008283045d4b9c00289b88e9b1aaae49a9d
  • Pointer size: 131 Bytes
  • Size of remote file: 387 kB
analysis/dataset_summary.png ADDED

Git LFS Details

  • SHA256: 2145bc7d66d03dd2bbb9f718c2321d91409515ce603ebd48bc96c6d2dcfe7744
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
analysis/distributions/billing_distributions.png ADDED

Git LFS Details

  • SHA256: dc52d62e798b99f8f0cccb3cc80cb6df91cb245adf8266eb74effd3c37595b47
  • Pointer size: 131 Bytes
  • Size of remote file: 401 kB
analysis/distributions/construction_distributions.png ADDED

Git LFS Details

  • SHA256: 5b6c2d8f27f4c3f03469f3977a174686d6a6aa0b6b1ba1b363c1aaec36e08a1f
  • Pointer size: 131 Bytes
  • Size of remote file: 427 kB
analysis/distributions/education_distributions.png ADDED

Git LFS Details

  • SHA256: b1e2e501ffb25bd93a0f401aa73f52fdc57b7a5baa86a8fa1ac154f0da69a657
  • Pointer size: 131 Bytes
  • Size of remote file: 425 kB
analysis/distributions/financial_distributions.png ADDED

Git LFS Details

  • SHA256: d0b1092ca68bdecc3edbc63ea51144f8ea9615951d7bcd88ada0827130d221fb
  • Pointer size: 131 Bytes
  • Size of remote file: 456 kB
analysis/distributions/government_distributions.png ADDED

Git LFS Details

  • SHA256: 9cdb9d644540e76798da59547205a34c157016c17810f317d1745026ce6423db
  • Pointer size: 131 Bytes
  • Size of remote file: 427 kB
analysis/distributions/historical_distributions.png ADDED

Git LFS Details

  • SHA256: 0551a95c794d8155e5a761d55f6e82aeac648f3a568fe32268b8b8058b21ef6d
  • Pointer size: 131 Bytes
  • Size of remote file: 379 kB