xia01ongLi commited on
Commit
6373291
·
verified ·
1 Parent(s): 9edca9e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -38,4 +38,5 @@ Below is a description of the dataset fields and additional information about th
38
  - **sol_sql**: The ground truth SQL solution.
39
  - **preprocess_sql**: SQL queries to run before executing the solution or prediction.
40
  - **clean_up_sql**: SQL queries to run after the test cases to revert any changes made to the database.
41
- - **test_cases**: A set of test cases to validate the predicted corrected SQL.
 
 
38
  - **sol_sql**: The ground truth SQL solution.
39
  - **preprocess_sql**: SQL queries to run before executing the solution or prediction.
40
  - **clean_up_sql**: SQL queries to run after the test cases to revert any changes made to the database.
41
+ - **test_cases**: A set of test cases to validate the predicted corrected SQL.
42
+ - **efficiency**: True if this question need optimization, measure the cost by Query Execution Plan (QEP)