X-LANCE/text2sql-lgesql

支持cspider数据集训练

szj2ys opened this issue · 1 comments

我想用lgesql在中文数据集cspider上训练,我要怎么做呢?

Two schemes:

  1. Use an off-the-shelf translator to translate Chinese question into English, and directly apply the model.
  2. Use a multi-lingual PLM to replace BERT. Notice that the schema linking strategy in preprocessing script should be revised to support cross-lingual matching, or use nomatch as a baseline.