s-jse commited on
Commit
80c6fd0
1 Parent(s): 21b3d08

Update README

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -1,3 +1,21 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ The paraphrasing model described and used in the paper
5
+ "[AutoQA: From Databases to QA Semantic Parsers with Only Synthetic Training Data](https://arxiv.org/abs/2010.04806)" (EMNLP 2020).
6
+
7
+ If you are using this model in your work, please use this citation:
8
+
9
+ ```
10
+ @inproceedings{xu-etal-2020-autoqa,
11
+ title = "{A}uto{QA}: From Databases to {QA} Semantic Parsers with Only Synthetic Training Data",
12
+ author = "Xu, Silei and Semnani, Sina and Campagna, Giovanni and Lam, Monica",
13
+ booktitle = "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)",
14
+ month = nov,
15
+ year = "2020",
16
+ address = "Online",
17
+ publisher = "Association for Computational Linguistics",
18
+ url = "https://www.aclweb.org/anthology/2020.emnlp-main.31",
19
+ pages = "422--434",
20
+ }
21
+ ```