Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -81,7 +81,7 @@ The repository is divided into two primary corpora:
|
|
| 81 |
<details>
|
| 82 |
<summary><strong>📋 Show JSON schema for <code>arxiv_extracted_unique_urls_all_200_superset.json</code></strong></summary>
|
| 83 |
|
| 84 |
-
Top-level keys are arXiv IDs. Each entry contains one sub-object per extraction source (
|
| 85 |
|
| 86 |
```json
|
| 87 |
{
|
|
@@ -172,7 +172,7 @@ Top-level keys are arXiv IDs. Each entry contains one sub-object per extraction
|
|
| 172 |
* `textwal`, `textwal_pypdf`, `textwal_pdfminer` — text-based extraction variants using different underlying parsing libraries.
|
| 173 |
* `textwalcl` — Claude-based extraction (token usage, cost, runtime, failure status) in addition to the URLs found.
|
| 174 |
* `oads` — Open Access Data and Software category info for the URLs in this entry.
|
| 175 |
-
* `superset` — the deduplicated union of URLs across all extraction sources for this paper
|
| 176 |
|
| 177 |
</details>
|
| 178 |
|
|
|
|
| 81 |
<details>
|
| 82 |
<summary><strong>📋 Show JSON schema for <code>arxiv_extracted_unique_urls_all_200_superset.json</code></strong></summary>
|
| 83 |
|
| 84 |
+
Top-level keys are arXiv IDs. Each entry contains one sub-object per extraction source (formats variants, VLM outputs, and the merged superset):
|
| 85 |
|
| 86 |
```json
|
| 87 |
{
|
|
|
|
| 172 |
* `textwal`, `textwal_pypdf`, `textwal_pdfminer` — text-based extraction variants using different underlying parsing libraries.
|
| 173 |
* `textwalcl` — Claude-based extraction (token usage, cost, runtime, failure status) in addition to the URLs found.
|
| 174 |
* `oads` — Open Access Data and Software category info for the URLs in this entry.
|
| 175 |
+
* `superset` — the deduplicated union of URLs across all extraction sources for this paper.
|
| 176 |
|
| 177 |
</details>
|
| 178 |
|