The question, in English
The SQL literacy barrier, removed rather than trained around.
Administrative staff at an education client needed answers out of a student information system, and had to ask somebody who could write a query. A T5 transformer generates the SQL instead. In front of it, an input classifier decides whether a question is one the system should answer at all, and topic modelling routes it to the right database — so a question that belongs nowhere is refused rather than guessed at. Routine lookup time fell about 80%.
- 01.01
Generated, not templated
A T5 transformer writes the query, so a question nobody anticipated still gets one.
- 01.02
Relevance is checked first
Out-of-scope questions are turned away rather than answered with a confident wrong number.
- 01.03
About 80% less lookup time
Measured on the routine administrative questions that used to become somebody else’s ticket.