Home

Awesome

Argument Extraction by Generation

Code for paper "Document-Level Argument Extraction by Conditional Generation". NAACL 21'

Dependencies

Model Checkpoints

Checkpoints trained from this repo are shared for the WikiEvents dataset and the ACE dataset are available at: [s3://gen-arg-data/checkpoints/].

You can download all the contents from the S3 bucket using AWS cli: aws s3 cp s3://gen-arg-data/checkpoints/ ./ --recursive

Model Predictions

The model predictions on WikiEvents is provided in outputs/wikievents-pointer-pred. Running this file through the scorer.py function should give you the exact same numbers as Table 5.

Datasets

You can download the data through the AWS cli or AWS console. Alternatively, you can download individual files by

Additional processed test files for RAMS can be downloaded by