Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

jasonchan117
Copy link

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.

  • Execution: Get the results by the below commands.
    • --interplay Add the slot context vectors to the intent prediction.
    • --remove_intent_attn Remove the intent attention.
    • --remove_gate Remove the gate.

@jasonchan117 jasonchan117 changed the title Modify the architecture of the SlotGated and get a better results. Modify the architecture of the SlotGated and get better results. Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant