GraphWriter icon indicating copy to clipboard operation
GraphWriter copied to clipboard

Encoding custom graph

Open Valdegg opened this issue 5 years ago • 1 comments

Hey guys,

I liked your paper!

I would like to try out the graph encoder, and potentially use it as a part of a knowledge-graph based dialogue model.

Suppose I have a .tsv file in the same format as your "preprocessed.test.tsv",

which functions should I use from this repo to convert it into a vector representation?

Is it vectorize.py?

thanks!

Valdegg avatar Jul 04 '20 13:07 Valdegg

the dataset class in lastDataset.py will help you

rikdz avatar Jul 11 '20 01:07 rikdz