nanguoshun / LSR

Pytorch Implementation of our ACL 2020 Paper "Reasoning with Latent Structure Refinement for Document-Level Relation Extraction"
127 stars 22 forks source link

Running LSR on new dataset #28

Closed nayakt closed 3 years ago

nayakt commented 3 years ago

Hi,

Can you please tell me the process to follow to run your model on a new dataset ? I can convert the data files in same format as train_annotated.json. What I want to know is which files are required in code/prepro_data directory and how to create them ?

Regards Tapas

nanguoshun commented 3 years ago

Hi @nayakt , thanks for your attention. You need to refer to DoCRED: https://drive.google.com/drive/folders/1c5-0YwnoJx8NS6CV2f-NoTHR__BdkNqw to prepare some files beforehand.

nayakt commented 3 years ago

Ok. Thanks !!!!