xiaoluo11 commited on
Commit
a43e12e
·
verified ·
1 Parent(s): 1eb51e6

Slim public viewer metadata

Browse files
Files changed (1) hide show
  1. README.md +15 -7
README.md CHANGED
@@ -50,25 +50,33 @@ This dataset release contains the frozen 432-sample benchmark build used by the
50
 
51
  ## Data Fields
52
 
53
- Each row in `metadata/formal_all18_432.jsonl` includes:
54
 
55
  - `sample_id`
56
  - `chart_id`
57
  - `chart_type`
 
 
 
 
 
58
  - `difficulty_tier`
 
 
 
 
59
  - `split`
60
- - `values`
61
- - `x_labels`
62
- - `series_labels`
63
  - `annotation`
64
  - `axis_scale`
65
- - `challenge_tags`
66
- - `image_path`
 
67
  - `table_path`
68
  - `program_path`
69
  - `object_path`
70
 
71
- The `*_original` fields keep the original local source paths for auditability.
72
 
73
  ## Notes
74
 
 
50
 
51
  ## Data Fields
52
 
53
+ The public Hugging Face viewer layout in `hf_viewer/{train,validation,test}/metadata.jsonl` keeps a slimmer schema:
54
 
55
  - `sample_id`
56
  - `chart_id`
57
  - `chart_type`
58
+ - `chart_group`
59
+ - `image_path`
60
+ - `values`
61
+ - `n_series`
62
+ - `n_points`
63
  - `difficulty_tier`
64
+ - `difficulty_components`
65
+ - `challenge_tags`
66
+ - `source_kind`
67
+ - `layout_family`
68
  - `split`
69
+ - `suite_id`
 
 
70
  - `annotation`
71
  - `axis_scale`
72
+ - `x_labels`
73
+ - `series_labels`
74
+ - `candidate_pool`
75
  - `table_path`
76
  - `program_path`
77
  - `object_path`
78
 
79
+ The canonical audit manifest remains available in `metadata/formal_all18_432.jsonl`, including the original local-path provenance fields.
80
 
81
  ## Notes
82