Arseniy Sandalov commited on
Commit
1791d3f
·
verified ·
1 Parent(s): aa2438f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - tr
4
+ - en
5
+ pretty_name: Turkish to SQL dataset
6
+ ---
7
+ # TUR2SQL: A Cross-Domain Turkish Dataset For Text-to-SQL
8
+
9
+ TUR2SQL dataset consists of 10,809 pairs of natural language statements and their corresponding SQL queries. The generation of TUR2SQL is detailed in our UBMK-2023 paper:
10
+ https://ieeexplore.ieee.org/abstract/document/10286686
11
+
12
+ ```
13
+ @inproceedings{tur2sql,
14
+ title = {TUR2SQL: A Cross-Domain Turkish Dataset For Text-to-SQL},
15
+ author = {Kanburoğlu, Ali Buğra and Tek, F. Boray},
16
+ booktitle = {2023 8th International Conference on Computer Science and Engineering (UBMK)},
17
+ year = {2023},
18
+ pages = {206-211},
19
+ doi = {10.1109/UBMK59864.2023.10286686}
20
+ }
21
+ ```