Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
pretty_name: BIRD-dev (text-to-SQL)
|
| 4 |
+
tags:
|
| 5 |
+
- text-to-sql
|
| 6 |
+
- bird
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# BIRD-dev (SQLite databases + dev split)
|
| 10 |
+
|
| 11 |
+
A re-host of the **BIRD** (BIg Bench for laRge-scale Database grounded text-to-SQL) **dev** bundle,
|
| 12 |
+
packaged as the canonical `dev.zip` so it can be pinned by commit SHA and verified by checksum.
|
| 13 |
+
|
| 14 |
+
- **Contents:** `dev.json` (1534 examples: question / `evidence` / gold `SQL` / db_id),
|
| 15 |
+
`dev_tables.json` (schemas), and `dev_databases.zip` (the SQLite databases,
|
| 16 |
+
`dev_databases/<db_id>/<db_id>.sqlite`).
|
| 17 |
+
- **Provenance:** the official BIRD `dev.zip` (2024-06-27 release) from
|
| 18 |
+
<https://bird-bench.github.io/>.
|
| 19 |
+
- **Integrity:** `dev.zip` SHA256 =
|
| 20 |
+
`cdd6d19faeb45a23970b98d3ef6c40a87987c95459c2cf12076897a60cf5a630`.
|
| 21 |
+
|
| 22 |
+
## License & attribution
|
| 23 |
+
|
| 24 |
+
BIRD is released under **CC-BY-NC-4.0** (non-commercial); this re-host keeps the same license.
|
| 25 |
+
Please cite the original work:
|
| 26 |
+
|
| 27 |
+
```bibtex
|
| 28 |
+
@inproceedings{li2023can,
|
| 29 |
+
title = {Can {LLM} Already Serve as a Database Interface? A {BI}g Bench for Large-Scale Database Grounded Text-to-{SQL}s},
|
| 30 |
+
author = {Li, Jinyang and Hui, Binyuan and Qu, Ge and others},
|
| 31 |
+
booktitle = {NeurIPS},
|
| 32 |
+
year = {2023}
|
| 33 |
+
}
|
| 34 |
+
```
|
| 35 |
+
|
| 36 |
+
Used by [`text2sql-rlvr`](https://github.com/adamthuvesen/text2sql-rlvr) as the BIRD-dev execution
|
| 37 |
+
substrate (the headline benchmark).
|