This is the project repo for our paper: Event Knowledge Incorporation with Posterior Regularization for Event-Centric Question Answering, which can be found: https://arxiv.org/abs/2305.04522.
We list the packages in our environment in env.yml file for your reference.
Run export PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
.
Run bash ./code/run_span_pred.sh
and bash ./code/run_ans_generation.sh
.
Run bash ./code/eval_span_pred.sh
and bash ./code/eval_ans_generation.sh
.