File size: 2,118 Bytes
75f1ee6
 
3ca3a6f
 
2a37caa
75f1ee6
2a37caa
 
 
 
 
3ca3a6f
2a37caa
 
 
 
75f1ee6
 
 
 
 
 
 
 
 
 
 
 
 
2a37caa
75f1ee6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2a37caa
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
pretty_name: SimplexTasks-12-data
license: other
task_categories:
- other
tags:
- conformal-prediction
- uncertainty-estimation
- simplex
- benchmark
- task-collection
configs:
- config_name: tasks
  data_files:
  - split: train
    path: data/viewer/tasks.jsonl
---

# SimplexTasks-12-data

Dataset-style artifact for the SimplexUQ benchmark.

This bundle is artifact-first. Its primary contents are:

- `task_cards/` with one card per synthetic or real task
- `configs/` with method specs, benchmark task specs, and split policies
- `data/synthetic/` with frozen synthetic benchmark arrays
- `data/derived/` with frozen real-task derived arrays
- `data/summaries/` with metric summaries and figure/table inputs
- `data/viewer/tasks.jsonl` as the flat table used by the Hugging Face Dataset Viewer
- `docs/` with provenance, restricted-asset notes, and reviewer quickstart

The benchmark is designed to run on frozen derived arrays and fixed predictor
outputs. Restricted raw assets are intentionally excluded.

## Top-Level Files

- `BENCHMARK_PROTOCOL.md`
- `EVALUATION_PROTOCOL.md`
- `ASSET_PROVENANCE_AND_TERMS.md`
- `COMPUTE_ENV.md`
- `REPRODUCIBILITY.md`
- `MANIFEST.json`
- `VALIDATION_REPORT.json`

## Real-Task Derived Data

- `data/derived/cifar10_softmax/`
- `data/derived/topics_20newsgroups/`
- `data/derived/samson_unmixing/`
- `data/derived/pbmc_pseudobulk/`
- `data/derived/utkface_ldl/`
- `data/derived/affectivetext/`

## Synthetic Data

- `data/synthetic/D1/`
- `data/synthetic/D2/`
- `data/synthetic/D3/`
- `data/synthetic/D4/`
- `data/synthetic/D5/`
- `data/synthetic/D6/`

## Important Release Rule

The benchmark consumes frozen `(Y, U)` arrays, task-specific strata metadata,
and release notes for restricted assets. It is not a raw-data mirror.

## Hugging Face Dataset Viewer

The viewer-facing dataset is intentionally limited to `data/viewer/tasks.jsonl`.
This flat JSONL table summarizes the 12 task cards with a uniform schema. The
other JSON, JSONL, CSV, and NumPy files in this repository are artifact inputs
for reproduction and should not be mixed into the Dataset Viewer table.