Skip to content
/ EAAE Public
forked from ZQS1943/DOCIE

EA$^2$E: Improving Consistency with Event Awareness for Document-level Argument Extraction (NAACL 2022)

Notifications You must be signed in to change notification settings

pkuzengqi/EAAE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains the code of the paper titled "EA$^2$E: Improving Consistency with Event Awareness for Document-level Argument Extraction" accpeted in Findings of the Annual Conference of the North American Chapter of the Association for Computational Linguistics: NAACL 2022.

Code

Our code is based on this repository.

./data: dataset
./docs: some documents
./scripts: running scripts
./src: all codes

Set up

git clone https://github.com/ZQS1943/DOCIE.git
cd DOCIE
conda create --name eaae python=3.9 
conda activate eaae
pip install -r requirement.txt
python -m spacy download en_core_web_sm

Run

To train and test the EA$^2$E model, use

sh scripts/train_eaae.sh
sh scripts/test_bart_gen.sh

In Tesla P100 with 16 GB, the training takes about 15min for each epoch.

Datasets

References

@inproceedings{EAAE,
  author    = {Qi Zeng and
               Qiusi Zhan and
               Heng Ji},
  title     = {EA$^2$E: Improving Consistency with Event Awareness for Document-level Argument Extraction},
  booktitle = {Proceedings of the 2022 Conference of the North American Chapter of
               the Association for Computational Linguistics: Human Language Technologies,
               {NAACL-HLT} 2022 Findings, Seattle, Washington, July 10-15, 2022},
  publisher = {Association for Computational Linguistics},
  year      = {2022}
}

About

EA$^2$E: Improving Consistency with Event Awareness for Document-level Argument Extraction (NAACL 2022)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.7%
  • Shell 1.3%