Skip to content

pkunlp-icler/TableIE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%