VeriScope / DATASET_STRUCTURE.md
zwpride's picture
Upload folder using huggingface_hub
91024fe verified

Dataset Structure

Atomic unit

The atomic unit is one problem bundle.

Each bundle should contain:

  • problem.md
  • config.yaml
  • testbench.v

The default public release excludes reference.v.

Example layout

bundles/
├── L1_basic/
│   ├── problem_0001/
│   └── ...
├── L2_sequential/
├── L3_module/
├── L4_system/
└── L5_ultimate/

Release notes

Before publishing, update this file with:

  • final problem count
  • exact level names
  • whether a separate validation package includes reference.v
  • any held-out or omitted assets