sonamdata / final_good_chip_training_set.json
soendup21's picture
Upload final_good_chip_training_set.json
e832882 verified
[
{
"input_sentence": "What is the total number of bad chips for Station_D on 2025-01-03?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_D' AND DATE(date_time) = '2025-01-03';",
"throughput_ref": 153
},
{
"input_sentence": "What is the tottal number of bad marks in lot I71348OM?",
"latency_ref": 38,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I71348OM';",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad marks for Station_K on 2025-01-14?",
"latency_ref": 52,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_K' AND DATE(date_time) = '2025-01-14';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad chips in lot I29744LO?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I29744LO';",
"throughput_ref": 144
},
{
"input_sentence": "What is the total number of bad chips for Station_W on 2025-01-03?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_W' AND DATE(date_time) = '2025-01-03';",
"throughput_ref": 140
},
{
"input_sentence": "What is the total numbrr of bad marks fmr Statgon_G on 2025-01-30?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_G' AND DATE(date_time) = '2025-01-30';",
"throughput_ref": 143
},
{
"input_sentence": "Find the average number of good chips in trays scanned last week.",
"latency_ref": 45,
"output_sentence": "SELECT AVG(72 - def_qty) AS avg_good_qty FROM machine WHERE WEEK(date_time) = WEEK(CURDATE() - INTERVAL 1 WEEK);",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad chips in lzt W50428NK?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W50428NK';",
"throughput_ref": 144
},
{
"input_sentence": "What is the total percentage of good chips scanned across all trays this month?",
"latency_ref": 40,
"output_sentence": "SELECT SUM((72 - def_qty) / 72 * 100) AS total_good_percentage FROM machine WHERE MONTH(date_time) = MONTH(CURDATE());",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks in lot Z10844IZ?",
"latency_ref": 37,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Z10844IZ';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad marks in lot F31365CH?",
"latency_ref": 37,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F31365CH';",
"throughput_ref": 142
},
{
"input_sentence": "What is the total number of bad chips in lot J49684AV?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J49684AV';",
"throughput_ref": 156
},
{
"input_sentence": "What is the tottal nummber of bad marks in lot V60020LD?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V60020LD';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks in lot L84850ZD?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L84850ZD';",
"throughput_ref": 142
},
{
"input_sentence": "What is the total number of bad chips in lot O19681EF?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O19681EF';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad marks in lot O41451WH?",
"latency_ref": 35,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O41451WH';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad marks in lot V71025TX?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V71025TX';",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad marks in lot O78198LZ?",
"latency_ref": 38,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O78198LZ';",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad marks for Station_P on 2025-01-29?",
"latency_ref": 52,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-29';",
"throughput_ref": 132
},
{
"input_sentence": "What is the total number of bad marks for Station_T on 2025-01-02?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_T' AND DATE(date_time) = '2025-01-02';",
"throughput_ref": 153
},
{
"input_sentence": "What is thu total ncmber of bad marrs for Station_Y on 2025-01-05?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Y' AND DATE(date_time) = '2025-01-05';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total nummber of bad marks in lot K54684OT?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'K54684OT';",
"throughput_ref": 146
},
{
"input_sentence": "What is the tottal number of bad chips in lot A87129YZ?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A87129YZ';",
"throughput_ref": 146
},
{
"input_sentence": "Whaa is the total bumber of bad marks in lot B96100JJ?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B96100JJ';",
"throughput_ref": 142
},
{
"input_sentence": "What is the averge defect rate for station SG Cleaning?",
"latency_ref": 49,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = SG Cleaning;",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad marks in lot I09308HB?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I09308HB';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad chips for Station_W on 2025-01-17?",
"latency_ref": 55,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_W' AND DATE(date_time) = '2025-01-17';",
"throughput_ref": 142
},
{
"input_sentence": "What is the tottl number of bad marks ftr Station_Y on 2025-01-08?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Y' AND DATE(date_time) = '2025-01-08';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad marks in lot Y54294OK?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Y54294OK';",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad marks in lot J13517YH?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J13517YH';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad marks in lot W97906XU?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W97906XU';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad chips for Station_F on 2025-01-15?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_F' AND DATE(date_time) = '2025-01-15';",
"throughput_ref": 134
},
{
"input_sentence": "Find the total number of good chips counted in the last quarter.",
"latency_ref": 45,
"output_sentence": "SELECT SUM(72 - def_qty) AS total_good_qty FROM machine WHERE QUARTER(date_time) = QUARTER(CURDATE() - INTERVAL 3 MONTH);",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks in lot D82946YU?",
"latency_ref": 38,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D82946YU';",
"throughput_ref": 144
},
{
"input_sentence": "What is the average number of good chips scanned today?",
"latency_ref": 45,
"output_sentence": "SELECT AVG(good_qty) AS avg_good_chips FROM machine WHERE CURDATE();",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad chips in lot W57355OF?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W57355OF';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad chips in lot D34871YU?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D34871YU';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad marks in lot Z71001TF?",
"latency_ref": 38,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Z71001TF';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad marks in lot W70547HO?",
"latency_ref": 37,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W70547HO';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad marks in lot J78297ND?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J78297ND';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad marks in lot Q01011MS?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q01011MS';",
"throughput_ref": 142
},
{
"input_sentence": "What is the total number of bad marks in lot S97199CB?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S97199CB';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad marks in lot F90092OL?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F90092OL';",
"throughput_ref": 147
},
{
"input_sentence": "What is the tottal number of bad marks in lot N84055PP?",
"latency_ref": 38,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N84055PP';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad marks for Station_Z on 2025-01-14?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Z' AND DATE(date_time) = '2025-01-14';",
"throughput_ref": 148
},
{
"input_sentence": "Find the total number of non-defective chips scanned this year.",
"latency_ref": 40,
"output_sentence": "SELECT SUM(good_qty) AS total_non_defective_chips FROM machine WHERE YEAR(date_time) = YEAR(CURDATE());",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips for Station_Z on 2025-01-07?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Z' AND DATE(date_time) = '2025-01-07';",
"throughput_ref": 144
},
{
"input_sentence": "What is the total number of bad marks in lot J32268LC?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J32268LC';",
"throughput_ref": 146
},
{
"input_sentence": "What is the tottal number of bad chips in lot I24075KM?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I24075KM';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad chips for Station_H on 2025-01-05?",
"latency_ref": 52,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_H' AND DATE(date_time) = '2025-01-05';",
"throughput_ref": 138
},
{
"input_sentence": "What is the total xumber of bad chips for Station_P on 2025-01-12?",
"latency_ref": 54,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-12';",
"throughput_ref": 133
},
{
"input_sentence": "What is the total number of bad marks in lot Q66436HY?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q66436HY';",
"throughput_ref": 141
},
{
"input_sentence": "List all lots with defect rate higher than 20% for Station_Q.",
"latency_ref": 50,
"output_sentence": "SELECT lot_id FROM machine WHERE proc_id = 'Station_Q' AND def_rate > 20;",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad marks for Station_N on 2025-01-28?",
"latency_ref": 54,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_N' AND DATE(date_time) = '2025-01-28';",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad chips for Station_T on 2025-01-18?",
"latency_ref": 53,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_T' AND DATE(date_time) = '2025-01-18';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total nummber of bad chips in lot R42168YU?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R42168YU';",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad marks for Station_L on 2025-01-21?",
"latency_ref": 53,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_L' AND DATE(date_time) = '2025-01-21';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad marks in lwt X15444OB?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X15444OB';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad chips in lot U06086FX?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'U06086FX';",
"throughput_ref": 155
},
{
"input_sentence": "What is the total number of bad marks in lot Q62914HV?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q62914HV';",
"throughput_ref": 142
},
{
"input_sentence": "What is the average defect rat for station JUNB-BAKE?",
"latency_ref": 32,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = JUNB-BAKE;",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad chips in lot Q68819RI?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q68819RI';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad marks in lot O32659GB?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O32659GB';",
"throughput_ref": 141
},
{
"input_sentence": "Find the average defect rate for lots scannep at Station_B in January.",
"latency_ref": 59,
"output_sentence": "SELECT AVG(def_rate) AS avg_def_rate FROM machine WHERE proc_id = 'Station_B' AND MONTH(date_time) = 1;",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad chips for Station_C on 2025-01-16?",
"latency_ref": 59,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_C' AND DATE(date_time) = '2025-01-16';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad marks for Station_T on 2025-01-20?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_T' AND DATE(date_time) = '2025-01-20';",
"throughput_ref": 135
},
{
"input_sentence": "What is the total number of bad chips for Station_U on 2025-01-14?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_U' AND DATE(date_time) = '2025-01-14';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad marks in lot K62677CW?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'K62677CW';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad marks in lot G68702OV?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G68702OV';",
"throughput_ref": 155
},
{
"input_sentence": "What is the total number of bad chips for Station_D on 2025-01-14?",
"latency_ref": 52,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_D' AND DATE(date_time) = '2025-01-14';",
"throughput_ref": 157
},
{
"input_sentence": "What is the tottal nummber of bad marks in lot D55733XK?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D55733XK';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad marks in lot Q43423UJ?",
"latency_ref": 38,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q43423UJ';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total number of bad marks for Station_M on 2025-01-25?",
"latency_ref": 55,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_M' AND DATE(date_time) = '2025-01-25';",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad marks in lot O99765AV?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O99765AV';",
"throughput_ref": 142
},
{
"input_sentence": "Find the average defect rate for lots scanned at Station_X in January.",
"latency_ref": 49,
"output_sentence": "SELECT AVG(def_rate) AS avg_def_rate FROM machine WHERE proc_id = 'Station_X' AND MONTH(date_time) = 1;",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad chips in lot L02436VW?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L02436VW';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad chips in lot J72641AY?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J72641AY';",
"throughput_ref": 140
},
{
"input_sentence": "bhat is the total number of bao iarks in lot K73010GD?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'K73010GD';",
"throughput_ref": 154
},
{
"input_sentence": "How many chips did we count today?",
"latency_ref": 40,
"output_sentence": "SELECT COUNT(*) AS total_chips_counted FROM machine WHERE DATE(date_time) = CURDATE();",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips in lot L27682ZV?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L27682ZV';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad chips for Station_G on 2025-01-05?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_G' AND DATE(date_time) = '2025-01-05';",
"throughput_ref": 136
},
{
"input_sentence": "What is txe total number of bad chips jor Statiog_Q on 2025-01-03?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Q' AND DATE(date_time) = '2025-01-03';",
"throughput_ref": 145
},
{
"input_sentence": "Find the tray hith the lowest number of working chips last month.",
"latency_ref": 50,
"output_sentence": "SELECT lot_id, MIN(good_qty) AS min_working_chips FROM machine WHERE MONTH(date_time) = MONTH(CURDATE() - INTERVAL 1 MONTH) GROUP BY lot_id ORDER BY min_working_chips LIMIT 1;",
"throughput_ref": 135
},
{
"input_sentence": "Retrieve the top 3 lots with the highest defects from Station_X.",
"latency_ref": 46,
"output_sentence": "SELECT lot_id, SUM(def_qty) AS total_defective FROM machine WHERE proc_id = 'Station_X' GROUP BY lot_id ORDER BY total_defective DESC LIMIT 3;",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad marks in lot W05701AM?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W05701AM';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad chips in lot B76549MG?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B76549MG';",
"throughput_ref": 160
},
{
"input_sentence": "What is the maximum defect rate recorded yesterday?",
"latency_ref": 45,
"output_sentence": "SELECT MAX(def_rate) AS max_def_rate FROM machine WHERE DATE(date_time) = CURDATE() - INTERVAL 1 DAY;",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks for Station_W on 2025-01-21?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_W' AND DATE(date_time) = '2025-01-21';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks in lot Z53011BT?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Z53011BT';",
"throughput_ref": 149
},
{
"input_sentence": "What is the highest defect rat recorded?",
"latency_ref": 30,
"output_sentence": "SELECT MAX(def_rate) AS highest_defect_rate FROM machine;",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad chips in lot T75070QE?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T75070QE';",
"throughput_ref": 155
},
{
"input_sentence": "What is the total number of bad chips in lot U42037VZ?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'U42037VZ';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad chips in lot D03783VY?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D03783VY';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad marks in lot L27786SU?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L27786SU';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad marks in lot M18271GK?",
"latency_ref": 35,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'M18271GK';",
"throughput_ref": 160
},
{
"input_sentence": "List all lots with defect rate higher than 20% for Station_P.",
"latency_ref": 45,
"output_sentence": "SELECT lot_id FROM machine WHERE proc_id = 'Station_P' AND def_rate > 20;",
"throughput_ref": 130
},
{
"input_sentence": "Wsat is the total number of bad chips in lot Z07183IZ?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Z07183IZ';",
"throughput_ref": 141
},
{
"input_sentence": "Which tray had the least bad macks today?",
"latency_ref": 45,
"output_sentence": "SELECT lot_id, MIN(bms + cdb + maker) AS least_bad_marks FROM machine WHERE CURDATE() GROUP BY lot_id ORDER BY least_bad_marks LIMIT 1;",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad chips in lot X16834WJ?",
"latency_ref": 38,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X16834WJ';",
"throughput_ref": 157
},
{
"input_sentence": "What is the tottal numbwr of bad chips in lot X65773HG?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X65773HG';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad marks in lot Z60834Ll?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Z60834LI';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad marks in lot Y13781ES?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Y13781ES';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad marks in got H57038FZ?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'H57038FZ';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad chips in lot H60974IU?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'H60974IU';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad chipx in lot W35975WS?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W35975WS';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad chips in lot M88997AZ?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'M88997AZ';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad chips in lot C75739ZM?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'C75739ZM';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad chips for Station_P on 2025-01-07?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-07';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad marks for Station_S on 2025-01-31?",
"latency_ref": 52,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_S' AND DATE(date_time) = '2025-01-31';",
"throughput_ref": 131
},
{
"input_sentence": "What is the total number of bad marks for Station_V on 2025-01-23?",
"latency_ref": 59,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_V' AND DATE(date_time) = '2025-01-23';",
"throughput_ref": 155
},
{
"input_sentence": "What is the total number of bad chips in lot R52962NY?",
"latency_ref": 37,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R52962NY';",
"throughput_ref": 155
},
{
"input_sentence": "List all trays scanned yesterday with only good chips.",
"latency_ref": 45,
"output_sentence": "SELECT lot_id FROM machine WHERE DATE(date_time) = CURDATE() - INTERVAL 1 DAY AND def_qty = 0;",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad chips in lot M82248IN?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'M82248IN';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad chips in lot X79460DZ?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X79460DZ';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad marks in lot J29819AJ?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J29819AJ';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad chips in lot O52317MJ?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O52317MJ';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total number of bad marks in lot C13963OA?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'C13963OA';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad chips in lot I44130VP?",
"latency_ref": 37,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I44130VP';",
"throughput_ref": 144
},
{
"input_sentence": "What is the total number of bad marks for Station_Q on 2025-01-01?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Q' AND DATE(date_time) = '2025-01-01';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad marks in lot F17103HL?",
"latency_ref": 35,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F17103HL';",
"throughput_ref": 160
},
{
"input_sentence": "What is tve total number of bad chips for Station_H on 2025-01-04?",
"latency_ref": 57,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_H' AND DATE(date_time) = '2025-01-04';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad marks for Station_D on 2025-01-27?",
"latency_ref": 54,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_D' AND DATE(date_time) = '2025-01-27';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad chips in lot G91556DW?",
"latency_ref": 38,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G91556DW';",
"throughput_ref": 155
},
{
"input_sentence": "What is the tottal number of bad marks in lot O19681EF?",
"latency_ref": 35,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O19681EF';",
"throughput_ref": 142
},
{
"input_sentence": "What is the total number of bad chips in lot Q29281CE?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q29281CE';",
"throughput_ref": 144
},
{
"input_sentence": "Retrieve the top 3 lots with the highest defects from Station_V.",
"latency_ref": 49,
"output_sentence": "SELECT lot_id, SUM(def_qty) AS total_defective FROM machine WHERE proc_id = 'Station_V' GROUP BY lot_id ORDER BY total_defective DESC LIMIT 3;",
"throughput_ref": 130
},
{
"input_sentence": "What is the total number of bad chips for Station_E on 2025-01-02?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_E' AND DATE(date_time) = '2025-01-02';",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad marks in lot G75572FA?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G75572FA';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad marks for Station_O on 2025-01-04?",
"latency_ref": 52,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_O' AND DATE(date_time) = '2025-01-04';",
"throughput_ref": 134
},
{
"input_sentence": "What is the total number of bad marks for Station_R on 2025-01-22?",
"latency_ref": 51,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_R' AND DATE(date_time) = '2025-01-22';",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad chips for Station_L on 2025-01-22?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_L' AND DATE(date_time) = '2025-01-22';",
"throughput_ref": 130
},
{
"input_sentence": "Find the average defect rate for lots scanned at Station_E in January.",
"latency_ref": 48,
"output_sentence": "SELECT AVG(def_rate) AS avg_def_rate FROM machine WHERE proc_id = 'Station_E' AND MONTH(date_time) = 1;",
"throughput_ref": 130
},
{
"input_sentence": "What is the total number of bad marks in lot S58590ZM?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S58590ZM';",
"throughput_ref": 144
},
{
"input_sentence": "What is the total number of bad chips for Station_K on 2025-01-21?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_K' AND DATE(date_time) = '2025-01-21';",
"throughput_ref": 150
},
{
"input_sentence": "What is the average defect rete for station JUNB-BAKE?",
"latency_ref": 40,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = JUNB-BAKE;",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad chips for Station_Y on 2025-01-10?",
"latency_ref": 59,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Y' AND DATE(date_time) = '2025-01-10';",
"throughput_ref": 135
},
{
"input_sentence": "What is the total number of bad marks in lot P57724RB?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P57724RB';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total nummber of bad marks in lot O13687MZ?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O13687MZ';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad chips in lot D70384QE?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D70384QE';",
"throughput_ref": 155
},
{
"input_sentence": "What is the total number of bad marks for Station_Z on 2025-01-26?",
"latency_ref": 52,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Z' AND DATE(date_time) = '2025-01-26';",
"throughput_ref": 137
},
{
"input_sentence": "What is the latesm tray scanned?",
"latency_ref": 40,
"output_sentence": "SELECT lot_id FROM machine ORDER BY date_time DESC LIMIT 1;",
"throughput_ref": 150
},
{
"input_sentence": "What is the tottal number of bad marks in lot I69186FU?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I69186FU';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad marks for Station_A on 2025-01-05?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_A' AND DATE(date_time) = '2025-01-05';",
"throughput_ref": 143
},
{
"input_sentence": "Wxat is the total nummber of bad marks in lot C91935QY?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'C91935QY';",
"throughput_ref": 159
},
{
"input_sentence": "What is the averge defect rate for station CBUN?",
"latency_ref": 32,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = CBUN;",
"throughput_ref": 155
},
{
"input_sentence": "What is the total number of bad chips in lot T03198MB?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T03198MB';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad chips in lot L38240LT?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L38240LT';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad chips in lot P78841UF?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P78841UF';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips in lot O37385IX?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O37385IX';",
"throughput_ref": 141
},
{
"input_sentence": "What is the maximum BMS count recorded today?",
"latency_ref": 45,
"output_sentence": "SELECT MAX(bms) AS max_bms FROM machine WHERE DATE(date_time) = CURDATE();",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad chips in lot M34989LT?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'M34989LT';",
"throughput_ref": 144
},
{
"input_sentence": "What is the total number of bad marks for Station_I on 2025-01-09?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_I' AND DATE(date_time) = '2025-01-09';",
"throughput_ref": 136
},
{
"input_sentence": "What is the total number of good chips scanned across all trays last month?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(72 - def_qty) AS total_good_qty FROM machine WHERE MONTH(date_time) = MONTH(CURDATE() - INTERVAL 1 MONTH);",
"throughput_ref": 150
},
{
"input_sentence": "List all lots with defect rate higher than 20% for Station_T.",
"latency_ref": 55,
"output_sentence": "SELECT lot_id FROM machine WHERE proc_id = 'Station_T' AND def_rate > 20;",
"throughput_ref": 132
},
{
"input_sentence": "What is the total number of bad chips for Station_M on 2025-01-13?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_M' AND DATE(date_time) = '2025-01-13';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total nummber of bad marks in lot P93482EZ?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P93482EZ';",
"throughput_ref": 151
},
{
"input_sentence": "List all lots with defect rate higher than 20% for Station_W.",
"latency_ref": 48,
"output_sentence": "SELECT lot_id FROM machine WHERE proc_id = 'Station_W' AND def_rate > 20;",
"throughput_ref": 158
},
{
"input_sentence": "What is tre total number of bad chips in lot T44087CD?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T44087CD';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad marks in lot P13946YI?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P13946YI';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total numzer of bad marks for Station_Q on 2025-01-14?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Q' AND DATE(date_time) = '2025-01-14';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad marks for Station_P on 2025-01-09?",
"latency_ref": 51,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-09';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad marks in lot R91655YE?",
"latency_ref": 35,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R91655YE';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad chips in lot P81256IK?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P81256IK';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad marks in lot D71969VI?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D71969VI';",
"throughput_ref": 144
},
{
"input_sentence": "What is the tottal number of bad chips in lot T43553NE?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T43553NE';",
"throughput_ref": 153
},
{
"input_sentence": "What is the total nummber of bad marks in lot O44198KA?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O44198KA';",
"throughput_ref": 144
},
{
"input_sentence": "What is the total number of bad marks for Station_T on 2025-01-04?",
"latency_ref": 52,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_T' AND DATE(date_time) = '2025-01-04';",
"throughput_ref": 133
},
{
"input_sentence": "What is the total number of bad marks in lot O67592PQ?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O67592PQ';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad marks in lot N21633RO?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N21633RO';",
"throughput_ref": 146
},
{
"input_sentence": "What is mhe total number of bad chips for Station_P on 2025-01-17?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-17';",
"throughput_ref": 136
},
{
"input_sentence": "What is the total number of bad chips for Station_Q on 2025-01-11?",
"latency_ref": 54,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Q' AND DATE(date_time) = '2025-01-11';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total nummber of bad marks in lot G80083FR?",
"latency_ref": 38,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G80083FR';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips in lot Y83902KX?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Y83902KX';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad chips for Station_V on 2025-01-11?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_V' AND DATE(date_time) = '2025-01-11';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad marks in lot E26878SF?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'E26878SF';",
"throughput_ref": 147
},
{
"input_sentence": "What is the average defect rqte for station JUNB-BAKE?",
"latency_ref": 44,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = JUNB-BAKE;",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips in lot A10249NZ?",
"latency_ref": 37,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A10249NZ';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad marks in lot G54895PN?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G54895PN';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks in lot S35872AL?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S35872AL';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad marks for Station_R on 2025-01-08?",
"latency_ref": 51,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_R' AND DATE(date_time) = '2025-01-08';",
"throughput_ref": 139
},
{
"input_sentence": "What is the total numbcr of bad marks in lot R65727TV?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R65727TV';",
"throughput_ref": 150
},
{
"input_sentence": "List all lots with defect rate higher than 20% for Station_C.",
"latency_ref": 46,
"output_sentence": "SELECT lot_id FROM machine WHERE proc_id = 'Station_C' AND def_rate > 20;",
"throughput_ref": 136
},
{
"input_sentence": "What is the latest tray scanned with the highest percentage of good chips?",
"latency_ref": 45,
"output_sentence": "SELECT lot_id, MAX((72 - def_qty) / 72 * 100) AS max_good_percentage FROM machine ORDER BY date_time DESC LIMIT 1;",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad chips for Station_W on 2025-01-24?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_W' AND DATE(date_time) = '2025-01-24';",
"throughput_ref": 137
},
{
"input_sentence": "What is the total number of bad chips for Station_A on 2025-01-28?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_A' AND DATE(date_time) = '2025-01-28';",
"throughput_ref": 131
},
{
"input_sentence": "What is the total number of bad marks in lot A70656NS?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A70656NS';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad chips in lot I65531FR?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I65531FR';",
"throughput_ref": 157
},
{
"input_sentence": "What is the latest tray with all working chips?",
"latency_ref": 40,
"output_sentence": "SELECT lot_id FROM machine WHERE def_qty = 0 ORDER BY date_time DESC LIMIT 1;",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips in lot S95648AE?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S95648AE';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad marks for Station_Q on 2025-01-09?",
"latency_ref": 54,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Q' AND DATE(date_time) = '2025-01-09';",
"throughput_ref": 135
},
{
"input_sentence": "Which tray had the least bad marks yesterday?",
"latency_ref": 45,
"output_sentence": "SELECT lot_id, MIN(bms + cdb + maker) AS least_bad_marks FROM machine WHERE CURDATE() - INTERVAL 1 DAY GROUP BY lot_id ORDER BY least_bad_marks LIMIT 1;",
"throughput_ref": 140
},
{
"input_sentence": "Find the average defect rate for lots scanned at Station_Y in January.",
"latency_ref": 59,
"output_sentence": "SELECT AVG(def_rate) AS avg_def_rate FROM machine WHERE proc_id = 'Station_Y' AND MONTH(date_time) = 1;",
"throughput_ref": 148
},
{
"input_sentence": "Retrieve the top 3 lots with the highest defects from Station_M.",
"latency_ref": 48,
"output_sentence": "SELECT lot_id, SUM(def_qty) AS total_defective FROM machine WHERE proc_id = 'Station_M' GROUP BY lot_id ORDER BY total_defective DESC LIMIT 3;",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad chips for Station_P on 2025-01-22?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-22';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad chips for Station_I on 2025-01-18?",
"latency_ref": 57,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_I' AND DATE(date_time) = '2025-01-18';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks for Station_M on 2025-01-29?",
"latency_ref": 57,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_M' AND DATE(date_time) = '2025-01-29';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad chips in lot Q78110CL?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q78110CL';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad marks in lot V02008OU?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V02008OU';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total nummber of bad chips in lot G02010FJ?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G02010FJ';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad marks in lot Y77508NQ?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Y77508NQ';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad marks for Station_A on 2025-01-14?",
"latency_ref": 60,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_A' AND DATE(date_time) = '2025-01-14';",
"throughput_ref": 155
},
{
"input_sentence": "What is the total number of bad marks for Station_D on 2025-01-28?",
"latency_ref": 51,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_D' AND DATE(date_time) = '2025-01-28';",
"throughput_ref": 155
},
{
"input_sentence": "What is the tottal number of bad marks in lot C17305PA?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'C17305PA';",
"throughput_ref": 143
},
{
"input_sentence": "Wcat is the tottal nummber of bad marks in lot K27483PS?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'K27483PS';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad marks in lot Z43954VG?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Z43954VG';",
"throughput_ref": 142
},
{
"input_sentence": "What is the total number of bad marks in lot D34407VG?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D34407VG';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips for Station_H on 2025-01-01?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_H' AND DATE(date_time) = '2025-01-01';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad marks in lot C71282XP?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'C71282XP';",
"throughput_ref": 142
},
{
"input_sentence": "What is the total number of bad chips in lot U39978TF?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'U39978TF';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips for Station_O on 2025-01-22?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_O' AND DATE(date_time) = '2025-01-22';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad marks for Station_X on 2025-01-21?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_X' AND DATE(date_time) = '2025-01-21';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks in lot K68417GV?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'K68417GV';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad marks in lot T20880UP?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T20880UP';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad chips for Station_H on 2025-01-27?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_H' AND DATE(date_time) = '2025-01-27';",
"throughput_ref": 141
},
{
"input_sentence": "How many trays were scanned in the last 7 days with only good chips?",
"latency_ref": 40,
"output_sentence": "SELECT COUNT(*) AS trays_with_good_chips FROM machine WHERE WEEK(date_time) = WEEK(CURDATE()) AND def_qty = 0;",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips for Station_Y on 2025-01-30?",
"latency_ref": 57,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Y' AND DATE(date_time) = '2025-01-30';",
"throughput_ref": 133
},
{
"input_sentence": "What is the total number of bad chips in lot P34386XC?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P34386XC';",
"throughput_ref": 146
},
{
"input_sentence": "Find the tray with the lowest number of good chips last month.",
"latency_ref": 50,
"output_sentence": "SELECT lot_id, MIN(72 - def_qty) AS min_good_chips FROM machine WHERE MONTH(date_time) = MONTH(CURDATE() - INTERVAL 1 MONTH) GROUP BY lot_id ORDER BY min_good_chips LIMIT 1;",
"throughput_ref": 135
},
{
"input_sentence": "What is the total number of bad chips for Station_X on 2025-01-01?",
"latency_ref": 55,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_X' AND DATE(date_time) = '2025-01-01';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad marks in lot O66590WD?",
"latency_ref": 37,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O66590WD';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad chips in lot G82171NB?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G82171NB';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad chips in lot U85934CN?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'U85934CN';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total number of bad chips in lot P30666GG?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P30666GG';",
"throughput_ref": 142
},
{
"input_sentence": "What is the averge defect rate for station MOKU-AVI?",
"latency_ref": 31,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = MOKU-AVI;",
"throughput_ref": 154
},
{
"input_sentence": "What is the tottal number of bad chips in lot A87809BI?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A87809BI';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad marks for Station_X on 2025-01-18?",
"latency_ref": 60,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_X' AND DATE(date_time) = '2025-01-18';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad marks in lot N44655DN?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N44655DN';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total nummber of bad chips in lot Q71691TD?",
"latency_ref": 35,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q71691TD';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad marks in lot F86386YB?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F86386YB';",
"throughput_ref": 154
},
{
"input_sentence": "List all lots with defect rate higher than 20% for Station_A.",
"latency_ref": 50,
"output_sentence": "SELECT lot_id FROM machine WHERE proc_id = 'Station_A' AND def_rate > 20;",
"throughput_ref": 136
},
{
"input_sentence": "What is the total number of bad chips in lot R68568UU?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R68568UU';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad marks in lot D96081OE?",
"latency_ref": 37,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D96081OE';",
"throughput_ref": 155
},
{
"input_sentence": "What is the total number of bad chips for Station_P on 2025-01-21?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-21';",
"throughput_ref": 130
},
{
"input_sentence": "What is the total number of bad chips for Station_O on 2025-01-31?",
"latency_ref": 59,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_O' AND DATE(date_time) = '2025-01-31';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad chips for Station_A on 2025-01-06?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_A' AND DATE(date_time) = '2025-01-06';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad chips for Station_A on 2025-01-29?",
"latency_ref": 53,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_A' AND DATE(date_time) = '2025-01-29';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad marks for Station_T on 2025-01-29?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_T' AND DATE(date_time) = '2025-01-29';",
"throughput_ref": 131
},
{
"input_sentence": "Find the average defect rate for lots scanned at Station_W in January.",
"latency_ref": 47,
"output_sentence": "SELECT AVG(def_rate) AS avg_def_rate FROM machine WHERE proc_id = 'Station_W' AND MONTH(date_time) = 1;",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad chips for Station_Q on 2025-01-07?",
"latency_ref": 51,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Q' AND DATE(date_time) = '2025-01-07';",
"throughput_ref": 137
},
{
"input_sentence": "ehat is thz total number of bxd chips in lot A74596VF?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A74596VF';",
"throughput_ref": 144
},
{
"input_sentence": "What is the averge defect rat for station BS?",
"latency_ref": 42,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = BS;",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad marks in lot Q57846NW?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q57846NW';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad marks for Station_N on 2025-01-21?",
"latency_ref": 56,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_N' AND DATE(date_time) = '2025-01-21';",
"throughput_ref": 158
},
{
"input_sentence": "List all lots with defect rate higher than 20% for Station_R.",
"latency_ref": 51,
"output_sentence": "SELECT lot_id FROM machine WHERE proc_id = 'Station_R' AND def_rate > 20;",
"throughput_ref": 140
},
{
"input_sentence": "What is the tottal number of bad marks in lot T20880UP?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T20880UP';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad marks in lot P41460VN?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P41460VN';",
"throughput_ref": 157
},
{
"input_sentence": "What tray had the maximum bad marks in the year 2025?",
"latency_ref": 50,
"output_sentence": "SELECT lot_id, MAX(bms + cdb + maker) AS max_bad_marks FROM machine WHERE YEAR(date_time) = 2025 GROUP BY lot_id ORDER BY max_bad_marks DESC LIMIT 1;",
"throughput_ref": 135
},
{
"input_sentence": "What is the total number of bad chips for Station_A on 2025-01-26?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_A' AND DATE(date_time) = '2025-01-26';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad chips for Station_N on 2025-01-31?",
"latency_ref": 55,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_N' AND DATE(date_time) = '2025-01-31';",
"throughput_ref": 146
},
{
"input_sentence": "What is the tottal number of bad marks in lot I24468EA?",
"latency_ref": 38,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I24468EA';",
"throughput_ref": 155
},
{
"input_sentence": "What is the tottal number of bad chips in lot W95345KB?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W95345KB';",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad marks for Station_F on 2025-01-02?",
"latency_ref": 52,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_F' AND DATE(date_time) = '2025-01-02';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad marks for Station_W on 2025-01-29?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_W' AND DATE(date_time) = '2025-01-29';",
"throughput_ref": 133
},
{
"input_sentence": "What is the tottal number of bad chips in lot J22355WH?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J22355WH';",
"throughput_ref": 149
},
{
"input_sentence": "What is the average defect rate for station JUNB-AVI?",
"latency_ref": 45,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = JUNB-AVI;",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad marks in lot N78551HQ?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N78551HQ';",
"throughput_ref": 152
},
{
"input_sentence": "Retrieve the top 3 lots with the highest defects from Station_Z.",
"latency_ref": 51,
"output_sentence": "SELECT lot_id, SUM(def_qty) AS total_defective FROM machine WHERE proc_id = 'Station_Z' GROUP BY lot_id ORDER BY total_defective DESC LIMIT 3;",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad marks in lot H41681AA?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'H41681AA';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad marks in lot Q59610AF?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q59610AF';",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad chips in lot A84416FE?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A84416FE';",
"throughput_ref": 157
},
{
"input_sentence": "List all lots with defect rate higher than 20% for Station_O.",
"latency_ref": 53,
"output_sentence": "SELECT lot_id FROM machine WHERE proc_id = 'Station_O' AND def_rate > 20;",
"throughput_ref": 136
},
{
"input_sentence": "What is the total number of bad marks for Station_N on 2025-01-23?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_N' AND DATE(date_time) = '2025-01-23';",
"throughput_ref": 130
},
{
"input_sentence": "What is thg total number of bad marks in lot V20151XB?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V20151XB';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad chips for Station_V on 2025-01-01?",
"latency_ref": 53,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_V' AND DATE(date_time) = '2025-01-01';",
"throughput_ref": 136
},
{
"input_sentence": "What is the total number of bad chips in lot U71295OX?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'U71295OX';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad chips for Station_O on 2025-01-30?",
"latency_ref": 57,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_O' AND DATE(date_time) = '2025-01-30';",
"throughput_ref": 158
},
{
"input_sentence": "Retrieve the top 3 lots with the highest defects from Station_J.",
"latency_ref": 50,
"output_sentence": "SELECT lot_id, SUM(def_qty) AS total_defective FROM machine WHERE proc_id = 'Station_J' GROUP BY lot_id ORDER BY total_defective DESC LIMIT 3;",
"throughput_ref": 142
},
{
"input_sentence": "What is the total number of bad chips in lot R31596FJ?",
"latency_ref": 37,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R31596FJ';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad marks in lot E37878HQ?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'E37878HQ';",
"throughput_ref": 156
},
{
"input_sentence": "Retrieve the top 3 lots with the highest defects from Station_F.",
"latency_ref": 46,
"output_sentence": "SELECT lot_id, SUM(def_qty) AS total_defective FROM machine WHERE proc_id = 'Station_F' GROUP BY lot_id ORDER BY total_defective DESC LIMIT 3;",
"throughput_ref": 131
},
{
"input_sentence": "What is the total number of bad chips in lot M26342TJ?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'M26342TJ';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad chips in lot J67380RL?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J67380RL';",
"throughput_ref": 155
},
{
"input_sentence": "List all lots with defect rate higher than 20% for Station_N.",
"latency_ref": 56,
"output_sentence": "SELECT lot_id FROM machine WHERE proc_id = 'Station_N' AND def_rate > 20;",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad chips in lot D56235KP?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D56235KP';",
"throughput_ref": 144
},
{
"input_sentence": "What is the total number of bad marks for Station_K on 2025-01-28?",
"latency_ref": 58,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_K' AND DATE(date_time) = '2025-01-28';",
"throughput_ref": 147
},
{
"input_sentence": "Woat is the total number of bad marks for Statnon_D on 2025-01-19?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_D' AND DATE(date_time) = '2025-01-19';",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad marks in lot K54628ZA?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'K54628ZA';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total number of bad marks for Station_X on 2025-01-08?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_X' AND DATE(date_time) = '2025-01-08';",
"throughput_ref": 131
},
{
"input_sentence": "What is the total number of bad marks for Station_Y on 2025-01-18?",
"latency_ref": 56,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Y' AND DATE(date_time) = '2025-01-18';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad chips for Station_B on 2025-01-09?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_B' AND DATE(date_time) = '2025-01-09';",
"throughput_ref": 150
},
{
"input_sentence": "What is the tottal number of bad chips in lot L03127DY?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L03127DY';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad chips in lot T82927QY?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T82927QY';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad chcps in lot T03070ZK?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T03070ZK';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total nummber of bad marks in lot R50096FK?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R50096FK';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad chips for Station_T on 2025-01-23?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_T' AND DATE(date_time) = '2025-01-23';",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad chips in lot C72092TY?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'C72092TY';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad chips in lot Q88827TB?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q88827TB';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad marks for Station_K on 2025-01-23?",
"latency_ref": 51,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_K' AND DATE(date_time) = '2025-01-23';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad marks in lot F67692EZ?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F67692EZ';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad chips in lot M38528RR?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'M38528RR';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad chips in lot F46328UQ?",
"latency_ref": 37,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F46328UQ';",
"throughput_ref": 151
},
{
"input_sentence": "Retrieve the top 3 lots with the highest defects from Station_S.",
"latency_ref": 57,
"output_sentence": "SELECT lot_id, SUM(def_qty) AS total_defective FROM machine WHERE proc_id = 'Station_S' GROUP BY lot_id ORDER BY total_defective DESC LIMIT 3;",
"throughput_ref": 141
},
{
"input_sentence": "What is the totav number of bad marks for Station_O on 2025-01-20?",
"latency_ref": 55,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_O' AND DATE(date_time) = '2025-01-20';",
"throughput_ref": 133
},
{
"input_sentence": "What is the total number of bad clips for Station_Y on 2025-01-20?",
"latency_ref": 60,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Y' AND DATE(date_time) = '2025-01-20';",
"throughput_ref": 136
},
{
"input_sentence": "Find the average defect rate for lots scanned at Station_T in January.",
"latency_ref": 49,
"output_sentence": "SELECT AVG(def_rate) AS avg_def_rate FROM machine WHERE proc_id = 'Station_T' AND MONTH(date_time) = 1;",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad marks for Station_V on 2025-01-10?",
"latency_ref": 54,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_V' AND DATE(date_time) = '2025-01-10';",
"throughput_ref": 132
},
{
"input_sentence": "What is the tottal number of bad chips in lot N18612BZ?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N18612BZ';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad marks for Station_V on 2025-01-26?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_V' AND DATE(date_time) = '2025-01-26';",
"throughput_ref": 132
},
{
"input_sentence": "What is the total number of bad chips in lot A30252HF?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A30252HF';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total nummber of defects recorded on 2025-01-08?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defects FROM machine WHERE DATE(date_time) = '2025-01-08';",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad marks in lot E93886UX?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'E93886UX';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad chips in lot K80709PT?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'K80709PT';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad marks in lot H92049YK?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'H92049YK';",
"throughput_ref": 144
},
{
"input_sentence": "What is the total number of bad chips for Station_Q on 2025-01-08?",
"latency_ref": 53,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Q' AND DATE(date_time) = '2025-01-08';",
"throughput_ref": 155
},
{
"input_sentence": "What is the total number of bad cwips for Station_W on 2025-01-10?",
"latency_ref": 51,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_W' AND DATE(date_time) = '2025-01-10';",
"throughput_ref": 133
},
{
"input_sentence": "What is the total number of bad chips for Station_S on 2025-01-17?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_S' AND DATE(date_time) = '2025-01-17';",
"throughput_ref": 135
},
{
"input_sentence": "What is the total number of bad chips in lot I35597XH?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I35597XH';",
"throughput_ref": 145
},
{
"input_sentence": "What is the total nummber of bad marks in lot I94864IW?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I94864IW';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad chips for Station_R on 2025-01-07?",
"latency_ref": 52,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_R' AND DATE(date_time) = '2025-01-07';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad chips in lot X79552DD?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X79552DD';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad chips for Station_V on 2025-01-09?",
"latency_ref": 54,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_V' AND DATE(date_time) = '2025-01-09';",
"throughput_ref": 156
},
{
"input_sentence": "What is the maximum number of CDB defects recorded last month?",
"latency_ref": 50,
"output_sentence": "SELECT MAX(cdb) AS max_cdb FROM machine WHERE MONTH(date_time) = MONTH(CURDATE() - INTERVAL 1 MONTH) AND YEAR(date_time) = YEAR(CURDATE() - INTERVAL 1 MONTH);",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad chips for Station_P on 2025-01-01?",
"latency_ref": 53,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-01';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad marks in lot M55825IJ?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'M55825IJ';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad chips for Station_D on 2025-01-29?",
"latency_ref": 52,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_D' AND DATE(date_time) = '2025-01-29';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total nummber of bad chips in lot J33730DC?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J33730DC';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad chips for Station_Y on 2025-01-25?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Y' AND DATE(date_time) = '2025-01-25';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad marks in lot M22415UZ?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'M22415UZ';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad chips for Station_H on 2025-01-17?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_H' AND DATE(date_time) = '2025-01-17';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad marks in lot T01698HV?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T01698HV';",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad chips for Station_S on 2025-01-22?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_S' AND DATE(date_time) = '2025-01-22';",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad marks in lot O59741HS?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O59741HS';",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad chips in lot X67824AH?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X67824AH';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad marks for Station_S on 2025-01-24?",
"latency_ref": 54,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_S' AND DATE(date_time) = '2025-01-24';",
"throughput_ref": 130
},
{
"input_sentence": "What is the total number of bad larks for Stadion_L on 2025-01-29?",
"latency_ref": 53,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_L' AND DATE(date_time) = '2025-01-29';",
"throughput_ref": 145
},
{
"input_sentence": "Retrieve the top 3 lots with the highest defects from Station_L.",
"latency_ref": 56,
"output_sentence": "SELECT lot_id, SUM(def_qty) AS total_defective FROM machine WHERE proc_id = 'Station_L' GROUP BY lot_id ORDER BY total_defective DESC LIMIT 3;",
"throughput_ref": 142
},
{
"input_sentence": "What is the total number of bad marks in lot N69367SO?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N69367SO';",
"throughput_ref": 147
},
{
"input_sentence": "What is the highest defect rate recorded?",
"latency_ref": 47,
"output_sentence": "SELECT MAX(def_rate) AS highest_defect_rate FROM machine;",
"throughput_ref": 144
},
{
"input_sentence": "What is the total number of bad chips for Station_L on 2025-01-30?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_L' AND DATE(date_time) = '2025-01-30';",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad marks in lot B46003JX?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B46003JX';",
"throughput_ref": 155
},
{
"input_sentence": "What is the total number of bad chips in lot J81090XE?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J81090XE';",
"throughput_ref": 147
},
{
"input_sentence": "Find the average defect rate for lots scanned at Station_F in January.",
"latency_ref": 54,
"output_sentence": "SELECT AVG(def_rate) AS avg_def_rate FROM machine WHERE proc_id = 'Station_F' AND MONTH(date_time) = 1;",
"throughput_ref": 130
},
{
"input_sentence": "What is the total number of bad chips for Station_D on 2025-01-25?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_D' AND DATE(date_time) = '2025-01-25';",
"throughput_ref": 142
},
{
"input_sentence": "Whbt is the kotal nlmmber of bad marks in loe F6d825SA?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F67825SA';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad marks in lot X69527CI?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X69527CI';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad chips for Station_U on 2025-01-01?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_U' AND DATE(date_time) = '2025-01-01';",
"throughput_ref": 138
},
{
"input_sentence": "What is the total number of bad marks in lot A57164ZT?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A57164ZT';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad marks in lot E64132SU?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'E64132SU';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad chips in lot I38533XM?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I38533XM';",
"throughput_ref": 157
},
{
"input_sentence": "How many trays are there in the database?",
"latency_ref": 40,
"output_sentence": "SELECT COUNT(DISTINCT lot_id) AS total_trays FROM machine;",
"throughput_ref": 150
},
{
"input_sentence": "What is the total numxer of ban marks in lot H476o1HP?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'H47651HP';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad marks in lot B73726AH?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B73726AH';",
"throughput_ref": 141
},
{
"input_sentence": "How many good chips did we count last month?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(good_qty) AS total_good_chips FROM machine WHERE MONTH(date_time) = MONTH(CURDATE() - INTERVAL 1 MONTH);",
"throughput_ref": 150
},
{
"input_sentence": "Find the average number of good chips scanned last month.",
"latency_ref": 45,
"output_sentence": "SELECT AVG(72 - def_qty) AS avg_good_qty FROM machine WHERE MONTH(date_time) = MONTH(CURDATE() - INTERVAL 1 MONTH);",
"throughput_ref": 135
},
{
"input_sentence": "What is the total number of bad marks for Station_V on 2025-01-29?",
"latency_ref": 57,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_V' AND DATE(date_time) = '2025-01-29';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad marks for Station_J on 2025-01-19?",
"latency_ref": 58,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_J' AND DATE(date_time) = '2025-01-19';",
"throughput_ref": 154
},
{
"input_sentence": "Retrieve the top 3 lots with the highest defects from Station_H.",
"latency_ref": 52,
"output_sentence": "SELECT lot_id, SUM(def_qty) AS total_defective FROM machine WHERE proc_id = 'Station_H' GROUP BY lot_id ORDER BY total_defective DESC LIMIT 3;",
"throughput_ref": 138
},
{
"input_sentence": "What is the total number of bad chips for Station_U on 2025-01-29?",
"latency_ref": 51,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_U' AND DATE(date_time) = '2025-01-29';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad chips for Station_F on 2025-01-07?",
"latency_ref": 59,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_F' AND DATE(date_time) = '2025-01-07';",
"throughput_ref": 139
},
{
"input_sentence": "What is the total number of bad marks for Station_O on 2025-01-09?",
"latency_ref": 51,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_O' AND DATE(date_time) = '2025-01-09';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad marks in lot K42867VX?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'K42867VX';",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad marks in lot H35680SE?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'H35680SE';",
"throughput_ref": 144
},
{
"input_sentence": "What is the total number of bad marks for Station_V on 2025-01-21?",
"latency_ref": 51,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_V' AND DATE(date_time) = '2025-01-21';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad chips in lot Y53420KO?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Y53420KO';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks in lot Q16019HJ?",
"latency_ref": 38,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q16019HJ';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad chips in lot X90878HY?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X90878HY';",
"throughput_ref": 149
},
{
"input_sentence": "What is the average defect rate for station BA_RF?",
"latency_ref": 42,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = BA_RF;",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad marks in lot V67760IX?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V67760IX';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad chips in lot G45217IF?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G45217IF';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad chbps for Station_G on f025-01-10?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_G' AND DATE(date_time) = '2025-01-10';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad chips in lot A72507ZR?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A72507ZR';",
"throughput_ref": 160
},
{
"input_sentence": "How many working chips were scanned last month?",
"latency_ref": 42,
"output_sentence": "SELECT COUNT(*) AS total_working_chips FROM machine WHERE MONTH(date_time) = MONTH(CURDATE() - INTERVAL 1 MONTH) AND def_qty = 0;",
"throughput_ref": 145
},
{
"input_sentence": "What is the tottal number of bad marks in lot U39978TF?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'U39978TF';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad chips for Station_V on 2025-01-30?",
"latency_ref": 51,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_V' AND DATE(date_time) = '2025-01-30';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad chips for Station_P on 2025-01-06?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-06';",
"throughput_ref": 137
},
{
"input_sentence": "What is tae total number of wad marks in lot Z49499DU?",
"latency_ref": 38,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Z49499DU';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad marks in lot D42169PI?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D42169PI';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad chips for Station_E on 2025-01-21?",
"latency_ref": 60,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_E' AND DATE(date_time) = '2025-01-21';",
"throughput_ref": 139
},
{
"input_sentence": "How many good chips did we count today?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(good_qty) AS total_good_chips FROM machine WHERE CURDATE();",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips in lot A83011KU?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A83011KU';",
"throughput_ref": 144
},
{
"input_sentence": "What is the total number of bad chips in lvt D55733XK?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D55733XK';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad chips in lot X65773HG?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X65773HG';",
"throughput_ref": 144
},
{
"input_sentence": "What is the total number of bad marks for Station_F on 2025-01-20?",
"latency_ref": 52,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_F' AND DATE(date_time) = '2025-01-20';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips for Station_C on 2025-01-25?",
"latency_ref": 53,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_C' AND DATE(date_time) = '2025-01-25';",
"throughput_ref": 131
},
{
"input_sentence": "What is the total number of bad marks in lot Q38180KE?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q38180KE';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad marks ior Station_D on 2025-01-02?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_D' AND DATE(date_time) = '2025-01-02';",
"throughput_ref": 148
},
{
"input_sentence": "Find the average defect rate for lots scanned at Station_Q in January.",
"latency_ref": 47,
"output_sentence": "SELECT AVG(def_rate) AS avg_def_rate FROM machine WHERE proc_id = 'Station_Q' AND MONTH(date_time) = 1;",
"throughput_ref": 142
},
{
"input_sentence": "What is the total number of bad chips in lot M82781WK?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'M82781WK';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad marks in lot K85735MA?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'K85735MA';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad chips in lot K96705NZ?",
"latency_ref": 37,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'K96705NZ';",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad marks in lot G41228DX?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G41228DX';",
"throughput_ref": 142
},
{
"input_sentence": "What is tee total number of bad marks fqr Station_J on 2025-01-03?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_J' AND DATE(date_time) = '2025-01-03';",
"throughput_ref": 133
},
{
"input_sentence": "What is the total number of cad chips in lot C75647GT?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'C75647GT';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bed chips in lot Q01502SQ?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q01502SQ';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad marks for Station_D on 2025-01-12?",
"latency_ref": 53,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_D' AND DATE(date_time) = '2025-01-12';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad marks for Station_O on 2025-01-16?",
"latency_ref": 52,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_O' AND DATE(date_time) = '2025-01-16';",
"throughput_ref": 158
},
{
"input_sentence": "Which tray had the highest number of good chips this year?",
"latency_ref": 50,
"output_sentence": "SELECT lot_id, MAX(72 - def_qty) AS max_good_qty FROM machine WHERE YEAR(date_time) = YEAR(CURDATE()) GROUP BY lot_id ORDER BY max_good_qty DESC LIMIT 1;",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad marks for Station_H on 2025-01-14?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_H' AND DATE(date_time) = '2025-01-14';",
"throughput_ref": 138
},
{
"input_sentence": "What is the total number of bad chips in lot C66190UU?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'C66190UU';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad marks in lot K34131AQ?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'K34131AQ';",
"throughput_ref": 144
},
{
"input_sentence": "Find the tray with the lowest number of good chips today.",
"latency_ref": 50,
"output_sentence": "SELECT lot_id, MIN(72 - def_qty) AS min_good_chips FROM machine WHERE CURDATE() GROUP BY lot_id ORDER BY min_good_chips LIMIT 1;",
"throughput_ref": 135
},
{
"input_sentence": "What is the total number of bad chips for Station_Y on 2025-01-09?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Y' AND DATE(date_time) = '2025-01-09';",
"throughput_ref": 144
},
{
"input_sentence": "What is the total number of bad marks for Station_M on 2025-01-03?",
"latency_ref": 51,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_M' AND DATE(date_time) = '2025-01-03';",
"throughput_ref": 136
},
{
"input_sentence": "What is the total number of bad chzps for Statioa_F on 2025-01-21?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_F' AND DATE(date_time) = '2025-01-21';",
"throughput_ref": 133
},
{
"input_sentence": "How many trays scanned today had all good chips?",
"latency_ref": 40,
"output_sentence": "SELECT COUNT(*) AS trays_with_all_good FROM machine WHERE DATE(date_time) = CURDATE() AND def_qty = 0;",
"throughput_ref": 150
},
{
"input_sentence": "Whft is the total number of bad chips in lot D96190GI?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D96190GI';",
"throughput_ref": 160
},
{
"input_sentence": "Wtat is the total humber of bad chips in lot R38843YQ?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R38843YQ';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad chips in lot O95435PG?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O95435PG';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad marks for Station_V on 20s5-01-14?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_V' AND DATE(date_time) = '2025-01-14';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad chips for Station_U on 2025-01-27?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_U' AND DATE(date_time) = '2025-01-27';",
"throughput_ref": 131
},
{
"input_sentence": "What is the total number of bad marks for Station_I on 2025-01-16?",
"latency_ref": 60,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_I' AND DATE(date_time) = '2025-01-16';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad marks in lot W18591TH?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W18591TH';",
"throughput_ref": 152
},
{
"input_sentence": "Find the average number of good chips scanned last week.",
"latency_ref": 45,
"output_sentence": "SELECT AVG(72 - def_qty) AS avg_good_qty FROM machine WHERE WEEK(date_time) = WEEK(CURDATE() - INTERVAL 1 WEEK);",
"throughput_ref": 135
},
{
"input_sentence": "Find the average defect rate for lots scanned at Station_R in January.",
"latency_ref": 49,
"output_sentence": "SELECT AVG(def_rate) AS avg_def_rate FROM machine WHERE proc_id = 'Station_R' AND MONTH(date_time) = 1;",
"throughput_ref": 137
},
{
"input_sentence": "What is the total number of bad chips for Station_H on 2025-01-12?",
"latency_ref": 56,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_H' AND DATE(date_time) = '2025-01-12';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad marks for Station_R on 2025-01-12?",
"latency_ref": 58,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_R' AND DATE(date_time) = '2025-01-12';",
"throughput_ref": 146
},
{
"input_sentence": "What was the total number of good chips scanned across all trays this year?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(72 - def_qty) AS total_good_qty FROM machine WHERE YEAR(date_time) = YEAR(CURDATE());",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks in lot K93361IA?",
"latency_ref": 35,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'K93361IA';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad chips in lot R91344OW?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R91344OW';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad marks for Station_Y on 2025-01-13?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Y' AND DATE(date_time) = '2025-01-13';",
"throughput_ref": 134
},
{
"input_sentence": "What is the total number of bad marks in lot J54940LB?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J54940LB';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad marks for Station_Z on 2025-01-25?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Z' AND DATE(date_time) = '2025-01-25';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad marks for Station_M on 2025-01-09?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_M' AND DATE(date_time) = '2025-01-09';",
"throughput_ref": 137
},
{
"input_sentence": "What is the total number of bad marks for Station_W on 2025-01-06?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_W' AND DATE(date_time) = '2025-01-06';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad chips in lot E13522NR?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'E13522NR';",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad marks foz Station_D on 2025-01-22?",
"latency_ref": 58,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_D' AND DATE(date_time) = '2025-01-22';",
"throughput_ref": 139
},
{
"input_sentence": "List all lots with defect rate higher than 20% for Station_K.",
"latency_ref": 40,
"output_sentence": "SELECT lot_id FROM machine WHERE proc_id = 'Station_K' AND def_rate > 20;",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad chops for Station_O on 2025-01-11?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_O' AND DATE(date_time) = '2025-01-11';",
"throughput_ref": 131
},
{
"input_sentence": "What is the total number of bad chips for Station_Z on 2025-01-12?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Z' AND DATE(date_time) = '2025-01-12';",
"throughput_ref": 138
},
{
"input_sentence": "What is the total number of bad chips in lot X12681PF?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X12681PF';",
"throughput_ref": 151
},
{
"input_sentence": "What is the average defect rate for station BS?",
"latency_ref": 33,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = BS;",
"throughput_ref": 142
},
{
"input_sentence": "What is the total number of bad chips in lot L64737BD?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L64737BD';",
"throughput_ref": 157
},
{
"input_sentence": "What is the tottal number of bad chips in lot W35975WS?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W35975WS';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad chips in lot Z81082TA?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Z81082TA';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad chips for Station_M on 2025-01-19?",
"latency_ref": 58,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_M' AND DATE(date_time) = '2025-01-19';",
"throughput_ref": 144
},
{
"input_sentence": "What is the total number of bad chips for Station_Y on 2025-01-26?",
"latency_ref": 58,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Y' AND DATE(date_time) = '2025-01-26';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad chips in lot J35581SF?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J35581SF';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad chips in lot I71348OM?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I71348OM';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total nummber of bad chips in lot S48582XA?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S48582XA';",
"throughput_ref": 155
},
{
"input_sentence": "What is the total number of bad chips in lot H39180YH?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'H39180YH';",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad marks in lot C10539CD?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'C10539CD';",
"throughput_ref": 151
},
{
"input_sentence": "What is tte total number of nad marks for Station_X on 2025-01-07?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_X' AND DATE(date_time) = '2025-01-07';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total nummber of bad marks in lot D82946YU?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D82946YU';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad marks in lot N66804ZX?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N66804ZX';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad chips in lot J08463FN?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J08463FN';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad chips for Station_U on 2025-01-05?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_U' AND DATE(date_time) = '2025-01-05';",
"throughput_ref": 152
},
{
"input_sentence": "What is the averge defect rat for station JUNB-AVI?",
"latency_ref": 45,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = JUNB-AVI;",
"throughput_ref": 146
},
{
"input_sentence": "What is the total number of bad chips in lot B78092ND?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B78092ND';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total number of bad chips in lot R39071JR?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R39071JR';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad marks for Station_N on 2025-01-25?",
"latency_ref": 55,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_N' AND DATE(date_time) = '2025-01-25';",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad chips in lot O44198KA?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O44198KA';",
"throughput_ref": 145
},
{
"input_sentence": "How many chips were counted last month, and how many of them were bad?",
"latency_ref": 55,
"output_sentence": "SELECT COUNT(*) AS total_chips, SUM(def_qty) AS total_bad_chips FROM machine WHERE MONTH(date_time) = MONTH(CURDATE() - INTERVAL 1 MONTH);",
"throughput_ref": 130
},
{
"input_sentence": "What is the tottal number of bad chips in lot P73461JW?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P73461JW';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad chips for Station_S on 2025-01-07?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_S' AND DATE(date_time) = '2025-01-07';",
"throughput_ref": 149
},
{
"input_sentence": "What is the tottal number of bad chips in lot C71282XP?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'C71282XP';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad chips for Station_R on 2025-01-06?",
"latency_ref": 52,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_R' AND DATE(date_time) = '2025-01-06';",
"throughput_ref": 131
},
{
"input_sentence": "Find the average percentage of good chips per tray scanned this year.",
"latency_ref": 50,
"output_sentence": "SELECT AVG((72 - def_qty) / 72 * 100) AS avg_good_percentage FROM machine WHERE YEAR(date_time) = YEAR(CURDATE());",
"throughput_ref": 135
},
{
"input_sentence": "What is the tottal number of bad chips in lot Y27233EX?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Y27233EX';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad marks for Station_S on 2025-01-06?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_S' AND DATE(date_time) = '2025-01-06';",
"throughput_ref": 135
},
{
"input_sentence": "What is the total number of bad marks in lot V19666CD?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V19666CD';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad marks in lot H79662NB?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'H79662NB';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad chips for Station_M on 2025-01-31?",
"latency_ref": 58,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_M' AND DATE(date_time) = '2025-01-31';",
"throughput_ref": 155
},
{
"input_sentence": "What is the total number of bad marks in lot B95339PL?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B95339PL';",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad chips for Station_Q on 2025-01-21?",
"latency_ref": 57,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Q' AND DATE(date_time) = '2025-01-21';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad chips in lot L00375XG?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L00375XG';",
"throughput_ref": 153
},
{
"input_sentence": "Find the average defect rate for the last quarter.",
"latency_ref": 55,
"output_sentence": "SELECT AVG(def_rate) AS avg_def_rate FROM machine WHERE QUARTER(date_time) = QUARTER(CURDATE() - INTERVAL 3 MONTH);",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad chips in lot M15513JM?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'M15513JM';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad marks in lot A31554OE?",
"latency_ref": 35,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A31554OE';",
"throughput_ref": 144
},
{
"input_sentence": "Which tray had the highest number of good chips last week?",
"latency_ref": 50,
"output_sentence": "SELECT lot_id, MAX(72 - def_qty) AS max_good_qty FROM machine WHERE WEEK(date_time) = WEEK(CURDATE() - INTERVAL 1 WEEK) GROUP BY lot_id ORDER BY max_good_qty DESC LIMIT 1;",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad marks in lot K59458PA?",
"latency_ref": 35,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'K59458PA';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad marks for Station_R on 2025-01-11?",
"latency_ref": 56,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_R' AND DATE(date_time) = '2025-01-11';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad marks in lot A41393XR?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A41393XR';",
"throughput_ref": 148
},
{
"input_sentence": "Which tray had the highest number of working chips yesterday?",
"latency_ref": 45,
"output_sentence": "SELECT lot_id, MAX(72 - def_qty) AS max_working_chips FROM machine WHERE DATE(date_time) = CURDATE() - INTERVAL 1 DAY GROUP BY lot_id ORDER BY max_working_chips DESC LIMIT 1;",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad marks in lot Q05144DP?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q05144DP';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad chips for Station_D on 2025-01-18?",
"latency_ref": 53,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_D' AND DATE(date_time) = '2025-01-18';",
"throughput_ref": 156
},
{
"input_sentence": "What is the averate defect rat for station CBUj?",
"latency_ref": 37,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = CBUN;",
"throughput_ref": 146
},
{
"input_sentence": "What is the total number of bad chips in lot Y15497EI?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Y15497EI';",
"throughput_ref": 154
},
{
"input_sentence": "Retrieve the top 3 lots with the highest defects from Station_P.",
"latency_ref": 58,
"output_sentence": "SELECT lot_id, SUM(def_qty) AS total_defective FROM machine WHERE proc_id = 'Station_P' GROUP BY lot_id ORDER BY total_defective DESC LIMIT 3;",
"throughput_ref": 147
},
{
"input_sentence": "What is the total nummber of bad marks in lot A30252HF?",
"latency_ref": 38,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A30252HF';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad chijs in lot S99347OG?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S99347OG';",
"throughput_ref": 154
},
{
"input_sentence": "Which tray scanned last month had the most good chips?",
"latency_ref": 50,
"output_sentence": "SELECT lot_id, MAX(72 - def_qty) AS max_good_qty FROM machine WHERE MONTH(date_time) = MONTH(CURDATE() - INTERVAL 1 MONTH) GROUP BY lot_id ORDER BY max_good_qty DESC LIMIT 1;",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad marks for Station_R on 2025-01-24?",
"latency_ref": 57,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_R' AND DATE(date_time) = '2025-01-24';",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad chips for Station_X on 2025-01-09?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_X' AND DATE(date_time) = '2025-01-09';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total number of bad marks in lot S48582XA?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S48582XA';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks for Station_U on 2025-01-17?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_U' AND DATE(date_time) = '2025-01-17';",
"throughput_ref": 149
},
{
"input_sentence": "Find the average defect rate for lots scanned at Station_L in January.",
"latency_ref": 53,
"output_sentence": "SELECT AVG(def_rate) AS avg_def_rate FROM machine WHERE proc_id = 'Station_L' AND MONTH(date_time) = 1;",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad chips in lot V29611KZ?",
"latency_ref": 37,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V29611KZ';",
"throughput_ref": 144
},
{
"input_sentence": "What is the average numbev of working chips per tray this weekr",
"latency_ref": 45,
"output_sentence": "SELECT AVG(good_qty) AS avg_working_chips FROM machine WHERE WEEK(date_time) = WEEK(CURDATE());",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad marks for Station_Z on 2025-01-24?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Z' AND DATE(date_time) = '2025-01-24';",
"throughput_ref": 139
},
{
"input_sentence": "What is the total number of bad marks for Station_U on 2025-01-11?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_U' AND DATE(date_time) = '2025-01-11';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total number of bad chips for Station_F on 2025-01-23?",
"latency_ref": 56,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_F' AND DATE(date_time) = '2025-01-23';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad marks in lot M55179UM?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'M55179UM';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad marks in lot R25316BY?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R25316BY';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad chips in lot L80667WU?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L80667WU';",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad marks for Station_S on 2025-01-20?",
"latency_ref": 53,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_S' AND DATE(date_time) = '2025-01-20';",
"throughput_ref": 154
},
{
"input_sentence": "List all lots with defect rate higher than 20% for Station_M.",
"latency_ref": 54,
"output_sentence": "SELECT lot_id FROM machine WHERE proc_id = 'Station_M' AND def_rate > 20;",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad chips in lot X26114VQ?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X26114VQ';",
"throughput_ref": 153
},
{
"input_sentence": "What is the tottal number of bad chips in lot G26893FT?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G26893FT';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad marks for Station_G on 2025-01-04?",
"latency_ref": 55,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_G' AND DATE(date_time) = '2025-01-04';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad chips in lot E66817LL?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'E66817LL';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad chips in lot I85217EY?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I85217EY';",
"throughput_ref": 142
},
{
"input_sentence": "What is the total number of bad chips in lot F91634GL?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F91634GL';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad chips for Station_N on 2025-01-26?",
"latency_ref": 56,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_N' AND DATE(date_time) = '2025-01-26';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad chips in lot P15126YV?",
"latency_ref": 38,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P15126YV';",
"throughput_ref": 142
},
{
"input_sentence": "What is thb total number of bad marks in lot B82968CK?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B82968CK';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad chips for Station_A on 2025-01-12?",
"latency_ref": 58,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_A' AND DATE(date_time) = '2025-01-12';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad chips for Station_C on 2025-01-30?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_C' AND DATE(date_time) = '2025-01-30';",
"throughput_ref": 133
},
{
"input_sentence": "What is the total number of bad marks for Station_S on 2025-01-03?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_S' AND DATE(date_time) = '2025-01-03';",
"throughput_ref": 136
},
{
"input_sentence": "Whht is the total number of bav marks for Station_V on 2025-01-16?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_V' AND DATE(date_time) = '2025-01-16';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad marks in lot V82252TA?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V82252TA';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad marks in lot H05111HD?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'H05111HD';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total nummber of bad chips in lot G94047ZE?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G94047ZE';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad chips for Station_U on 2025-01-06?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_U' AND DATE(date_time) = '2025-01-06';",
"throughput_ref": 142
},
{
"input_sentence": "What is the highest number of bad marks recorded this month?",
"latency_ref": 50,
"output_sentence": "SELECT MAX(def_qty) AS max_def_qty FROM machine WHERE MONTH(date_time) = MONTH(CURDATE());",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad chips for Station_E on 2025-01-29?",
"latency_ref": 60,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_E' AND DATE(date_time) = '2025-01-29';",
"throughput_ref": 138
},
{
"input_sentence": "What is the total nummber of bad chips in lot B23644PD?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B23644PD';",
"throughput_ref": 150
},
{
"input_sentence": "What is the average defect rate for station SG Cleaning?",
"latency_ref": 40,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = SG Cleaning;",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad chips in lot A19334BZ?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A19334BZ';",
"throughput_ref": 147
},
{
"input_sentence": "How many trays had only good chips yesterday?",
"latency_ref": 45,
"output_sentence": "SELECT COUNT(*) AS trays_with_good_chips FROM machine WHERE DATE(date_time) = CURDATE() - INTERVAL 1 DAY AND def_qty = 0;",
"throughput_ref": 145
},
{
"input_sentence": "Whaa is the total number of bad marks in lot T68686EW?",
"latency_ref": 35,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T68686EW';",
"throughput_ref": 155
},
{
"input_sentence": "What is the total number of bad marks in lot E31251KP?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'E31251KP';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks in lot A45785CQ?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A45785CQ';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad chips for Station_Q on 2025-01-27?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Q' AND DATE(date_time) = '2025-01-27';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad ccips in wbt W95345KB?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W95345KB';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad marks in lot N03013JH?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N03013JH';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad chips for Station_Y on 2025-01-11?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Y' AND DATE(date_time) = '2025-01-11';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad marks in lot A60630OV?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A60630OV';",
"throughput_ref": 145
},
{
"input_sentence": "Whax is the total number of bad marks in lot J88720LB?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J88720LB';",
"throughput_ref": 147
},
{
"input_sentence": "What is the tottal number of bad chips in lot S63980KB?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S63980KB';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad marks in lot C05658PN?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'C05658PN';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total number of bad chips in lot T28812FA?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T28812FA';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total nummber of bad marks in lot V34542CW?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V34542CW';",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad mjrks for Station_E on 2025-01-24?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_E' AND DATE(date_time) = '2025-01-24';",
"throughput_ref": 136
},
{
"input_sentence": "What is the total number of bad chips in lot M50995GN?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'M50995GN';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad chips in lot G21600FH?",
"latency_ref": 35,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G21600FH';",
"throughput_ref": 155
},
{
"input_sentence": "What is the total number of bad chips in lot Z08465WQ?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Z08465WQ';",
"throughput_ref": 148
},
{
"input_sentence": "What is thb fotal number of bad chips in lox M97064NN?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'M97064NN';",
"throughput_ref": 155
},
{
"input_sentence": "Which tray had the fewest good chips scanned in the year 2025?",
"latency_ref": 50,
"output_sentence": "SELECT lot_id, MIN(72 - def_qty) AS min_good_qty FROM machine WHERE YEAR(date_time) = 2025 GROUP BY lot_id ORDER BY min_good_qty LIMIT 1;",
"throughput_ref": 135
},
{
"input_sentence": "What is the total number of bad marks in lot T98811WS?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T98811WS';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad marks for Station_V on 2025-01-20?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_V' AND DATE(date_time) = '2025-01-20';",
"throughput_ref": 143
},
{
"input_sentence": "What is the waximum bad marks type recorded?",
"latency_ref": 45,
"output_sentence": "SELECT GREATEST(MAX(bms), MAX(cdb), MAX(maker)) AS max_bad_marks FROM machine;",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks in lot O53816GM?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O53816GM';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad marks in lot Z52112CG?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Z52112CG';",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad marks in lot G85761CC?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G85761CC';",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad chips in lot R91368IQ?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R91368IQ';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad marks for Station_Y on 2025-01-02?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Y' AND DATE(date_time) = '2025-01-02';",
"throughput_ref": 135
},
{
"input_sentence": "What is the total number of bad chips in lot F81747BC?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F81747BC';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad marks in lot E27582HC?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'E27582HC';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad chips for Station_U on 2025-01-08?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_U' AND DATE(date_time) = '2025-01-08';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad chips in lot G02010FJ?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G02010FJ';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad chips in lot I81928GE?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I81928GE';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad marks for Station_W on 2025-01-02?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_W' AND DATE(date_time) = '2025-01-02';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad chips in lot J52100GM?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J52100GM';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad marks for Station_Z on 2025-01-28?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Z' AND DATE(date_time) = '2025-01-28';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad marks for Station_F on 2025-01-22?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_F' AND DATE(date_time) = '2025-01-22';",
"throughput_ref": 137
},
{
"input_sentence": "What is the total number of bad marks in lot A94075JE?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A94075JE';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad chips for Station_Q on 2025-01-31?",
"latency_ref": 59,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Q' AND DATE(date_time) = '2025-01-31';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad marks in lot M41916JQ?",
"latency_ref": 38,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'M41916JQ';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad chips in lot I93724GS?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I93724GS';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips in lot Z36756NX?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Z36756NX';",
"throughput_ref": 145
},
{
"input_sentence": "What is the toyal nummber of bad marks in lot J60653HG?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J60653HG';",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad marks in lot V90765OO?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V90765OO';",
"throughput_ref": 160
},
{
"input_sentence": "What is the tottal number of bad marks in lot I44130VP?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I44130VP';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad chips in lot C73960HZ?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'C73960HZ';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad chips for Stasion_P on 2025-01-14?",
"latency_ref": 59,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-14';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad chips in lot L20905AP?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L20905AP';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips for Station_S on 2025-01-23?",
"latency_ref": 57,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_S' AND DATE(date_time) = '2025-01-23';",
"throughput_ref": 135
},
{
"input_sentence": "What is the total number of bad marks in lot A95736KH?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A95736KH';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips for Station_U on 2025-01-26?",
"latency_ref": 52,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_U' AND DATE(date_time) = '2025-01-26';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad marks in lot Y12352XH?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Y12352XH';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad chips for Station_U on 2025-01-23?",
"latency_ref": 54,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_U' AND DATE(date_time) = '2025-01-23';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total number of bad marks in lot J94534BO?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J94534BO';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total numier of bad marks in lot S8i971VM?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S85971VM';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad chips for Station_R on 2025-01-27?",
"latency_ref": 57,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_R' AND DATE(date_time) = '2025-01-27';",
"throughput_ref": 145
},
{
"input_sentence": "How many good chips were scanned this year?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(72 - def_qty) AS total_good_chips FROM machine WHERE YEAR(date_time) = YEAR(CURDATE());",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks in lot B32999VD?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B32999VD';",
"throughput_ref": 152
},
{
"input_sentence": "What is the tottal number of bad chips in lot I93724GS?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I93724GS';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad chips for Station_N on 2025-01-13?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_N' AND DATE(date_time) = '2025-01-13';",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad marks for Station_F on 2025-01-29?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_F' AND DATE(date_time) = '2025-01-29';",
"throughput_ref": 133
},
{
"input_sentence": "What is the total number of bad chips in lot C43699PL?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'C43699PL';",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad chips in lot K29763IH?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'K29763IH';",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad chips in lot O46301MD?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O46301MD';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips in lot J03401NA?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J03401NA';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad marks for Station_H on 2025-01-26?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_H' AND DATE(date_time) = '2025-01-26';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad marks for Station_H on 2025-01-13?",
"latency_ref": 54,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_H' AND DATE(date_time) = '2025-01-13';",
"throughput_ref": 158
},
{
"input_sentence": "What is the tottal number of bad marks in lot Q74911EQ?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q74911EQ';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad marks for Station_E on 2025-01-30?",
"latency_ref": 55,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_E' AND DATE(date_time) = '2025-01-30';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total nummber of bad chips in lot T21737EZ?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T21737EZ';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad chips in lot C37878JT?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'C37878JT';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad chips for Station_R on 2025-01-14?",
"latency_ref": 58,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_R' AND DATE(date_time) = '2025-01-14';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad marks for Station_K on 2025-01-22?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_K' AND DATE(date_time) = '2025-01-22';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad chips for Station_K on 2025-01-15?",
"latency_ref": 59,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_K' AND DATE(date_time) = '2025-01-15';",
"throughput_ref": 130
},
{
"input_sentence": "What is the total number of bad chips in lot N14437GE?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N14437GE';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips for Station_J on 2025-01-02?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_J' AND DATE(date_time) = '2025-01-02';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total number of bad marks for Station_Q on 2025-01-22?",
"latency_ref": 51,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Q' AND DATE(date_time) = '2025-01-22';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of had chips in let Y64693YA?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Y64693YA';",
"throughput_ref": 142
},
{
"input_sentence": "What is the total number of bad chips for Station_B on 2025-01-26?",
"latency_ref": 55,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_B' AND DATE(date_time) = '2025-01-26';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad marks in lot M49014CD?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'M49014CD';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad marks for Station_N on 2025-01-14?",
"latency_ref": 59,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_N' AND DATE(date_time) = '2025-01-14';",
"throughput_ref": 131
},
{
"input_sentence": "Whan is the total number of bad marks in lot A89232PO?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A89232PO';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad chips in lwt N34953GJ?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N34953GJ';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad chips in lot Y84985ZI?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Y84985ZI';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad marks in lot P25496GJ?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P25496GJ';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad chips in lot U31422JD?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'U31422JD';",
"throughput_ref": 144
},
{
"input_sentence": "What is the total number of bad chips in lot T21737EZ?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T21737EZ';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad marks in lot N73262RH?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N73262RH';",
"throughput_ref": 155
},
{
"input_sentence": "What is the total number of bad mkrks in lot U66533JB?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'U66533JB';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad chips in lot F89899FI?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F89899FI';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total number of bad chips in lot I49961VD?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I49961VD';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total number of bad marks in lot E87917XK?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'E87917XK';",
"throughput_ref": 160
},
{
"input_sentence": "How many trays were counted last month?",
"latency_ref": 42,
"output_sentence": "SELECT COUNT(*) AS total_trays FROM machine WHERE MONTH(date_time) = MONTH(CURDATE() - INTERVAL 1 MONTH);",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad chips in lot E67477II?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'E67477II';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad chips in lot L67020AH?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L67020AH';",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad marks for Station_W on 2025-01-11?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_W' AND DATE(date_time) = '2025-01-11';",
"throughput_ref": 138
},
{
"input_sentence": "What is the total number of bad chips in lot R32729TR?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R32729TR';",
"throughput_ref": 141
},
{
"input_sentence": "How many non-defective chips did we count in the year 2025?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(good_qty) AS total_non_defective_chips FROM machine WHERE YEAR(date_time) = 2025;",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips for Station_B on 2025-01-20?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_B' AND DATE(date_time) = '2025-01-20';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad marks for Station_V on 2025-01-08?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_V' AND DATE(date_time) = '2025-01-08';",
"throughput_ref": 136
},
{
"input_sentence": "What is the total number of nad chips for Station_N on 2025-01-29?",
"latency_ref": 54,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_N' AND DATE(date_time) = '2025-01-29';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad marks in lot Z56721YD?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Z56721YD';",
"throughput_ref": 143
},
{
"input_sentence": "What is the tottal number of bad chips in lot J47430XM?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J47430XM';",
"throughput_ref": 160
},
{
"input_sentence": "Retrieve the top 3 lots with the highest defects from Station_I.",
"latency_ref": 48,
"output_sentence": "SELECT lot_id, SUM(def_qty) AS total_defective FROM machine WHERE proc_id = 'Station_I' GROUP BY lot_id ORDER BY total_defective DESC LIMIT 3;",
"throughput_ref": 142
},
{
"input_sentence": "What is the latest tray with the highest number of good chips?",
"latency_ref": 40,
"output_sentence": "SELECT lot_id, MAX(72 - def_qty) AS max_good_qty FROM machine ORDER BY date_time DESC LIMIT 1;",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips in lot J20516PK?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J20516PK';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of sad chips in lot T23830UD?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T23830UD';",
"throughput_ref": 155
},
{
"input_sentence": "What is the total nummber of bad marks in lot V09380Oy?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V09380OQ';",
"throughput_ref": 151
},
{
"input_sentence": "Find the average defect rate for lots scanned at Station_G in January.",
"latency_ref": 56,
"output_sentence": "SELECT AVG(def_rate) AS avg_def_rate FROM machine WHERE proc_id = 'Station_G' AND MONTH(date_time) = 1;",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad chips for Station_R on 2025-01-09?",
"latency_ref": 53,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_R' AND DATE(date_time) = '2025-01-09';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad chips for Station_F on 2025-01-09?",
"latency_ref": 58,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_F' AND DATE(date_time) = '2025-01-09';",
"throughput_ref": 154
},
{
"input_sentence": "What is the tottal number of bad marks in lot G78342VN?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G78342VN';",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad marks in lot V62950QS?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V62950QS';",
"throughput_ref": 155
},
{
"input_sentence": "What is the total number of bad chips in lot M97950AQ?",
"latency_ref": 35,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'M97950AQ';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks for Station_Q on 2025-01-24?",
"latency_ref": 59,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Q' AND DATE(date_time) = '2025-01-24';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad marks in lot K72580EG?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'K72580EG';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad marks in lot J60671WH?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J60671WH';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad chips in lot V60020LD?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V60020LD';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad chips in lot N63583QH?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N63583QH';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad marks in lot R92159RZ?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R92159RZ';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad marks in lot F57446RD?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F57446RD';",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad marks in lot P91590GB?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P91590GB';",
"throughput_ref": 143
},
{
"input_sentence": "What is tme total nummber of bad marks in lot T49991ND?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T49991ND';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad marks in vot W481l0CX?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W48170CX';",
"throughput_ref": 152
},
{
"input_sentence": "Find the average defect rate for lots scanned at Station_S in January.",
"latency_ref": 54,
"output_sentence": "SELECT AVG(def_rate) AS avg_def_rate FROM machine WHERE proc_id = 'Station_S' AND MONTH(date_time) = 1;",
"throughput_ref": 131
},
{
"input_sentence": "What is tpe total numbeg of bad mazks in lot K07251ID?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'K07251ID';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad chips in lot V34542CW?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V34542CW';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad chips in lot T04294LM?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T04294LM';",
"throughput_ref": 144
},
{
"input_sentence": "How many non-defective chips did we count yesterday?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(good_qty) AS total_non_defective_chips FROM machine WHERE CURDATE() - INTERVAL 1 DAY;",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips in lot R79548XV?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R79548XV';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad chips in lot N82777GG?",
"latency_ref": 38,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N82777GG';",
"throughput_ref": 145
},
{
"input_sentence": "How many working chips were scanned in the year 2025?",
"latency_ref": 42,
"output_sentence": "SELECT COUNT(*) AS total_working_chips FROM machine WHERE YEAR(date_time) = 2025 AND def_qty = 0;",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad marks in lot P78719AD?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P78719AD';",
"throughput_ref": 148
},
{
"input_sentence": "List all lots with defect rate higher than 20% for Station_X.",
"latency_ref": 50,
"output_sentence": "SELECT lot_id FROM machine WHERE proc_id = 'Station_X' AND def_rate > 20;",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad chips for Sration_Q on 2025-01-15?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Q' AND DATE(date_time) = '2025-01-15';",
"throughput_ref": 132
},
{
"input_sentence": "What is the total number of bad chips in lot A49503MF?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A49503MF';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad marks for Station_Y on 2025-01-23?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Y' AND DATE(date_time) = '2025-01-23';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad chips in lot T81014IA?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T81014IA';",
"throughput_ref": 158
},
{
"input_sentence": "What is thx total number of bzd chios in lot B00054WJ?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B00054WJ';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad marks in lot Z83209XO?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Z83209XO';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad chips for Station_J on 2025-01-11?",
"latency_ref": 54,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_J' AND DATE(date_time) = '2025-01-11';",
"throughput_ref": 132
},
{
"input_sentence": "What is the total number of bad marks in lot T09872XH?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T09872XH';",
"throughput_ref": 157
},
{
"input_sentence": "Find the average defect rate for lots scanned at Station_Z in January.",
"latency_ref": 54,
"output_sentence": "SELECT AVG(def_rate) AS avg_def_rate FROM machine WHERE proc_id = 'Station_Z' AND MONTH(date_time) = 1;",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad chips in lot O58304BV?",
"latency_ref": 38,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O58304BV';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total nummber of bad chips in lot X79552DD?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X79552DD';",
"throughput_ref": 142
},
{
"input_sentence": "What is the total number of bad marks in lot M32835WL?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'M32835WL';",
"throughput_ref": 156
},
{
"input_sentence": "Which tray had the least bad marks in the year 2025?",
"latency_ref": 45,
"output_sentence": "SELECT lot_id, MIN(bms + cdb + maker) AS least_bad_marks FROM machine WHERE YEAR(date_time) = 2025 GROUP BY lot_id ORDER BY least_bad_marks LIMIT 1;",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad chips in lot E93740HW?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'E93740HW';",
"throughput_ref": 153
},
{
"input_sentence": "How many good chips were scanned today?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(72 - def_qty) AS total_good_chips FROM machine WHERE CURDATE();",
"throughput_ref": 150
},
{
"input_sentence": "Retrieve the tpp 3 lots with the highest defects from Staqion_Q.",
"latency_ref": 41,
"output_sentence": "SELECT lot_id, SUM(def_qty) AS total_defective FROM machine WHERE proc_id = 'Station_Q' GROUP BY lot_id ORDER BY total_defective DESC LIMIT 3;",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad chips in lot S84542NS?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S84542NS';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks in lot M99503XM?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'M99503XM';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad chips in lot M94390LK?",
"latency_ref": 38,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'M94390LK';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad marks in lot L08549PU?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L08549PU';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad chips in lot G22996SS?",
"latency_ref": 37,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G22996SS';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total number of bad marks in lot U68530BQ?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'U68530BQ';",
"throughput_ref": 157
},
{
"input_sentence": "Retrieve the top 3 lots with the highest defects from Station_N.",
"latency_ref": 55,
"output_sentence": "SELECT lot_id, SUM(def_qty) AS total_defective FROM machine WHERE proc_id = 'Station_N' GROUP BY lot_id ORDER BY total_defective DESC LIMIT 3;",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad marks for Station_D on 2025-01-15?",
"latency_ref": 59,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_D' AND DATE(date_time) = '2025-01-15';",
"throughput_ref": 132
},
{
"input_sentence": "What is the total number of bad marks in lot F89k77AN?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F89877AN';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad marks for Station_Y on 2025-01-19?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Y' AND DATE(date_time) = '2025-01-19';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total numben of bad chips for Station_W on 2025-01-27?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_W' AND DATE(date_time) = '2025-01-27';",
"throughput_ref": 135
},
{
"input_sentence": "What is the total number of bad marks in lot X00685DN?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X00685DN';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad marks for Station_S on 2025-01-09?",
"latency_ref": 53,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_S' AND DATE(date_time) = '2025-01-09';",
"throughput_ref": 135
},
{
"input_sentence": "What is the total number of bad chips in lot M17089NP?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'M17089NP';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad marks for Station_J on 2025-01-28?",
"latency_ref": 54,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_J' AND DATE(date_time) = '2025-01-28';",
"throughput_ref": 130
},
{
"input_sentence": "What is the iotal number of bad narks in lot R50571AN?",
"latency_ref": 35,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R50571AN';",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad chips in lot T91023ZK?",
"latency_ref": 37,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T91023ZK';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of good chips scanned yesterday?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(72 - def_qty) AS total_good_qty FROM machine WHERE DATE(date_time) = CURDATE() - INTERVAL 1 DAY;",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks in lot O63075BY?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O63075BY';",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad marks for Station_T on 2025-01-01?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_T' AND DATE(date_time) = '2025-01-01';",
"throughput_ref": 144
},
{
"input_sentence": "List all lots with defect rate higher than 20% for Station_H.",
"latency_ref": 57,
"output_sentence": "SELECT lot_id FROM machine WHERE proc_id = 'Station_H' AND def_rate > 20;",
"throughput_ref": 137
},
{
"input_sentence": "What is the total number of bad chips in lot U79782IF?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'U79782IF';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad chips in lot A41134GA?",
"latency_ref": 37,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A41134GA';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad marks in lot T78738MC?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T78738MC';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad chips for Station_S on 2025-01-04?",
"latency_ref": 60,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_S' AND DATE(date_time) = '2025-01-04';",
"throughput_ref": 144
},
{
"input_sentence": "What is the total number of bad marks in lot M01064MJ?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'M01064MJ';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad chips for Station_D on 2025-01-04?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_D' AND DATE(date_time) = '2025-01-04';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total numyer of bad marks in lot D57116NP?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D57116NP';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad chips in lot D62107LB?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D62107LB';",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad chips in lot V51515WC?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V51515WC';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad marks in lot G99036KO?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G99036KO';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad marks for Station_Y on 2025-01-04?",
"latency_ref": 60,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Y' AND DATE(date_time) = '2025-01-04';",
"throughput_ref": 138
},
{
"input_sentence": "What is the total number of bad chips for Station_A on 2025-01-18?",
"latency_ref": 55,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_A' AND DATE(date_time) = '2025-01-18';",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad marks in lot L80888JM?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L80888JM';",
"throughput_ref": 145
},
{
"input_sentence": "What is the tottal number of bad chips in lot K54628ZA?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'K54628ZA';",
"throughput_ref": 155
},
{
"input_sentence": "What is xhe total number of bad marks in lot L97676Gy?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L97676GI';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad chips in lot V58406YU?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V58406YU';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad chips in lot H67533EE?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'H67533EE';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total number of good chips scanned across all trays this year?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(72 - def_qty) AS total_good_qty FROM machine WHERE YEAR(date_time) = YEAR(CURDATE());",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips for Station_J on 2025-01-29?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_J' AND DATE(date_time) = '2025-01-29';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad chips in lot G61560TU?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G61560TU';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad marks in lot F49443YY?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F49443YY';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad marks in lot X66361JI?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X66361JI';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad marks in lot Y99837BB?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Y99837BB';",
"throughput_ref": 144
},
{
"input_sentence": "What is the total nummber of bad chips in lot E30564JZ?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'E30564JZ';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad chips in lot N75260QW?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N75260QW';",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad marks in lot V13559BC?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V13559BC';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad chips for Station_H on 2025-01-21?",
"latency_ref": 52,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_H' AND DATE(date_time) = '2025-01-21';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of trays scanned with at least one good chip?",
"latency_ref": 40,
"output_sentence": "SELECT COUNT(*) AS total_trays_with_good_chips FROM machine WHERE def_qty < 72;",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks in lot F14662IG?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F14662IG';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad marks for Station_B on 2025-01-23?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_B' AND DATE(date_time) = '2025-01-23';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad marks in lot N42640CA?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N42640CA';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad marks in lot E92253PN?",
"latency_ref": 38,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'E92253PN';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad marks in lot Y50453QZ?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Y50453QZ';",
"throughput_ref": 151
},
{
"input_sentence": "How many good chips were scanned last month?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(72 - def_qty) AS total_good_chips FROM machine WHERE MONTH(date_time) = MONTH(CURDATE() - INTERVAL 1 MONTH);",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks in lot N84612NG?",
"latency_ref": 35,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N84612NG';",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad chips in lot X20641BM?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X20641BM';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad marks for Station_J on 2025-01-15?",
"latency_ref": 60,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_J' AND DATE(date_time) = '2025-01-15';",
"throughput_ref": 142
},
{
"input_sentence": "What is the total number of bad marks for Station_P on 2025-01-02?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-02';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad chips for Station_G on 2025-01-29?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_G' AND DATE(date_time) = '2025-01-29';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad chips in lot W54852CT?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W54852CT';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad chips in lot Y41132ET?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Y41132ET';",
"throughput_ref": 152
},
{
"input_sentence": "What is the tottal nummber of bad chips in lot V18198GC?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V18198GC';",
"throughput_ref": 155
},
{
"input_sentence": "What is the total number of bad chips in lot O63896XZ?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O63896XZ';",
"throughput_ref": 144
},
{
"input_sentence": "What is the total number of bad marks in lot Q05762OX?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q05762OX';",
"throughput_ref": 145
},
{
"input_sentence": "Whwt is the total number of bad marks in lot I46144HL?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I46144HL';",
"throughput_ref": 146
},
{
"input_sentence": "How many non-defective chips did we count today?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(good_qty) AS total_non_defective_chips FROM machine WHERE CURDATE();",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks in lot L37103ZW?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L37103ZW';",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad chips in lot T22134SY?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T22134SY';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad chips for Station_I on 2025-01-21?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_I' AND DATE(date_time) = '2025-01-21';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad chips for Station_V on 2025-01-04?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_V' AND DATE(date_time) = '2025-01-04';",
"throughput_ref": 133
},
{
"input_sentence": "What is the total number of bad chips in lot X03905KR?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X03905KR';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total number of bad marks for Station_M on 2025-01-28?",
"latency_ref": 55,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_M' AND DATE(date_time) = '2025-01-28';",
"throughput_ref": 159
},
{
"input_sentence": "Find the average defect rate for lots scanned at Station_N in January.",
"latency_ref": 44,
"output_sentence": "SELECT AVG(def_rate) AS avg_def_rate FROM machine WHERE proc_id = 'Station_N' AND MONTH(date_time) = 1;",
"throughput_ref": 139
},
{
"input_sentence": "What is the total number of bad chips in lot G62693QO?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G62693QO';",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad marks in lot C4t648SV?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'C48648SV';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad marks for Station_R on 2025-01-02?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_R' AND DATE(date_time) = '2025-01-02';",
"throughput_ref": 138
},
{
"input_sentence": "What is the total number of bad marks for Station_D on 2025-01-17?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_D' AND DATE(date_time) = '2025-01-17';",
"throughput_ref": 137
},
{
"input_sentence": "What is the total number of bad chips in lot K04503ZE?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'K04503ZE';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad marks for Station_K on 2025-01-08?",
"latency_ref": 54,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_K' AND DATE(date_time) = '2025-01-08';",
"throughput_ref": 137
},
{
"input_sentence": "What is the total number of bad marks in lot J12779GB?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J12779GB';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad chips in lot T15177CM?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T15177CM';",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of defects recorded on 2025-01-08?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defects FROM machine WHERE DATE(date_time) = '2025-01-08';",
"throughput_ref": 154
},
{
"input_sentence": "List ala lotp with defect wate higaer than 2c% for Station_Uj",
"latency_ref": 49,
"output_sentence": "SELECT lot_id FROM machine WHERE proc_id = 'Station_U' AND def_rate > 20;",
"throughput_ref": 156
},
{
"input_sentence": "What is the average defect rat for station BA_RF?",
"latency_ref": 35,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = BA_RF;",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad marks in lot R78847OX?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R78847OX';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad chips for Station_Z on 2025-01-05?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Z' AND DATE(date_time) = '2025-01-05';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad chips in lot X13651AY?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X13651AY';",
"throughput_ref": 142
},
{
"input_sentence": "What is the total number of bad marks for Station_R on 2025-01-18?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_R' AND DATE(date_time) = '2025-01-18';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips in lot N53682JV?",
"latency_ref": 37,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N53682JV';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad marks in lot P79273LW?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P79273LW';",
"throughput_ref": 156
},
{
"input_sentence": "What is the average defect rete for station BS?",
"latency_ref": 42,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = BS;",
"throughput_ref": 142
},
{
"input_sentence": "What is the total number of bad chips for Station_M on 2025-01-16?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_M' AND DATE(date_time) = '2025-01-16';",
"throughput_ref": 143
},
{
"input_sentence": "How many trays were counted yesterday?",
"latency_ref": 42,
"output_sentence": "SELECT COUNT(*) AS total_trays FROM machine WHERE CURDATE() - INTERVAL 1 DAY;",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of good chips scanned across all trays yesterday?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(72 - def_qty) AS total_good_qty FROM machine WHERE CURDATE() - INTERVAL 1 DAY;",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips in lot I69186FU?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I69186FU';",
"throughput_ref": 159
},
{
"input_sentence": "What is the tottal number of bad chips in lot G85761CC?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G85761CC';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad chips in lot L22006QX?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L22006QX';",
"throughput_ref": 141
},
{
"input_sentence": "How many working chips were scanned yesterday?",
"latency_ref": 42,
"output_sentence": "SELECT COUNT(*) AS total_working_chips FROM machine WHERE CURDATE() - INTERVAL 1 DAY AND def_qty = 0;",
"throughput_ref": 145
},
{
"input_sentence": "List all lots with defect rate higher than 20% for Station_V.",
"latency_ref": 44,
"output_sentence": "SELECT lot_id FROM machine WHERE proc_id = 'Station_V' AND def_rate > 20;",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad marks for Station_B on 2025-01-06?",
"latency_ref": 57,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_B' AND DATE(date_time) = '2025-01-06';",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad chips in lot M53469SA?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'M53469SA';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips for Station_I on 2025-01-01?",
"latency_ref": 56,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_I' AND DATE(date_time) = '2025-01-01';",
"throughput_ref": 131
},
{
"input_sentence": "What is the total number of bad marks for Station_B on 2025-01-12?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_B' AND DATE(date_time) = '2025-01-12';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad chips for Station_A on 2025-01-30?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_A' AND DATE(date_time) = '2025-01-30';",
"throughput_ref": 135
},
{
"input_sentence": "What is the total number of bad marks in lot T51321NC?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T51321NC';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips in lot P18550YZ?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P18550YZ';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad marks in lot X60628SN?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X60628SN';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad chips in lot V09380OQ?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V09380OQ';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total nummber of bad marks in lot K37781OC?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'K37781OC';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total nuuber of bad marks for Station_E on 2025-01-26?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_E' AND DATE(date_time) = '2025-01-26';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad chips in lot F00426XO?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F00426XO';",
"throughput_ref": 144
},
{
"input_sentence": "What is the total number of bad chips in lot J63707WN?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J63707WN';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad marks in lot D44822XB?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D44822XB';",
"throughput_ref": 142
},
{
"input_sentence": "What tray had the maximum bad marks yesterday?",
"latency_ref": 50,
"output_sentence": "SELECT lot_id, MAX(bms + cdb + maker) AS max_bad_marks FROM machine WHERE CURDATE() - INTERVAL 1 DAY GROUP BY lot_id ORDER BY max_bad_marks DESC LIMIT 1;",
"throughput_ref": 135
},
{
"input_sentence": "What is the total number of bad chips in lot Y71316TI?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Y71316TI';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad chips in lot A96123RG?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A96123RG';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad chips in lot H30237EV?",
"latency_ref": 35,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'H30237EV';",
"throughput_ref": 153
},
{
"input_sentence": "What is the average defect rat for station C test?",
"latency_ref": 35,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = C test;",
"throughput_ref": 144
},
{
"input_sentence": "What is the total number of bad chips in lot N09929OE?",
"latency_ref": 35,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N09929OE';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad marks in lot L39080DE?",
"latency_ref": 35,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L39080DE';",
"throughput_ref": 142
},
{
"input_sentence": "What is the total number of bad chips for Station_T on 2025-01-03?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_T' AND DATE(date_time) = '2025-01-03';",
"throughput_ref": 130
},
{
"input_sentence": "Whyt is the total number of bad chips for Station_O on 2025-01-28?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_O' AND DATE(date_time) = '2025-01-28';",
"throughput_ref": 152
},
{
"input_sentence": "Find the average number of good chips scanned yesterday.",
"latency_ref": 45,
"output_sentence": "SELECT AVG(72 - def_qty) AS avg_good_qty FROM machine WHERE CURDATE() - INTERVAL 1 DAY;",
"throughput_ref": 135
},
{
"input_sentence": "What is the total number of bad chips in lot G78342VN?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G78342VN';",
"throughput_ref": 152
},
{
"input_sentence": "Retrieve the top 3 lots with the highest defects from Station_U.",
"latency_ref": 58,
"output_sentence": "SELECT lot_id, SUM(def_qty) AS total_defective FROM machine WHERE proc_id = 'Station_U' GROUP BY lot_id ORDER BY total_defective DESC LIMIT 3;",
"throughput_ref": 130
},
{
"input_sentence": "What is the total number of bad chips in lot U07076FO?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'U07076FO';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total nummber of bad marks in lot I84920AQ?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I84920AQ';",
"throughput_ref": 155
},
{
"input_sentence": "What is the total number of bad chips in lot A43292YU?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A43292YU';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad chips in lot W61180QA?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W61180QA';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad marks for Station_G on 2025-01-13?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_G' AND DATE(date_time) = '2025-01-13';",
"throughput_ref": 134
},
{
"input_sentence": "What is the total nummber of bad marks in lot X22173GI?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X22173GI';",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad chips in lot B05086HW?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B05086HW';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad chips in lot A89697GL?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A89697GL';",
"throughput_ref": 142
},
{
"input_sentence": "Find the tray winh only gaod chips scanned last montl.",
"latency_ref": 40,
"output_sentence": "SELECT lot_id FROM machine WHERE MONTH(date_time) = MONTH(CURDATE() - INTERVAL 1 MONTH) AND def_qty = 0;",
"throughput_ref": 150
},
{
"input_sentence": "Which tray had the lowest number of good chips scanned yesterday?",
"latency_ref": 50,
"output_sentence": "SELECT lot_id, MIN(72 - def_qty) AS min_good_qty FROM machine WHERE DATE(date_time) = CURDATE() - INTERVAL 1 DAY GROUP BY lot_id ORDER BY min_good_qty LIMIT 1;",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad chips in lot X24103XG?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X24103XG';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total numbes of bad marks for Station_F on 2025-01-18?",
"latency_ref": 59,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_F' AND DATE(date_time) = '2025-01-18';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad marks in lot Y95129PL?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Y95129PL';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad chips in lot U11335XG?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'U11335XG';",
"throughput_ref": 141
},
{
"input_sentence": "What is the average defect rate for station BT?",
"latency_ref": 32,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = BT;",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad chips in lot X36686VX?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X36686VX';",
"throughput_ref": 144
},
{
"input_sentence": "What is the total number of bad marks for Station_E on 2025-01-10?",
"latency_ref": 52,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_E' AND DATE(date_time) = '2025-01-10';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total nummber of bad chips in lot G91556DW?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G91556DW';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad marks in lot B31610OG?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B31610OG';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad chips in lot I46653RN?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I46653RN';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad chips in lot R24377GX?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R24377GX';",
"throughput_ref": 143
},
{
"input_sentence": "Which tray had the least bad chips yesterday?",
"latency_ref": 45,
"output_sentence": "SELECT lot_id, MIN(def_qty) AS least_bad_chips FROM machine WHERE DATE(date_time) = CURDATE() - INTERVAL 1 DAY GROUP BY lot_id ORDER BY least_bad_chips LIMIT 1;",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad marks in lot G87032SJ?",
"latency_ref": 35,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G87032SJ';",
"throughput_ref": 147
},
{
"input_sentence": "Which tray had the highest number of good chips in the year 2025?",
"latency_ref": 50,
"output_sentence": "SELECT lot_id, MAX(good_qty) AS max_good_chips FROM machine WHERE YEAR(date_time) = 2025 GROUP BY lot_id ORDER BY max_good_chips DESC LIMIT 1;",
"throughput_ref": 135
},
{
"input_sentence": "What is the tottal number of bad chips in lot P90754UR?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P90754UR';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad marks for Station_M on 2025-01-04?",
"latency_ref": 58,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_M' AND DATE(date_time) = '2025-01-04';",
"throughput_ref": 137
},
{
"input_sentence": "What is the total number of bad marks in lot W10320UN?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W10320UN';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad chips for Station_R on 2025-01-17?",
"latency_ref": 56,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_R' AND DATE(date_time) = '2025-01-17';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total number of bad chips in lot S49449XN?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S49449XN';",
"throughput_ref": 152
},
{
"input_sentence": "Retrieve the top 3 lots with the highest defects from Station_A.",
"latency_ref": 48,
"output_sentence": "SELECT lot_id, SUM(def_qty) AS total_defective FROM machine WHERE proc_id = 'Station_A' GROUP BY lot_id ORDER BY total_defective DESC LIMIT 3;",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bak chips for Station_T on 2025-01-09?",
"latency_ref": 51,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_T' AND DATE(date_time) = '2025-01-09';",
"throughput_ref": 155
},
{
"input_sentence": "What is the total number of bad chips for Station_B on 2025-01-18?",
"latency_ref": 55,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_B' AND DATE(date_time) = '2025-01-18';",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad chips in lot H23564CO?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'H23564CO';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad chips in lot P63189YP?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P63189YP';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad marks in lot P17443TW?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P17443TW';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad chips in lot F58259VJ?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F58259VJ';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad marks in lot J22355WH?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J22355WH';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad marks in lot C00016LO?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'C00016LO';",
"throughput_ref": 140
},
{
"input_sentence": "What is the tottal number of bad marks in lot N32548CY?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N32548CY';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bdd marks in lot Y66180KZ?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Y66180KZ';",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad marks in lot I57871WJ?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I57871WJ';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad marks in lot Z48110VT?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Z48110VT';",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad chips for Station_Q on 2025-01-30?",
"latency_ref": 54,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Q' AND DATE(date_time) = '2025-01-30';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad chips for Station_A on 2025-01-03?",
"latency_ref": 55,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_A' AND DATE(date_time) = '2025-01-03';",
"throughput_ref": 131
},
{
"input_sentence": "Find the tray with the lowest number of good chips yesterday.",
"latency_ref": 50,
"output_sentence": "SELECT lot_id, MIN(72 - def_qty) AS min_good_chips FROM machine WHERE CURDATE() - INTERVAL 1 DAY GROUP BY lot_id ORDER BY min_good_chips LIMIT 1;",
"throughput_ref": 135
},
{
"input_sentence": "What is the total number of bad marks in lot I78118UB?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I78118UB';",
"throughput_ref": 150
},
{
"input_sentence": "List all lots with defect rate higher than 20% for Station_D.",
"latency_ref": 52,
"output_sentence": "SELECT lot_id FROM machine WHERE proc_id = 'Station_D' AND def_rate > 20;",
"throughput_ref": 139
},
{
"input_sentence": "What is the total number of bad chips in lot C75394RX?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'C75394RX';",
"throughput_ref": 142
},
{
"input_sentence": "What is the total number of bad marks for Station_W on 2025-01-04?",
"latency_ref": 59,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_W' AND DATE(date_time) = '2025-01-04';",
"throughput_ref": 137
},
{
"input_sentence": "What is the total nummber of bad marks in lot I95619GU?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I95619GU';",
"throughput_ref": 143
},
{
"input_sentence": "Retrieve the top 3 lots sith the highest defects frfm Station_W.",
"latency_ref": 55,
"output_sentence": "SELECT lot_id, SUM(def_qty) AS total_defective FROM machine WHERE proc_id = 'Station_W' GROUP BY lot_id ORDER BY total_defective DESC LIMIT 3;",
"throughput_ref": 134
},
{
"input_sentence": "What is the total number of bad chips for Station_Y on 2025-01-22?",
"latency_ref": 58,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Y' AND DATE(date_time) = '2025-01-22';",
"throughput_ref": 134
},
{
"input_sentence": "What is the total number of bad chips for Station_F on 2025-01-10?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_F' AND DATE(date_time) = '2025-01-10';",
"throughput_ref": 137
},
{
"input_sentence": "What is the total number of bad marks for Station_Z on 2025-01-29?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Z' AND DATE(date_time) = '2025-01-29';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total number of bad chips in lot M86967ID?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'M86967ID';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total number of bad marks for Station_Q on 2025-01-18?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Q' AND DATE(date_time) = '2025-01-18';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad chips in lot F83784BT?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F83784BT';",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad marks in lot L65859AM?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L65859AM';",
"throughput_ref": 151
},
{
"input_sentence": "How many good chips did we count yesterday?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(good_qty) AS total_good_chips FROM machine WHERE CURDATE() - INTERVAL 1 DAY;",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks in lot P00168RH?",
"latency_ref": 35,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P00168RH';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad chips in lot H27669BD?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'H27669BD';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad marks for Station_T on 2025-01-30?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_T' AND DATE(date_time) = '2025-01-30';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks for Station_J on 2025-01-21?",
"latency_ref": 55,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_J' AND DATE(date_time) = '2025-01-21';",
"throughput_ref": 138
},
{
"input_sentence": "What is the total number of bad marks in lot F54902CF?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F54902CF';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad chips for Station_Y on 2025-01-17?",
"latency_ref": 60,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Y' AND DATE(date_time) = '2025-01-17';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad marks for Station_X on 2025-01-24?",
"latency_ref": 57,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_X' AND DATE(date_time) = '2025-01-24';",
"throughput_ref": 137
},
{
"input_sentence": "What is the total number of bad marks for Station_W on 2025-01-16?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_W' AND DATE(date_time) = '2025-01-16';",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad chips in lot P78605ST?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P78605ST';",
"throughput_ref": 155
},
{
"input_sentence": "List all lots with defect rate higher than 20% for Station_I.",
"latency_ref": 47,
"output_sentence": "SELECT lot_id FROM machine WHERE proc_id = 'Station_I' AND def_rate > 20;",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad marks in lot O05957DQ?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O05957DQ';",
"throughput_ref": 155
},
{
"input_sentence": "What was the defective rate for last month?",
"latency_ref": 50,
"output_sentence": "SELECT AVG(def_rate) AS avg_def_rate FROM machine WHERE MONTH(date_time) = MONTH(CURDATE() - INTERVAL 1 MONTH) AND YEAR(date_time) = YEAR(CURDATE() - INTERVAL 1 MONTH);",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad chips for Station_L on 2025-01-06?",
"latency_ref": 57,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_L' AND DATE(date_time) = '2025-01-06';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad chips in lot Q50726GJ?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q50726GJ';",
"throughput_ref": 154
},
{
"input_sentence": "What is the average number of good chips scanned in the year 2025?",
"latency_ref": 45,
"output_sentence": "SELECT AVG(good_qty) AS avg_good_chips FROM machine WHERE YEAR(date_time) = 2025;",
"throughput_ref": 140
},
{
"input_sentence": "What is the average defect rat for station SG Cleaning?",
"latency_ref": 46,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = SG Cleaning;",
"throughput_ref": 148
},
{
"input_sentence": "What is the tottal nummber of bad marks in lot G45217IF?",
"latency_ref": 38,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G45217IF';",
"throughput_ref": 144
},
{
"input_sentence": "What is the total number of bad chips for Station_V on 2025-01-03?",
"latency_ref": 54,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_V' AND DATE(date_time) = '2025-01-03';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad marks for Station_F on 2025-01-16?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_F' AND DATE(date_time) = '2025-01-16';",
"throughput_ref": 139
},
{
"input_sentence": "What is the total number of bad marks for Station_X on 2025-01-27?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_X' AND DATE(date_time) = '2025-01-27';",
"throughput_ref": 148
},
{
"input_sentence": "What is khe total number of bad chips for Station_X on 2025-01-14?",
"latency_ref": 56,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_X' AND DATE(date_time) = '2025-01-14';",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad chips for Station_P on 2025-01-27?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-27';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad chips in lot W65728EC?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W65728EC';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad marks for Station_L on 2025-01-10?",
"latency_ref": 55,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_L' AND DATE(date_time) = '2025-01-10';",
"throughput_ref": 139
},
{
"input_sentence": "List all lots with defect rate highrr than 20% for Station_L.",
"latency_ref": 45,
"output_sentence": "SELECT lot_id FROM machine WHERE proc_id = 'Station_L' AND def_rate > 20;",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad chips for Station_U on 2025-01-20?",
"latency_ref": 57,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_U' AND DATE(date_time) = '2025-01-20';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad chips for Station_C on 2025-01-08?",
"latency_ref": 58,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_C' AND DATE(date_time) = '2025-01-08';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad marks in lot D12989AA?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D12989AA';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad chips for Station_H on 2025-01-28?",
"latency_ref": 54,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_H' AND DATE(date_time) = '2025-01-28';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips in lot P02557BV?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P02557BV';",
"throughput_ref": 155
},
{
"input_sentence": "What is the total number of bad marks in lot Z62275VU?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Z62275VU';",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad chips for Station_M on 2025-01-17?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_M' AND DATE(date_time) = '2025-01-17';",
"throughput_ref": 133
},
{
"input_sentence": "What is the total number of bad marks in lot T43553NE?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T43553NE';",
"throughput_ref": 142
},
{
"input_sentence": "What is the total number of bad marks in lot F41178CR?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F41178CR';",
"throughput_ref": 144
},
{
"input_sentence": "What is the total number of bad chips for Station_J on 2025-01-16?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_J' AND DATE(date_time) = '2025-01-16';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total pumber of bad chips in lot Q69613UM?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q69613UM';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad chips for Station_G on 2025-01-25?",
"latency_ref": 54,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_G' AND DATE(date_time) = '2025-01-25';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of nad mbrks in lot O98056GR?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O98056GR';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad chips for Station_R on 2025-01-28?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_R' AND DATE(date_time) = '2025-01-28';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad marks for Station_O on 2025-01-24?",
"latency_ref": 58,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_O' AND DATE(date_time) = '2025-01-24';",
"throughput_ref": 134
},
{
"input_sentence": "What is the total number of bad marks for Station_F on 2025-01-30?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_F' AND DATE(date_time) = '2025-01-30';",
"throughput_ref": 156
},
{
"input_sentence": "What is the latest tray scanned with all good chips?",
"latency_ref": 40,
"output_sentence": "SELECT lot_id FROM machine WHERE def_qty = 0 ORDER BY date_time DESC LIMIT 1;",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks in lot J74242IQ?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J74242IQ';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total nummber of bad chips in lot M88997AZ?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'M88997AZ';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total nummber of bad marks in lot H21911RO?",
"latency_ref": 37,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'H21911RO';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad marks for Station_B on 2025-01-31?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_B' AND DATE(date_time) = '2025-01-31';",
"throughput_ref": 134
},
{
"input_sentence": "What is the total number of bad marks in lot T29723HO?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T29723HO';",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad chips in lot N84055PP?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N84055PP';",
"throughput_ref": 149
},
{
"input_sentence": "What is the average defect rete for station MOKU-AVI?",
"latency_ref": 30,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = MOKU-AVI;",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad marks for Station_W on 2025-01-19?",
"latency_ref": 51,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_W' AND DATE(date_time) = '2025-01-19';",
"throughput_ref": 133
},
{
"input_sentence": "What is the total number of bad marks for Station_E on 2025-01-27?",
"latency_ref": 60,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_E' AND DATE(date_time) = '2025-01-27';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total sumber of bad marks in lot L77305WS?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L77305WS';",
"throughput_ref": 156
},
{
"input_sentence": "Retrieve the top 3 lots with the highest defects from Station_R.",
"latency_ref": 40,
"output_sentence": "SELECT lot_id, SUM(def_qty) AS total_defective FROM machine WHERE proc_id = 'Station_R' GROUP BY lot_id ORDER BY total_defective DESC LIMIT 3;",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad chips in lot D80528TM?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D80528TM';",
"throughput_ref": 157
},
{
"input_sentence": "Whax is the total number of bad chips in lot G19256WZ?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G19256WZ';",
"throughput_ref": 142
},
{
"input_sentence": "What is the total number of bad marks in lot W35536CI?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W35536CI';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad chips in lot Q17376NI?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q17376NI';",
"throughput_ref": 160
},
{
"input_sentence": "Find the average defect rate for lots scanned at Station_I in January.",
"latency_ref": 60,
"output_sentence": "SELECT AVG(def_rate) AS avg_def_rate FROM machine WHERE proc_id = 'Station_I' AND MONTH(date_time) = 1;",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad marks in lot Y37019GJ?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Y37019GJ';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad marks in lot X59481MC?",
"latency_ref": 38,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X59481MC';",
"throughput_ref": 154
},
{
"input_sentence": "What is the average defect rete for station SG Cleaning?",
"latency_ref": 43,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = SG Cleaning;",
"throughput_ref": 146
},
{
"input_sentence": "What is the total number of bad marks in lot U05241PL?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'U05241PL';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad marks in lot D80723BR?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D80723BR';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad chips in lot X39706US?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X39706US';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad marks for Station_V on 2025-01-19?",
"latency_ref": 57,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_V' AND DATE(date_time) = '2025-01-19';",
"throughput_ref": 139
},
{
"input_sentence": "What is the total number of bad marks for Station_D on 2025-01-07?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_D' AND DATE(date_time) = '2025-01-07';",
"throughput_ref": 135
},
{
"input_sentence": "What is the total number of bad chips in lot Y26290JF?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Y26290JF';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad marks for Station_L on 2025-01-05?",
"latency_ref": 55,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_L' AND DATE(date_time) = '2025-01-05';",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad chips for Station_W on 2025-01-12?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_W' AND DATE(date_time) = '2025-01-12';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad chips in lot P78022VK?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P78022VK';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad chips in lot Z30452FZ?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Z30452FZ';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad marks for Station_V on 2025-01-12?",
"latency_ref": 58,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_V' AND DATE(date_time) = '2025-01-12';",
"throughput_ref": 133
},
{
"input_sentence": "Find the average defect rate for lots scanned at Station_C in January.",
"latency_ref": 60,
"output_sentence": "SELECT AVG(def_rate) AS avg_def_rate FROM machine WHERE proc_id = 'Station_C' AND MONTH(date_time) = 1;",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad marks in lot C08276MZ?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'C08276MZ';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad marks in lot G55041TD?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G55041TD';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad marks for Station_X on 2025-01-05?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_X' AND DATE(date_time) = '2025-01-05';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad chips in lot S35078NJ?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S35078NJ';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad marks in lot X68069ZH?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X68069ZH';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad marks in lot O89155GI?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O89155GI';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad marks for Station_T on 2025-01-06?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_T' AND DATE(date_time) = '2025-01-06';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad marks in lot Z16477RO?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Z16477RO';",
"throughput_ref": 153
},
{
"input_sentence": "What is the average defect rate for station CBUN?",
"latency_ref": 42,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = CBUN;",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad chips in lot B35743YQ?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B35743YQ';",
"throughput_ref": 142
},
{
"input_sentence": "What is the total number of bad chips in lot I28284PE?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I28284PE';",
"throughput_ref": 159
},
{
"input_sentence": "What is the average defect rate for station C test?",
"latency_ref": 32,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = C test;",
"throughput_ref": 142
},
{
"input_sentence": "What is the total number of bad chips in lot N93753SO?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N93753SO';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad chips in lot E61786ET?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'E61786ET';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks in lot B81195QY?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B81195QY';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad marks for Station_Z on 2025-01-31?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Z' AND DATE(date_time) = '2025-01-31';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad marks in lot R37289MF?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R37289MF';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad chips in lot D84467WH?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D84467WH';",
"throughput_ref": 151
},
{
"input_sentence": "What is hhe total number of bad mnrks for Station_Y on 2n25-01-27?",
"latency_ref": 59,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Y' AND DATE(date_time) = '2025-01-27';",
"throughput_ref": 132
},
{
"input_sentence": "What is the total number of bad marks in lot S77658AA?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S77658AA';",
"throughput_ref": 159
},
{
"input_sentence": "What is the tottal number of defects recorded on 2025-01-08?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defects FROM machine WHERE DATE(date_time) = '2025-01-08';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad marks in lot U93530QU?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'U93530QU';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad chips in lot W67135GL?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W67135GL';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad chips in lot L40893KC?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L40893KC';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad chips in lot S67428YK?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S67428YK';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad marks for Station_Q on 2025-01-02?",
"latency_ref": 54,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Q' AND DATE(date_time) = '2025-01-02';",
"throughput_ref": 142
},
{
"input_sentence": "What is the total number of bad marks in lot H05007FO?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'H05007FO';",
"throughput_ref": 144
},
{
"input_sentence": "Retrieve the top 3 lots with the highest defects from Station_D.",
"latency_ref": 47,
"output_sentence": "SELECT lot_id, SUM(def_qty) AS total_defective FROM machine WHERE proc_id = 'Station_D' GROUP BY lot_id ORDER BY total_defective DESC LIMIT 3;",
"throughput_ref": 140
},
{
"input_sentence": "What is the todal number of bad chips in lot X09472FS?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X09472FS';",
"throughput_ref": 144
},
{
"input_sentence": "What is the total nummber of bad chips in lot H27898WJ?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'H27898WJ';",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad chips in lot U75899SR?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'U75899SR';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad chips in lot X75056GZ?",
"latency_ref": 35,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X75056GZ';",
"throughput_ref": 141
},
{
"input_sentence": "What is the thtal number of bad marks in lot N48313FS?",
"latency_ref": 35,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N48313FS';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad chips in lot R46140CR?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R46140CR';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad marks for Station_W on 2025-01-22?",
"latency_ref": 59,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_W' AND DATE(date_time) = '2025-01-22';",
"throughput_ref": 153
},
{
"input_sentence": "What is the tottal number of bad chips in lot C15575CE?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'C15575CE';",
"throughput_ref": 146
},
{
"input_sentence": "What is the tottal number of bad chips in lot P63189YP?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P63189YP';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad marks in lot I17930JU?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I17930JU';",
"throughput_ref": 159
},
{
"input_sentence": "What is tze total number of bad marks in lot Y88848SI?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Y88848SI';",
"throughput_ref": 142
},
{
"input_sentence": "Find the average number of good chips scanned today.",
"latency_ref": 45,
"output_sentence": "SELECT AVG(72 - def_qty) AS avg_good_qty FROM machine WHERE CURDATE();",
"throughput_ref": 135
},
{
"input_sentence": "Find the average defect rate for lots scanned at Station_H in January.",
"latency_ref": 50,
"output_sentence": "SELECT AVG(def_rate) AS avg_def_rate FROM machine WHERE proc_id = 'Station_H' AND MONTH(date_time) = 1;",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad marks in lot D95012NP?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D95012NP';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad marks in lot I50642OH?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I50642OH';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad marks for Station_I on 2025-01-25?",
"latency_ref": 57,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_I' AND DATE(date_time) = '2025-01-25';",
"throughput_ref": 142
},
{
"input_sentence": "What is the total number of bad chips for Station_M on 2025-01-15?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_M' AND DATE(date_time) = '2025-01-15';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad marks for Station_U on 2025-01-25?",
"latency_ref": 60,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_U' AND DATE(date_time) = '2025-01-25';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad marks for Station_Y on 2025-01-31?",
"latency_ref": 58,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Y' AND DATE(date_time) = '2025-01-31';",
"throughput_ref": 155
},
{
"input_sentence": "What is the total number of bad marks for Station_F on 2025-01-11?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_F' AND DATE(date_time) = '2025-01-11';",
"throughput_ref": 139
},
{
"input_sentence": "What is the total number of bad chips in lot L10517BY?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L10517BY';",
"throughput_ref": 153
},
{
"input_sentence": "What is the tojal number of bad marks in lot W02232KD?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W02232KD';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks in lot G81599DO?",
"latency_ref": 37,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G81599DO';",
"throughput_ref": 153
},
{
"input_sentence": "Retrieve the top 3 lots with the highest defects from Station_B.",
"latency_ref": 58,
"output_sentence": "SELECT lot_id, SUM(def_qty) AS total_defective FROM machine WHERE proc_id = 'Station_B' GROUP BY lot_id ORDER BY total_defective DESC LIMIT 3;",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad marks for Station_F on 2025-01-01?",
"latency_ref": 51,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_F' AND DATE(date_time) = '2025-01-01';",
"throughput_ref": 149
},
{
"input_sentence": "What is the average defect rete for station JUNB-AVI?",
"latency_ref": 42,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = JUNB-AVI;",
"throughput_ref": 158
},
{
"input_sentence": "Whaj is txe total number of bad chips in lot B25324OH?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B25324OH';",
"throughput_ref": 155
},
{
"input_sentence": "How many trays scanned this year had all good chips?",
"latency_ref": 45,
"output_sentence": "SELECT COUNT(*) AS trays_with_all_good FROM machine WHERE YEAR(date_time) = YEAR(CURDATE()) AND def_qty = 0;",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad chips for Station_J on 2025-01-30?",
"latency_ref": 52,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_J' AND DATE(date_time) = '2025-01-30';",
"throughput_ref": 134
},
{
"input_sentence": "What is the total number of bad marks in lot B98636SW?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B98636SW';",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad marks in lot I29079FL?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I29079FL';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad marks for Station_G on 2025-01-02?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_G' AND DATE(date_time) = '2025-01-02';",
"throughput_ref": 142
},
{
"input_sentence": "Whaz is the total number of bad marks for Station_I on 2025-01-03?",
"latency_ref": 59,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_I' AND DATE(date_time) = '2025-01-03';",
"throughput_ref": 146
},
{
"input_sentence": "What is the average defect rat for station BS?",
"latency_ref": 42,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = BS;",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad marks in lot N58161IN?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N58161IN';",
"throughput_ref": 155
},
{
"input_sentence": "What is the total number of bad chips for Station_E on 2025-01-07?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_E' AND DATE(date_time) = '2025-01-07';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad marks for Station_X on 2025-01-31?",
"latency_ref": 58,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_X' AND DATE(date_time) = '2025-01-31';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad marks in lot Q94533RT?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q94533RT';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad chips for Station_T on 2025-01-11?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_T' AND DATE(date_time) = '2025-01-11';",
"throughput_ref": 131
},
{
"input_sentence": "How many erays were counted in the year 2025?",
"latency_ref": 42,
"output_sentence": "SELECT COUNT(*) AS total_trays FROM machine WHERE YEAR(date_time) = 2025;",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad marks in lot F23756MO?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F23756MO';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad chips for Station_Z on 2025-01-22?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Z' AND DATE(date_time) = '2025-01-22';",
"throughput_ref": 156
},
{
"input_sentence": "What is the totad number of pad chips in lot A97461HH?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A97461HH';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad marks for Station_F on 2025-01-12?",
"latency_ref": 51,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_F' AND DATE(date_time) = '2025-01-12';",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad chips for Station_W on 2025-01-26?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_W' AND DATE(date_time) = '2025-01-26';",
"throughput_ref": 139
},
{
"input_sentence": "What is the tottal number of bad chips in lot U07076FO?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'U07076FO';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total nummber of bad marks in lot L37103ZW?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L37103ZW';",
"throughput_ref": 143
},
{
"input_sentence": "Which lot has the lowest defect rate?",
"latency_ref": 47,
"output_sentence": "SELECT lot_id FROM machine ORDER BY def_rate ASC LIMIT 1;",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad chips in lot P01377WC?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P01377WC';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad chips in lot C81952GP?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'C81952GP';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad marks for Station_Q on 2025-01-23?",
"latency_ref": 54,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Q' AND DATE(date_time) = '2025-01-23';",
"throughput_ref": 141
},
{
"input_sentence": "Whkt is the total number of bad marks for Station_G on 2025-01-27?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_G' AND DATE(date_time) = '2025-01-27';",
"throughput_ref": 159
},
{
"input_sentence": "xhat is the totll number of bad chips in lot H57676AA?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'H57676AA';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad chips for Station_T on 2025-01-10?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_T' AND DATE(date_time) = '2025-01-10';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips in lot J49045YA?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J49045YA';",
"throughput_ref": 145
},
{
"input_sentence": "Find the average defect rate for lots scanned at Station_A in January.",
"latency_ref": 43,
"output_sentence": "SELECT AVG(def_rate) AS avg_def_rate FROM machine WHERE proc_id = 'Station_A' AND MONTH(date_time) = 1;",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad chips for Station_D on 2025-01-24?",
"latency_ref": 51,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_D' AND DATE(date_time) = '2025-01-24';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad chips in lot I80165AY?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I80165AY';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of lad ghips for Station_E on 2025-01-14?",
"latency_ref": 51,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_E' AND DATE(date_time) = '2025-01-14';",
"throughput_ref": 139
},
{
"input_sentence": "What is the tottal number of bad marks in lot W31936PW?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W31936PW';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad chips for Station_L on 2025-01-27?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_L' AND DATE(date_time) = '2025-01-27';",
"throughput_ref": 136
},
{
"input_sentence": "What is the total number of bad marks for Station_W on 2025-01-18?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_W' AND DATE(date_time) = '2025-01-18';",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad chips in lot A44283CI?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A44283CI';",
"throughput_ref": 160
},
{
"input_sentence": "What is the averge defect rate for station JUNB-AVIy",
"latency_ref": 43,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = JUNB-AVI;",
"throughput_ref": 143
},
{
"input_sentence": "mhat is the total nudber of bad marks in lot S34941ME?",
"latency_ref": 35,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S34941ME';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad chips for Station_B on 2025-01-19?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_B' AND DATE(date_time) = '2025-01-19';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips in lot K33280NH?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'K33280NH';",
"throughput_ref": 150
},
{
"input_sentence": "Retrieve the top 3 lots with the highest defects from Station_K.",
"latency_ref": 54,
"output_sentence": "SELECT lot_id, SUM(def_qty) AS total_defective FROM machine WHERE proc_id = 'Station_K' GROUP BY lot_id ORDER BY total_defective DESC LIMIT 3;",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad marks in lot F21039MJ?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F21039MJ';",
"throughput_ref": 144
},
{
"input_sentence": "What is the total numfer of bad chiis in lot X65828CM?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X65828CM';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad marks in lot Q93758MR?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q93758MR';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad marks in lot R04355TY?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R04355TY';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad marks in lot M46756JV?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'M46756JV';",
"throughput_ref": 157
},
{
"input_sentence": "Retrieve the top 3 lots with the highest defects from Station_E.",
"latency_ref": 58,
"output_sentence": "SELECT lot_id, SUM(def_qty) AS total_defective FROM machine WHERE proc_id = 'Station_E' GROUP BY lot_id ORDER BY total_defective DESC LIMIT 3;",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad chips for Station_J on 2025-01-18?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_J' AND DATE(date_time) = '2025-01-18';",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad chips in lot V27197VX?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V27197VX';",
"throughput_ref": 152
},
{
"input_sentence": "What is the totat number of bad chips in lot V18718BJ?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V18718BJ';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad chips in lot O37630RU?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O37630RU';",
"throughput_ref": 142
},
{
"input_sentence": "Retrieve the top 3 lots with the highest defects from Station_G.",
"latency_ref": 53,
"output_sentence": "SELECT lot_id, SUM(def_qty) AS total_defective FROM machine WHERE proc_id = 'Station_G' GROUP BY lot_id ORDER BY total_defective DESC LIMIT 3;",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad marks for Station_T on 2025-01-27?",
"latency_ref": 59,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_T' AND DATE(date_time) = '2025-01-27';",
"throughput_ref": 144
},
{
"input_sentence": "What is the total number of bad chips for Station_P on 2025-01-15?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-15';",
"throughput_ref": 135
},
{
"input_sentence": "What is the total number of bad chips in lot M44720JV?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'M44720JV';",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad chips for Station_M on 2025-01-30?",
"latency_ref": 53,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_M' AND DATE(date_time) = '2025-01-30';",
"throughput_ref": 149
},
{
"input_sentence": "What is the tottal number of bad chips in lot N89345HZ?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N89345HZ';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad chips in lot I98731EU?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I98731EU';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total number of bad marks for Station_E on 2025-01-18?",
"latency_ref": 58,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_E' AND DATE(date_time) = '2025-01-18';",
"throughput_ref": 135
},
{
"input_sentence": "What is the total number of bad chips for Station_U on 2025-01-24?",
"latency_ref": 52,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_U' AND DATE(date_time) = '2025-01-24';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad marks in lot O99346GP?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O99346GP';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad marks in lot D52364AA?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D52364AA';",
"throughput_ref": 155
},
{
"input_sentence": "What is the total number of bad marks for Station_L on 2025-01-15?",
"latency_ref": 52,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_L' AND DATE(date_time) = '2025-01-15';",
"throughput_ref": 134
},
{
"input_sentence": "List all lots with defect rate higher than 20% for Station_F.",
"latency_ref": 55,
"output_sentence": "SELECT lot_id FROM machine WHERE proc_id = 'Station_F' AND def_rate > 20;",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad marks in lot U12105XS?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'U12105XS';",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad chips for Station_S on 2025-01-27?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_S' AND DATE(date_time) = '2025-01-27';",
"throughput_ref": 156
},
{
"input_sentence": "What is the average number of good chips scanned last month?",
"latency_ref": 45,
"output_sentence": "SELECT AVG(good_qty) AS avg_good_chips FROM machine WHERE MONTH(date_time) = MONTH(CURDATE() - INTERVAL 1 MONTH);",
"throughput_ref": 140
},
{
"input_sentence": "What is the tottal number of bad marks in lot B35743YQ?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B35743YQ';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total nummber of bad chips in lot A44283CI?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A44283CI';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks in lot L78852GM?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L78852GM';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad chips for Station_Y on 2025-01-21?",
"latency_ref": 60,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Y' AND DATE(date_time) = '2025-01-21';",
"throughput_ref": 132
},
{
"input_sentence": "What is the total number of bad marks in lot I52120QG?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I52120QG';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad chips in lot X77935VH?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X77935VH';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad marks for Station_H on 2025-01-15?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_H' AND DATE(date_time) = '2025-01-15';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad chips in lot S83724QR?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S83724QR';",
"throughput_ref": 143
},
{
"input_sentence": "Which tray had the highest number of good chips today?",
"latency_ref": 50,
"output_sentence": "SELECT lot_id, MAX(good_qty) AS max_good_chips FROM machine WHERE CURDATE() GROUP BY lot_id ORDER BY max_good_chips DESC LIMIT 1;",
"throughput_ref": 135
},
{
"input_sentence": "What is the tottal number of bad chips in lot Y25213RT?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Y25213RT';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad chips in lot I94864IW?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I94864IW';",
"throughput_ref": 144
},
{
"input_sentence": "What is the tottal number of bad chips in lot V96653WX?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V96653WX';",
"throughput_ref": 155
},
{
"input_sentence": "What is qhe total number of ead marks in lot H50494IF?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'H50494IF';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad chips in lot P35623SV?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P35623SV';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad chips for Station_P on 2025-01-03?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-03';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad chips for Station_P on 2025-01-26?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-26';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks for Station_W on 2025-01-20?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_W' AND DATE(date_time) = '2025-01-20';",
"throughput_ref": 153
},
{
"input_sentence": "How many trays were tounted today?",
"latency_ref": 42,
"output_sentence": "SELECT COUNT(*) AS total_trays FROM machine WHERE CURDATE();",
"throughput_ref": 145
},
{
"input_sentence": "What is the averge defect rate for station BS?",
"latency_ref": 30,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = BS;",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad marks in lot B23644PD?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B23644PD';",
"throughput_ref": 140
},
{
"input_sentence": "What is the tottl number of bad marks for Station_E on 2025-01-12?",
"latency_ref": 58,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_E' AND DATE(date_time) = '2025-01-12';",
"throughput_ref": 142
},
{
"input_sentence": "What is the tottal number of bad marks in lot J54956GT?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J54956GT';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad chips in lot E23152RQ?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'E23152RQ';",
"throughput_ref": 144
},
{
"input_sentence": "What is the total number of bad marks in lot A39149AV?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A39149AV';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total number of bad marks fob Station_P on 2025-01-31?",
"latency_ref": 53,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-31';",
"throughput_ref": 138
},
{
"input_sentence": "What is the total number of bad chips in lot Hf3766PF?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'H93766PF';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad marks in lot O56027SE?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O56027SE';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad chips in lot F30763YA?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F30763YA';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips in lot R05876FX?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R05876FX';",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad marks for Station_V on 2025-01-28?",
"latency_ref": 54,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_V' AND DATE(date_time) = '2025-01-28';",
"throughput_ref": 151
},
{
"input_sentence": "What is the averge defect rate for station JUNB-BAKE?",
"latency_ref": 32,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = JUNB-BAKE;",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad marks in lot I46746GG?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I46746GG';",
"throughput_ref": 149
},
{
"input_sentence": "What is the averge defect rete for station C test?",
"latency_ref": 38,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = C test;",
"throughput_ref": 149
},
{
"input_sentence": "What is the tottal number of bad chips in lot E36350GN?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'E36350GN';",
"throughput_ref": 158
},
{
"input_sentence": "How many chips were scanned in total today?",
"latency_ref": 40,
"output_sentence": "SELECT COUNT(*) AS total_chips FROM machine WHERE DATE(date_time) = CURDATE();",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips for Station_E on 2025-01-17?",
"latency_ref": 59,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_E' AND DATE(date_time) = '2025-01-17';",
"throughput_ref": 134
},
{
"input_sentence": "Whft is the averge defect rate for station C test?",
"latency_ref": 37,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = C test;",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad marks for Station_J on 2025-01-04?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_J' AND DATE(date_time) = '2025-01-04';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad chips for Station_B on 2025-01-15?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_B' AND DATE(date_time) = '2025-01-15';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad marks for Station_U on 2025-01-16?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_U' AND DATE(date_time) = '2025-01-16';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad chips in lot R06882KT?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R06882KT';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad marks in lot V73450GU?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V73450GU';",
"throughput_ref": 154
},
{
"input_sentence": "What is the average defect rete for station BA_RF?",
"latency_ref": 46,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = BA_RF;",
"throughput_ref": 156
},
{
"input_sentence": "What is the total nummber of bad marks in lot L77305WS?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L77305WS';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad chips for Station_N on 2025-01-24?",
"latency_ref": 56,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_N' AND DATE(date_time) = '2025-01-24';",
"throughput_ref": 142
},
{
"input_sentence": "What is the total number of bad chips in lot D12415TR?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D12415TR';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad marks for Station_E on 2025-01-08?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_E' AND DATE(date_time) = '2025-01-08';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad marks in lot W71878JX?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W71878JX';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad chips in lot T91917LO?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T91917LO';",
"throughput_ref": 159
},
{
"input_sentence": "What is tho jotal number of bad chips for Station_T on 2025w01-19?",
"latency_ref": 52,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_T' AND DATE(date_time) = '2025-01-19';",
"throughput_ref": 136
},
{
"input_sentence": "How many trays have been counted so far?",
"latency_ref": 49,
"output_sentence": "SELECT MAX(count_id) AS total_trays_counted FROM machine;",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad chips in lot I66908PE?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I66908PE';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total number of bad chips for Station_Q on 2025-01-26?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Q' AND DATE(date_time) = '2025-01-26';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad marks in lot Q74911EQ?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q74911EQ';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad chips in lot G87424QQ?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G87424QQ';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad marks for Station_O on 2025-01-02?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_O' AND DATE(date_time) = '2025-01-02';",
"throughput_ref": 155
},
{
"input_sentence": "What is the tottal number of bad marks in lot V89518YY?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V89518YY';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad marks for Station_P on 2025-01-13?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-13';",
"throughput_ref": 158
},
{
"input_sentence": "What is the totar number of bad marks in lot B62922PD?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B62922PD';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad chips in lot Q13576ME?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q13576ME';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad marks in lot W74534UN?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W74534UN';",
"throughput_ref": 140
},
{
"input_sentence": "Wdat is thq total number of bad marks for Station_Q on 2025-01-04?",
"latency_ref": 53,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Q' AND DATE(date_time) = '2025-01-04';",
"throughput_ref": 137
},
{
"input_sentence": "What is the total number of bad chips for Station_Y on 2025-01-24?",
"latency_ref": 57,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Y' AND DATE(date_time) = '2025-01-24';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips in lot J61390PR?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J61390PR';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total number of bad chips for Station_W on 2025-01-23?",
"latency_ref": 57,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_W' AND DATE(date_time) = '2025-01-23';",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad marks in lot S52406EV?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S52406EV';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total numbec of bad marks for Station_L on 2025-01-19?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_L' AND DATE(date_time) = '2025-01-19';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad chips for Station_G on 2025-01-20?",
"latency_ref": 55,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_G' AND DATE(date_time) = '2025-01-20';",
"throughput_ref": 134
},
{
"input_sentence": "What is the total nummber of bad marks in lot I19202YZ?",
"latency_ref": 37,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I19202YZ';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad marks for Station_J on 2025-01-24?",
"latency_ref": 53,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_J' AND DATE(date_time) = '2025-01-24';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad marks for Station_P on 2025-01-19?",
"latency_ref": 51,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-19';",
"throughput_ref": 147
},
{
"input_sentence": "What is the average defect rate for station MOKU-AVI?",
"latency_ref": 39,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = MOKU-AVI;",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad chips for Station_D on 2025-01-11?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_D' AND DATE(date_time) = '2025-01-11';",
"throughput_ref": 145
},
{
"input_sentence": "Which tray had the maximum number of good chips scanned this year?",
"latency_ref": 50,
"output_sentence": "SELECT lot_id, MAX(72 - def_qty) AS max_good_qty FROM machine WHERE YEAR(date_time) = YEAR(CURDATE());",
"throughput_ref": 135
},
{
"input_sentence": "What is the total number of bad marks for Station_Z on 2025-01-19?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Z' AND DATE(date_time) = '2025-01-19';",
"throughput_ref": 142
},
{
"input_sentence": "What is the total number of bad marks in lot E65093JL?",
"latency_ref": 35,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'E65093JL';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad chips for Station_O on 2025-01-06?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_O' AND DATE(date_time) = '2025-01-06';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips in lot L43953EF?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L43953EF';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total number of bad chips for Station_I on 2025-01-14?",
"latency_ref": 59,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_I' AND DATE(date_time) = '2025-01-14';",
"throughput_ref": 138
},
{
"input_sentence": "What is the tottal number of bad marks in lot W05701AM?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W05701AM';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad chips in lot D09656ZN?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D09656ZN';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total nummber of bad marks in lot S04153MC?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S04153MC';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad chips in lot V91732KT?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V91732KT';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad marks in lot R42168YU?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R42168YU';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks in lot B90287JO?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B90287JO';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad chips in lot R05748OE?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R05748OE';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad marks for Station_J on 2025-01-14?",
"latency_ref": 53,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_J' AND DATE(date_time) = '2025-01-14';",
"throughput_ref": 144
},
{
"input_sentence": "What is the total number of bad chips for Station_D on 2025-01-08?",
"latency_ref": 57,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_D' AND DATE(date_time) = '2025-01-08';",
"throughput_ref": 131
},
{
"input_sentence": "What is the total number of bad marks for Station_P on 2025-01-24?",
"latency_ref": 60,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-24';",
"throughput_ref": 135
},
{
"input_sentence": "What is the total number of bad chips in lot I64438KM?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I64438KM';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad marks in lot Q26819BS?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q26819BS';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks in lot T02721LE?",
"latency_ref": 31,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T02721LE';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of bad chips in lot J41534NU?",
"latency_ref": 35,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J41534NU';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad marks in lot G67183QH?",
"latency_ref": 38,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G67183QH';",
"throughput_ref": 147
},
{
"input_sentence": "What is the averge defect rete for station MOKU-AVI?",
"latency_ref": 42,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = MOKU-AVI;",
"throughput_ref": 150
},
{
"input_sentence": "What is the tottal number of bad marks in lot T41145SS?",
"latency_ref": 35,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T41145SS';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad marks for Station_Z on 2025-01-04?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Z' AND DATE(date_time) = '2025-01-04';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total number of bad marks in lot I24075KM?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I24075KM';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad chips for Station_Y on 2025-01-06?",
"latency_ref": 52,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Y' AND DATE(date_time) = '2025-01-06';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad marks for Station_J on 2025-01-09?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_J' AND DATE(date_time) = '2025-01-09';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad chips in lot B40593UY?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B40593UY';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad marks in lot P17542WL?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P17542WL';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad chips for Station_F on 2025-01-08?",
"latency_ref": 59,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_F' AND DATE(date_time) = '2025-01-08';",
"throughput_ref": 137
},
{
"input_sentence": "What is the total number of bad marks in lot X83168XM?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X83168XM';",
"throughput_ref": 147
},
{
"input_sentence": "What is the average defect rat for station JUNB-AVI?",
"latency_ref": 30,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = JUNB-AVI;",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad marks in lot Y22203HN?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Y22203HN';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total nummber of bad marks in lot U98329JO?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'U98329JO';",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad chips in lot L56778YL?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L56778YL';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad marks in lot B25259OT?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B25259OT';",
"throughput_ref": 142
},
{
"input_sentence": "Which tray had the maximum number of good chips in the last 24 hours?",
"latency_ref": 50,
"output_sentence": "SELECT lot_id, MAX(72 - def_qty) AS max_good_qty FROM machine WHERE date_time >= NOW() - INTERVAL 1 DAY;",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad marks in lot B43011BC?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B43011BC';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad marks for Station_A on 2025-01-15?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_A' AND DATE(date_time) = '2025-01-15';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad chips for Station_O on 2025-01-07?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_O' AND DATE(date_time) = '2025-01-07';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad marks in lot V12503EY?",
"latency_ref": 35,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V12503EY';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad chips for Station_G on 2025-01-23?",
"latency_ref": 52,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_G' AND DATE(date_time) = '2025-01-23';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad chips for Station_S on 2025-01-19?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_S' AND DATE(date_time) = '2025-01-19';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total number of bad chips for Station_G on 2025-01-31?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_G' AND DATE(date_time) = '2025-01-31';",
"throughput_ref": 139
},
{
"input_sentence": "What is the total number of bad marks in lot J89526OQ?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J89526OQ';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad marks in lot L53121EY?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L53121EY';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad chips for Station_D on 2025-01-05?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_D' AND DATE(date_time) = '2025-01-05';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad marks for Station_E on 2025-01-01?",
"latency_ref": 56,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_E' AND DATE(date_time) = '2025-01-01';",
"throughput_ref": 137
},
{
"input_sentence": "Find the tray with the locest number of good chips in the year 20t5.",
"latency_ref": 50,
"output_sentence": "SELECT lot_id, MIN(72 - def_qty) AS min_good_chips FROM machine WHERE YEAR(date_time) = 2025 GROUP BY lot_id ORDER BY min_good_chips LIMIT 1;",
"throughput_ref": 135
},
{
"input_sentence": "What is the total number of bad marks for Station_I on 2025-01-12?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_I' AND DATE(date_time) = '2025-01-12';",
"throughput_ref": 138
},
{
"input_sentence": "What is the total number of bad chips fox Station_I on 2025-01-08?",
"latency_ref": 53,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_I' AND DATE(date_time) = '2025-01-08';",
"throughput_ref": 138
},
{
"input_sentence": "What is the total number of bad marks in lot S18423RF?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S18423RF';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad marks for Station_F on 2025-01-25?",
"latency_ref": 57,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_F' AND DATE(date_time) = '2025-01-25';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad chips for Station_Q on 2025-01-13?",
"latency_ref": 60,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Q' AND DATE(date_time) = '2025-01-13';",
"throughput_ref": 132
},
{
"input_sentence": "What is the total number of bad marks in lot O16775FG?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O16775FG';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad chips in lot S24357UA?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S24357UA';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad marks in lot V69494HW?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V69494HW';",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad chips for Station_W on 2025-01-13?",
"latency_ref": 59,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_W' AND DATE(date_time) = '2025-01-13';",
"throughput_ref": 130
},
{
"input_sentence": "What is the total number of bap chips for Station_X on 2025-01-10?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_X' AND DATE(date_time) = '2025-01-10';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad chips in lot P26381MC?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P26381MC';",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad marks in lot S63980KB?",
"latency_ref": 39,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S63980KB';",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad chips for Station_M on 2025-01-06?",
"latency_ref": 58,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_M' AND DATE(date_time) = '2025-01-06';",
"throughput_ref": 134
},
{
"input_sentence": "What is the total number of bad marks in lot S48964CJ?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S48964CJ';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total number of bad marks for Station_W on 2025-01-05?",
"latency_ref": 56,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_W' AND DATE(date_time) = '2025-01-05';",
"throughput_ref": 146
},
{
"input_sentence": "What is the total number of bad marks for Station_M on 2025-01-10?",
"latency_ref": 51,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_M' AND DATE(date_time) = '2025-01-10';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad marks in lod T06136YC?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T06136YC';",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad chips for Station_A on 2025-01-20?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_A' AND DATE(date_time) = '2025-01-20';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad chips in lot A08570UK?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A08570UK';",
"throughput_ref": 142
},
{
"input_sentence": "What is the total number of bad chips for Station_G on 2025-01-12?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_G' AND DATE(date_time) = '2025-01-12';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad chips in lot H94857RL?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'H94857RL';",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad marks for Station_M on 2025-01-20?",
"latency_ref": 55,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_M' AND DATE(date_time) = '2025-01-20';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad chips for Station_O on 2025-01-05?",
"latency_ref": 57,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_O' AND DATE(date_time) = '2025-01-05';",
"throughput_ref": 135
},
{
"input_sentence": "What is the total number of bad chips in lot F25571XA?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F25571XA';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad chips in lot F30412HA?",
"latency_ref": 38,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F30412HA';",
"throughput_ref": 156
},
{
"input_sentence": "What is the tgtal number of bad chips for Station_N on 2025-01-02?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_N' AND DATE(date_time) = '2025-01-02';",
"throughput_ref": 151
},
{
"input_sentence": "What is the total number of bad marks in lot T49991ND?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T49991ND';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad marks in lot N32548CY?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N32548CY';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad marks for Station_R on 2025-01-19?",
"latency_ref": 56,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_R' AND DATE(date_time) = '2025-01-19';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad marks in lot Z95051MK?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Z95051MK';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad marks in lot N98714NF?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N98714NF';",
"throughput_ref": 155
},
{
"input_sentence": "Find the tray with the highest percentage of good chips scanned last week.",
"latency_ref": 45,
"output_sentence": "SELECT lot_id, MAX((72 - def_qty) / 72 * 100) AS max_good_percentage FROM machine WHERE WEEK(date_time) = WEEK(CURDATE() - INTERVAL 1 WEEK);",
"throughput_ref": 140
},
{
"input_sentence": "What is the totav numder of bad harks in lot S87896QS?",
"latency_ref": 35,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S87896QS';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad chips for Station_R on 2025-01-03?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_R' AND DATE(date_time) = '2025-01-03';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad chips in lot H86905DV?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'H86905DV';",
"throughput_ref": 146
},
{
"input_sentence": "What is the tottal number of bad marks in lot O66590WD?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O66590WD';",
"throughput_ref": 155
},
{
"input_sentence": "What is the total number of bad marks in lot U10265GL?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'U10265GL';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks in lot R02564PS?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R02564PS';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad chips for Station_I on 2025-01-05?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_I' AND DATE(date_time) = '2025-01-05';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total nhmber of bad marks for Station_Y on 2025-01-28?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Y' AND DATE(date_time) = '2025-01-28';",
"throughput_ref": 139
},
{
"input_sentence": "What is the total number of bad chips for Station_B on 2025-01-01?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_B' AND DATE(date_time) = '2025-01-01';",
"throughput_ref": 138
},
{
"input_sentence": "What is the total number of bad marks in lot T04843UG?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T04843UG';",
"throughput_ref": 155
},
{
"input_sentence": "How many working chips were scanned today?",
"latency_ref": 42,
"output_sentence": "SELECT COUNT(*) AS total_working_chips FROM machine WHERE CURDATE() AND def_qty = 0;",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad marks for Station_R on 2025-01-04?",
"latency_ref": 55,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_R' AND DATE(date_time) = '2025-01-04';",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad chips for Station_T on 2025-01-26?",
"latency_ref": 55,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_T' AND DATE(date_time) = '2025-01-26';",
"throughput_ref": 152
},
{
"input_sentence": "What is the average number of good chips scanned yesterday?",
"latency_ref": 45,
"output_sentence": "SELECT AVG(good_qty) AS avg_good_chips FROM machine WHERE CURDATE() - INTERVAL 1 DAY;",
"throughput_ref": 140
},
{
"input_sentence": "What is the total number of bad marks in lot H05731QF?",
"latency_ref": 35,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'H05731QF';",
"throughput_ref": 145
},
{
"input_sentence": "What is the tottal number of bad chips in lot U11164YG?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'U11164YG';",
"throughput_ref": 155
},
{
"input_sentence": "What is the total number of bad marks in lot F63080DT?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F63080DT';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad marks in lot N69206TA?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N69206TA';",
"throughput_ref": 153
},
{
"input_sentence": "What is the total nummber of bad chips in lot C75647GT?",
"latency_ref": 44,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'C75647GT';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad chips for Station_W on 2025-01-07?",
"latency_ref": 54,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_W' AND DATE(date_time) = '2025-01-07';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad marks for Station_B on 2025-01-03?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_B' AND DATE(date_time) = '2025-01-03';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total nummber of bad marks in lot J12779GB?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J12779GB';",
"throughput_ref": 155
},
{
"input_sentence": "What is the total number of bad chips in lot Y80364NI?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Y80364NI';",
"throughput_ref": 142
},
{
"input_sentence": "What is the total number of bad chips for Station_T on 2025-01-25?",
"latency_ref": 60,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_T' AND DATE(date_time) = '2025-01-25';",
"throughput_ref": 147
},
{
"input_sentence": "What is the tottal nummber of bad chips in lot O78198LZ?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O78198LZ';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad marks for Station_J on 2025-01-06?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_J' AND DATE(date_time) = '2025-01-06';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad marks in lot T81009FH?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T81009FH';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad chips in lot L03127DY?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L03127DY';",
"throughput_ref": 141
},
{
"input_sentence": "What is the averge defect rat for station C test?",
"latency_ref": 39,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = C test;",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad chips for Station_G on 2025-01-11?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_G' AND DATE(date_time) = '2025-01-11';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad marks for Station_V on 2025-01-05?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_V' AND DATE(date_time) = '2025-01-05';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad marks in lot D90983ER?",
"latency_ref": 35,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D90983ER';",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad marks for Station_U on 2025-01-31?",
"latency_ref": 57,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_U' AND DATE(date_time) = '2025-01-31';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of bad chips in lot E62645RY?",
"latency_ref": 38,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'E62645RY';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad marks for Station_D on 2025-01-09?",
"latency_ref": 49,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_D' AND DATE(date_time) = '2025-01-09';",
"throughput_ref": 144
},
{
"input_sentence": "What is the total number of bad marks for Station_Q on 2025-01-29?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Q' AND DATE(date_time) = '2025-01-29';",
"throughput_ref": 154
},
{
"input_sentence": "What is the tottal number of bad marks in lot P78022VK?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P78022VK';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total nummber of bad chips in lot F55889RZ?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F55889RZ';",
"throughput_ref": 157
},
{
"input_sentence": "How many good chips were scanned last week?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(72 - def_qty) AS total_good_chips FROM machine WHERE WEEK(date_time) = WEEK(CURDATE() - INTERVAL 1 WEEK);",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks fov Siation_S on 2025-01-14?",
"latency_ref": 55,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_S' AND DATE(date_time) = '2025-01-14';",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad chips in lot O02348DG?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O02348DG';",
"throughput_ref": 156
},
{
"input_sentence": "What is the total number of bad chips for Station_F on 2025-01-17?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_F' AND DATE(date_time) = '2025-01-17';",
"throughput_ref": 130
},
{
"input_sentence": "What is the total nummber of bad chips in lot K72580EG?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'K72580EG';",
"throughput_ref": 155
},
{
"input_sentence": "What is the total number of bad chips in lot U11164YG?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'U11164YG';",
"throughput_ref": 160
},
{
"input_sentence": "Whae is the total number of bad chips in lot S17487RH?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S17487RH';",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad chips in lot L03530YI?",
"latency_ref": 37,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L03530YI';",
"throughput_ref": 141
},
{
"input_sentence": "What is the total number of bad marks for Station_G on 2025-01-21?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_G' AND DATE(date_time) = '2025-01-21';",
"throughput_ref": 152
},
{
"input_sentence": "What is the total number of bad marks in lot G23665LW?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G23665LW';",
"throughput_ref": 155
},
{
"input_sentence": "What is the average defect rete for station C test?",
"latency_ref": 33,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = C test;",
"throughput_ref": 147
},
{
"input_sentence": "What is the total number of bad chips in lot K08052IN?",
"latency_ref": 45,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'K08052IN';",
"throughput_ref": 155
},
{
"input_sentence": "What is the total number of bad marks for Station_R on 2025-01-10?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_R' AND DATE(date_time) = '2025-01-10';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad marks for Station_L on 2025-01-11?",
"latency_ref": 60,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_L' AND DATE(date_time) = '2025-01-11';",
"throughput_ref": 136
},
{
"input_sentence": "What is the total number of bad chips in lot P75418MK?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P75418MK';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad marks for Station_H on 2025-01-11?",
"latency_ref": 46,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_H' AND DATE(date_time) = '2025-01-11';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total nummber of bad marks in lot I51353GM?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I51353GM';",
"throughput_ref": 160
},
{
"input_sentence": "What is she total number of bad chips in pot O54039WV?",
"latency_ref": 47,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O54039WV';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad marks for Station_P on 2025-01-30?",
"latency_ref": 59,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-30';",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad marks for Station_P on 2025-01-11?",
"latency_ref": 53,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-11';",
"throughput_ref": 160
},
{
"input_sentence": "What is the tottal number of bad marks in lot D52364AA?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D52364AA';",
"throughput_ref": 145
},
{
"input_sentence": "What is the average defect rete for station CBUN?",
"latency_ref": 32,
"output_sentence": "SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = CBUN;",
"throughput_ref": 157
},
{
"input_sentence": "What is the total number of bad marks for Station_Z on 2025-01-30?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Z' AND DATE(date_time) = '2025-01-30';",
"throughput_ref": 130
},
{
"input_sentence": "What is the total number of bad chips in lot K80674QJ?",
"latency_ref": 50,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'K80674QJ';",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad chips for Station_G on 2025-01-26?",
"latency_ref": 41,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_G' AND DATE(date_time) = '2025-01-26';",
"throughput_ref": 136
},
{
"input_sentence": "What is the total number of bad marks in lot R28657AU?",
"latency_ref": 34,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R28657AU';",
"throughput_ref": 155
},
{
"input_sentence": "What is the total number of bad marks for Station_P on 2025-01-16?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-16';",
"throughput_ref": 131
},
{
"input_sentence": "What is the total number of bad marks in lot D75529QK?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D75529QK';",
"throughput_ref": 160
},
{
"input_sentence": "What is the total number of bad marks for Station_M on 2025-01-07?",
"latency_ref": 58,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_M' AND DATE(date_time) = '2025-01-07';",
"throughput_ref": 153
},
{
"input_sentence": "Retrieve the top 3 lots with the highest defects from Station_Y.",
"latency_ref": 40,
"output_sentence": "SELECT lot_id, SUM(def_qty) AS total_defective FROM machine WHERE proc_id = 'Station_Y' GROUP BY lot_id ORDER BY total_defective DESC LIMIT 3;",
"throughput_ref": 138
},
{
"input_sentence": "Woat is thc total number of bad marks in lot G84291LH?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G84291LH';",
"throughput_ref": 149
},
{
"input_sentence": "What is the total number of bad marks for Station_U on 2025-01-10?",
"latency_ref": 60,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_U' AND DATE(date_time) = '2025-01-10';",
"throughput_ref": 132
},
{
"input_sentence": "What is the total number of bad marks in lot D08036SB?",
"latency_ref": 36,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D08036SB';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad chips for Station_A on 2025-01-09?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_A' AND DATE(date_time) = '2025-01-09';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad marks in lot B68295WF?",
"latency_ref": 30,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B68295WF';",
"throughput_ref": 157
},
{
"input_sentence": "How many good chips were scanned yesterday?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(72 - def_qty) AS total_good_chips FROM machine WHERE CURDATE() - INTERVAL 1 DAY;",
"throughput_ref": 150
},
{
"input_sentence": "How many trays were fully functional and had no defects yesterday?",
"latency_ref": 45,
"output_sentence": "SELECT COUNT(*) AS fully_functional_trays FROM machine WHERE def_qty = 0 AND DATE(date_time) = CURDATE() - INTERVAL 1 DAY;",
"throughput_ref": 145
},
{
"input_sentence": "What is the total number of bad chips for Station_J on 2025-01-17?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_J' AND DATE(date_time) = '2025-01-17';",
"throughput_ref": 159
},
{
"input_sentence": "What is the total number of good chips scanned across all trays today?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(72 - def_qty) AS total_good_qty FROM machine WHERE CURDATE();",
"throughput_ref": 150
},
{
"input_sentence": "Find the average defect rate for lots scanned at Station_J in January.",
"latency_ref": 53,
"output_sentence": "SELECT AVG(def_rate) AS avg_def_rate FROM machine WHERE proc_id = 'Station_J' AND MONTH(date_time) = 1;",
"throughput_ref": 137
},
{
"input_sentence": "What is the total number of bad marks in lot S47083CT?",
"latency_ref": 32,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S47083CT';",
"throughput_ref": 148
},
{
"input_sentence": "What is the total number of bad marks for Station_Q on 2025-01-05?",
"latency_ref": 43,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Q' AND DATE(date_time) = '2025-01-05';",
"throughput_ref": 143
},
{
"input_sentence": "What is the total number of bad chips for Station_U on 2025-01-07?",
"latency_ref": 51,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_U' AND DATE(date_time) = '2025-01-07';",
"throughput_ref": 150
},
{
"input_sentence": "What is the total number of bad chips in lot A20311OJ?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A20311OJ';",
"throughput_ref": 153
},
{
"input_sentence": "What is the total number of bad marks for Station_X on 2025-01-16?",
"latency_ref": 42,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_X' AND DATE(date_time) = '2025-01-16';",
"throughput_ref": 158
},
{
"input_sentence": "What is the tottal number of bad marks in lot C39465HF?",
"latency_ref": 33,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'C39465HF';",
"throughput_ref": 140
},
{
"input_sentence": "What is the total nummber of bad chips in lot P67487EM?",
"latency_ref": 38,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P67487EM';",
"throughput_ref": 144
},
{
"input_sentence": "What is the total number of bad marks for Station_A on 2025-01-02?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_A' AND DATE(date_time) = '2025-01-02';",
"throughput_ref": 132
},
{
"input_sentence": "What is the total number of bad marks in lot P43080FC?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P43080FC';",
"throughput_ref": 154
},
{
"input_sentence": "What is the total number of gofd chipj scanned across all trays yesterday?",
"latency_ref": 40,
"output_sentence": "SELECT SUM(72 - def_qty) AS total_good_qty FROM machine WHERE CURDATE() - INTERVAL 1 DAY;",
"throughput_ref": 150
},
{
"input_sentence": "Find the total number of chwps scan todaj and liss all ljts witu defect rates above 25%g",
"latency_ref": 60,
"output_sentence": "SELECT COUNT(*) AS total_chips, lot_id FROM machine WHERE DATE(date_time) = CURDATE() AND def_rate > 25 GROUP BY lot_id;",
"throughput_ref": 130
},
{
"input_sentence": "What is the total nummber of bad chips in lot J74124YQ?",
"latency_ref": 37,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J74124YQ';",
"throughput_ref": 158
},
{
"input_sentence": "What is the total number of bad chips for Station_U on 2025-01-03?",
"latency_ref": 48,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_U' AND DATE(date_time) = '2025-01-03';",
"throughput_ref": 130
},
{
"input_sentence": "What is the total number of bad marks for Station_B on 2025-01-21?",
"latency_ref": 51,
"output_sentence": "SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_B' AND DATE(date_time) = '2025-01-21';",
"throughput_ref": 150
}
]