turboLJY/Few-Shot-KG2Text

RBFS to traverse graph

Closed this issue · 5 comments

Hi, i am confused where is the part of using RBFS to linearized graph in the code, Can you please help me?

good question! At first, we indeed utilized RBFS, but later on, we found it time-consuming and not fit the end-to-end training. So, we took RBFS as a preprocessing step by using TransE.

Thank you for you reply~ and Where is the preprocessing RBFS in the code? Is it in process.py?

The code may exist some errors in RBFS and their data processing

We provide the code about RBFS based on the pretrained TransE embeddings.

We provide the code about RBFS based on the pretrained TransE embeddings.

Can you provide the pretrained TransE embeddings.