paper-with-me

홈 › Papers

Annotating and Detecting Fine-grained Factual Errors for Dialogue Summarization

2023-05-26 · Rongxin Zhu, Jianzhong Qi, Jey Han Lau

A series of datasets and models have been proposed for summaries generated for well-formatted documents such as news articles. Dialogue summaries, however, have been under explored. In this paper, we present the first dataset with fine-grained factual error annotations named DIASUMFACT. We define fine-grained factual error detection as a sentence-level multi-label classification problem, and we evaluate two state-of-the-art (SOTA) models on our dataset. Both models yield sub-optimal results, with a macro-averaged F1 score of around 0.25 over 6 error classes. We further propose an unsupervised model ENDERANKER via candidate ranking using pretrained encoder-decoder models. Our model performs on par with the SOTA models while requiring fewer resources. These observations confirm the challenges in detecting factual errors from dialogue summaries, which call for further studies, for which our dataset and results offer a solid foundation.

📄 PDF Abstract BibTeX arXiv:2305.16548

Code (1)

731935354/dia-sum-fact 공식 구현

Tasks

ArticlesDecoderMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONSentence

Similar Papers 제목 키워드 기반

Annotating and Modeling Fine-grained Factuality in Summarization

2021-04-09 · NAACL 2021 4 · Tanya Goyal, Greg Durrett

Recent pre-trained abstractive summarization systems have started to achieve credible performance, but a major barrier to their use in practice is their propensity to output summaries that are not faithful to the input a…

Abstractive Text SummarizationSentence

Detecting Errors through Ensembling Prompts (DEEP): An End-to-End LLM Framework for Detecting Factual Errors

2024-06-18 · Alex Chandler, Devesh Surve, Hui Su

Accurate text summarization is one of the most common and important tasks performed by Large Language Models, where the costs of human review for an entire document may be high, but the costs of errors in summarization m…

HallucinationLanguage ModelingLanguage ModellingLarge Language Model+1

Localizing Factual Inconsistencies in Attributable Text Generation

2024-10-09 · Arie Cattan, Paul Roit, Shiyue Zhang, David Wan 외

There has been an increasing interest in detecting hallucinations in model-generated texts, both manually and automatically, at varying levels of granularity. However, most existing methods fail to precisely pinpoint the…

Text Generation

RCOT: Detecting and Rectifying Factual Inconsistency in Reasoning by Reversing Chain-of-Thought

2023-05-19 · Tianci Xue, Ziqi Wang, Zhenhailong Wang, Chi Han 외

Large language Models (LLMs) have achieved promising performance on arithmetic reasoning tasks by incorporating step-by-step chain-of-thought (CoT) prompting. However, LLMs face challenges in maintaining factual consiste…

Arithmetic ReasoningGSM8KHallucination

How Far are We from Robust Long Abstractive Summarization?

2022-10-30 · Huan Yee Koh, Jiaxin Ju, He Zhang, Ming Liu 외

Abstractive summarization has made tremendous progress in recent years. In this work, we perform fine-grained human annotations to evaluate long document abstractive summarization systems (i.e., models and metrics) with …

Abstractive Text Summarization