chufangao / TTM-RE

ACL2024: TTM-RE Memory-Augmented Document-Level Relation Extraction
MIT License
14 stars 1 forks source link

train_revised的结果是怎么跑出的,有具体的脚本吗? #2

Closed mkmkmk45 closed 2 months ago

mkmkmk45 commented 3 months ago

就是这个结果是怎么跑出的?TTM-RE 78.13±0.12 78.05±0.17 83.28±0.29 76.28±0.61 79.95±0.13 78.20±0.34 85.81±0.55 76.68±0.22

chufangao commented 3 months ago

Ah yes, I did not include the script to run that, but it should be the same as setting pretrain_distant=3 (which just directly finetunes ttm-re) in scripts/run_roberta_rank.sh

mkmkmk45 commented 3 months ago

谢谢您的答复