Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1012 Bytes

README.md

File metadata and controls

48 lines (34 loc) · 1012 Bytes

TableIE: Capturing the Interactions among Sub-tasks in Information Extraction via Double Tables

This is the implementation for ICASSP2023 paper: TableIE: Capturing the Interactions among Sub-tasks in Information Extraction via Double Tables

Dataset

We follow the data pre-process in OneIE for ACE05 train/dev/test set.

Files

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

Train and Test

>> python train.py  # for train
>> python test.py  # for test

Acknowledgement

If you use this code as part of your research, please cite the following paper: