datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
bottleneck-oracle-graphsgraphcontainer-graphs
GraphContainer Graph Artifacts
Overview
This repository contains preconstructed graph artifacts released with GraphContainer: A Unified Platform for Comparing and Debugging Graph RAG Methods.
Links:
Paper: https://arxiv.org/abs/2607.19362
Hugging Face paper page: https://huggingface.co/papers/2607.19362
Code: https://github.com/asmath472/GraphContainer
YouTube demo: https://youtu.be/O02eNJLwkU0
The Hugging Face datasets interface loads the artifact catalog in… See the full description on the dataset page: https://huggingface.co/datasets/hchaejeong/graphcontainer-graphs.Z3-Verified-Reasoning-Graphs
Z3-Verified Constraint Reasoning Dataset
5k Baseline · Production-Ready · Zero Label Noise
The Problem This Solves
Most synthetic reasoning datasets only show the "happy path". Real reasoning requires knowing when to backtrack.
Open-source LLMs hallucinate on constraint satisfaction problems because they are trained on fluent-sounding but logically inconsistent traces. This dataset is different:
❌ No LLM-generated reasoning — zero hallucinations, zero label noise
✅… See the full description on the dataset page: https://huggingface.co/datasets/nagygabor/Z3-Verified-Reasoning-Graphs.discrete_prompting_scene_graphsphase1-graphs
Phase 1 Graphs
Graphs used in Phase 1
Data Card
Field
Type
Description
graph_id
string
Unique identifier for the graph
adjacency_matrix
List[List[int]]
NxN binary adjacency matrix where A[i,j]=1 means i→j
num_nodes
int
Number of nodes in the DAG
num_edges
int
Number of edges in the DAG
density
float
Graph density (edges / max_possible_edges)
method
string
Graph generation method (e.g., "PA", "ER")
Graph Generation Settings
Generation… See the full description on the dataset page: https://huggingface.co/datasets/CSE472-blanket-challenge/phase1-graphs.final-graphs
Dataset: final-graphs
This dataset has been uploaded to HuggingFace Hub.
phase3-graphs
Phase 3 Graphs
Graphs used in Phase 3
Data Card
Field
Type
Description
graph_id
string
Unique identifier for the graph
adjacency_matrix
List[List[int]]
NxN binary adjacency matrix where A[i,j]=1 means i→j
num_nodes
int
Number of nodes in the DAG
num_edges
int
Number of edges in the DAG
density
float
Graph density (edges / max_possible_edges)
method
string
Graph generation method (e.g., "PA", "ER")
Graph Generation Settings
Generation… See the full description on the dataset page: https://huggingface.co/datasets/CSE472-blanket-challenge/phase3-graphs.SCOPE-3D-claim-graphs
SCOPE-3D Expert-Reviewed MVSA Claim Graphs
This repository hosts the final manually corrected MVSA claim graphs used by
SCOPE-3D to build the MVScanQA-SCOPE training and validation splits.
Files
claim_graphs/mvscanqa_train_claims.final_clean.jsonl: 7,875 train questions.
claim_graphs/mvscanqa_val_claims.final_clean.jsonl: 2,229 validation questions.
claim_graphs/SHA256SUMS: checksums used by the project download script.
Each JSONL record contains the original… See the full description on the dataset page: https://huggingface.co/datasets/SanGibb02/SCOPE-3D-claim-graphs.
