-
Notifications
You must be signed in to change notification settings - Fork 8
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
Data Preprocessing #1
Comments
Our baseline input could be the same linearized amr chart as konstas. |
Hi @Amazing-J , Thank you for your prompt reply! For the concept node sequence, I can use NeuralAmr https://github.com/sinantie/NeuralAmr to get the linearized sequence. I also have two questions. The first one is how to construct the structural sequence. Since the model requires to sub-word units by BPE, how to generate the concept node sequence under this setting? |
Hi @Amazing-J, Thank you for releasing the code! As @Cartus pointed out, can you provide the code for BPE over the source a.k.a linearized AMRs? Best! |
Assuming that I've done the right thing for BPE by running
then I still got this error:
How can I generate this file? |
Alright, I found out that I also have to run |
Hi, thanks for the great work!
I try to run the code. However, I don't know how to do data preprocessing for AMR corpus. May I ask how can I do data preprocessing?
The text was updated successfully, but these errors were encountered: