Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 728 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 728 Bytes

Data Process For ACE05 Event

  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