--- license: cc-by-sa-4.0 task_categories: - table-question-answering - question-answering language: - en size_categories: - 1K

## Dataset Introduction The dataset contains the main following resources: - `database`: The database should be stored under the [`./train_databases/`](./train_databases/). In each database folder, it has two components: - `database_description`: the csv files are manufactured to describe database schema and its values for models to explore or references. - `sqlite`: The database contents in BIRD. - `data`: Each text-to-SQL pairs with the oracle knowledge evidence is stored as a JSONL file, i.e., `train.jsonl`. It has four main parts: - `db_id`: the names of databases - `question`: the questions curated by human crowdsourcing according to database descriptions, database contents. - `evidence`: the external knowledge evidence annotated by experts for assistance of models or SQL annotators. - `SQL`: SQLs annotated by crowdsource referring to database descriptions, database contents, to answer the questions accurately. ## Acknowledgements This work builds on the BIRD benchmark and the efforts of its creators and contributors. We thank the community for continuous feedback that helped shape this release. ## Citation Please cite the repo if you think our work is helpful to you. ``` @article{li2024can, title={Can llm already serve as a database interface? a big bench for large-scale database grounded text-to-sqls}, author={Li, Jinyang and Hui, Binyuan and Qu, Ge and Yang, Jiaxi and Li, Binhua and Li, Bowen and Wang, Bailin and Qin, Bowen and Geng, Ruiying and Huo, Nan and others}, journal={Advances in Neural Information Processing Systems}, volume={36}, year={2024} } ```