LeePleased / StackPropagation-SLU

Open source code for EMNLP-19 Paper "A Stack-Propagation Framework with Token-Level Intent Detection for Spoken Language Understanding".
https://arxiv.org/pdf/1909.02188.pdf
147 stars 39 forks source link

Fix: Prediction slot size does not match sentence size #7

Closed RaleLee closed 3 years ago

RaleLee commented 3 years ago

This pull request fixes the problem mentioned in issue #6. Because it's a visualization bug, so I didn't restore the order in train and valid time. Only in test time will it be restored.