jorses commited on
Commit
f2b8b7e
·
verified ·
1 Parent(s): 96b593b

Add bibtex

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -117,3 +117,16 @@ In the table below you can see all the data types assigned to each column, as we
117
  | list[number] | 14 | [1,2,3] |
118
  | list[category] | 112 | [apple, orange, banana] |
119
  | list[url] | 8 | [google.com, apple.com] |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
117
  | list[number] | 14 | [1,2,3] |
118
  | list[category] | 112 | [apple, orange, banana] |
119
  | list[url] | 8 | [google.com, apple.com] |
120
+
121
+ ### Reference
122
+
123
+ If you use this resource, please use the following reference
124
+
125
+ @inproceedings{oses-etal-2024-databench,
126
+ title = "Question Answering over Tabular Data with DataBench: A Large-Scale Empirical Evaluation of LLMs",
127
+ author = "Jorge Jorge Osés Grijalba and Luis Alfonso Ureña-López and
128
+ Eugenio Martínez Cámara and Jose Camacho-Collados",
129
+ booktitle = "Proceedings of LREC-COLING 2024",
130
+ year = "2024",
131
+ address = "Turin, Italy"
132
+ }