<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->
flan-t5-xl-t2s
Model description
This FLAN-T5-XL model converts a given English question, conditioned on a DB schema, to the corresponding input query. Input format:
semantic parse: <question> | <db_id> | <schema_without_content>
Where <schema_without_content>
is of the form <table1>: <col1>, <col2>, ... | <table2>: ...
. The output format is
<db_id> | <query>
This model is one of the baselines (FLAN-T5-XL) we compared to in our paper.