Leveraging Entailment Judgements in Cross-Lingual Summarisation
Huajian Zhang, Laura Perez-Beltrachini

TL;DR
This paper introduces a method to improve cross-lingual summarisation by using entailment judgments to assess and enhance the faithfulness of summaries, addressing hallucination issues in training data.
Contribution
It proposes leveraging cross-lingual NLI to evaluate faithfulness and introduces an unlikelihood training approach to reduce unfaithful summaries in CLS models.
Findings
More faithful summaries produced without sacrificing informativeness
Using NLI improves model evaluation and training for faithfulness
Models trained with unlikelihood loss outperform baseline in faithfulness
Abstract
Synthetically created Cross-Lingual Summarisation (CLS) datasets are prone to include document-summary pairs where the reference summary is unfaithful to the corresponding document as it contains content not supported by the document (i.e., hallucinated content). This low data quality misleads model learning and obscures evaluation results. Automatic ways to assess hallucinations and improve training have been proposed for monolingual summarisation, predominantly in English. For CLS, we propose to use off-the-shelf cross-lingual Natural Language Inference (X-NLI) to evaluate faithfulness of reference and model generated summaries. Then, we study training approaches that are aware of faithfulness issues in the training data and propose an approach that uses unlikelihood loss to teach a model about unfaithful summary sequences. Our results show that it is possible to train CLS models that…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Advanced Text Analysis Techniques
MethodsAttentive Walk-Aggregating Graph Neural Network
