Datasets:
Delete metadata/schema.md
Browse files- metadata/schema.md +0 -44
metadata/schema.md
DELETED
|
@@ -1,44 +0,0 @@
|
|
| 1 |
-
|
| 2 |
-
# Schema
|
| 3 |
-
|
| 4 |
-
## Public QA fields
|
| 5 |
-
|
| 6 |
-
- `item_id`: Stable public item identifier.
|
| 7 |
-
- `split`: `eval` or `sft`.
|
| 8 |
-
- `source`: `GM-100`, `RH20T`, `REASSEMBLE`, or `AIST-Bimanual`.
|
| 9 |
-
- `source_slug`: Short source slug used in release-relative references.
|
| 10 |
-
- `source_task_id`: Source-side task identifier without local paths.
|
| 11 |
-
- `source_unit_type`: Split-isolation unit type, e.g. `episode` or `recording`.
|
| 12 |
-
- `source_unit_id`: Public unit identifier without local paths.
|
| 13 |
-
- `task_id`: Canonical paper task ID `T1` ... `T12`.
|
| 14 |
-
- `task_name`: Canonical paper task name.
|
| 15 |
-
- `task_type_legacy`: Legacy engineering task name when it differs from paper naming.
|
| 16 |
-
- `input_type`: Public input format description.
|
| 17 |
-
- `question`: Public question text.
|
| 18 |
-
- `choice_A` ... `choice_F`: Flattened answer choices.
|
| 19 |
-
- `answer`: Public answer label in the release schema.
|
| 20 |
-
- `answer_text`: Public answer text mapped from `answer`.
|
| 21 |
-
- `num_choices`: Number of non-null answer choices.
|
| 22 |
-
- `num_frames`: Number of referenced frames.
|
| 23 |
-
- `frame_indices_json`: JSON-encoded frame indices.
|
| 24 |
-
- `display_labels_json`: JSON-encoded panel labels such as `["X", "Y"]` or `["X", "Z", "Y"]`.
|
| 25 |
-
- `camera`: Source camera identifier when available.
|
| 26 |
-
- `arm_type`: Source-side arm configuration tag when available.
|
| 27 |
-
- `visual_ref`: Release-relative visual reference string. This is not a local filesystem path.
|
| 28 |
-
- `source_episode_ref`: Release-relative source unit reference.
|
| 29 |
-
- `reconstruction_key_json`: Minimal JSON payload needed to reconstruct the sample with upstream data and source-specific scripts.
|
| 30 |
-
- `task_meta_in_source`: Whether source-side task metadata/context exists upstream.
|
| 31 |
-
- `task_meta_public`: Always `false` in this release build. Separate structured task-meta fields are intentionally withheld.
|
| 32 |
-
- `split_version`: Current split version.
|
| 33 |
-
- `split_group_id`: Source-side split group identifier.
|
| 34 |
-
- `builder_version`: Public builder version tag.
|
| 35 |
-
- `prompt_version`: Public prompt-serialization version tag.
|
| 36 |
-
- `sft_target`: SFT-only supervised target string. Present only in `processdata_sft.*`.
|
| 37 |
-
|
| 38 |
-
## Notes
|
| 39 |
-
|
| 40 |
-
- `T5` is equivalent to `T_progress`.
|
| 41 |
-
- `T8` is equivalent to `T_temporal`.
|
| 42 |
-
- `T9` is equivalent to `T_binary`.
|
| 43 |
-
- `T8` is normalized into six explicit permutation choices so the public table remains flat and Parquet-friendly.
|
| 44 |
-
- `T9` is normalized to `A/B` choices even when the source data originally used `X/Y`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|