pytorch_graph-rel icon indicating copy to clipboard operation
pytorch_graph-rel copied to clipboard

A PyTorch implementation of GraphRel

Results 29 pytorch_graph-rel issues
Sort by recently updated
recently updated
newest added
trafficstars

比如阿里天池的CMeIE,中文用spcay 做分词逻辑和英文的不一样呢

I didn't get the data in pkl format, so I want to ask some details in the code: 1.dataloader: `for idx, inp, pos, dep_fw, dep_bw, ans_ne, wgt_ne, ans_rel, wgt_rel in...

[**2021/12/20 Update**] Thanks to everyone's interest in this project and sorry for missing the original preprocessed data. It got lost in my previous lab, and I finally had time to...

Without your preprocessed data and the format of your data, what's the difference between releasing codes and not releasing?

When I tried to reproduce this paper, I found that six files were read in the source code, namely tr.pkl vl.pkl ts.pkl and pre_tr.pkl pre_vl.pkl pre_ts.pkl. I know the format...

Hi, First, i cannot figure out what is the real meaning of h_w1 and h_w2 in the paper. author never gives a description of them based on the below equation....

Here is my script: [script](https://github.com/Yifan-Song793/NYT-for-joint-entity-and-relation-extraction) I rewrite the whole model and find that it always predict 'O' for entity and 'no-relation' for relationship. The gold label for entity and relation...

Could you provide me data? I try to reproduce it but fail.

I reproduced the data preprocessing, but the loss cannot be reduced, and the model could only predict "O" about entities and "No relation" about relations. The preprocessing and framework of...

可以提供这篇论文的源代码吗,多谢了