eguilg / nl2sql

阿里天池首届中文NL2SQL挑战赛top6
https://tianchi.aliyun.com/competition/entrance/231716/introduction
BSD 3-Clause "New" or "Revised" License
211 stars 54 forks source link

For real industrial application, what strategy to locate the exact table? #12

Open guotong1988 opened 4 years ago

guotong1988 commented 4 years ago

The datasets is that the table corresponding to question is given.

But in real industrial application, we have 100+ tables for 1 new question.

Thank you!

真正落地的时候,给一个问题,会有100多张表候选,要先定位到表,才能生成SQL,这个有什么方法定位到表?