datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
arxiv_papers
ArXiv Papers
Description
ArXiv is an online open-access repository of over 2.4 million scholarly papers covering fields such as computer science, mathematics, physics, quantitative biology, economics, and more.
When uploading papers, authors can choose from a variety of licenses.
This dataset includes text from all papers uploaded under CC BY, CC BY-SA, and CC0 licenses through a three-step pipeline:
first, the latex source files for openly licensed papers were… See the full description on the dataset page: https://huggingface.co/datasets/common-pile/arxiv_papers.daily-papersdaily-papers-statspaper-sim-n128-traces
WARP-RM paper simulation n=128 traces
Canonical paper-A rollout traces for the two released simulation policies over
the fixed 128-episode evaluation suite. They are the original trace pair used
by the public evaluator self-test, rather than a later re-run.
The archive contains 256 qpos traces: 128 vanilla-policy traces and 128
WARP-RM-policy traces. It is deliberately limited to evaluation output (no
model weights, DINO features, or raw source-capture data).
With the released… See the full description on the dataset page: https://huggingface.co/datasets/uynitsuj/paper-sim-n128-traces.researchscope-papers
ResearchScope Papers
Open CS research paper dataset maintained by ResearchScope.
Updated automatically via GitHub Actions.
Quick start
from datasets import load_dataset
ds = load_dataset("kishormorol/researchscope-papers", "papers", split="train")
print(ds[0])
See Usage below for per-source splits, instruction-tuning, and the per-section fine-tuning data.
Stats
34,906 papers (raw metadata) — 9,906 arXiv · 20,000 conference · 5,000 journal
174,082… See the full description on the dataset page: https://huggingface.co/datasets/kishormorol/researchscope-papers.recsys-papers-2025-2026
📚 Recommender Systems Papers 2025–2026
A curated library of 3,151 recent recommender-systems papers spanning 2025-01-02 → 2026-09-17, each with the original PDF and a structured, section-by-section Markdown analysis (research problem, prior work, method, math, experiments, strengths & weaknesses, …). Includes a self-contained Apple-style HTML browser (index.html).
🔑 Browse by meeting (Data Viewer subsets)
The Dataset Viewer above has a subset dropdown keyed by… See the full description on the dataset page: https://huggingface.co/datasets/yufan/recsys-papers-2025-2026.NIPS-2020-Accepted-Papers
Neural Information Processing Systems NeurIPS 2020 Accepted Paper Meta Info Dataset
This dataset is collected from the NeurIPS 2020 Advances in Neural Information Processing Systems 35 conference accepted paper (https://papers.nips.cc/paper_files/paper/2020) as well as the arxiv website DeepNLP paper arxiv (http://www.deepnlp.org/content/paper/nips2020). For researchers who are interested in doing analysis of NIPS 2020 accepted papers and potential research trends, you can use the… See the full description on the dataset page: https://huggingface.co/datasets/DeepNLP/NIPS-2020-Accepted-Papers.neurips-2025-papers
NeurIPS 2025 Papers Dataset
This dataset contains all accepted papers from NeurIPS 2025, scraped from OpenReview.
Dataset Statistics
Overview
Total Papers: 5772
Unique Paper IDs: 5772
✅ No duplicate IDs
Track Distribution
Main Track: 5,275 papers (91.4%)
Datasets and Benchmarks Track: 497 papers (8.6%)
Award Distribution
Poster: 4,949 papers (85.7%)
Oral: 84 papers (1.5%)
Spotlight: 739 papers (12.8%)
Track × Award… See the full description on the dataset page: https://huggingface.co/datasets/huyxdang/neurips-2025-papers.deshuffle-papers-v1-corpus
Deshuffle Papers v1 Corpus
Private runtime corpus for deshuffle_papers_v1.
1,000 unique papers: 500 arXiv and 500 bioRxiv
Licenses: 983 CC BY 4.0, 17 CC0 1.0
Canonical file: corpus.jsonl
JSONL SHA-256: 4cdb694b600c422412efde6a392032cb1752773b58c76829ba574f28a95d569a
Record order is part of the environment's deterministic task definition and must be preserved.
Each row records source metadata and ordered heading/para blocks. Source-specific license and URL metadata are retained… See the full description on the dataset page: https://huggingface.co/datasets/PrimeIntellect/deshuffle-papers-v1-corpus.gspc-papers
Regulatory clock — dated AI-governance obligations
The regulatory clock. regulatory_clock.json lists every dated AI-governance obligation
between 2026-08-05 and 2028-12-31, geocoded to the seat of the instrument, each carrying a confidence grade
stated in the file — A = primary text, B = multiple independent expert sources, C = single or
weak source, verify before relying. Where sources disagree the dispute is recorded in resolved_disputes
with the answer and the reasoning… See the full description on the dataset page: https://huggingface.co/datasets/csoai/gspc-papers.ICLR2024-papersCVPR_Papers
CVPR Papers
Since 2013, deep learning has revolutionized computer vision, with CVPR (IEEE Conference on Computer Vision and Pattern Recognition) serving as the premier venue documenting this transformative journey. From AlexNet's breakthrough to the rise of Transformers, CVPR papers chronicle the complete trajectory of computer vision advancement.
CVPR Papers is a comprehensive dataset containing all papers from CVPR 2013 to present, including metadata and… See the full description on the dataset page: https://huggingface.co/datasets/choucsan/CVPR_Papers.ICML-2024-Accepted-Papers
ICML 2024 International Conference on Machine Learning 2024 Accepted Paper Meta Info Dataset
This dataset is collect from the ICML 2024 OpenReview website (https://openreview.net/group?id=ICML.cc/2024/Conference#tab-accept-oral) as well as the arxiv website DeepNLP paper arxiv (http://www.deepnlp.org/content/paper/icml2024). For researchers who are interested in doing analysis of ICML 2024 accepted papers and potential trends, you can use the already cleaned up json files.
Each row… See the full description on the dataset page: https://huggingface.co/datasets/DeepNLP/ICML-2024-Accepted-Papers.iclr-rejected-papers-with-code-1k
Rejected ICLR Papers with Reviews and Code
This dataset contains 1,000 rejected ICLR submissions from 2018–2026. Each row
has the OpenReview submission metadata and reviews, the rejected submission PDF,
and a commit-pinned archive of a matched public GitHub repository.
This collection was built directly from OpenReview. It does not use a
third-party ICLR review dataset.
Project repository: TheAppliedScientist
Contents
1,000 unique rejected OpenReview submissions… See the full description on the dataset page: https://huggingface.co/datasets/Vidushee/iclr-rejected-papers-with-code-1k.scientific_papers-archive
Dataset Card for "scientific_papers"
Dataset Summary
Scientific papers datasets contains two sets of long and structured documents.
The datasets are obtained from ArXiv and PubMed OpenAccess repositories.
Both "arxiv" and "pubmed" have two features:
article: the body of the document, paragraphs separated by "/n".
abstract: the abstract of the document, paragraphs separated by "/n".
section_names: titles of sections, separated by "/n".
Supported Tasks and… See the full description on the dataset page: https://huggingface.co/datasets/scillm/scientific_papers-archive.ICLR-2023-Accepted-Papers
ICLR 2023 International Conference on Learning Representations 2023 Accepted Paper Meta Info Dataset
This dataset is collect from the ICLR 2023 OpenReview website (https://openreview.net/group?id=ICLR.cc/2023/Conference#tab-accept-oral) as well as the arxiv website DeepNLP paper arxiv (http://www.deepnlp.org/content/paper/iclr2023). For researchers who are interested in doing analysis of ICLR 2023 accepted papers and potential trends, you can use the already cleaned up json files.… See the full description on the dataset page: https://huggingface.co/datasets/DeepNLP/ICLR-2023-Accepted-Papers.scientific_papers_DANCERICCV_Papers
ICCV Papers
ICCV (International Conference on Computer Vision) is one of the most prestigious conferences in computer vision, held biennially since 1987. Along with CVPR and ECCV, it forms the top-tier venues for computer vision research. ICCV papers have contributed groundbreaking work in areas such as object detection, image segmentation, 3D reconstruction, and video understanding.
ICCV Papers is a comprehensive dataset containing all papers from ICCV 2013… See the full description on the dataset page: https://huggingface.co/datasets/choucsan/ICCV_Papers.tsiolkovsky-papers
Tsiolkovsky Papers: the complete personal archive as a machine-readable corpus
Machine transcriptions of all 51,008 sheets of fond 555 of the Archive of the
Russian Academy of Sciences — the personal archive of Konstantin Tsiolkovsky
(1857–1935), who derived the rocket equation and described the multistage rocket
decades before anyone could test either.
The archive had been scanned and put online, but without a catalogue you could
query, full-text search, or a dataset. This is… See the full description on the dataset page: https://huggingface.co/datasets/vladimirbesk/tsiolkovsky-papers.gushiwen
古诗文网数据集
数据来源古诗文网,433841条古诗文数据,数据字段直接从网站导出。
NIPS-2022-Accepted-Papers
NeurIPS 2022 Accepted Paper Meta Info Dataset
This dataset is collected from the NeurIPS 2022 Advances in Neural Information Processing Systems 35 conference accepted paper (https://papers.nips.cc/paper_files/paper/2023) as well as the arxiv website DeepNLP paper arxiv (http://www.deepnlp.org/content/paper/nips2022). For researchers who are interested in doing analysis of NIPS 2022 accepted papers and potential research trends, you can use the already cleaned up json file in the… See the full description on the dataset page: https://huggingface.co/datasets/DeepNLP/NIPS-2022-Accepted-Papers.papers
Hugging Face Ethics & Society Papers
This is an incomplete list of ethics-related papers published by researchers at Hugging Face.
Gradio: https://arxiv.org/abs/1906.02569
DistilBERT: https://arxiv.org/abs/1910.01108
RAFT: https://arxiv.org/abs/2109.14076
Interactive Model Cards: https://arxiv.org/abs/2205.02894
Data Governance in the Age of Large-Scale Data-Driven Language Technology: https://arxiv.org/abs/2206.03216
Quality at a Glance: https://arxiv.org/abs/2103.12028
A… See the full description on the dataset page: https://huggingface.co/datasets/society-ethics/papers.papers
📚 Authoritative AI Research & Projects Report
Generated: 2026-05-17 16:16:40 UTC
Repository Destination: aoiandroid/papers
🏆 Top Hugging Face Daily Papers
Curated list of the most highly upvoted recent research papers on Hugging Face Hub.
[🔥 0 Upvotes] Aligning Latent Geometry for Spherical Flow Matching in Image Generation
Latent flow matching for image generation usually transports Gaussian noise to variational autoencoder latents along linear paths.… See the full description on the dataset page: https://huggingface.co/datasets/aoiandroid/papers.paper-spec-corpus
Paper Spec specification corpus
A frozen snapshot of the paper.yaml specification corpus analysed in Machine-readable
specification of the claims, acceptance criteria and dependencies of scientific papers
(Zharnikov, 2026).
Each file specifies one paper's claims, methodology, acceptance criteria, dependencies and
limitations in Paper Spec v0.1.0 — a YAML format that sits beside a paper rather than replacing it.
What is here
path
contents
examples/
27… See the full description on the dataset page: https://huggingface.co/datasets/spectralbranding/paper-spec-corpus.AIConfAI-Conf will Collection Papers of CVPR、ACL、AAAI、ICLR etc.
ICLR-2024-Accepted-Papers
ICLR 2024 International Conference on Learning Representations 2024 Accepted Paper Meta Info Dataset
This dataset is collect from the ICLR 2024 OpenReview website (https://openreview.net/group?id=ICLR.cc/2024/Conference#tab-accept-oral) as well as the arxiv website DeepNLP paper arxiv (http://www.deepnlp.org/content/paper/iclr2024). For researchers who are interested in doing analysis of ICLR 2024 accepted papers and potential trends, you can use the already cleaned up json files.… See the full description on the dataset page: https://huggingface.co/datasets/DeepNLP/ICLR-2024-Accepted-Papers.ICLR-2022-Accepted-Papers
ICLR 2022 International Conference on Learning Representations 2022 Accepted Paper Meta Info Dataset
This dataset is collect from the ICLR 2022 OpenReview website (https://openreview.net/group?id=ICLR.cc/2022/Conference#tab-accept-oral) as well as the arxiv website DeepNLP paper arxiv (http://www.deepnlp.org/content/paper/iclr2022). For researchers who are interested in doing analysis of ICLR 2022 accepted papers and potential trends, you can use the already cleaned up json files.… See the full description on the dataset page: https://huggingface.co/datasets/DeepNLP/ICLR-2022-Accepted-Papers.xi_talk
习近平系列重要讲话数据库
数据截止至 2025.3.23
ICLR-2021-Accepted-Papers
ICLR 2021 International Conference on Learning Representations 2021 Accepted Paper Meta Info Dataset
This dataset is collect from the ICLR 2021 OpenReview website (https://openreview.net/group?id=ICLR.cc/2021/Conference#tab-accept-oral) as well as the arxiv website DeepNLP paper arxiv (http://www.deepnlp.org/content/paper/iclr2021). For researchers who are interested in doing analysis of ICLR 2021 accepted papers and potential trends, you can use the already cleaned up json files.… See the full description on the dataset page: https://huggingface.co/datasets/DeepNLP/ICLR-2021-Accepted-Papers.ACG-SimpleQA
ACG-SimpleQA
🌐 Website •
🤗 Hugging Face
中文 | English
ACG-SimpleQA is an objective knowledge question-answering dataset focused on the Chinese ACG (Animation, Comic, Game) domain, containing 4242 auto-generated carefully designed QA samples. This benchmark aims to evaluate large language models' factual capabilities in the ACG culture domain, featuring Chinese language, diversity, high quality, static answers, and easy evaluation.
📢 Latest Updates… See the full description on the dataset page: https://huggingface.co/datasets/Papersnake/ACG-SimpleQA.
