Table2answer: Read the database and answer without SQL
https://arxiv.org/abs/1902.04260
The reason why we think removing the logic form step is possible is that human can do the text2sql task without explicit logic form.
python3
tensorflow >= 1.12.0
Download the pre-trained model at https://github.com/google-research/bert and unzip them to uncased_L-12_H-768_A-12
Download the v1.1 squad data at https://github.com/rajpurkar/SQuAD-explorer/tree/master/dataset
use make_data
to create the data.
matrix_code/train.py