SQLNet icon indicating copy to clipboard operation
SQLNet copied to clipboard

Bidirectional Attention

Open guotong1988 opened this issue 7 years ago • 0 comments

get the result of https://arxiv.org/abs/1801.00076

The reason and inspiration to use bi-directional attention is from the machine comprehension task. In the SQuAD [Rajpurkar et al. 2016] machine comprehension task, we input the paragraph and question to the model and find the answer string in the paragraph. And in the SQL generation task, we input the question and columns and find the answer column in the columns. The two task are similar in this view.

guotong1988 avatar May 02 '18 02:05 guotong1988