-
Notifications
You must be signed in to change notification settings - Fork 205
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
Lample and Xuezhe #13
Comments
Hi, |
Thank you. I mean by the code you guys provided. I did not reimplement them in pytorch. :) |
Hi, can I ask what is the intuition behind the function |
This line is used for label padding, specifically, label padding for CRF (with bucket). |
Hi @cosmozhang , I have implemented both Lample and Xuezhe Ma's structure using PyTorch PyTorchSeqLabel . The results are comparable with both of them, all the results are listed and compared in the repository. The CoNLL03 English NER data is not well generalized, which means there is a big difference between dev and test data. The F1-measure in the test data is not quite stable under different seed number, you may try different seed if the code does not work well. |
@jiesutd I also implemented Lample's structure using pytorch last year and got similar results. Thank you. |
Hi,
By using the code provided in your file, I cannot replicate the results of Lample's and Xuezhe's study. Is there anything I need to pay attention to specifically?
The text was updated successfully, but these errors were encountered: