Data Process For ACE05 Event

March 6, 2023 · View on GitHub

  1. Prepare data processed from DyGIE++.

  2. Put the processed data into the folder ./raw_data, and the folder should be like:

    raw_data
    ├── dev.json
    ├── test.json
    └── train.json
    
  3. Process the data with following command:

    cd ./preprocess
    bash process.sh
    
  4. 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