Dataset Viewer
Auto-converted to Parquet Duplicate
images
images listlengths
2
34
data_source
stringclasses
1 value
reward_model
dict
extra_info
dict
prompt
listlengths
2
2
ability
stringclasses
15 values
env_name
stringclasses
1 value
refchartqa
{ "ground_truth": "41" }
{ "answer": "41", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "machine", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 29, "w": 287, "x": 359, "y": 42 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_4", "label": "41", "mini_sampling_seed": 42, "original_id": "RefChartQA_machine_train_2836", "question": "How much did GenMark Diagnostics' share price increase after the EUA?", "question_id": "refchartqa_4", "response": "", "target_instances": [ { "bbox": [ 359, 42, 287, 29 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_trend_analysis
visual_toolbox_v2
refchartqa
{ "ground_truth": "Total" }
{ "answer": "Total", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 341, "w": 146, "x": 546, "y": 97 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_7", "label": "Total", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_19398", "question": "In which Characteristic was the value of Sales in million units maximum?", "question_id": "refchartqa_7", "response": "<comment># Get the names of all 'Characteristic', set to X</comment>\n<step>X=['Conventional toaster ovens', 'Convection toaster ovens', 'Total']</step>\n<comment># Get all the values of 'Sales in million units', set to Y</comment>\n<step>Y=[7.03, 3.4, 10.43]</step>\n<comment># Get the index that maximize Y, set to MaxIndex</comment>\n<step>MaxIndex=np.argmax(Y)</step>\n<comment># Get the value of X at position MaxIndex, set to Answer</comment>\n<step>Answer=np.array(X)[MaxIndex]</step>", "target_instances": [ { "bbox": [ 546, 97, 146, 341 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_extrema
visual_toolbox_v2
refchartqa
{ "ground_truth": "10700" }
{ "answer": "10700", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 26, "w": 473, "x": 178, "y": 41 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_12", "label": "10700", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_18575", "question": "Across all Characteristic , what is the maximum number in Insured losses in 2018 million U.S. dollars?", "question_id": "refchartqa_12", "response": "<comment># Get all the values of 'Insured losses in 2018 million U.S. dollars', set to Y</comment>\n<step>Y=[10700, 9800, 5100, 4700, 3600, 2900, 1600, 1500, 1400, 1300]</step>\n<comment># Get the maximum value in Y, set to Answer</comment>\n<step>Answer=np.max(Y)</step>", "target_instances": [ { "bbox": [ 178, 41, 473, 26 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_extrema
visual_toolbox_v2
refchartqa
{ "ground_truth": "Bengaluru" }
{ "answer": "Bengaluru", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 44, "w": 514, "x": 104, "y": 44 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_19", "label": "Bengaluru", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_24812", "question": "In which Characteristic was the value of Decline in Air Quality Index maximum?", "question_id": "refchartqa_19", "response": "<comment># Get the names of all 'Characteristic', set to X</comment>\n<step>X=['Bengaluru', 'Delhi', 'Chennai', 'Hyderabad', 'Mumbai', 'Kolkata']</step>\n<comment># Get all the values of 'Decline in Air Quality Index', set to Y</comment>\n<step>Y=[51.0, 50.0, 35.0, 32.0, 27.0, 20.0]</step>\n<comment># Get the index that maximize Y, set to MaxIndex</comment>\n<step>MaxIndex=np.argmax(Y)</step>\n<comment># Get the value of X at position MaxIndex, set to Answer</comment>\n<step>Answer=np.array(X)[MaxIndex]</step>", "target_instances": [ { "bbox": [ 104, 44, 514, 44 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_extrema
visual_toolbox_v2
refchartqa
{ "ground_truth": "14.9" }
{ "answer": "14.9", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "machine", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 25, "w": 157, "x": 75, "y": 40 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_32", "label": "14.9", "mini_sampling_seed": 42, "original_id": "RefChartQA_machine_train_1375", "question": "Influenza and pneumonia caused how many deaths per 100,000 people in the U.S. in 2018?", "question_id": "refchartqa_32", "response": "", "target_instances": [ { "bbox": [ 75, 40, 157, 25 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_counting
visual_toolbox_v2
refchartqa
{ "ground_truth": "34" }
{ "answer": "34", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 22, "w": 31, "x": 566, "y": 450 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_37", "label": "34", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_23437", "question": "Across all Entity , what is the minimum number in Somewhat?", "question_id": "refchartqa_37", "response": "<comment># Get all the values of 'Somewhat', set to Y</comment>\n<step>Y=[34, 42, 41, 41]</step>\n<comment># Get the minimum value in Y, set to Answer</comment>\n<step>Answer=np.min(Y)</step>", "target_instances": [ { "bbox": [ 566, 450, 31, 22 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_extrema
visual_toolbox_v2
refchartqa
{ "ground_truth": "Phase 2" }
{ "answer": "Phase 2", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 298.3650817871094, "w": 366.80792236328125, "x": 192, "y": 151 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_49", "label": "Phase 2", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_16012", "question": "In which Characteristic was the number of Proportion of clinical trials maximum?", "question_id": "refchartqa_49", "response": "<comment># Get the names of all 'Characteristic', set to X</comment>\n<step>X=['Phase 1', 'Phase 2', 'Phase 3', 'Phase 4']</step>\n<comment># Get all the values of 'Proportion of clinical trials', set to Y</comment>\n<step>Y=[30.0, 55.0, 7.5, 7.5]</step>\n<comment># Get the index that maximize Y, set to MaxIndex</comment>\n<step>MaxIndex=np.argmax(Y)</step>\n<comment># Get the value of X at position MaxIndex, set to Answer</comment>\n<step>Answer=np.array(X)[MaxIndex]</step>", "target_instances": [ { "bbox": [ 192, 151, 366.80792236328125, 298.3650817871094 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_extrema
visual_toolbox_v2
refchartqa
{ "ground_truth": "5.5" }
{ "answer": "5.5", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 15, "w": 241, "x": 137, "y": 111 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_51", "label": "5.5", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_24258", "question": "Across all Characteristic , what is the maximum value in Five +?", "question_id": "refchartqa_51", "response": "<comment># Get all the values of 'Five +', set to Y</comment>\n<step>Y=[0.0, 5.5]</step>\n<comment># Get the maximum value in Y, set to Answer</comment>\n<step>Answer=np.max(Y)</step>", "target_instances": [ { "bbox": [ 137, 111, 241, 15 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_extrema
visual_toolbox_v2
refchartqa
{ "ground_truth": "11" }
{ "answer": "11", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "human", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 24, "w": 163, "x": 539, "y": 135 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_63", "label": "11", "mini_sampling_seed": 42, "original_id": "RefChartQA_human_train_5798", "question": "How many wearable headsets in 2016?", "question_id": "refchartqa_63", "response": "", "target_instances": [ { "bbox": [ 539, 135, 163, 24 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_counting
visual_toolbox_v2
refchartqa
{ "ground_truth": "30" }
{ "answer": "30", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 8, "w": 14, "x": 90, "y": 234 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_70", "label": "30", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_7513", "question": "What is the difference between the number of Protect the right of Americans to own guns and number of Control gun ownership in 20.0?", "question_id": "refchartqa_70", "response": "<comment># Get the value of 'Protect the right of Americans to own guns' in '20.0', set to Y_1</comment>\n<step>Y_1=30</step>\n<comment># Get the value of 'Control gun ownership' in '20.0', set to Y_2</comment>\n<step>Y_2=0</step>\n<comment># Subtract Y_2 from Y_1, set to Diff</comment>\n<step>Diff=np.subtract(Y_1, Y_2)</step>\n<comment># Calculate the absolute value of D, set to Answer</comment>\n<step>Answer=np.abs(Diff)</step>", "target_instances": [ { "bbox": [ 90, 234, 14, 8 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_counting
visual_toolbox_v2
refchartqa
{ "ground_truth": "Europe" }
{ "answer": "Europe", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 383.0000305175781, "w": 380.8038330078125, "x": 191, "y": 67 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_80", "label": "Europe", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_24159", "question": "Which Characteristic has the Sales per region of 72.6?", "question_id": "refchartqa_80", "response": "<comment># Get the names of all 'Characteristic', set to X</comment>\n<step>X=['Europe', 'Americas', 'Asia']</step>\n<comment># Get all the values of 'Sales per region', set to Y</comment>\n<step>Y=[72.6, 16.5, 10.9]</step>\n<comment># Check whether Y is equal to 72.6 element-wise, set to Equal</comment>\n<step>Equal=np.equal(Y, 72.6)</step>\n<comment># Get indices where condition E is True, set to Index</comment>\n<step>Index=np.where(Equal)[0]</step>\n<comment># Get the value of X at position Index, set to Answer</comment>\n<step>Answer=np.array(X)[Index]</step>", "target_instances": [ { "bbox": [ 191, 67, 380.8038330078125, 383.0000305175781 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_identification
visual_toolbox_v2
refchartqa
{ "ground_truth": "2011" }
{ "answer": "2011", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 317, "w": 42, "x": 123, "y": 121 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_81", "label": "2011", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_22082", "question": "In which Characteristic was the value of Export value in million GBP maximum?", "question_id": "refchartqa_81", "response": "<comment># Get the names of all 'Characteristic', set to X</comment>\n<step>X=['2020*', '2019', '2018', '2017', '2016', '2015', '2014', '2013', '2012', '2011']</step>\n<comment># Get all the values of 'Export value in million GBP', set to Y</comment>\n<step>Y=[18382, 39112, 37854, 37795, 36590, 37432, 35679, 35324, 38117, 40467]</step>\n<comment># Get the index that maximize Y, set to MaxIndex</comment>\n<step>MaxIndex=np.argmax(Y)</step>\n<comment># Get the value of X at position MaxIndex, set to Answer</comment>\n<step>Answer=np.array(X)[MaxIndex]</step>", "target_instances": [ { "bbox": [ 123, 121, 42, 317 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_extrema
visual_toolbox_v2
refchartqa
{ "ground_truth": "29.42" }
{ "answer": "29.42", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 297, "w": 73, "x": 530, "y": 102 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_82", "label": "29.42", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_2121", "question": "Across all Characteristic , what is the maximum value in Number of viewers in million?", "question_id": "refchartqa_82", "response": "<comment># Get all the values of 'Number of viewers in million', set to Y</comment>\n<step>Y=[2.91, 29.42, 4.5, 4.6, 6.54, 26.0]</step>\n<comment># Get the maximum value in Y, set to Answer</comment>\n<step>Answer=np.max(Y)</step>", "target_instances": [ { "bbox": [ 530, 102, 73, 297 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_extrema
visual_toolbox_v2
refchartqa
{ "ground_truth": "236" }
{ "answer": "236", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "machine", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 231, "w": 26, "x": 509, "y": 207 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_85", "label": "236", "mini_sampling_seed": 42, "original_id": "RefChartQA_machine_train_14815", "question": "How many British pound banknotes were in circulation between 2004 and 2020?", "question_id": "refchartqa_85", "response": "", "target_instances": [ { "bbox": [ 509, 207, 26, 231 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_counting
visual_toolbox_v2
refchartqa
{ "ground_truth": "4640" }
{ "answer": "4640", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 292, "w": 61, "x": 120, "y": 131 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_89", "label": "4640", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_10110", "question": "Across all Characteristic , what is the maximum value in Average price in U.S. dollars?", "question_id": "refchartqa_89", "response": "<comment># Get all the values of 'Average price in U.S. dollars', set to Y</comment>\n<step>Y=[4640, 2270, 1570, 1540, 920, 770, 710]</step>\n<comment># Get the maximum value in Y, set to Answer</comment>\n<step>Answer=np.max(Y)</step>", "target_instances": [ { "bbox": [ 120, 131, 61, 292 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_extrema
visual_toolbox_v2
refchartqa
{ "ground_truth": "38.5" }
{ "answer": "38.5", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 315.8399658203125, "w": 173.49996948242188, "x": 231, "y": 81 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_94", "label": "38.5", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_8679", "question": "Across all Characteristic , what is the maximum Share of cats?", "question_id": "refchartqa_94", "response": "<comment># Get all the values of 'Share of cats', set to Y</comment>\n<step>Y=[33.8, 25.7, 38.5, 1.6, 0.5]</step>\n<comment># Get the maximum value in Y, set to Answer</comment>\n<step>Answer=np.max(Y)</step>", "target_instances": [ { "bbox": [ 231, 81, 173.49996948242188, 315.8399658203125 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_extrema
visual_toolbox_v2
refchartqa
{ "ground_truth": "73" }
{ "answer": "73", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 318, "w": 54, "x": 659, "y": 120 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_105", "label": "73", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_31528", "question": "Across all Characteristic , what is the maximum Share of households?", "question_id": "refchartqa_105", "response": "<comment># Get all the values of 'Share of households', set to Y</comment>\n<step>Y=[73.0, 61.0, 56.0, 45.0, 37.0, 30.0, 25.0, 19.0]</step>\n<comment># Get the maximum value in Y, set to Answer</comment>\n<step>Answer=np.max(Y)</step>", "target_instances": [ { "bbox": [ 659, 120, 54, 318 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_extrema
visual_toolbox_v2
refchartqa
{ "ground_truth": "2020" }
{ "answer": "2020", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "machine", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 156, "w": 39, "x": 338, "y": 270 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_109", "label": "2020", "mini_sampling_seed": 42, "original_id": "RefChartQA_machine_train_18440", "question": "What year did Norway's budget balance last in relation to GDP?", "question_id": "refchartqa_109", "response": "", "target_instances": [ { "bbox": [ 338, 270, 39, 156 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_general
visual_toolbox_v2
refchartqa
{ "ground_truth": "Turkey" }
{ "answer": "Turkey", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 49, "w": 69, "x": 242, "y": 350 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_110", "label": "Turkey", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_29957", "question": "Which Characteristic has the Population of 416864?", "question_id": "refchartqa_110", "response": "<comment># Get the names of all 'Characteristic', set to X</comment>\n<step>X=['Total non-western', 'Turkey', 'Morocco', 'Suriname', '(former) Netherlands Antilles and Aruba', 'Other non-western background']</step>\n<comment># Get all the values of 'Population', set to Y</comment>\n<step>Y=[2392060, 416864, 408864, 356402, 166265, 1043665]</step>\n<comment># Check whether Y is equal to 416864 element-wise, set to Equal</comment>\n<step>Equal=np.equal(Y, 416864)</step>\n<comment># Get indices where condition E is True, set to Index</comment>\n<step>Index=np.where(Equal)[0]</step>\n<comment># Get the value of X at position Index, set to Answer</comment>\n<step>Answer=np.array(X)[Index]</step>", "target_instances": [ { "bbox": [ 242, 350, 69, 49 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_identification
visual_toolbox_v2
refchartqa
{ "ground_truth": "54.5" }
{ "answer": "54.5", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "machine", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 145, "w": 44, "x": 675, "y": 113 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_116", "label": "54.5", "mini_sampling_seed": 42, "original_id": "RefChartQA_machine_train_3222", "question": "What percentage of China's value added came from the service sector?", "question_id": "refchartqa_116", "response": "", "target_instances": [ { "bbox": [ 675, 113, 44, 145 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_general
visual_toolbox_v2
refchartqa
{ "ground_truth": "87121" }
{ "answer": "87121", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "machine", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 12, "w": 21, "x": 321, "y": 367 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_143", "label": "87121", "mini_sampling_seed": 42, "original_id": "RefChartQA_machine_train_10704", "question": "How many tourists visited Denmark in April 2020?", "question_id": "refchartqa_143", "response": "", "target_instances": [ { "bbox": [ 321, 367, 21, 12 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_counting
visual_toolbox_v2
refchartqa
{ "ground_truth": "111" }
{ "answer": "111", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "machine", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 28, "w": 385, "x": 224, "y": 41 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_147", "label": "111", "mini_sampling_seed": 42, "original_id": "RefChartQA_machine_train_8045", "question": "How many sexual assault victims per 100,000 people lived in Nunavut in 2016?", "question_id": "refchartqa_147", "response": "", "target_instances": [ { "bbox": [ 224, 41, 385, 28 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_counting
visual_toolbox_v2
refchartqa
{ "ground_truth": "23974" }
{ "answer": "23974", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "machine", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 25, "w": 47, "x": 223, "y": 252 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_148", "label": "23974", "mini_sampling_seed": 42, "original_id": "RefChartQA_machine_train_7843", "question": "What was Japan Tobacco's global net sales in dollars in 2013?", "question_id": "refchartqa_148", "response": "", "target_instances": [ { "bbox": [ 223, 252, 47, 25 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_general
visual_toolbox_v2
refchartqa
{ "ground_truth": "17.95" }
{ "answer": "17.95", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "machine", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 352, "w": 48, "x": 666, "y": 86 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_169", "label": "17.95", "mini_sampling_seed": 42, "original_id": "RefChartQA_machine_train_3013", "question": "How many Facebook users are expected to be in Saudi Arabia by 2025?", "question_id": "refchartqa_169", "response": "", "target_instances": [ { "bbox": [ 666, 86, 48, 352 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_counting
visual_toolbox_v2
refchartqa
{ "ground_truth": "52.3" }
{ "answer": "52.3", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "machine", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 26, "w": 554, "x": 73, "y": 41 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_170", "label": "52.3", "mini_sampling_seed": 42, "original_id": "RefChartQA_machine_train_4927", "question": "What percentage of global websites used a.com top-level domain as of April 2021?", "question_id": "refchartqa_170", "response": "", "target_instances": [ { "bbox": [ 73, 41, 554, 26 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_general
visual_toolbox_v2
refchartqa
{ "ground_truth": "2007" }
{ "answer": "2007", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "human", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 10, "w": 10, "x": 412, "y": 282 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_190", "label": "2007", "mini_sampling_seed": 42, "original_id": "RefChartQA_human_train_5374", "question": "Which year saw the sharpest drop in data value?", "question_id": "refchartqa_190", "response": "", "target_instances": [ { "bbox": [ 412, 282, 10, 10 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_identification
visual_toolbox_v2
refchartqa
{ "ground_truth": "Hershey" }
{ "answer": "Hershey", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 53, "w": 450, "x": 189, "y": 46 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_192", "label": "Hershey", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_7755", "question": "In which Characteristic was the value of Market share maximum?", "question_id": "refchartqa_192", "response": "<comment># Get the names of all 'Characteristic', set to X</comment>\n<step>X=['Hershey', 'Mars', 'Lindt/Ghirardelli/R. Stover', 'Ferrero', 'All other']</step>\n<comment># Get all the values of 'Market share', set to Y</comment>\n<step>Y=[43.3, 29.8, 9.1, 7.0, 10.8]</step>\n<comment># Get the index that maximize Y, set to MaxIndex</comment>\n<step>MaxIndex=np.argmax(Y)</step>\n<comment># Get the value of X at position MaxIndex, set to Answer</comment>\n<step>Answer=np.array(X)[MaxIndex]</step>", "target_instances": [ { "bbox": [ 189, 46, 450, 53 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_extrema
visual_toolbox_v2
refchartqa
{ "ground_truth": "2012" }
{ "answer": "2012", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 11, "w": 16, "x": 198, "y": 181 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_198", "label": "2012", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_14393", "question": "In which Year does the Republican reach the peak?", "question_id": "refchartqa_198", "response": "<comment># Get the names of all 'Year', set to X</comment>\n<step>X=['2006', '2009', '2012']</step>\n<comment># Get all the values of 'Republican', set to Y</comment>\n<step>Y=[-62, 35, 48]</step>\n<comment># Get the index that maximize Y, set to MaxIndex</comment>\n<step>MaxIndex=np.argmax(Y)</step>\n<comment># Get the value of X at position MaxIndex, set to Answer</comment>\n<step>Answer=np.array(X)[MaxIndex]</step>", "target_instances": [ { "bbox": [ 198, 181, 16, 11 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_identification
visual_toolbox_v2
refchartqa
{ "ground_truth": "19" }
{ "answer": "19", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 20, "w": 28, "x": 224, "y": 249 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_212", "label": "19", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_12916", "question": "Across all Entity , what is the maximum Great?", "question_id": "refchartqa_212", "response": "<comment># Get all the values of 'Great', set to Y</comment>\n<step>Y=[6, 19]</step>\n<comment># Get the maximum value in Y, set to Answer</comment>\n<step>Answer=np.max(Y)</step>", "target_instances": [ { "bbox": [ 224, 249, 28, 20 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_extrema
visual_toolbox_v2
refchartqa
{ "ground_truth": "2899.6" }
{ "answer": "2899.6", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 26, "w": 445, "x": 172, "y": 41 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_227", "label": "2899.6", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_34622", "question": "Across all Characteristic , what is the maximum value in Gross revenue in million U.S. dollars?", "question_id": "refchartqa_227", "response": "<comment># Get all the values of 'Gross revenue in million U.S. dollars', set to Y</comment>\n<step>Y=[2899.6, 1079.0, 762.87, 535.31, 506.65, 434.27, 434.27, 267.56, 243.97, 243.19]</step>\n<comment># Get the maximum value in Y, set to Answer</comment>\n<step>Answer=np.max(Y)</step>", "target_instances": [ { "bbox": [ 172, 41, 445, 26 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_extrema
visual_toolbox_v2
refchartqa
{ "ground_truth": "45.53" }
{ "answer": "45.53", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "machine", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 297, "w": 49, "x": 665, "y": 141 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_235", "label": "45.53", "mini_sampling_seed": 42, "original_id": "RefChartQA_machine_train_20329", "question": "What is the estimated number of social network users in South Korea in 2025?", "question_id": "refchartqa_235", "response": "", "target_instances": [ { "bbox": [ 665, 141, 49, 297 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_counting
visual_toolbox_v2
refchartqa
{ "ground_truth": "4.4" }
{ "answer": "4.4", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 69, "w": 49, "x": 100, "y": 369 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_245", "label": "4.4", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_26085", "question": "Across all Characteristic , what is the minimum Market size in billion U.S. dollars?", "question_id": "refchartqa_245", "response": "<comment># Get all the values of 'Market size in billion U.S. dollars', set to Y</comment>\n<step>Y=[21.0, 17.5, 14.5, 12.0, 10.0, 8.3, 6.9, 5.7, 4.4]</step>\n<comment># Get the minimum value in Y, set to Answer</comment>\n<step>Answer=np.min(Y)</step>", "target_instances": [ { "bbox": [ 100, 369, 49, 69 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_extrema
visual_toolbox_v2
refchartqa
{ "ground_truth": "33" }
{ "answer": "33", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 12, "w": 17, "x": 108, "y": 209 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_260", "label": "33", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_23224", "question": "What is the sum of the two largest Ind?", "question_id": "refchartqa_260", "response": "<comment># Get all the values of 'Ind', set to Y</comment>\n<step>Y=[0, 33, 0]</step>\n<comment># Sort Y in ascending order, set to Y</comment>\n<step>Y=np.sort(Y)</step>\n<comment># Get the value of Y at position -1, set to Max1</comment>\n<step>Max1=np.array(Y)[-1]</step>\n<comment># Get the value of Y at position -2, set to Max2</comment>\n<step>Max2=np.array(Y)[-2]</step>\n<comment># Calculate the sum of Max1 and Max2, set to Answer</comment>\n<step>Answer=np.add(Max1, Max2)</step>", "target_instances": [ { "bbox": [ 108, 209, 17, 12 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_extrema
visual_toolbox_v2
refchartqa
{ "ground_truth": "4776239" }
{ "answer": "4776239", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 312, "w": 41, "x": 675, "y": 126 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_276", "label": "4776239", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_25798", "question": "What is the average of Number of households larger than 4758000?", "question_id": "refchartqa_276", "response": "<comment># Get all the values of 'Number of households', set to Y</comment>\n<step>Y=[4776239, 4718271, 4657395, 4593508, 4536214, 4481746, 4432614, 4389007, 4360368, 4345582]</step>\n<comment># Check whether Y is greater than 4758000, set to Greater</comment>\n<step>Greater=np.greater(Y, 4758000)</step>\n<comment># Get indices where condition G is True, set to Indices</comment>\n<step>Indices=np.where(Greater)[0]</step>\n<comment># Get the value of Y at position Indices, set to Y</comment>\n<step>Y=np.array(Y)[Indices]</step>\n<comment># Calculate the average value of Y, set to Answer</comment>\n<step>Answer=np.mean(Y)</step>", "target_instances": [ { "bbox": [ 675, 126, 41, 312 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_counting
visual_toolbox_v2
refchartqa
{ "ground_truth": "Kingsmill" }
{ "answer": "Kingsmill", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 26, "w": 160, "x": 157, "y": 383 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_281", "label": "Kingsmill", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_27491", "question": "In which Characteristic was the value of Consumer Reach Points* in millions minimum?", "question_id": "refchartqa_281", "response": "<comment># Get the names of all 'Characteristic', set to X</comment>\n<step>X=['Warburtons', 'Heinz', \"Mc Vitie's\", 'Hovis', 'Coca-Cola', 'Walkers', 'Muller', \"Cadbury's Dairy Milk\", 'Birds Eye', 'Kingsmill']</step>\n<comment># Get all the values of 'Consumer Reach Points* in millions', set to Y</comment>\n<step>Y=[533, 359, 286, 256, 248, 247, 205, 198, 175, 174]</step>\n<comment># Get the index that minimize Y, set to MinIndex</comment>\n<step>MinIndex=np.argmin(Y)</step>\n<comment># Get the value of X at position MinIndex, set to Answer</comment>\n<step>Answer=np.array(X)[MinIndex]</step>", "target_instances": [ { "bbox": [ 157, 383, 160, 26 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_extrema
visual_toolbox_v2
refchartqa
{ "ground_truth": "2022" }
{ "answer": "2022", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "machine", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 323, "w": 220, "x": 454, "y": 115 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_286", "label": "2022", "mini_sampling_seed": 42, "original_id": "RefChartQA_machine_train_11270", "question": "What year is the global ulcerative colitis market forecast for?", "question_id": "refchartqa_286", "response": "", "target_instances": [ { "bbox": [ 454, 115, 220, 323 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_general
visual_toolbox_v2
refchartqa
{ "ground_truth": "207218" }
{ "answer": "207218", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "machine", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 325, "w": 27, "x": 693, "y": 113 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_292", "label": "207218", "mini_sampling_seed": 42, "original_id": "RefChartQA_machine_train_1514", "question": "What was the B2B e-commerce value of computer and electronic products manufacturing shipments in the United States in 2018?", "question_id": "refchartqa_292", "response": "", "target_instances": [ { "bbox": [ 693, 113, 27, 325 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_general
visual_toolbox_v2
refchartqa
{ "ground_truth": "0.2" }
{ "answer": "0.2", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "machine", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 190, "w": 53, "x": 119, "y": 188 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_313", "label": "0.2", "mini_sampling_seed": 42, "original_id": "RefChartQA_machine_train_3127", "question": "How many cubic meters of storage capacity did Aldbrough have?", "question_id": "refchartqa_313", "response": "", "target_instances": [ { "bbox": [ 119, 188, 53, 190 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_counting
visual_toolbox_v2
refchartqa
{ "ground_truth": "2012" }
{ "answer": "2012", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 276, "w": 62, "x": 292, "y": 162 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_324", "label": "2012", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_12551", "question": "In which Characteristic was the value of Revenue in billion U.S. dollars minimum?", "question_id": "refchartqa_324", "response": "<comment># Get the names of all 'Characteristic', set to X</comment>\n<step>X=['2016', '2015', '2014', '2013', '2012', '2011', '2010']</step>\n<comment># Get all the values of 'Revenue in billion U.S. dollars', set to Y</comment>\n<step>Y=[14.43, 14.5, 12.48, 12.62, 12.32, 13.3, 13.94]</step>\n<comment># Get the index that minimize Y, set to MinIndex</comment>\n<step>MinIndex=np.argmin(Y)</step>\n<comment># Get the value of X at position MinIndex, set to Answer</comment>\n<step>Answer=np.array(X)[MinIndex]</step>", "target_instances": [ { "bbox": [ 292, 162, 62, 276 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_extrema
visual_toolbox_v2
refchartqa
{ "ground_truth": "250" }
{ "answer": "250", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "machine", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 163, "w": 48, "x": 666, "y": 275 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_343", "label": "250", "mini_sampling_seed": 42, "original_id": "RefChartQA_machine_train_11552", "question": "How many enterprises made computers and peripheral equipment in the Czech Republic in 2017?", "question_id": "refchartqa_343", "response": "", "target_instances": [ { "bbox": [ 666, 275, 48, 163 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_counting
visual_toolbox_v2
refchartqa
{ "ground_truth": "North America and Caribbean" }
{ "answer": "North America and Caribbean", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 38, "w": 409, "x": 205, "y": 43 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_361", "label": "North America and Caribbean", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_25407", "question": "In which Characteristic was the value of Expenditure in billion U.S. dollars maximum?", "question_id": "refchartqa_361", "response": "<comment># Get the names of all 'Characteristic', set to X</comment>\n<step>X=['North America and Caribbean', 'Western Pacific', 'Europe', 'South and Central America', 'Middle East and North Africa', 'Africa', 'Southeast Asia']</step>\n<comment># Get all the values of 'Expenditure in billion U.S. dollars', set to Y</comment>\n<step>Y=[324.5, 162.2, 161.4, 69.7, 24.9, 9.5, 8.1]</step>\n<comment># Get the index that maximize Y, set to MaxIndex</comment>\n<step>MaxIndex=np.argmax(Y)</step>\n<comment># Get the value of X at position MaxIndex, set to Answer</comment>\n<step>Answer=np.array(X)[MaxIndex]</step>", "target_instances": [ { "bbox": [ 205, 43, 409, 38 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_extrema
visual_toolbox_v2
refchartqa
{ "ground_truth": "5433.83" }
{ "answer": "5433.83", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "machine", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 25, "w": 563, "x": 87, "y": 994 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_363", "label": "5433.83", "mini_sampling_seed": 42, "original_id": "RefChartQA_machine_train_19747", "question": "How many dollars had been pledged to projects on the crowdfunding platform from July 2012 to November 2020?", "question_id": "refchartqa_363", "response": "", "target_instances": [ { "bbox": [ 87, 994, 563, 25 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_counting
visual_toolbox_v2
refchartqa
{ "ground_truth": "Debit or credit card" }
{ "answer": "Debit or credit card", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 30, "w": 384, "x": 257, "y": 41 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_364", "label": "Debit or credit card", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_25959", "question": "In which Characteristic was the value of Share of respondents maximum?", "question_id": "refchartqa_364", "response": "<comment># Get the names of all 'Characteristic', set to X</comment>\n<step>X=['Debit or credit card', 'PayPal or similar', 'Cash on delivery', 'Direct payment through my bank', 'Mobile application (Swish, MobilePay...)', 'Invoice', 'Other method', 'Payment by installments', \"Unsure, don't know\"]</step>\n<comment># Get all the values of 'Share of respondents', set to Y</comment>\n<step>Y=[51.0, 41.0, 3.0, 2.0, 1.0, 1.0, 1.0, 0.0, 0.0]</step>\n<comment># Get the index that maximize Y, set to MaxIndex</comment>\n<step>MaxIndex=np.argmax(Y)</step>\n<comment># Get the value of X at position MaxIndex, set to Answer</comment>\n<step>Answer=np.array(X)[MaxIndex]</step>", "target_instances": [ { "bbox": [ 257, 41, 384, 30 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_extrema
visual_toolbox_v2
refchartqa
{ "ground_truth": "13" }
{ "answer": "13", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 0, "w": 0, "x": 0, "y": 0 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_377", "label": "13", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_1962", "question": "In which Year was the value of Favorable maximum?", "question_id": "refchartqa_377", "response": "<comment># Get the names of all 'Year', set to X</comment>\n<step>X=['Dec', '110', 'Jan', '112', 'Jan', '13', 'Oct', 'Mar', '115']</step>\n<comment># Get all the values of 'Favorable', set to Y</comment>\n<step>Y=[0, 0, 0, 0, 39, 43, 0, 0, 0]</step>\n<comment># Get the index that maximize Y, set to MaxIndex</comment>\n<step>MaxIndex=np.argmax(Y)</step>\n<comment># Get the value of X at position MaxIndex, set to Answer</comment>\n<step>Answer=np.array(X)[MaxIndex]</step>", "target_instances": [ { "bbox": [ 0, 0, 0, 0 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_extrema
visual_toolbox_v2
refchartqa
{ "ground_truth": "11th NPC (2008)" }
{ "answer": "11th NPC (2008)", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 24, "w": 146, "x": 122, "y": 414 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_383", "label": "11th NPC (2008)", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_32982", "question": "In which Characteristic was the number of Number of deputies minimum?", "question_id": "refchartqa_383", "response": "<comment># Get the names of all 'Characteristic', set to X</comment>\n<step>X=['13th NPC (2018)', '12th NPC (2013)', '11th NPC (2008)']</step>\n<comment># Get all the values of 'Number of deputies', set to Y</comment>\n<step>Y=[45, 31, 3]</step>\n<comment># Get the index that minimize Y, set to MinIndex</comment>\n<step>MinIndex=np.argmin(Y)</step>\n<comment># Get the value of X at position MinIndex, set to Answer</comment>\n<step>Answer=np.array(X)[MinIndex]</step>", "target_instances": [ { "bbox": [ 122, 414, 146, 24 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_extrema
visual_toolbox_v2
refchartqa
{ "ground_truth": "184.2" }
{ "answer": "184.2", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "machine", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 204, "w": 44, "x": 169, "y": 174 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_388", "label": "184.2", "mini_sampling_seed": 42, "original_id": "RefChartQA_machine_train_20423", "question": "What was the total outbound expenditure of the United States in 2019?", "question_id": "refchartqa_388", "response": "", "target_instances": [ { "bbox": [ 169, 174, 44, 204 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_general
visual_toolbox_v2
refchartqa
{ "ground_truth": "38" }
{ "answer": "38", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 253, "w": 118, "x": 129, "y": 126 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_389", "label": "38", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_8371", "question": "Across all Characteristic , what is the maximum value in 16 to 24-year-olds?", "question_id": "refchartqa_389", "response": "<comment># Get all the values of '16 to 24-year-olds', set to Y</comment>\n<step>Y=[38.0, 34.0]</step>\n<comment># Get the maximum value in Y, set to Answer</comment>\n<step>Answer=np.max(Y)</step>", "target_instances": [ { "bbox": [ 129, 126, 118, 253 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_extrema
visual_toolbox_v2
refchartqa
{ "ground_truth": "205" }
{ "answer": "205", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "machine", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 5, "w": 40, "x": 126, "y": 374 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_405", "label": "205", "mini_sampling_seed": 42, "original_id": "RefChartQA_machine_train_15539", "question": "How many football coaches were there in England in 2013?", "question_id": "refchartqa_405", "response": "", "target_instances": [ { "bbox": [ 126, 374, 40, 5 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_counting
visual_toolbox_v2
refchartqa
{ "ground_truth": "2018" }
{ "answer": "2018", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 117, "w": 24, "x": 669, "y": 262 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_411", "label": "2018", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_31314", "question": "In which Characteristic was the value of Research* maximum?", "question_id": "refchartqa_411", "response": "<comment># Get the names of all 'Characteristic', set to X</comment>\n<step>X=['2018', '2017', '2015', '2010', '2005', '2000', '1990', '1980', '1970', '1960']</step>\n<comment># Get all the values of 'Research*', set to Y</comment>\n<step>Y=[52.6, 50.1, 46.4, 49.1, 40.3, 25.5, 12.7, 5.4, 2.0, 7.0]</step>\n<comment># Get the index that maximize Y, set to MaxIndex</comment>\n<step>MaxIndex=np.argmax(Y)</step>\n<comment># Get the value of X at position MaxIndex, set to Answer</comment>\n<step>Answer=np.array(X)[MaxIndex]</step>", "target_instances": [ { "bbox": [ 669, 262, 24, 117 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_extrema
visual_toolbox_v2
refchartqa
{ "ground_truth": "5.3" }
{ "answer": "5.3", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 297, "w": 49, "x": 593, "y": 141 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_418", "label": "5.3", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_199", "question": "What is the average of Demand in million tons larger than 5?", "question_id": "refchartqa_418", "response": "<comment># Get all the values of 'Demand in million tons', set to Y</comment>\n<step>Y=[5.5, 5.3, 5.1, 4.6, 4.54, 4.3, 4.2, 3.7, 3.6]</step>\n<comment># Check whether Y is greater than 5, set to Greater</comment>\n<step>Greater=np.greater(Y, 5)</step>\n<comment># Get indices where condition G is True, set to Indices</comment>\n<step>Indices=np.where(Greater)[0]</step>\n<comment># Get the value of Y at position Indices, set to Y</comment>\n<step>Y=np.array(Y)[Indices]</step>\n<comment># Calculate the average value of Y, set to Answer</comment>\n<step>Answer=np.mean(Y)</step>", "target_instances": [ { "bbox": [ 593, 141, 49, 297 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_identification
visual_toolbox_v2
refchartqa
{ "ground_truth": "60" }
{ "answer": "60", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "machine", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 11, "w": 23, "x": 669, "y": 177 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_428", "label": "60", "mini_sampling_seed": 42, "original_id": "RefChartQA_machine_train_12833", "question": "How many bushels of wheat were used as seed?", "question_id": "refchartqa_428", "response": "", "target_instances": [ { "bbox": [ 669, 177, 23, 11 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_counting
visual_toolbox_v2
refchartqa
{ "ground_truth": "Barry Sanders" }
{ "answer": "Barry Sanders", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "machine", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 26, "w": 507, "x": 151, "y": 41 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_448", "label": "Barry Sanders", "mini_sampling_seed": 42, "original_id": "RefChartQA_machine_train_17150", "question": "Who is the career touchdown leader of the Detroit Lions?", "question_id": "refchartqa_448", "response": "", "target_instances": [ { "bbox": [ 151, 41, 507, 26 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_general
visual_toolbox_v2
refchartqa
{ "ground_truth": "The Kroger Co. (United States)" }
{ "answer": "The Kroger Co. (United States)", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 27, "w": 87, "x": 279, "y": 155 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_453", "label": "The Kroger Co. (United States)", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_6580", "question": "Which Company (Country of origin) has the Retail sales in billion U.S. dollars of 121.54?", "question_id": "refchartqa_453", "response": "<comment># Get the names of all 'Company (Country of origin)', set to X</comment>\n<step>X=['Walmart Inc (United States)', 'Amazon.com, Inc. (United States)', 'Costco Wholesale Corporation (United States)', 'The Kroger Co. (United States)', 'Walgreens Boots Alliance, Inc. (United States)', 'Home Depot (United States)', 'CVS Health Corporation (United States)', 'Target Corporation (United States)', \"Lowe's Companies, Inc. (United States)\", 'Albertsons Companies, Inc. (United States)']</step>\n<comment># Get all the values of 'Retail sales in billion U.S. dollars', set to Y</comment>\n<step>Y=[523.96, 158.44, 152.7, 121.54, 115.99, 110.23, 86.61, 77.13, 72.15, 62.46]</step>\n<comment># Check whether Y is equal to 121.54 element-wise, set to Equal</comment>\n<step>Equal=np.equal(Y, 121.54)</step>\n<comment># Get indices where condition E is True, set to Index</comment>\n<step>Index=np.where(Equal)[0]</step>\n<comment># Get the value of X at position Index, set to Answer</comment>\n<step>Answer=np.array(X)[Index]</step>", "target_instances": [ { "bbox": [ 279, 155, 87, 27 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_counting
visual_toolbox_v2
refchartqa
{ "ground_truth": "Netflix" }
{ "answer": "Netflix", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 280, "w": 44, "x": 106, "y": 97 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_457", "label": "Netflix", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_8849", "question": "In which Characteristic was the value of Number of first run TV series in production maximum?", "question_id": "refchartqa_457", "response": "<comment># Get the names of all 'Characteristic', set to X</comment>\n<step>X=['Netflix', 'BBC', 'Disney', 'WarnerMedia', 'Viacom CBS', 'NBCUniversal', 'Amazon', 'Quibi', 'Discovery', 'Fox Corporation']</step>\n<comment># Get all the values of 'Number of first run TV series in production', set to Y</comment>\n<step>Y=[254, 208, 193, 179, 162, 108, 106, 95, 69, 18]</step>\n<comment># Get the index that maximize Y, set to MaxIndex</comment>\n<step>MaxIndex=np.argmax(Y)</step>\n<comment># Get the value of X at position MaxIndex, set to Answer</comment>\n<step>Answer=np.array(X)[MaxIndex]</step>", "target_instances": [ { "bbox": [ 106, 97, 44, 280 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_extrema
visual_toolbox_v2
refchartqa
{ "ground_truth": "Kiribati" }
{ "answer": "Kiribati", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 88.62002563476562, "w": 380.4999694824219, "x": 303, "y": 425 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_469", "label": "Kiribati", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_31507", "question": "Which Country has the Youth dependency ratio, 2005 of 62.0?", "question_id": "refchartqa_469", "response": "<comment># Get the names of all 'Country', set to X</comment>\n<step>X=['Least developed countries: UN classification', 'Fragile and conflict affected situations', 'Philippines', 'Kiribati']</step>\n<comment># Get all the values of 'Youth dependency ratio, 2005', set to Y</comment>\n<step>Y=[77.55, 77.42, 62.36, 62.0]</step>\n<comment># Check whether Y is equal to 62.0 element-wise, set to Equal</comment>\n<step>Equal=np.equal(Y, 62.0)</step>\n<comment># Get indices where condition E is True, set to Index</comment>\n<step>Index=np.where(Equal)[0]</step>\n<comment># Get the value of X at position Index, set to Answer</comment>\n<step>Answer=np.array(X)[Index]</step>", "target_instances": [ { "bbox": [ 303, 425, 380.4999694824219, 88.62002563476562 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_counting
visual_toolbox_v2
refchartqa
{ "ground_truth": "50.91" }
{ "answer": "50.91", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 333, "w": 218, "x": 457, "y": 105 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_471", "label": "50.91", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_7108", "question": "Across all Characteristic , what is the maximum number in Production capacity in million metric tons?", "question_id": "refchartqa_471", "response": "<comment># Get all the values of 'Production capacity in million metric tons', set to Y</comment>\n<step>Y=[50.91, 47.66]</step>\n<comment># Get the maximum value in Y, set to Answer</comment>\n<step>Answer=np.max(Y)</step>", "target_instances": [ { "bbox": [ 457, 105, 218, 333 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_extrema
visual_toolbox_v2
refchartqa
{ "ground_truth": "6.32" }
{ "answer": "6.32", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "machine", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 248, "w": 34, "x": 684, "y": 190 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_473", "label": "6.32", "mini_sampling_seed": 42, "original_id": "RefChartQA_machine_train_7084", "question": "What was the total number of court volleyball participants in 2018?", "question_id": "refchartqa_473", "response": "", "target_instances": [ { "bbox": [ 684, 190, 34, 248 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_counting
visual_toolbox_v2
refchartqa
{ "ground_truth": "92" }
{ "answer": "92", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 12, "w": 16, "x": 222, "y": 84 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_477", "label": "92", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_31423", "question": "What is the difference of the largest and the smallest value of U.S.?", "question_id": "refchartqa_477", "response": "<comment># Get all the values of 'U.S.', set to Y</comment>\n<step>Y=[90, 0, 0, 0, 92, 78]</step>\n<comment># Get the maximum value in Y, set to Max</comment>\n<step>Max=np.max(Y)</step>\n<comment># Get the minimum value in Y, set to Min</comment>\n<step>Min=np.min(Y)</step>\n<comment># Subtract Min from Max, set to Answer</comment>\n<step>Answer=np.subtract(Max, Min)</step>", "target_instances": [ { "bbox": [ 222, 84, 16, 12 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_extrema
visual_toolbox_v2
refchartqa
{ "ground_truth": "15.04" }
{ "answer": "15.04", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "pot", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 10, "w": 10, "x": 274, "y": 232 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_503", "label": "15.04", "mini_sampling_seed": 42, "original_id": "RefChartQA_pot_train_18449", "question": "Across all Year , what is the minimum value in Georgia?", "question_id": "refchartqa_503", "response": "<comment># Get all the values of 'Georgia', set to Y</comment>\n<step>Y=[21.39, 17.25, 15.04, 17.12, 16.03, 18.58, 20.66]</step>\n<comment># Get the minimum value in Y, set to Answer</comment>\n<step>Answer=np.min(Y)</step>", "target_instances": [ { "bbox": [ 274, 232, 10, 10 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_extrema
visual_toolbox_v2
refchartqa
{ "ground_truth": "2.74" }
{ "answer": "2.74", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "machine", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 252, "w": 21, "x": 700, "y": 162 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_509", "label": "2.74", "mini_sampling_seed": 42, "original_id": "RefChartQA_machine_train_12303", "question": "What was Snap's ARPU per quarter as of the fist quarter of 2021?", "question_id": "refchartqa_509", "response": "", "target_instances": [ { "bbox": [ 700, 162, 21, 252 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_general
visual_toolbox_v2
refchartqa
{ "ground_truth": "21.6" }
{ "answer": "21.6", "bbox_count": 1, "bbox_format": "absolute_xywh", "bbox_format_description": "Bounding boxes use absolute pixel coordinates in [x, y, width, height] format", "chart_type": "machine", "complexity_level": "simple", "data_split": "train", "grounding_bboxes": [ { "h": 48, "w": 163, "x": 539, "y": 121 } ], "gt_annotation_method": "bbox_overlay_separate", "has_targets": true, "index": "refchartqa_516", "label": "21.6", "mini_sampling_seed": 42, "original_id": "RefChartQA_machine_train_3254", "question": "How many square meters of exhibition space was rented in the Asia Pacific region in 2012?", "question_id": "refchartqa_516", "response": "", "target_instances": [ { "bbox": [ 539, 121, 163, 48 ], "instance_id": "0", "name": "chart_element_0" } ] }
[ { "content": "You are a helpful assistant.\n\n# Tools\nYou may call one or more functions to assist with the user query.\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>\n{\"type\":\"function\",\"function\":{\"name\":\"image_zoom_in_tool\",\"description\":\"Zoom in on a speci...
refchartqa_simple_counting
visual_toolbox_v2
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
11