Skip to content
/ TREND Public

TREND: Trigger-Enhanced Relation Extraction Network for Dialogues

Notifications You must be signed in to change notification settings

MiuLab/TREND

Repository files navigation

TREND: Trigger-Enhanced Relation Extraction Network for Dialogues

截圖 2022-08-31 上午12 35 40

Data

data_dre/

  • Train, Val, Test sets of DialogRE

data/

  • Train, Val, Test sets of DDRel

Preprocessing

  • Use preprocess*.py to get the corresponding preprocessed pickle files.

Training

python main.py --test_path [data, data_dre]/dev.pkl

Testing

python test.py --test_path [data, data_dre]/test.pkl --load_path PATH/TO/MODEL

Reference

Please cite the following paper:

@inproceedings{lin2022trend,
  title={TREND: Trigger-Enhanced Relation Extraction Network for Dialogues},
  author={Lin, Po-Wei and Su, Shang-Yu and Chen, Yun-Nung},
  booktitle={Proceedings of the 23rd Annual Meeting of the Special Interest Group on Discourse and Dialogue},
  year={2022}
}

About

TREND: Trigger-Enhanced Relation Extraction Network for Dialogues

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages