paper-with-me

홈 › Papers

Masked Summarization to Generate Factually Inconsistent Summaries for Improved Factual Consistency Checking

2022-05-04 · Findings (NAACL) 2022 7 · Hwanhee Lee, Kang Min Yoo, Joonsuk Park, Hwaran Lee, Kyomin Jung

Despite the recent advances in abstractive summarization systems, it is still difficult to determine whether a generated summary is factual consistent with the source text. To this end, the latest approach is to train a factual consistency classifier on factually consistent and inconsistent summaries. Luckily, the former is readily available as reference summaries in existing summarization datasets. However, generating the latter remains a challenge, as they need to be factually inconsistent, yet closely relevant to the source text to be effective. In this paper, we propose to generate factually inconsistent summaries using source texts and reference summaries with key information masked. Experiments on seven benchmark datasets demonstrate that factual consistency classifiers trained on summaries generated using our method generally outperform existing models and show a competitive correlation with human judgments. We also analyze the characteristics of the summaries generated using our method. We will release the pre-trained model and the code at https://github.com/hwanheelee1993/MFMA.

📄 PDF Abstract BibTeX arXiv:2205.02035

Code (1)

hwanheelee1993/mfma 공식 구현 pytorch

Tasks

Abstractive Text Summarization

Similar Papers 제목 키워드 기반

Evaluating the Factual Consistency of Large Language Models Through News Summarization

2022-11-15 · Derek Tam, Anisha Mascarenhas, Shiyue Zhang, Sarah Kwan 외

While large language models (LLMs) have proven to be effective on a large variety of tasks, they are also known to hallucinate information. To measure whether an LLM prefers factually consistent continuations of its inpu…

News Summarization

AMRFact: Enhancing Summarization Factuality Evaluation with AMR-Driven Negative Samples Generation

2023-11-16 · Haoyi Qiu, Kung-Hsiang Huang, Jingnong Qu, Nanyun Peng

Ensuring factual consistency is crucial for natural language generation tasks, particularly in abstractive summarization, where preserving the integrity of information is paramount. Prior works on evaluating factual cons…

Abstractive Text SummarizationNatural Language InferenceText Generation

Factually Consistent Summarization via Reinforcement Learning with Textual Entailment Feedback

2023-05-31 · Paul Roit, Johan Ferret, Lior Shani, Roee Aharoni 외

Despite the seeming success of contemporary grounded text generation systems, they often tend to generate factually inconsistent text with respect to their input. This phenomenon is emphasized in tasks like summarization…

Abstractive Text SummarizationNatural Language Inferencereinforcement-learningReinforcement Learning+1

Factual Dialogue Summarization via Learning from Large Language Models

2024-06-20 · Rongxin Zhu, Jey Han Lau, Jianzhong Qi

Factual consistency is an important quality in dialogue summarization. Large language model (LLM)-based automatic text summarization models generate more factually consistent summaries compared to those by smaller pretra…

Contrastive LearningData AugmentationKnowledge DistillationLanguage Modeling+4

Improving Factual Consistency of Abstractive Summarization via Question Answering

2021-05-10 · ACL 2021 5 · Feng Nan, Cicero Nogueira dos santos, Henghui Zhu, Patrick Ng 외

A commonly observed problem with the state-of-the art abstractive summarization models is that the generated summaries can be factually inconsistent with the input documents. The fact that automatic summarization may pro…

Abstractive Text SummarizationQuestion Answering