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

Questions about the BERT version of span-aste. #1

Closed
zlyoung opened this issue Feb 19, 2022 · 2 comments
Closed

Questions about the BERT version of span-aste. #1

zlyoung opened this issue Feb 19, 2022 · 2 comments

Comments

@zlyoung
Copy link

zlyoung commented Feb 19, 2022

Thank you very much for your open source pytorch version of span-aste network code. I replaced the encoder of LSTM version span-aste with BERT. However, the accuracy, recall and F1 score during training and verification are all 0, and I could not find the error. Do you have a plan to develop the BERT version span-aste? Or could you tell me the way to change the model to BERT encoder?

@wireless911
Copy link
Owner

wireless911 commented Feb 21, 2022

I have implemented the version of bert, which is not open source yet. For the bert part, you need to consider the issue of sequence alignment,because the wordpiece tokenizer used by bert, may be helpful here

@zlyoung
Copy link
Author

zlyoung commented Feb 21, 2022

Thank you for your reply. I have implemented BERT version span-aste.

@zlyoung zlyoung closed this as completed Feb 21, 2022
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