GraphWriter icon indicating copy to clipboard operation
GraphWriter copied to clipboard

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

Results 28 GraphWriter issues
Sort by recently updated
recently updated
newest added

i need requirements.txt plz

Where can I find requirements.txt with python packages?

Hi, What do the indices in the last column https://raw.githubusercontent.com/rikdz/GraphWriter/master/data/preprocessed.train.tsv mean?

Hello,team!I want to know where did the source dataset(AGENDA) come from?How can I get it?Thank you!

when I run generator.py on colab, errors occurs. !python '/content/drive/MyDrive/Colab Notebooks/GraphWriter/generator.py' -save S /content/drive/MyDrive/Colab Notebooks/GraphWriter Loading Data from data/preprocessed.train.tsv building vocab done Vocab sizes: src 6343 ent 53343 nerd 8...

Hi, If I understood it correctly, you guys are not feeding the ontology structure as well during the training. What is given to the model is a graph containing the...

There is a parameter error in the code running, do you know why? train.py: error: the following arguments are required: -save

What's the meaning of the last column in _data/preprocessed.train.tsv_, such as _6 1 4 5 8 7 -1 0 3 7 -1 2 7 -1_? Can you introduce more about...

I have followed the instructions as they are listed in the README, i.e., I ran the following commands verbatim in the root folder of the repository (please correct me if...