Text-to-SQL is a TableQA method that translates the natural language question into an SQL query. The SQL query itself serves as the explanation for how the system arrives at its answer.
Statement to verify: "The Wildcats kept the opposing team scoreless in 4 games."
The system generates an SQL command to verify the statement:
This SQL command does the following:
In this example, you can see how the SQL command directly addresses the statement by counting the number of games where the opposing team didn't score.