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

Data format #21

Open
yesooook opened this issue May 18, 2020 · 3 comments
Open

Data format #21

yesooook opened this issue May 18, 2020 · 3 comments

Comments

@yesooook
Copy link

yesooook commented May 18, 2020

Hi,

I have a question about data format. If an edge or a node is composed of multiple words, what should be used to concatenate them? A hyphen?

Thanks!

@yesooook
Copy link
Author

And if a node is composed of several word, the initial representation of the node is what?

@freesunshine0316
Copy link
Owner

By definition, no AMR node can take multiple words. There are ways to express multi-word entity in AMR graphs. If your graph has this situation, you could do average/sum over the embeddings of the words inside each node.

@yesooook
Copy link
Author

I see. Thanks!

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