This directory contains codes for jointly training event coreference, temporal, causal and subevent relation extraction experiments on MAVEN-ERE.
- MAVEN-ERE
- Released in this repo.
data.py
handle data processing and loading part for MAVEN-EREmain.py
is the main access to run on MAVEN-ERE
- Running on MAVEN-ERE
python -u main.py --eval_steps 200 --epochs 100 --lr 3e-4 --bert_lr 2e-5 --accumulation_steps 4 --batch_size 8