paper-with-me

Papers

Hallucination Reduction in Long Input Text Summarization

2023-09-28 · Tohida Rehman, Ronit Mandal, Abhishek Agarwal, Debarshi Kumar Sanyal

Hallucination in text summarization refers to the phenomenon where the model generates information that is not supported by the input source document. Hallucination poses significant obstacles to the accuracy and reliability of the generated summaries. In this paper, we aim to reduce hallucinated outputs or hallucinations in summaries of long-form text documents. We have used the PubMed dataset, which contains long scientific research documents and their abstracts. We have incorporated the techniques of data filtering and joint entity and summary generation (JAENS) in the fine-tuning of the Longformer Encoder-Decoder (LED) model to minimize hallucinations and thereby improve the quality of the generated summary. We have used the following metrics to measure factual consistency at the entity level: precision-source, and F1-target. Our experiments show that the fine-tuned LED model performs well in generating the paper abstract. Data filtering techniques based on some preprocessing steps reduce entity-level hallucinations in the generated summaries in terms of some of the factual consistency metrics.

📄 PDF Abstract BibTeX arXiv:2309.16781

Code (1)

tohidarehman/hallucination-reduction-text-summarization 공식 구현

Tasks

DecoderHallucinationText Summarization

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
WordPiece 설명 없음
AdamW AdamW is a stochastic optimization method that modifies the typical implementation of weight decay in Adam, by decoupling [weight…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Tackling Hallucinations in Neural Chart Summarization

2023-08-01 · Saad Obaid ul Islam, Iza Škrjanec, Ondřej Dušek, Vera Demberg

Hallucinations in text generation occur when the system produces text that is not grounded in the input. In this work, we tackle the problem of hallucinations in neural chart summarization. Our analysis shows that the ta…

Data-to-Text GenerationTable-to-Text GenerationText Generation

Hallucinate at the Last in Long Response Generation: A Case Study on Long Document Summarization

2025-05-21 · Joonho Yang, Seunghyun Yoon, Hwan Chang, Byeongjeong Kim 외

Large Language Models (LLMs) have significantly advanced text generation capabilities, including tasks like summarization, often producing coherent and fluent outputs. However, faithfulness to source material remains a s…

Document SummarizationHallucinationResponse GenerationText Generation

Challenges in Domain-Specific Abstractive Summarization and How to Overcome them

2023-07-03 · Anum Afzal, Juraj Vladika, Daniel Braun, Florian Matthes

Large Language Models work quite well with general-purpose data and many tasks in Natural Language Processing. However, they show several limitations when used for a task such as domain-specific abstractive text summariz…

Abstractive Text SummarizationHallucinationText Summarization

Gradient-guided Attention Map Editing: Towards Efficient Contextual Hallucination Mitigation

2025-03-11 · Yu Wang, Jiaxin Zhang, Xiang Gao, Wendi Cui 외

In tasks like summarization and open-book question answering (QA), Large Language Models (LLMs) often encounter "contextual hallucination", where they produce irrelevant or incorrect responses despite having access to ac…

Computational EfficiencyHallucinationQuestion Answering

Improved Beam Search for Hallucination Mitigation in Abstractive Summarization

2022-12-06 · Arvind Krishna Sridhar, Erik Visser

Advancement in large pretrained language models has significantly improved their performance for conditional language generation tasks including summarization albeit with hallucinations. To reduce hallucinations, convent…

Abstractive Text SummarizationDiversityHallucinationNatural Language Inference+2