Dataset Viewer
input_sentence
stringlengths 32
88
| latency_ref
int64 30
60
| output_sentence
stringlengths 57
175
| throughput_ref
int64 130
160
|
---|---|---|---|
What is the total number of bad chips for Station_D on 2025-01-03?
| 50 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_D' AND DATE(date_time) = '2025-01-03';
| 153 |
What is the tottal number of bad marks in lot I71348OM?
| 38 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I71348OM';
| 153 |
What is the total number of bad marks for Station_K on 2025-01-14?
| 52 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_K' AND DATE(date_time) = '2025-01-14';
| 141 |
What is the total number of bad chips in lot I29744LO?
| 30 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I29744LO';
| 144 |
What is the total number of bad chips for Station_W on 2025-01-03?
| 48 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_W' AND DATE(date_time) = '2025-01-03';
| 140 |
What is the total numbrr of bad marks fmr Statgon_G on 2025-01-30?
| 46 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_G' AND DATE(date_time) = '2025-01-30';
| 143 |
Find the average number of good chips in trays scanned last week.
| 45 |
SELECT AVG(72 - def_qty) AS avg_good_qty FROM machine WHERE WEEK(date_time) = WEEK(CURDATE() - INTERVAL 1 WEEK);
| 140 |
What is the total number of bad chips in lzt W50428NK?
| 40 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W50428NK';
| 144 |
What is the total percentage of good chips scanned across all trays this month?
| 40 |
SELECT SUM((72 - def_qty) / 72 * 100) AS total_good_percentage FROM machine WHERE MONTH(date_time) = MONTH(CURDATE());
| 150 |
What is the total number of bad marks in lot Z10844IZ?
| 37 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Z10844IZ';
| 160 |
What is the total number of bad marks in lot F31365CH?
| 37 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F31365CH';
| 142 |
What is the total number of bad chips in lot J49684AV?
| 49 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J49684AV';
| 156 |
What is the tottal nummber of bad marks in lot V60020LD?
| 42 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V60020LD';
| 150 |
What is the total number of bad marks in lot L84850ZD?
| 46 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L84850ZD';
| 142 |
What is the total number of bad chips in lot O19681EF?
| 36 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O19681EF';
| 158 |
What is the total number of bad marks in lot O41451WH?
| 35 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O41451WH';
| 141 |
What is the total number of bad marks in lot V71025TX?
| 32 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V71025TX';
| 140 |
What is the total number of bad marks in lot O78198LZ?
| 38 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O78198LZ';
| 153 |
What is the total number of bad marks for Station_P on 2025-01-29?
| 52 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-29';
| 132 |
What is the total number of bad marks for Station_T on 2025-01-02?
| 46 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_T' AND DATE(date_time) = '2025-01-02';
| 153 |
What is thu total ncmber of bad marrs for Station_Y on 2025-01-05?
| 43 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Y' AND DATE(date_time) = '2025-01-05';
| 148 |
What is the total nummber of bad marks in lot K54684OT?
| 46 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'K54684OT';
| 146 |
What is the tottal number of bad chips in lot A87129YZ?
| 32 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A87129YZ';
| 146 |
Whaa is the total bumber of bad marks in lot B96100JJ?
| 32 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B96100JJ';
| 142 |
What is the averge defect rate for station SG Cleaning?
| 49 |
SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = SG Cleaning;
| 159 |
What is the total number of bad marks in lot I09308HB?
| 39 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I09308HB';
| 149 |
What is the total number of bad chips for Station_W on 2025-01-17?
| 55 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_W' AND DATE(date_time) = '2025-01-17';
| 142 |
What is the tottl number of bad marks ftr Station_Y on 2025-01-08?
| 50 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Y' AND DATE(date_time) = '2025-01-08';
| 147 |
What is the total number of bad marks in lot Y54294OK?
| 43 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Y54294OK';
| 140 |
What is the total number of bad marks in lot J13517YH?
| 49 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J13517YH';
| 141 |
What is the total number of bad marks in lot W97906XU?
| 36 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W97906XU';
| 149 |
What is the total number of bad chips for Station_F on 2025-01-15?
| 45 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_F' AND DATE(date_time) = '2025-01-15';
| 134 |
Find the total number of good chips counted in the last quarter.
| 45 |
SELECT SUM(72 - def_qty) AS total_good_qty FROM machine WHERE QUARTER(date_time) = QUARTER(CURDATE() - INTERVAL 3 MONTH);
| 150 |
What is the total number of bad marks in lot D82946YU?
| 38 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D82946YU';
| 144 |
What is the average number of good chips scanned today?
| 45 |
SELECT AVG(good_qty) AS avg_good_chips FROM machine WHERE CURDATE();
| 140 |
What is the total number of bad chips in lot W57355OF?
| 32 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W57355OF';
| 160 |
What is the total number of bad chips in lot D34871YU?
| 47 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D34871YU';
| 152 |
What is the total number of bad marks in lot Z71001TF?
| 38 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Z71001TF';
| 141 |
What is the total number of bad marks in lot W70547HO?
| 37 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W70547HO';
| 143 |
What is the total number of bad marks in lot J78297ND?
| 45 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J78297ND';
| 148 |
What is the total number of bad marks in lot Q01011MS?
| 50 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q01011MS';
| 142 |
What is the total number of bad marks in lot S97199CB?
| 47 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S97199CB';
| 149 |
What is the total number of bad marks in lot F90092OL?
| 39 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F90092OL';
| 147 |
What is the tottal number of bad marks in lot N84055PP?
| 38 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N84055PP';
| 157 |
What is the total number of bad marks for Station_Z on 2025-01-14?
| 50 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Z' AND DATE(date_time) = '2025-01-14';
| 148 |
Find the total number of non-defective chips scanned this year.
| 40 |
SELECT SUM(good_qty) AS total_non_defective_chips FROM machine WHERE YEAR(date_time) = YEAR(CURDATE());
| 150 |
What is the total number of bad chips for Station_Z on 2025-01-07?
| 40 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Z' AND DATE(date_time) = '2025-01-07';
| 144 |
What is the total number of bad marks in lot J32268LC?
| 42 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J32268LC';
| 146 |
What is the tottal number of bad chips in lot I24075KM?
| 31 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I24075KM';
| 159 |
What is the total number of bad chips for Station_H on 2025-01-05?
| 52 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_H' AND DATE(date_time) = '2025-01-05';
| 138 |
What is the total xumber of bad chips for Station_P on 2025-01-12?
| 54 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-12';
| 133 |
What is the total number of bad marks in lot Q66436HY?
| 50 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q66436HY';
| 141 |
List all lots with defect rate higher than 20% for Station_Q.
| 50 |
SELECT lot_id FROM machine WHERE proc_id = 'Station_Q' AND def_rate > 20;
| 149 |
What is the total number of bad marks for Station_N on 2025-01-28?
| 54 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_N' AND DATE(date_time) = '2025-01-28';
| 140 |
What is the total number of bad chips for Station_T on 2025-01-18?
| 53 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_T' AND DATE(date_time) = '2025-01-18';
| 146 |
What is the total nummber of bad chips in lot R42168YU?
| 50 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R42168YU';
| 153 |
What is the total number of bad marks for Station_L on 2025-01-21?
| 53 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_L' AND DATE(date_time) = '2025-01-21';
| 154 |
What is the total number of bad marks in lwt X15444OB?
| 50 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X15444OB';
| 152 |
What is the total number of bad chips in lot U06086FX?
| 34 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'U06086FX';
| 155 |
What is the total number of bad marks in lot Q62914HV?
| 33 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q62914HV';
| 142 |
What is the average defect rat for station JUNB-BAKE?
| 32 |
SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = JUNB-BAKE;
| 149 |
What is the total number of bad chips in lot Q68819RI?
| 48 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q68819RI';
| 152 |
What is the total number of bad marks in lot O32659GB?
| 49 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O32659GB';
| 141 |
Find the average defect rate for lots scannep at Station_B in January.
| 59 |
SELECT AVG(def_rate) AS avg_def_rate FROM machine WHERE proc_id = 'Station_B' AND MONTH(date_time) = 1;
| 148 |
What is the total number of bad chips for Station_C on 2025-01-16?
| 59 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_C' AND DATE(date_time) = '2025-01-16';
| 141 |
What is the total number of bad marks for Station_T on 2025-01-20?
| 45 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_T' AND DATE(date_time) = '2025-01-20';
| 135 |
What is the total number of bad chips for Station_U on 2025-01-14?
| 44 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_U' AND DATE(date_time) = '2025-01-14';
| 159 |
What is the total number of bad marks in lot K62677CW?
| 33 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'K62677CW';
| 149 |
What is the total number of bad marks in lot G68702OV?
| 42 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G68702OV';
| 155 |
What is the total number of bad chips for Station_D on 2025-01-14?
| 52 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_D' AND DATE(date_time) = '2025-01-14';
| 157 |
What is the tottal nummber of bad marks in lot D55733XK?
| 46 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D55733XK';
| 151 |
What is the total number of bad marks in lot Q43423UJ?
| 38 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q43423UJ';
| 146 |
What is the total number of bad marks for Station_M on 2025-01-25?
| 55 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_M' AND DATE(date_time) = '2025-01-25';
| 140 |
What is the total number of bad marks in lot O99765AV?
| 36 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O99765AV';
| 142 |
Find the average defect rate for lots scanned at Station_X in January.
| 49 |
SELECT AVG(def_rate) AS avg_def_rate FROM machine WHERE proc_id = 'Station_X' AND MONTH(date_time) = 1;
| 143 |
What is the total number of bad chips in lot L02436VW?
| 46 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L02436VW';
| 152 |
What is the total number of bad chips in lot J72641AY?
| 41 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J72641AY';
| 140 |
bhat is the total number of bao iarks in lot K73010GD?
| 30 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'K73010GD';
| 154 |
How many chips did we count today?
| 40 |
SELECT COUNT(*) AS total_chips_counted FROM machine WHERE DATE(date_time) = CURDATE();
| 150 |
What is the total number of bad chips in lot L27682ZV?
| 41 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L27682ZV';
| 152 |
What is the total number of bad chips for Station_G on 2025-01-05?
| 40 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_G' AND DATE(date_time) = '2025-01-05';
| 136 |
What is txe total number of bad chips jor Statiog_Q on 2025-01-03?
| 41 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Q' AND DATE(date_time) = '2025-01-03';
| 145 |
Find the tray hith the lowest number of working chips last month.
| 50 |
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;
| 135 |
Retrieve the top 3 lots with the highest defects from Station_X.
| 46 |
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;
| 141 |
What is the total number of bad marks in lot W05701AM?
| 43 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W05701AM';
| 156 |
What is the total number of bad chips in lot B76549MG?
| 44 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B76549MG';
| 160 |
What is the maximum defect rate recorded yesterday?
| 45 |
SELECT MAX(def_rate) AS max_def_rate FROM machine WHERE DATE(date_time) = CURDATE() - INTERVAL 1 DAY;
| 150 |
What is the total number of bad marks for Station_W on 2025-01-21?
| 40 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_W' AND DATE(date_time) = '2025-01-21';
| 150 |
What is the total number of bad marks in lot Z53011BT?
| 33 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Z53011BT';
| 149 |
What is the highest defect rat recorded?
| 30 |
SELECT MAX(def_rate) AS highest_defect_rate FROM machine;
| 140 |
What is the total number of bad chips in lot T75070QE?
| 48 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T75070QE';
| 155 |
What is the total number of bad chips in lot U42037VZ?
| 30 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'U42037VZ';
| 157 |
What is the total number of bad chips in lot D03783VY?
| 40 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D03783VY';
| 158 |
What is the total number of bad marks in lot L27786SU?
| 40 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L27786SU';
| 151 |
What is the total number of bad marks in lot M18271GK?
| 35 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'M18271GK';
| 160 |
List all lots with defect rate higher than 20% for Station_P.
| 45 |
SELECT lot_id FROM machine WHERE proc_id = 'Station_P' AND def_rate > 20;
| 130 |
Wsat is the total number of bad chips in lot Z07183IZ?
| 30 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Z07183IZ';
| 141 |
Which tray had the least bad macks today?
| 45 |
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;
| 140 |
What is the total number of bad chips in lot X16834WJ?
| 38 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X16834WJ';
| 157 |
What is the tottal numbwr of bad chips in lot X65773HG?
| 49 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X65773HG';
| 154 |
End of preview. Expand
in Data Studio
Dataset Card for Dataset Name
This dataset card aims to be a base template for new datasets. It has been generated using this raw template.
Dataset Details
Dataset Description
- Curated by: [More Information Needed]
- Funded by [optional]: [More Information Needed]
- Shared by [optional]: [More Information Needed]
- Language(s) (NLP): [More Information Needed]
- License: [More Information Needed]
Dataset Sources [optional]
- Repository: [More Information Needed]
- Paper [optional]: [More Information Needed]
- Demo [optional]: [More Information Needed]
Uses
Direct Use
[More Information Needed]
Out-of-Scope Use
[More Information Needed]
Dataset Structure
[More Information Needed]
Dataset Creation
Curation Rationale
[More Information Needed]
Source Data
Data Collection and Processing
[More Information Needed]
Who are the source data producers?
[More Information Needed]
Annotations [optional]
Annotation process
[More Information Needed]
Who are the annotators?
[More Information Needed]
Personal and Sensitive Information
[More Information Needed]
Bias, Risks, and Limitations
[More Information Needed]
Recommendations
Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
Citation [optional]
BibTeX:
[More Information Needed]
APA:
[More Information Needed]
Glossary [optional]
[More Information Needed]
More Information [optional]
[More Information Needed]
Dataset Card Authors [optional]
[More Information Needed]
Dataset Card Contact
[More Information Needed]
- Downloads last month
- 5