chisp icon indicating copy to clipboard operation
chisp copied to clipboard

scripts and baselines for CSpider: Chinese semantic parsing and text-to-SQL challenge

Results 7 chisp issues
Sort by recently updated
recently updated
newest added

在`_goal.sql`文件中的sql语句的条件值并未进行翻译,从而导致与json档中的sql语句不匹配。 例如: 在`dev.json`中,问句为`所有法国歌手的平均年龄、最小年龄和最大年龄是多少?`,对应的sql语句是`SELECT avg(age) , min(age) , max(age) FROM singer WHERE country = '法国'`,而在`dev_gold.sql`文件中的sql语句为`SELECT avg(age) , min(age) , max(age) FROM singer WHERE country = 'France' concert_singer`, 可以看出country的值应该为`法国`

The code and model have exceeded the size limit, how should we solve it? Can we apply for more disk space? The model is relatively large

is this model submit to huggingface ,so can be conpare with other similar models?

If we want to run this code, how much computer memory do we need?

How to get the column embedding for "--col_emb_path"?

The spider's news mensioned: 06/07/2020 We corrected some annotation errors and label mismatches (not errors) in Spider dev and test sets (~4% of dev examples updated, click here for more...