xiaojunxu / SQLNet

Neural Network for generating structured queries from natural language.
BSD 3-Clause "New" or "Revised" License
427 stars 162 forks source link

Column Slots Equation representation #28

Closed mniyas closed 1 year ago

mniyas commented 6 years ago

Hi Xiaojun Xu ,

I'm trying to understand the below equation in your paper for finding the number of columns in where condition. P#col(K|Q) = softmax(U#col1 tanh(U#col2 EQ|Q))i

Can you please explain Eq|q here?

Thanks, Niyas