MiuLab / SlotGated-SLU

Slot-Gated Modeling for Joint Slot Filling and Intent Prediction
303 stars 108 forks source link

Modify the architecture of the SlotGated and get better results. #10

Open jasonchan117 opened 3 years ago

jasonchan117 commented 3 years ago

I did several experiments on it by adding the slot attention context vector to predicting the intent. The slot f1 is 89.05, while the intent accuracy is 97.42 with the same settings from the paper, which is better than the original results. I also did other experiments by removing the intent attention layer and the gate to make some comparisons.