rikdz / GraphWriter

Code for "Text Generation from Knowledge Graphs with Graph Transformers"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some questions about graph transformer

lora-h opened this issue · comments

commented

how do you define the neighborhood vertices of vertices in graph? do you mean the one-hop connected neighbors?

this is what is meant. note that as vertex representations are updated and fed to the next layer of the model, information from more distant neighbors is available to each vertex.