deepstruct icon indicating copy to clipboard operation
deepstruct copied to clipboard

How to reproduce TACRED results

Open FlorianLR opened this issue 2 years ago • 1 comments

Hi,

Thanks for the paper and code!

I would like to use your model for Relation Extraction, starting with a reproduction of your 'multi-task w/ finetune' resuts on TACRED. However, I could not find a script running the experiment nor directions on how to do it.

Any help with this would be greatly appreciated!

Kind regards, Florian

FlorianLR avatar Mar 10 '23 12:03 FlorianLR

The TACRED dataset is already configured in src/data_processing/config.ini as well as in src/data_processing/dataset.py. You need to manually prepare the TACRED dataset as we don't own the copyright. The dataset should be prepared as json file aligning with the format in src/data_processing/dataset.py's TACRED class. The format is used the load_data_single_split.

Magolor avatar May 01 '24 16:05 Magolor