paper-with-me

홈 › Papers

ChatGPT as a Factual Inconsistency Evaluator for Text Summarization

2023-03-27 · Zheheng Luo, Qianqian Xie, Sophia Ananiadou

The performance of text summarization has been greatly boosted by pre-trained language models. A main concern of existing methods is that most generated summaries are not factually inconsistent with their source documents. To alleviate the problem, many efforts have focused on developing effective factuality evaluation metrics based on natural language inference, question answering, and syntactic dependency et al. However, these approaches are limited by either their high computational complexity or the uncertainty introduced by multi-component pipelines, resulting in only partial agreement with human judgement. Most recently, large language models(LLMs) have shown excellent performance in not only text generation but also language comprehension. In this paper, we particularly explore ChatGPT's ability to evaluate factual inconsistency under a zero-shot setting by examining it on both coarse-grained and fine-grained evaluation tasks including binary entailment inference, summary ranking, and consistency rating. Experimental results indicate that ChatGPT generally outperforms previous evaluation metrics across the three tasks, indicating its great potential for factual inconsistency evaluation. However, a closer inspection of ChatGPT's output reveals certain limitations including its preference for more lexically similar candidates, false reasoning, and inadequate understanding of instructions.

📄 PDF Abstract BibTeX arXiv:2303.15621

Code (0)

등록된 구현이 없습니다.

Tasks

Abstractive Text SummarizationNatural Language InferenceNatural Language UnderstandingQuestion AnsweringText GenerationText Summarization

Similar Papers 제목 키워드 기반

Interpretable Automatic Fine-grained Inconsistency Detection in Text Summarization

2023-05-23 · Hou Pong Chan, Qi Zeng, Heng Ji

Existing factual consistency evaluation approaches for text summarization provide binary predictions and limited insights into the weakness of summarization systems. Therefore, we propose the task of fine-grained inconsi…

Semantic Role LabelingText Summarization

Discourse-Driven Evaluation: Unveiling Factual Inconsistency in Long Document Summarization

2025-02-10 · Yang Zhong, Diane Litman

Detecting factual inconsistency for long document summarization remains challenging, given the complex structure of the source article and long summary length. In this work, we study factual inconsistency errors and conn…

Document SummarizationNatural Language InferenceSentence

Evaluating Factual Consistency of Summaries with Large Language Models

2023-05-23 · Shiqi Chen, Siyang Gao, Junxian He

Detecting factual errors in summaries has been an important and challenging subject in summarization research. Inspired by the emergent ability of large language models (LLMs), we explore evaluating factual consistency o…

Binary ClassificationSentence

Factual Consistency Evaluation for Text Summarization via Counterfactual Estimation

2021-08-30 · Findings (EMNLP) 2021 11 · Yuexiang Xie, Fei Sun, Yang Deng, Yaliang Li 외

Despite significant progress has been achieved in text summarization, factual inconsistency in generated summaries still severely limits its practical applications. Among the key factors to ensure factual consistency, a …

Abstractive Text SummarizationcounterfactualText Summarization

Is ChatGPT a Good NLG Evaluator? A Preliminary Study

2023-03-07 · Jiaan Wang, Yunlong Liang, Fandong Meng, Zengkui Sun 외

Recently, the emergence of ChatGPT has attracted wide attention from the computational linguistics community. Many prior studies have shown that ChatGPT achieves remarkable performance on various NLP tasks in terms of au…

nlg evaluationStory GenerationText Generation