tsujuifu / pytorch_graph-rel

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

i reproduced the data preprocessing #19

Open ShayneCheng opened 3 years ago

ShayneCheng commented 3 years ago

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 the model have been written, and the forward propagation of the model used the source code in ipynb given by Fu. Welcome to my repository to discuss with me. https://github.com/ShayneCheng/GraphRel