feay commited on
Commit
58553cc
·
verified ·
1 Parent(s): 5dd0d08

Upload dataset files

Browse files
.gitattributes CHANGED
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ sampled_table_html.csv filter=lfs diff=lfs merge=lfs -text
dataset_info.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "filings_root": "data\\raw\\filings",
3
+ "output_dir": "data\\output\\hf_table_html_1994_2026",
4
+ "year_range": [
5
+ 1994,
6
+ 2026
7
+ ],
8
+ "samples_per_year": 100,
9
+ "max_tables_per_filing": 1,
10
+ "seed": 42,
11
+ "total_samples": 3099,
12
+ "years_with_any_samples": 32,
13
+ "parquet_written": true,
14
+ "files": {
15
+ "sampled_csv": "data\\output\\hf_table_html_1994_2026\\sampled_table_html.csv",
16
+ "sampled_parquet": "data\\output\\hf_table_html_1994_2026\\sampled_table_html.parquet",
17
+ "year_summary_csv": "data\\output\\hf_table_html_1994_2026\\year_summary.csv",
18
+ "hf_dataset_dir": "data\\output\\hf_table_html_1994_2026\\hf_dataset"
19
+ }
20
+ }
hf_dataset/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train"]}
hf_dataset/train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86cb81f04c4a02bff982621526be5526fda184f9701d2040fd318046773df863
3
+ size 19933264
hf_dataset/train/dataset_info.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "sample_id": {
6
+ "dtype": "int64",
7
+ "_type": "Value"
8
+ },
9
+ "target_year": {
10
+ "dtype": "int64",
11
+ "_type": "Value"
12
+ },
13
+ "source_file": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "source_filename": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "source_extension": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "cik": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
+ "accession_from_filename": {
30
+ "dtype": "string",
31
+ "_type": "Value"
32
+ },
33
+ "table_pick_index_in_filing": {
34
+ "dtype": "int64",
35
+ "_type": "Value"
36
+ },
37
+ "table_start_char": {
38
+ "dtype": "int64",
39
+ "_type": "Value"
40
+ },
41
+ "table_end_char": {
42
+ "dtype": "int64",
43
+ "_type": "Value"
44
+ },
45
+ "table_html": {
46
+ "dtype": "string",
47
+ "_type": "Value"
48
+ },
49
+ "table_html_char_length": {
50
+ "dtype": "int64",
51
+ "_type": "Value"
52
+ }
53
+ },
54
+ "homepage": "",
55
+ "license": ""
56
+ }
hf_dataset/train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "d6e1462bb2909bbe",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
sampled_table_html.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9045f2483c7c3a88ae0057e435e6e09cb8ee5ca1f1afdba2ab42369e46e7ee39
3
+ size 20452457
sampled_table_html.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1182d90c3aeda4ae9fb92ea8ca003a37dc0f326887e2d1d26bd4d7499ef2be2
3
+ size 3031613
year_summary.csv ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ year,filing_candidates,filings_scanned,filings_with_tables,tables_extracted
2
+ 1994,35,35,35,35
3
+ 1995,67,67,64,64
4
+ 1996,708,101,100,100
5
+ 1997,815,101,100,100
6
+ 1998,775,101,100,100
7
+ 1999,706,100,100,100
8
+ 2000,680,100,100,100
9
+ 2001,255,102,100,100
10
+ 2002,519,101,100,100
11
+ 2003,223,100,100,100
12
+ 2004,842,100,100,100
13
+ 2005,443,101,100,100
14
+ 2006,709,100,100,100
15
+ 2007,600,100,100,100
16
+ 2008,868,100,100,100
17
+ 2009,720,101,100,100
18
+ 2010,852,101,100,100
19
+ 2011,964,101,100,100
20
+ 2012,772,101,100,100
21
+ 2013,679,100,100,100
22
+ 2014,887,101,100,100
23
+ 2015,601,102,100,100
24
+ 2016,389,100,100,100
25
+ 2017,440,100,100,100
26
+ 2018,480,100,100,100
27
+ 2019,442,101,100,100
28
+ 2020,541,100,100,100
29
+ 2021,1626,100,100,100
30
+ 2022,613,100,100,100
31
+ 2023,493,100,100,100
32
+ 2024,675,100,100,100
33
+ 2025,1302,100,100,100
34
+ 2026,0,0,0,0