BenfengXu / SSAN

Implementation for our AAAI2021 paper (Entity Structure Within and Throughout: Modeling Mention Dependencies for Document-Level Relation Extraction).
Apache License 2.0
80 stars 18 forks source link

Will you release the pre-training code on distantly supervised data? #14

Open taolusi opened 3 years ago

BenfengXu commented 3 years ago

The pre-training code for distantly supervised data is identical to the one in this repo for the train set data. Just pass the DocRED distant data file, set your training hyper-parameters, and start your training~

Although there is one note: there exists one instance from DocRED distant that contains NO entity, you would want to remove it first before traning, or there will be index error.