CoolFace
Datasetpublic

academic-paper-surgical-edit/academic-papers-dataset

๐Ÿ“š Academic Papers Dataset This dataset accompanies the paper: Evaluating LLM Judgment via Surgical Edits ๐Ÿ“ Dataset Summary The Academic Papers Dataset contains structured, parsed scientific papers from: ICLR โ†’ 2024, 2025 ICML โ†’ 2024, 2025 NeurIPS โ†’ 2021, 2022, 2023, 2024 The dataset provides each paper in a standardized Markdown format, along with extracted figures. ๐Ÿ“Š Dataset Statistics Conference Paper Countsโ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/academic-paper-surgical-edit/academic-papers-dataset.

sourceHugging Facecc-by-4.0updated 8mo agoView on Hugging Face
0likes69downloads
Dataset Card

๐Ÿ“š Academic Papers Dataset

This dataset accompanies the paper:

Evaluating LLM Judgment via Surgical Edits


๐Ÿ“ Dataset Summary

The Academic Papers Dataset contains structured, parsed scientific papers from:

  • โ€”ICLR โ†’ 2024, 2025
  • โ€”ICML โ†’ 2024, 2025
  • โ€”NeurIPS โ†’ 2021, 2022, 2023, 2024

The dataset provides each paper in a standardized Markdown format, along with extracted figures.


๐Ÿ“Š Dataset Statistics

Conference Paper Counts

[image]

ConferenceAccepted (Submitted)Accepted (Parsed)Rejected (Submitted)Rejected (Parsed)
ICLR 202422609497093438
ICLR 20253704140610784922
ICML 2024294410650N/A
ICML 20253260114142N/A
NeurIPS 20212334111646133
NeurIPS 20222671113247153
NeurIPS 2023321812050176
NeurIPS 2024403515740201

Total accepted (submitted): 24,426 Total accepted (parsed): 8,588 Total rejected (submitted): 1,922 Total rejected (parsed): 9,023

Note: The paper submission counts for each conference were obtained using the publicly available statistics from PaperCopilot (https://papercopilot.com/).

๐ŸŒ Languages

  • โ€”English (en) (Official conference submissions from ICLR, ICML, NeurIPS)

๐Ÿš€ How to Use This Dataset

Because the dataset contains large ZIP archives and thousands of structured papers, we recommend using git-xet for efficient cloning and storage.

1๏ธโƒฃ Install git-xet

git-xet enables fast and storage-efficient checkout of large files from Hugging Face Datasets.

Official docs: https://hf.co/docs/hub/git-xet

If you're on macOS:

bash
brew install git-xet
git xet install

Linux:

bash
curl https://gitxet.com/install.sh | sudo bash
git xet install

2๏ธโƒฃ Clone the dataset repository

bash
git clone https://huggingface.co/datasets/academic-paper-surgical-edit/academic-papers-dataset

This will download lightweight file pointers first, and git-xet will fetch the large paper archives on demand.

๐Ÿ“‚ Dataset Structure

Inside the cloned repo, you will find per-conference ZIP files:

To extract:

bash
unzip {ConferenceName}.zip -d {ConferenceName}/

After extraction, you will see:

content/
โ””โ”€โ”€ parsed_arxiv/
    โ””โ”€โ”€ {ConferenceName}/
        โ””โ”€โ”€ accepted/
            โ””โ”€โ”€ structured_paper_output/
                โ”œโ”€โ”€ paper.md
                โ”œโ”€โ”€ figures/
                โ”‚   โ”œโ”€โ”€ fig1.png
                โ”‚   โ”œโ”€โ”€ fig2.png
                โ”‚   โ””โ”€โ”€ ...
        โ””โ”€โ”€ rejected/
            โ””โ”€โ”€ structured_paper_output/
                โ”œโ”€โ”€ paper.md
                โ”œโ”€โ”€ figures/
                โ”‚   โ”œโ”€โ”€ fig1.png
                โ”‚   โ”œโ”€โ”€ fig2.png
                โ”‚   โ””โ”€โ”€ ...

File Descriptions

FilePurpose
paper.mdMarkdown representation of the full scientific paper
figures/Extracted figures with their captions

๐Ÿ“œ Citation

TBA