Update README.md (#2)
Browse files- Update README.md (409d806245596d50fe80281f967d70e8966f9a01)
Co-authored-by: brianm <[email protected]>
README.md
CHANGED
|
@@ -121,7 +121,7 @@ To cite dataset used in this work, please use:
|
|
| 121 |
| nvbench | `\cite{nvBench_SIGMOD21}` |
|
| 122 |
| sede | `\cite{hazoom2021text}` |
|
| 123 |
| spider | `\cite{data-spider}` |
|
| 124 |
-
| sql_create_context |
|
| 125 |
| squall | `\cite{squall}` |
|
| 126 |
| wikisql | `\cite{data-wikisql}` |
|
| 127 |
|
|
@@ -195,13 +195,13 @@ To cite dataset used in this work, please use:
|
|
| 195 |
}
|
| 196 |
|
| 197 |
@inproceedings{data-restaurants-original,
|
| 198 |
-
author
|
| 199 |
-
title
|
| 200 |
-
booktitle
|
| 201 |
-
year
|
| 202 |
-
location
|
| 203 |
-
pages
|
| 204 |
-
url
|
| 205 |
}
|
| 206 |
|
| 207 |
@inproceedings{data-restaurants,
|
|
@@ -295,4 +295,12 @@ To cite dataset used in this work, please use:
|
|
| 295 |
publisher = {ACM},
|
| 296 |
year = {2021},
|
| 297 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 298 |
```
|
|
|
|
| 121 |
| nvbench | `\cite{nvBench_SIGMOD21}` |
|
| 122 |
| sede | `\cite{hazoom2021text}` |
|
| 123 |
| spider | `\cite{data-spider}` |
|
| 124 |
+
| sql_create_context | `\cite{b-mc2_2023_sql-create-context}` |
|
| 125 |
| squall | `\cite{squall}` |
|
| 126 |
| wikisql | `\cite{data-wikisql}` |
|
| 127 |
|
|
|
|
| 195 |
}
|
| 196 |
|
| 197 |
@inproceedings{data-restaurants-original,
|
| 198 |
+
author = {Ana-Maria Popescu, Oren Etzioni, and Henry Kautz},
|
| 199 |
+
title = {Towards a Theory of Natural Language Interfaces to Databases},
|
| 200 |
+
booktitle = {Proceedings of the 8th International Conference on Intelligent User Interfaces},
|
| 201 |
+
year = {2003},
|
| 202 |
+
location = {Miami, Florida, USA},
|
| 203 |
+
pages = {149--157},
|
| 204 |
+
url = {http://doi.acm.org/10.1145/604045.604070},
|
| 205 |
}
|
| 206 |
|
| 207 |
@inproceedings{data-restaurants,
|
|
|
|
| 295 |
publisher = {ACM},
|
| 296 |
year = {2021},
|
| 297 |
}
|
| 298 |
+
|
| 299 |
+
@misc{b-mc2_2023_sql-create-context,
|
| 300 |
+
title = {sql-create-context Dataset},
|
| 301 |
+
author = {b-mc2},
|
| 302 |
+
year = {2023},
|
| 303 |
+
url = {https://huggingface.co/datasets/b-mc2/sql-create-context},
|
| 304 |
+
note = {This dataset was created by modifying data from the following sources: \cite{zhongSeq2SQL2017, yu2018spider}.},
|
| 305 |
+
}
|
| 306 |
```
|