{"qid":"q000001","image_path":"images/img_00001.png","question":"For item Method-B [11], what is the value in column MetA? Exclude N/A and —. Output only the number as a string. Example: \"12.34\".","answer":"66.78"} {"qid":"q000002","image_path":"images/img_00001.png","question":"For item Model-Z, what is the value in column MetB↑? Exclude N/A and —. Output only the number as a string. Example: \"12.34\".","answer":"89.54"} {"qid":"q000003","image_path":"images/img_00001.png","question":"For item Baseline-B, what is the value in column MetA? Exclude N/A and —. Output only the number as a string. Example: \"12.34\".","answer":"63.92"} {"qid":"q000004","image_path":"images/img_00001.png","question":"For item Baseline-E [32], what is the value in column Err? Exclude N/A and —. Output only the number as a string. Example: \"12.34\".","answer":"8.54"} {"qid":"q000005","image_path":"images/img_00001.png","question":"For item Model-B, what is the value in column MetC? Exclude N/A and —. Output only the number as a string. Example: \"12.34\".","answer":"64.07"} {"qid":"q000006","image_path":"images/img_00001.png","question":"In column MetC, which item has the maximum value? Return JSON {\"item\":\"...\",\"value\":\"...\"}. Exclude N/A and —.","answer":{"item":"Model-D [37]","value":"94.47"}} {"qid":"q000007","image_path":"images/img_00001.png","question":"In column MetA, which item has the maximum value? Return JSON {\"item\":\"...\",\"value\":\"...\"}. Exclude N/A and —.","answer":{"item":"Model-B","value":"92.55"}} {"qid":"q000008","image_path":"images/img_00001.png","question":"List the top-3 items by column Err. Return a JSON array of {\"item\":\"...\",\"value\":\"...\"} objects. Exclude N/A and —.","answer":[{"item":"Baseline-Y [18]","value":"83.65"},{"item":"Model-Z","value":"73.79"},{"item":"Baseline-B","value":"53.41"}]} {"qid":"q000009","image_path":"images/img_00001.png","question":"Locate the highlighted in pink (hex #FFD2E6) number and return the number immediately to its right. Neighbor answer is guaranteed to be a numeric value (not N/A/—). Output only the number as a string. Example: \"12.34\".","answer":"97.07"} {"qid":"q000010","image_path":"images/img_00001.png","question":"Locate the underlined number and return the number immediately to its left. Neighbor answer is guaranteed to be a numeric value (not N/A/—). Output only the number as a string. Example: \"12.34\".","answer":"13.47"} {"qid":"q000011","image_path":"images/img_00001.png","question":"Locate the highlighted in green (hex #E1FFE1) number and return the number immediately to its down. Neighbor answer is guaranteed to be a numeric value (not N/A/—). Output only the number as a string. Example: \"12.34\".","answer":"96.62"} {"qid":"q000012","image_path":"images/img_00001.png","question":"For the number at row 8, column 5 (value 8.05), list all numbers highlighted with the same color (green, hex #E1FFE1). Row/column indices refer to the data grid only (exclude header rows and any section header rows; columns exclude left header columns). Output only a JSON array of strings. Example: [\"12.34\",\"56.78\"].","answer":["28.79","8.05"]} {"qid":"q000013","image_path":"images/img_00001.png","question":"For the number at row 9, column 12 (value 3.09), list all numbers highlighted with the same color (red, hex #FFB3B3). Row/column indices refer to the data grid only (exclude header rows and any section header rows; columns exclude left header columns). Output only a JSON array of strings. Example: [\"12.34\",\"56.78\"].","answer":["14.59","97.07","42.57","15.88","63.59","29.56","3.09","69.26"]} {"qid":"q000014","image_path":"images/img_00001.png","question":"For the number at row 6, column 6 (value 14.94), list all numbers highlighted with the same color (pink, hex #FFD2E6). Row/column indices refer to the data grid only (exclude header rows and any section header rows; columns exclude left header columns). Output only a JSON array of strings. Example: [\"12.34\",\"56.78\"].","answer":["43.42","57.29","38.36","14.94","36.62","11.19"]} {"qid":"q000015","image_path":"images/img_00001.png","question":"For the number at row 7, column 1 (value 36.62), list all numbers highlighted with the same color (pink, hex #FFD2E6). Row/column indices refer to the data grid only (exclude header rows and any section header rows; columns exclude left header columns). Output only a JSON array of strings. Example: [\"12.34\",\"56.78\"].","answer":["43.42","57.29","38.36","14.94","36.62","11.19"]} {"qid":"q000016","image_path":"images/img_00001.png","question":"For the number at row 2, column 3 (value 14.59), list all numbers highlighted with the same color (red, hex #FFB3B3). Row/column indices refer to the data grid only (exclude header rows and any section header rows; columns exclude left header columns). Output only a JSON array of strings. Example: [\"12.34\",\"56.78\"].","answer":["14.59","97.07","42.57","15.88","63.59","29.56","3.09","69.26"]} {"qid":"q000017","image_path":"images/img_00001.png","question":"List all underlined numbers. Output only a JSON array of strings. Example: [\"12.34\",\"56.78\"].","answer":["39.07","77.76","68.61","25.20","23.00","70.75","8.05","29.56","8.54"]} {"qid":"q000018","image_path":"images/img_00001.png","question":"List all bold numbers. Output only a JSON array of strings. Example: [\"12.34\",\"56.78\"].","answer":["66.78","83.65","59.19","40.20","71.17","94.47","14.46"]} {"qid":"q000019","image_path":"images/img_00001.png","question":"In Score, which rows have missing values (N/A or —)? Return a JSON array of row names. Example: [\"System-A\",\"System-B\"].","answer":["Method-B [11]"]} {"qid":"q000020","image_path":"images/img_00001.png","question":"In MetA, which rows have missing values (N/A or —)? Return a JSON array of row names. Example: [\"System-A\",\"System-B\"].","answer":["Model-Z","Baseline-E [32]"]} {"qid":"q000021","image_path":"images/img_00001.png","question":"In MetBB, which rows have missing values (N/A or —)? Return a JSON array of row names. Example: [\"System-A\",\"System-B\"].","answer":["Baseline-B"]} {"qid":"q000022","image_path":"images/img_00001.png","question":"Among highlighted cells, list the values that are < 36.62. Output JSON array of strings.","answer":["14.59","28.79","15.88","14.94","18.57","8.05","29.56","11.19","3.09"]}