datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
reviewarena
ReviewArena
ReviewArena accompanies the NeurIPS Evaluations & Datasets submission ReviewArena: A Large-Scale Cross-Conference Dataset and Benchmark for LLM Peer Review.
This release is a large, multi-conference corpus of peer-reviewed papers + their reviews + author rebuttals + acceptance decisions, harvested from OpenReview and aligned with OCR'd full-text markdown of each paper PDF where available.
51,529 papers
196,099 reviews
558,785 OCR'd PDF pages (markdown inlined… See the full description on the dataset page: https://huggingface.co/datasets/Samarth0710/reviewarena.reviewbench
ReviewBench
A large, multi-conference corpus of peer-reviewed papers + their reviews + author rebuttals + acceptance decisions, harvested from OpenReview and aligned with OCR'd full-text markdown of every paper.
51,529 papers
196,099 reviews
558,785 OCR'd PDF pages (markdown inlined per row)
7 conferences, 22 venue/year combinations, 2020 – 2026
from datasets import load_dataset
ds = load_dataset("/reviewbench")
print(ds)
# DatasetDict({
# neurips: Dataset(num_rows=...)# iclr:… See the full description on the dataset page: https://huggingface.co/datasets/Samarth0710/reviewbench.traceforge-v1
TraceForge Coding-Agent Dataset
A dataset of real coding-agent conversations (Claude Code, Cursor, Copilot CLI, and
others) standardized into a ShareGPT / OpenAI-chat format with tool calls, built with
TraceForge.
Dataset structure
Each record:
{
"conversations": [
{"role": "user", "content": "..."},
{"role": "assistant", "content": "..."},
{"role": "assistant", "content": "", "tool_call": {"name": "edit_file", "arguments": {"path": "utils.py"}}}… See the full description on the dataset page: https://huggingface.co/datasets/Samarth0710/traceforge-v1.
