tsujuifu / pytorch_graph-rel

A PyTorch implementation of GraphRel
MIT License
268 stars 54 forks source link

I reproduced the dataset preprocessing script. And this model cannot be reproduced. #20

Open Yifan-Song793 opened 3 years ago

Yifan-Song793 commented 3 years ago

Here is my script: script 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 is too sparse and the model is very difficult to train.