ooshaaan commited on
Commit
a961215
1 Parent(s): 30521d9

Updated README.md file

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -1,3 +1,27 @@
1
  ---
2
  license: mit
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
+ size_categories:
6
+ - n<1K
7
  ---
8
+ This is a dataset made for the purpose of evaluating Text-to-SQL systems for geography-based applications.
9
+ Currently, we have only released 109 examples of natural_language, sql_query pairs.
10
+
11
+ Steps:
12
+ 1. First, unzip all the .shp files and load them into your postgres database instance.
13
+ 2. Load the text,sql pair from the .csv file into your desired program.
14
+ 3. Generate SQL for the questions using your own LLM and compare the results any way you like.
15
+
16
+ ###REQUIREMENTS.
17
+ 1. You need postgres SQL installed with postgis extension enabled.
18
+ 2. You need to have tiger geocoder enabled only for Florida state.
19
+ i.e., the geocoding done in this dataset is only on addresses from the Florida state.
20
+ For more information on installing tiger geocoder, see the book Postgis in Action by R. Obe, L. Hsu
21
+ Chapter 10: PostGIS TIGER geocoder
22
+
23
+ Copyright
24
+ reAlpha Tech Corp, 2024
25
+
26
+ Made by:
27
+ ML Team, Naamche