SQLNet icon indicating copy to clipboard operation
SQLNet copied to clipboard

Neural Network for generating structured queries from natural language.

Results 43 SQLNet issues
Sort by recently updated
recently updated
newest added

``` Epoch 300 @ 2018-03-25 16:22:07.151084 Loss = 0.16111447376294669 Train acc_qm: 0.957164404223 breakdown result: [0.99918375 0.99655754 0.96026972] Dev acc_qm: 0.579147369671 breakdown result: [0.880418 0.89882437 0.70383565] Best val acc = (0.8990618691366821,...

The below code snippet looks like using the column position for select in evaluation as well as training. https://github.com/xiaojunxu/SQLNet/blob/5dfb96edc6f1131c3f640f31bcef3520ea0f922c/sqlnet/utils.py#L204 https://github.com/xiaojunxu/SQLNet/blob/5dfb96edc6f1131c3f640f31bcef3520ea0f922c/sqlnet/model/sqlnet.py#L131 https://github.com/xiaojunxu/SQLNet/blob/5dfb96edc6f1131c3f640f31bcef3520ea0f922c/sqlnet/model/modules/aggregator_predict.py#L41 Don't you think the model should predict the column...