IBM / Graph2Seq

Graph2Seq is a simple code for building a graph-encoder and sequence-decoder for NLP and other AI/ML/DL tasks.
Apache License 2.0
237 stars 61 forks source link

what does "ID in the graph" mean? #6

Open yesooook opened 4 years ago

yesooook commented 4 years ago

Hi,

"g_ids" is a mapping from the node ID to its ID in the graph

What does "ID in the graph" mean? I saw the examples and found that node ID and graph ID are the same.

Thanks

17385 commented 3 years ago

I have the same problem.

teddylfwu commented 3 years ago

Dear All,

Please see our newly released graph4nlp library: https://github.com/graph4ai/graph4nlp, which have implemented many GNN methods like Graph2Seq and Graph2Tree models.