Datasets:

Modalities:
Document
Libraries:
Datasets
License:
Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
pdf
pdf
label
class label
255 classes
000
303
303
303
404
606
707
707
707
808
909
110b
150f
1610
1610
1913
2115
2216
2418
2418
2418
2418
2519
2519
261a
271b
271b
271b
281c
281c
291d
291d
291d
301e
301e
311f
311f
3220
3220
3321
3523
3624
3725
3725
3725
3725
3826
3826
4028
4028
4129
4129
422a
422a
432b
442c
472f
472f
472f
5032
5133
5234
5335
5335
5436
5537
5537
5537
5638
583a
593b
603c
603c
613d
623e
623e
633f
633f
6440
6541
6844
7046
7046
7147
7349
7349
7349
754b
754b
754b
764c
764c
764c
764c
774d
774d
794f
794f
8050
8050
End of preview. Expand in Data Studio

AI Conference & Journal Papers - JMLR PDF Storage

This repository is a storage shard containing the raw PDF files for JMLR papers. It is part of the larger AI Conference & Journal Papers dataset project.

⚠️ Important: This repository only contains the sharded PDF binary files. It does not contain the searchable metadata (titles, abstracts, authors, etc.).

To search, browse, or filter papers, you must use the Main Parent Repository: 👉 Main Dataset & Metadata: GenAI4ELab/papercli-papers


How to Use & Download PDFs

Since the metadata and the file paths are hosted in the main repository, the standard way to download a PDF from this venue is to read the metadata from the parent repo first, and then fetch the file from this shard.

Python Example

Make sure you have huggingface_hub installed:

pip install huggingface_hub 

You can use the following script to load the metadata for JMLR and download a specific PDF mirror:

from huggingface_hub import hf_hub_download

repo_id = f"ClosedUni/papercli-papers-{row['jmlr'].lower()}" # Points to this repository
path = hf_hub_download(
    repo_id=repo_id,
    filename=row["hf_pdf_path"],
    repo_type="dataset",
)

🔗 Dataset Hub & All PDF Shards

To make it easy to navigate across the entire project, here are the links to the main registry and all sharded PDF repositories:

📂 Explore Other PDF Shards By Venue:


🛠️ Credits & Tools

This dataset was compiled and structured using papercli, an open-source tool designed to index, mirror, and shard academic papers from top-tier AI venues efficiently.

If you find this mirror useful, please consider starring the parent repository and the original papercli project!

Downloads last month
801

Collection including GenAI4ELab/papercli-papers-jmlr