diegma / graph-2-text

Graph to sequence implemented in Pytorch combining Graph convolutional networks and opennmt-py
MIT License
152 stars 28 forks source link

preprocessing script for webnlg #2

Open wanghm92 opened 5 years ago

wanghm92 commented 5 years ago

Hi! Thanks a lot for releasing the code.

You said in the ReadMe

There is a preparation step for extracting the node and the edges from the graphs. Instruction for this are in the WebNLG scripts point 1

Could you please point to the link to the script? I couldn't find such script on their website which seems rather complicated.

Thanks a lot in advance!

lauhaide commented 5 years ago

Hi Wang,

By "WebNLG scripts" we meant the second-to-last section of the ReadMe. In that section there are instructions on how to use the scripts (under webnlg_eval_scripts/ ) to prepare the data.

I do not know whether this answers your question.

wanghm92 commented 5 years ago

Hi Diego,

I thought the instructions were to be followed sequentially. So I tried finding such scripts from the ReadMe of the WebNLG dataset GitLab repo before checking out the rest of this ReadMe.

Thanks a lot for the prompt response!