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

Hello, i train model3v2 on SemEval 2010 task8 dataset, but cannot get the 84% f1? #4

Closed
tangm00 opened this issue Nov 25, 2017 · 5 comments

Comments

@tangm00
Copy link

tangm00 commented Nov 25, 2017

what can i do to reach the performance? thank you

@Sshanu
Copy link
Owner

Sshanu commented Nov 26, 2017

You may reach that accuracy by applying these steps:

  1. First, feed the data in the model using bootstrap
  2. Use dropout in LSTM
  3. I have not optimized the hyperparameters well
  4. Train the POS and Dependency embeddings by Skip Gram Model or any other technique.
    Then use these embeddings for initializing the embeddings in the model.
    Try these it will help in increasing the accuracy.

@tangm00
Copy link
Author

tangm00 commented Nov 27, 2017

Thank you very much! You mean using bootstrap resampling methods for the training data in each batch?

@Sshanu
Copy link
Owner

Sshanu commented Nov 27, 2017

Yeah

@tangm00
Copy link
Author

tangm00 commented Nov 27, 2017

Thank you.

@Sshanu Sshanu closed this as completed Jun 23, 2018
@damao666
Copy link

damao666 commented Jul 5, 2019

what can i do to reach the performance? thank you

Can you provide me with a working code? Every time I run, I report an error.

Thank you very much.

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

No branches or pull requests

3 participants