Update dataset card
Browse files
README.md
CHANGED
|
@@ -129,6 +129,11 @@ Searchable metadata for papers from top AI venues (NeurIPS, ICML, ICLR, CVPR, IC
|
|
| 129 |
- `papers.parquet`: the full dataset (all fields, all venues).
|
| 130 |
- Per-venue browse views: pick a venue in **Subset**, a year in **Split**.
|
| 131 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 132 |
### PDF Storage
|
| 133 |
|
| 134 |
PDF files are sharded across separate datasets by venue to keep repository sizes optimal:
|
|
|
|
| 129 |
- `papers.parquet`: the full dataset (all fields, all venues).
|
| 130 |
- Per-venue browse views: pick a venue in **Subset**, a year in **Split**.
|
| 131 |
|
| 132 |
+
### Dataset Structure
|
| 133 |
+
|
| 134 |
+
- `ClosedUni/papercli-papers` (main entrypoint): Contains the full index metadata parquet (`papers.parquet`) and the per-venue browse parquet views (`browse/`).
|
| 135 |
+
- `ClosedUni/papercli-papers-[venue]`: Contains the sharded PDF files of that specific venue (no metadata parquet).
|
| 136 |
+
|
| 137 |
### PDF Storage
|
| 138 |
|
| 139 |
PDF files are sharded across separate datasets by venue to keep repository sizes optimal:
|