PaperFit
Collection
2 items • Updated
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
This dataset packages the PaperFit benchmark as a Hugging Face dataset repo.
metadata/cases.jsonl: one row per benchmark case.
metadata/perturbations.jsonl: one row per applied perturbation.
Raw case archives are stored under raw/<venue>/<paper_id>.tar.gz.
metadata/benchmark_generation_report.json: sanitized generation summary.
from datasets import load_dataset
cases = load_dataset("xuxinglong/paperfit-benchmark", "cases", split="test")
perturbations = load_dataset("xuxinglong/paperfit-benchmark", "perturbations", split="test")
._* files and LaTeX build artifacts such as .aux, .fls, .fdb_latexmk, .log, .out, .bbl, and .blg.