academic-paper-surgical-edit/academic-flawed-papers-dataset
π§ͺ Surgical Flaws Dataset This dataset is a companion resource to the main structured-paper collection: π https://huggingface.co/datasets/academic-paper-surgical-edit/academic-papers-dataset While the original dataset contains clean, parsed scientific papers,this dataset introduces controlled, surgically injected flaws into those papers. π Dataset Summary This dataset augments selected papers from: ICLR β 2024, 2025 ICML β 2024, 2025 NeurIPS β 2021, 2022β¦ See the full description on the dataset page: https://huggingface.co/datasets/academic-paper-surgical-edit/academic-flawed-papers-dataset.
π§ͺ Surgical Flaws Dataset
This dataset is a companion resource to the main structured-paper collection:
π https://huggingface.co/datasets/academic-paper-surgical-edit/academic-papers-dataset
While the original dataset contains clean, parsed scientific papers, this dataset introduces controlled, surgically injected flaws into those papers.
π Dataset Summary
This dataset augments selected papers from:
- ICLR β 2024, 2025
- ICML β 2024, 2025
- NeurIPS β 2021, 2022, 2023, 2024
All flaws are injected with controlled using LLM-guided rewriting tools.
π Dataset Statistics
Conference Paper Counts
(These numbers reflect the subset used for flaw injection; not the full conference totals.)
π 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:
brew install git-xet
git xet installLinux:
curl https://gitxet.com/install.sh | sudo bash
git xet install2οΈβ£ Clone the dataset repository
git clone https://huggingface.co/datasets/academic-paper-surgical-edit/academic-flawed-papers-datasetThis 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:
unzip {ConferenceName}.zip -d {ConferenceName}/After extraction, you will see:
content/
βββ output/
βββ {ConferenceName}_latest_flawed_papers_v1/
βββ flawed_papers_global_summary.csv
βββ accepted/
βββ {ID}/
βββ {ID}_modifications_summary.csv
βββ flawed_papers/
β βββ insufficient_random_seeds.md
β βββ ...
βββ rejected/
βββ {ID}/
βββ {ID}_modifications_summary.csv
βββ flawed_papers/
β βββ insufficient_random_seeds.md
β βββ ...
File Descriptions
π Citation
TBA
