@InProceedings{yu-EtAl:2018:N18-2,
  author    = {Yu, Tao  and  Li, Zifan  and  Zhang, Zilin  and  Zhang, Rui  and  Radev, Dragomir},
  title     = {TypeSQL: Knowledge-Based Type-Aware Neural Text-to-SQL Generation},
  booktitle = {Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 2 (Short Papers)},
  month     = {June},
  year      = {2018},
  address   = {New Orleans, Louisiana},
  publisher = {Association for Computational Linguistics},
  pages     = {588--594},
  abstract  = {Interacting with relational databases through natural language helps users with any background easily query and analyze a vast amount of data. This requires a system that understands users' questions and converts them to SQL queries automatically. In this paper, we present a novel approach TypeSQL which formats the problem as a slot filling task in a more reasonable way. In addition, TypeSQL utilizes type information to better understand rare entities and numbers in the questions. We experiment this idea on the WikiSQL dataset and outperform the prior art by 6% in much shorter time. We also show that accessing the content of databases can significantly improve the performance when users' queries are not well-formed. TypeSQL can reach 82.6% accuracy, a 17.5% absolute improvement compared to the previous content-sensitive model.},
  url       = {http://www.aclweb.org/anthology/N18-2093}
}

