feat: add bibtext
Browse files
README.md
CHANGED
@@ -32,3 +32,14 @@ configs:
|
|
32 |
- split: test
|
33 |
path: queries_test.parquet
|
34 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
- split: test
|
33 |
path: queries_test.parquet
|
34 |
---
|
35 |
+
|
36 |
+
ref bibtex
|
37 |
+
|
38 |
+
```
|
39 |
+
@article{chen2024beaver,
|
40 |
+
title={BEAVER: an enterprise benchmark for text-to-sql},
|
41 |
+
author={Chen, Peter Baile and Wenz, Fabian and Zhang, Yi and Yang, Devin and Choi, Justin and Tatbul, Nesime and Cafarella, Michael and Demiralp, {\c{C}}a{\u{g}}atay and Stonebraker, Michael},
|
42 |
+
journal={arXiv preprint arXiv:2409.02038},
|
43 |
+
year={2024}
|
44 |
+
}
|
45 |
+
```
|