monica-sekoyan commited on
Commit
3e3e2f9
·
verified ·
1 Parent(s): b4dd202

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +79 -68
README.md CHANGED
@@ -1,73 +1,84 @@
1
  ---
2
  dataset_info:
3
  features:
4
- - name: id
5
- dtype: string
6
- - name: split
7
- dtype: string
8
- - name: image
9
- dtype: image
10
- - name: image_path
11
- dtype: string
12
- - name: question
13
- dtype: string
14
- - name: answer
15
- dtype: string
16
- - name: text_only_question
17
- dtype: string
18
- - name: trivial_text_only_question
19
- dtype: string
20
- - name: hour
21
- dtype: int32
22
- - name: minute
23
- dtype: int32
24
- - name: second
25
- dtype: int32
26
- - name: show_second_hand
27
- dtype: bool
28
- - name: answer_format
29
- dtype: string
30
- - name: style_name
31
- dtype: string
32
- - name: theme
33
- dtype: string
34
- - name: resolution
35
- list: int32
36
- - name: width
37
- dtype: int32
38
- - name: height
39
- dtype: int32
40
- - name: layout
41
- dtype: string
42
- - name: dial_shape
43
- dtype: string
44
- - name: hour_deg
45
- dtype: float32
46
- - name: minute_deg
47
- dtype: float32
48
- - name: second_deg
49
- dtype: float32
50
- - name: metadata_json
51
- dtype: string
52
  splits:
53
- - name: train
54
- num_bytes: 719703991
55
- num_examples: 5000
56
- - name: dev
57
- num_bytes: 45182270
58
- num_examples: 300
59
- - name: test
60
- num_bytes: 75768209
61
- num_examples: 500
62
- download_size: 834158855
63
- dataset_size: 840654470
64
- configs:
65
- - config_name: default
66
- data_files:
67
- - split: train
68
- path: data/train-*
69
- - split: dev
70
- path: data/dev-*
71
- - split: test
72
- path: data/test-*
73
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  dataset_info:
3
  features:
4
+ - name: image
5
+ dtype: image
6
+ - name: question
7
+ dtype: string
8
+ - name: answer
9
+ dtype: string
10
+ - name: text_only_question
11
+ dtype: string
12
+ - name: trivial_text_only_question
13
+ dtype: string
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  splits:
15
+ - name: train
16
+ num_examples: 5000
17
+ - name: dev
18
+ num_examples: 300
19
+ - name: test
20
+ num_examples: 500
21
+ task_categories:
22
+ - visual-question-answering
23
+ - image-to-text
24
+ language:
25
+ - en
26
+ pretty_name: MeasureBenchClock-Diverse-Synthetic
 
 
 
 
 
 
 
 
27
  ---
28
+
29
+ # MeasureBenchClock-Diverse-Synthetic
30
+
31
+ MeasureBenchClock-Diverse-Synthetic is a synthetic analog clock-reading dataset generated using a modified and diversified version of the MeasureBench clock-generation code.
32
+
33
+ This dataset is intended for supervised finetuning and reinforcement-learning experiments on analog-clock reading. It is not an official MeasureBench release.
34
+
35
+ ## Generation
36
+
37
+ Images are generated using a configurable synthetic analog clock renderer. The generator varies resolution, clock placement, dial shape, color palette, background, hand styles, tick marks, numerals, second-hand visibility, and clock layout.
38
+
39
+ ## Answer policy
40
+
41
+ If the second hand is visible, the answer is given in 12-hour `H:MM:SS` format.
42
+
43
+ If the second hand is not visible, the answer is given as the nearest minute in 12-hour `H:MM` format. Hidden seconds may still affect the rendered hour and minute hand positions, but the model is not asked to predict hidden seconds.
44
+
45
+ No interval labels are used.
46
+
47
+ ## Fields
48
+
49
+ - `id`: Unique sample ID.
50
+ - `split`: Dataset split.
51
+ - `image`: Generated clock image.
52
+ - `image_path`: Relative path to the generated PNG.
53
+ - `question`: Image-based clock-reading prompt.
54
+ - `answer`: Gold answer string.
55
+ - `text_only_question`: Angle-based text-only version of the question.
56
+ - `trivial_text_only_question`: Tick-position text-only version of the question.
57
+ - `hour`, `minute`, `second`: Underlying rendered time.
58
+ - `show_second_hand`: Whether the second hand is visible.
59
+ - `answer_format`: Either `H:MM:SS` or `H:MM`.
60
+ - `style_name`: High-level generator style.
61
+ - `theme`: Sampled visual theme.
62
+ - `layout`: Clock placement layout.
63
+ - `dial_shape`: Dial shape.
64
+ - `width`, `height`: Image resolution.
65
+ - `hour_deg`, `minute_deg`, `second_deg`: Hand angles in degrees clockwise from 12 o'clock.
66
+ - `metadata_json`: Additional generator metadata serialized as JSON.
67
+
68
+ ## Intended use
69
+
70
+ This dataset is intended for training and evaluating models on analog-clock reading, especially for experiments involving synthetic data, supervised finetuning, multimodal reasoning, and follow-up RL training.
71
+
72
+ ## Limitations
73
+
74
+ The images are synthetic and may not fully match real-world clock photos. Some visual styles are deliberately diverse to improve robustness, but the dataset should not be treated as a substitute for real clock images.
75
+
76
+ ## Showcase
77
+
78
+ The following showcase contains 50 generated clocks sampled from the configured YAML generation settings.
79
+
80
+ ![50 generated analog clock samples](generated_data/clock_showcase.png)
81
+
82
+ The following smaller showcase contains 4 generated clocks with the corresponding text-only questions displayed under each image.
83
+
84
+ ![Generated analog clock samples with text-only questions](generated_data/clock_showcase_with_questions.png)