支持cspider数据集训练
szj2ys opened this issue · 1 comments
szj2ys commented
我想用lgesql在中文数据集cspider上训练,我要怎么做呢?
rhythmcao commented
Two schemes:
- Use an off-the-shelf translator to translate Chinese question into English, and directly apply the model.
- 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.