Skip to content

Commit 351646b

Browse files
author
Xu Xiaojun
committed
Update README
1 parent b42ff36 commit 351646b

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SQLNet
22

3-
This repo provides an implementation of SQLNet and Seq2SQL neural networks for predicting SQL queries on [WikiSQL dataset](https://github.com/salesforce/WikiSQL).
3+
This repo provides an implementation of SQLNet and Seq2SQL neural networks for predicting SQL queries on [WikiSQL dataset](https://github.com/salesforce/WikiSQL). The paper is available at [here](https://arxiv.org/abs/1711.04436)
44

55
## Citation
66

@@ -10,12 +10,10 @@ This repo provides an implementation of SQLNet and Seq2SQL neural networks for p
1010

1111
```
1212
@article{xu2017sqlnet,
13-
author = {Xiaojun Xu and
14-
Chang Liu and
15-
Dawn Song},
16-
title = {SQLNet: Generating Structured Queries from Natural Language Without
17-
Reinforcement Learning},
18-
year = {2017},
13+
title={SQLNet: Generating Structured Queries From Natural Language Without Reinforcement Learning},
14+
author={Xu, Xiaojun and Liu, Chang and Song, Dawn},
15+
journal={arXiv preprint arXiv:1711.04436},
16+
year={2017}
1917
}
2018
```
2119

0 commit comments

Comments
 (0)