Commit ·
808d2b7
1
Parent(s): 85ba489
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-sa-4.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-sa-4.0
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
@InProceedings{Yu&al.19,
|
| 6 |
+
title = {SParC: Cross-Domain Semantic Parsing in Context},
|
| 7 |
+
author = {Tao Yu and Rui Zhang and Michihiro Yasunaga and Yi Chern Tan and Xi Victoria Lin and Suyi Li and Heyang Er, Irene Li and Bo Pang and Tao Chen and Emily Ji and Shreya Dixit and David Proctor and Sungrok Shim and Jonathan Kraft, Vincent Zhang and Caiming Xiong and Richard Socher and Dragomir Radev},
|
| 8 |
+
booktitle = {Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics},
|
| 9 |
+
year = {2019},
|
| 10 |
+
address = {Florence, Italy},
|
| 11 |
+
publisher = {Association for Computational Linguistics}
|
| 12 |
+
}
|
| 13 |
+
|
| 14 |
+
@inproceedings{Yu&al.18c,
|
| 15 |
+
title = {Spider: A Large-Scale Human-Labeled Dataset for Complex and Cross-Domain Semantic Parsing and Text-to-SQL Task},
|
| 16 |
+
author = {Tao Yu and Rui Zhang and Kai Yang and Michihiro Yasunaga and Dongxu Wang and Zifan Li and James Ma and Irene Li and Qingning Yao and Shanelle Roman and Zilin Zhang and Dragomir Radev}
|
| 17 |
+
booktitle = "Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing",
|
| 18 |
+
address = "Brussels, Belgium",
|
| 19 |
+
publisher = "Association for Computational Linguistics",
|
| 20 |
+
year = 2018
|
| 21 |
+
}
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
Reference links
|
| 25 |
+
|
| 26 |
+
SParC task link: https://yale-lily.github.io/sparc
|
| 27 |
+
SParC Github page: https://github.com/taoyds/sparc
|
| 28 |
+
Spider task link: https://yale-lily.github.io/spider
|
| 29 |
+
Spider Github page: https://github.com/taoyds/spider
|