henryhungle / NADST

Code for the paper Non-Autoregressive Dialog State Tracking (ICLR20)
MIT License
44 stars 5 forks source link

Is it possible to review my implementation of NADST #7

Closed YourThomasLee closed 4 years ago

YourThomasLee commented 4 years ago

Hi, I am a master candidate of Tongji University in Shanghai. I think NADST is a great model for dialogue state tracking. I try to reproduce the code via pytorch and torchtext for the better readability. Now, the implementation of NADST was basicly finished. I would appreciate it if you can review my implementation of NADST(I want to take your review as a confirmation that my understanding in NADST is right). The code can be found in https://gitee.com/yourthomaslee/NADST_thomas/blob/master/model/NADST.py.