guotong1988 / NL2SQL-RULE

Content Enhanced BERT-based Text-to-SQL Generation https://arxiv.org/abs/1910.07179
188 stars 48 forks source link

Key differences between NL2SQL-BERT and SQLova? #6

Closed Bill-ai closed 4 years ago

Bill-ai commented 4 years ago
  1. What is the main difference between this and SQLova models?
  2. Can this model perform tasks on Multiple Tables or join operations?
  3. How do I infer after converting my data to similar to train data?
  4. SOTA for this Text to SQL task.
guotong1988 commented 4 years ago

1, this project use db content info, SQLova not. 2, no. 3, see https://github.com/guotong1988/NL2SQL-BERT/blob/master/data_and_model/output_entity.py 4, this project is the SOTA for WikiSQL dataset.

Bill-ai commented 4 years ago
  1. Can you just please be more elaborate on what "db content info" is?
  2. What alternatives did you find to solve the multiple tables problem?
guotong1988 commented 4 years ago

1, You can read the paper. 2, https://yale-lily.github.io/spider