Python == 3.8.5 PyTorch == 1.6.0 transformers == 4.3.3
We conduct experiments on the ACE 2005 English dataset. This dataset is not freely available. Access from LDC and preprocessing following ONEIE (2020'ACL).
#How to use
- You have to put the preprocessed data files 'train.oneie.json', 'dev.oneie.json' and 'test.oneie.json' in file.
- Run "python main.py".