This is the implementation for ICASSP2023 paper: TableIE: Capturing the Interactions among Sub-tasks in Information Extraction via Double Tables
We follow the data pre-process in OneIE for ACE05 train/dev/test set.
TableIE/
├── checkpoint/
├── dataset/
├── schema/
├── entity.json
├── relation.json
├── event.json
├── role.json
├── train.json
├── dev.json
├── test.json
├── roberta-large/ (optional)
├── data.py
├── model.py
├── train.py
├── test.py
├── utils.py
├─ README.md
>> python train.py # for train
>> python test.py # for test
If you use this code as part of your research, please cite the following paper: