Skip to content

Commit b55e44c

Browse files
authored
Update README.md
1 parent d0079ad commit b55e44c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ If you use WikiSQL, please cite the following work:
1010
> Victor Zhong, Caiming Xiong, and Richard Socher. 2017. Seq2SQL: Generating Structured Queries from Natural Language using Reinforcement Learning.
1111
1212

13+
## Leaderboard
14+
15+
If you submit papers on WikiSQL, please consider sending a pull request to merge your results onto the leaderboard. By submitting, you acknowledge that your results are obtained purely by training on the training split and tuned on the dev split (e.g. you only evaluted on the test set once).
16+
17+
| Model | Dev <br /> logical form <br /> accuracy | Dev <br /> execution <br /> accuracy | Test <br /> logical form <br /> accuracy | Test <br /> execution <br /> accuracy |
18+
|:---:|:---:|:---:|:---:|:---:|
19+
|[Baseline<br />(Zhong 2017)](https://arxiv.org/abs/1709.00103) | 23.3 | 37.0 | 23.4 | 35.9 |
20+
|[Seq2SQL<br />(Zhong 2017)](https://arxiv.org/abs/1709.00103) | 49.8 | 60.7 | 49.2 | 60.3 |
21+
22+
1323
## Installation
1424

1525
Both the evaluation script as well as the dataset are stored within the repo.

0 commit comments

Comments
 (0)