-
Prepare data processed from DyGIE++.
-
Put the processed data into the folder
./raw_data
, and the folder should be like:raw_data ├── dev.json ├── test.json └── train.json
-
Process the data with following command:
cd ./preprocess bash process.sh
-
The final folder of ACE dataset should be like:
ACE ├── degree # data for degree ├── preprocess # preprocess scripts ├── raw_data ├── role # data for eae in bertcrf ├── schema # schema for bertcrf └── trigger # data for ed in bertcrf