Utilizing GPT to Enhance Text Summarization: A Strategy to Minimize Hallucinations
In this research, we uses the DistilBERT model to generate extractive summary and the T5 model to generate abstractive summaries. Also, we generate hybrid summaries by combining both DistilBERT and T5 models. Central to our research is the implementation of GPT-based refining process to minimize the common problem of hallucinations that happens in AI-generated summaries. We evaluate unrefined summaries and, after refining, we also assess refined summaries using a range of traditional and novel metrics, demonstrating marked improvements in the accuracy and reliability of the summaries. Results highlight significant improvements in reducing hallucinatory content, thereby increasing the factual integrity of the summaries.
Code (0)
등록된 구현이 없습니다.
Tasks
Text SummarizationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Leveraging Non-dialogue Summaries for Dialogue Summarization
To mitigate the lack of diverse dialogue summarization datasets in academia, we present methods to utilize non-dialogue summarization data for enhancing dialogue summarization systems. We apply transformations to documen…
Document SummarizationLimTopic: LLM-based Topic Modeling and Text Summarization for Analyzing Scientific Articles limitations
The limitations sections of scientific articles play a crucial role in highlighting the boundaries and shortcomings of research, thereby guiding future studies and improving research methods. Analyzing these limitations …
ArticlesPrompt EngineeringText SummarizationRank Your Summaries: Enhancing Bengali Text Summarization via Ranking-based Approach
With the increasing need for text summarization techniques that are both efficient and accurate, it becomes crucial to explore avenues that enhance the quality and precision of pre-trained models specifically tailored fo…
Text SummarizationA Survey of Automatic Text Summarization Using Graph Neural Networks
Although automatic text summarization (ATS) has been researched for several decades, the application of graph neural networks (GNNs) to this task started relatively recently. In this survey we provide an overview on the …
SurveyText SummarizationDETQUS: Decomposition-Enhanced Transformers for QUery-focused Summarization
Query-focused tabular summarization is an emerging task in table-to-text generation that synthesizes a summary response from tabular data based on user queries. Traditional transformer-based approaches face challenges du…
DecoderLanguage ModelingLanguage ModellingLarge Language Model+3