Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 410 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 410 Bytes

Towards Universal Dialogue State Tracking

The code for the EMNLP 2018 paper: "Towards Universal Dialogue State Tracking"
Paper Link
Oral Slides

We applied turn-length bucketing for better data parallelism. The StateNet model is defined with the class name "doublelstm" in the file "DSTmodels.py".