We provide the code for the papers:
- "Entity-level factual consistency of abstractive text summarization", EACL 2021.
- We provide a set of new metrics to quantify the entity-level factual consistency of generated summaries. We also provide code for the two methods in our paper:
- JAENS: joint entity and summary generation, and
- Summary-worthy entity classification with summarization (multi-task learning)
- We provide a set of new metrics to quantify the entity-level factual consistency of generated summaries. We also provide code for the two methods in our paper:
- "Improving factual consistency of abstractive summarization via question answering", ACL-IJCNLP 2021
- QUALS, a new automatic metric for factual consistency.
- CONSEQ, a new contrastive learning algorithm for Seq2seq models to optimize sequence level objectives such as QUALS.
Our code is based on the fairseq library and we added support for model training on SageMaker.