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

Question about POS performance #54

Open
PengLU1101 opened this issue Oct 10, 2018 · 2 comments
Open

Question about POS performance #54

PengLU1101 opened this issue Oct 10, 2018 · 2 comments

Comments

@PengLU1101
Copy link

Hi,

I am trying to do some seqs tagging tasks.

For POS, did you ever run your model on Universal dependency POS-en dataset?
I want to get it as my baseline.

I used your code to test on that dataset, yet the results is 95.60%, which is lower than reuslt (95.80) of vanilla LSTM-CNN-CRF model.

I think contextual embs are supposed to improve the accuracy.

@LiyuanLucasLiu
Copy link
Owner

Thanks so much for asking. We haven't tried that dataset, it would be great if you can share the dataset in some way.

The co-training version of LM-LSTM-CRF has some issues and we're recently working on this part. We release a new repo w. char contextual embs (w.o. co-training). Maybe you can first try the following repo; after fixing these issues, we will let you know.

https://github.com/LiyuanLucasLiu/Vanilla_NER

@PengLU1101
Copy link
Author

Thanks so much for asking. We haven't tried that dataset, it would be great if you can share the dataset in some way.

The co-training version of LM-LSTM-CRF has some issues and we're recently working on this part. We release a new repo w. char contextual embs (w.o. co-training). Maybe you can first try the following repo; after fixing these issues, we will let you know.

https://github.com/LiyuanLucasLiu/Vanilla_NER

Thanks for your reply, I will test data using the new repo.

For the UD dataset, http://universaldependencies.org/
And http://www.petrovi.de/data/lrec16.pdf

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

2 participants