CoolFace
3 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01Samarth0710 /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.tabulartext-generation10K<n<100K2 likes517 downloads3mo agoHugging Face02Samarth0710 /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.tabulartext-generation10K<n<100K0 likes300 downloads5mo agoHugging Face03Samarth0710 /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.texttext-generationn<1K0 likes38 downloads4mo agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.