Datasets:

ArXiv:
License:
Marchanjo commited on
Commit
2f32977
·
verified ·
1 Parent(s): 337e579

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
1
  ---
2
  license: cc-by-sa-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-sa-4.0
3
  ---
4
+ Distributed under the Creative Commons-by-sa-4.0 Respecting the ShareAlike of the [Spider Dataset](https://yale-lily.github.io/spider).
5
+
6
+ more information: [mRAT-SQL](https://github.com/C4AI/gap-text2sql).
7
+
8
+ # mRAT-SQL-FIT - A Multilingual Translator to SQL with Database Schema Pruning to Improve Self-Attention
9
+ Code and model from the paper [paper published in Springer-Nature - International Journal of Information Technology](https://doi.org/10.1007/s41870-023-01342-3), [here the SharedIt link](https://rdcu.be/dff19).
10
+
11
+ # mRAT-SQL+GAP - Multilingual version of the RAT-SQL+GAP
12
+ Code and model from our BRACIS 2021 [paper published in Springer Lecture Notes in Computer Science](https://link.springer.com/chapter/10.1007%2F978-3-030-91699-2_35), [here the pre-print in arXiv](https://arxiv.org/abs/2110.03546).
13
+
14
+ Based on: RAT-SQL+GAP: [Github](https://github.com/awslabs/gap-text2sql). Paper: [AAAI 2021 paper](https://arxiv.org/abs/2012.10309)