Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
WindChimeRan committed Mar 14, 2020
1 parent d5621e0 commit b2ad489
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

This is a followup paper of "Extracting Relational Facts by an End-to-End Neural Model with Copy Mechanism" ACL2018 [CopyRE](http://aclweb.org/anthology/P18-1047)

This repo only contains CopyRE' part. MTL part is very old and messy, we are not going to release it. We suggest using [pytorch-crf](https://pytorch-crf.readthedocs.io/en/stable/) to implement the sequence labeling module for encoder. The dataset from CopyRE does not support MTL as well, because it lose the NER annotation.
This repo only contains CopyRE' part. MTL part is very old and messy, we are not going to release it.
In other words, this repo only use the last token of the entity for training and evaluation. If you want CopyMTL to manipulate complete entities, we suggest using [pytorch-crf](https://pytorch-crf.readthedocs.io/en/stable/) to implement the sequence labeling module for encoder. The dataset from CopyRE does not support MTL as well, because it lose the NER annotation. You'll have to re-preprocessing the data from scratch to gain full entity, rather than the links below.


## Environment
Expand Down

0 comments on commit b2ad489

Please sign in to comment.