Upload dataset files
Browse files
README.md
CHANGED
|
@@ -70,14 +70,6 @@ Each row contains:
|
|
| 70 |
- `table_html`: raw extracted table HTML
|
| 71 |
- `table_html_char_length`: HTML character length
|
| 72 |
|
| 73 |
-
## How It Was Built
|
| 74 |
-
|
| 75 |
-
1. Enumerate filing files by year from local corpus.
|
| 76 |
-
2. Shuffle filings with deterministic seed.
|
| 77 |
-
3. Extract `<table>...</table>` blocks using HTML regex matching.
|
| 78 |
-
4. Keep up to one table per filing for diversity.
|
| 79 |
-
5. Continue until 100 tables for the year (or exhaust candidates).
|
| 80 |
-
|
| 81 |
## Intended Use
|
| 82 |
|
| 83 |
- Table parsing benchmarks
|
|
|
|
| 70 |
- `table_html`: raw extracted table HTML
|
| 71 |
- `table_html_char_length`: HTML character length
|
| 72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 73 |
## Intended Use
|
| 74 |
|
| 75 |
- Table parsing benchmarks
|