feat: update bibtex ref
Browse files
README.md
CHANGED
@@ -1,29 +1,41 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
splits:
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
download_size: 208192
|
23 |
dataset_size: 625951
|
24 |
configs:
|
25 |
-
- config_name: default
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
+
- name: query_id
|
5 |
+
dtype: int64
|
6 |
+
- name: database_id
|
7 |
+
dtype: string
|
8 |
+
- name: table_id
|
9 |
+
sequence: string
|
10 |
+
- name: query
|
11 |
+
dtype: string
|
12 |
+
- name: answer
|
13 |
+
dtype: string
|
14 |
+
- name: difficulty
|
15 |
+
dtype: string
|
16 |
+
- name: evidence
|
17 |
+
dtype: string
|
18 |
splits:
|
19 |
+
- name: validation
|
20 |
+
num_bytes: 625951
|
21 |
+
num_examples: 1534
|
22 |
download_size: 208192
|
23 |
dataset_size: 625951
|
24 |
configs:
|
25 |
+
- config_name: default
|
26 |
+
data_files:
|
27 |
+
- split: validation
|
28 |
+
path: data/validation-*
|
29 |
---
|
30 |
+
|
31 |
+
bibtext ref
|
32 |
+
|
33 |
+
```
|
34 |
+
@article{li2024can,
|
35 |
+
title={Can llm already serve as a database interface? a big bench for large-scale database grounded text-to-sqls},
|
36 |
+
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},
|
37 |
+
journal={Advances in Neural Information Processing Systems},
|
38 |
+
volume={36},
|
39 |
+
year={2024}
|
40 |
+
}
|
41 |
+
```
|