Cao Ruisheng

Results 14 comments of Cao Ruisheng

They are both initialized from an embedding matrix, similar to that in RATSQL.

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...

For value generation in a grammar-based parser, you can see my repository [ASTormer](https://github.com/rhythmcao/text-to-sql-astormer) for details, which adopts a pointer-generator network for value generation.

Maybe the error is raised by the old jinja version which does not support the `reject` filter (required jinja version >=2.7, see [doc](https://docs.jinkan.org/docs/jinja2/templates.html#reject)). Try replacing the following statement in the...