siyue commited on
Commit
c321444
1 Parent(s): a854107

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -24
README.md CHANGED
@@ -1,24 +1,18 @@
1
- ---
2
- pretty_name: SQUALL
3
- language:
4
- - en
5
- license:
6
- - cc-by-4.0
7
- configs:
8
- - config_name: default
9
- data_files:
10
- - split: train
11
- path:
12
- - "train-0.json"
13
- - "train-1.json"
14
- - "train-2.json"
15
- - "train-3.json"
16
- - "train-4.json"
17
- - split: validation
18
- path:
19
- - "dev-0.json"
20
- - "dev-1.json"
21
- - "dev-2.json"
22
- - "dev-3.json"
23
- - "dev-4.json"
24
- ---
 
1
+ ## SQUALL Dataset
2
+ To explore the utility of fine-grained, lexical-level supervision, authors introduce SQUALL, a dataset that enriches 11,276 WikiTableQuestions English-language questions with manually created SQL equivalents plus alignments between SQL and question fragments.
3
+
4
+ ## Code
5
+ Please refer to our [github repo](https://github.com/tzshi/squall/) for code implementation.
6
+
7
+ ## Contact
8
+ For any issues or questions, kindly email us at: Siyue Zhang (siyue001@e.ntu.edu.sg).
9
+
10
+ ## Citation
11
+ ```
12
+ @inproceedings{Shi:Zhao:Boyd-Graber:Daume-III:Lee-2020,
13
+ Title = {On the Potential of Lexico-logical Alignments for Semantic Parsing to {SQL} Queries},
14
+ Author = {Tianze Shi and Chen Zhao and Jordan Boyd-Graber and Hal {Daum\'{e} III} and Lillian Lee},
15
+ Booktitle = {Findings of EMNLP},
16
+ Year = {2020},
17
+ }
18
+ ```