pytorch_graph-rel
pytorch_graph-rel copied to clipboard
A PyTorch implementation of GraphRel
hello! I'm reproducing your code but I cannot get the loss convergence. I'm wondering if the dataset was preprocess in a wrong way. So I want to know the format...
Can you provide the dataset from json format to pkl? I couldn't find the relevant codes. Thanks a lot!
Hello, I want to reproduce the code but I encounter a problem. What's the meaning of the parameter idx, inp, pos, etc. in the following code for idx, inp, pos,...
可以提供这篇论文的源代码吗,多谢了
你好呀,我是关系抽取领域的新人,请问数据集NYT和WebNLG有相应的下载链接咩~谢谢
Hi, I 'd like to know why you set weight _ loss to 2?
Hello, I would like to know where the three learnable relationship matrices are represented in the code
The author only provides the preprocessing of NYT data set. I would like to ask if anyone has implemented the preprocessing of WebNLG dataset and could you share it
Sorry I'm the new in this field and I checked the code, but I want to know that how do you predict new data and interpret the model outputs? I'm...