DHGN
DHGN copied to clipboard
Question about Graph Construction Process
Dear authors,
I have a question about the data preprocessing step(Heterogeneous Dialogue Graph Construction Process). So far, I have understood that the result of this step is in the '/data' folder. (e.g., {train/valid/test}.{node_type/edge_type/edge_index}.txt) However, I cannot find the code to map the input data into this format.
Could you provide the code you used for making this txt files? I am trying to apply the DHGN model to another dialogue summarization dataset and use it as a baseline in our paper. It would really be appreciated if you could do so!
Most respectively, Seungone Kim