paper-with-me

Papers

SummIt: Iterative Text Summarization via ChatGPT

2023-05-24 · Haopeng Zhang, Xiao Liu, Jiawei Zhang

Text summarization systems have made significant progress in recent years, but typically generate summaries in one single step. However, the one-shot summarization setting is sometimes inadequate, as the generated summary may contain hallucinations or overlook essential details related to the reader's interests. This paper addresses this limitation by proposing SummIt, an iterative text summarization framework based on large language models like ChatGPT. Our framework enables the model to refine the generated summary iteratively through self-evaluation and feedback, resembling humans' iterative process when drafting and revising summaries. Furthermore, we explore the potential benefits of integrating knowledge and topic extractors into the framework to enhance summary faithfulness and controllability. We automatically evaluate the performance of our framework on three benchmark summarization datasets. We also conduct a human evaluation to validate the effectiveness of the iterative refinements and identify a potential issue of over-correction.

📄 PDF Abstract BibTeX arXiv:2305.14835

Code (1)

hpzhang94/summ_it 공식 구현

Tasks

Text Summarization

Similar Papers 제목 키워드 기반

Summit: Scaling Deep Learning Interpretability by Visualizing Activation and Attribution Summarizations

2019-04-04 · Fred Hohman, Haekyu Park, Caleb Robinson, Duen Horng Chau

Deep learning is increasingly used in decision-making tasks. However, understanding how neural networks produce final predictions remains a fundamental challenge. Existing work on interpreting neural network predictions …

Decision Making

Leveraging GPT-4 for Food Effect Summarization to Enhance Product-Specific Guidance Development via Iterative Prompting

2023-06-28 · Yiwen Shi, Ping Ren, Jing Wang, Biao Han 외

Food effect summarization from New Drug Application (NDA) is an essential component of product-specific guidance (PSG) development and assessment. However, manual summarization of food effect from extensive drug applicat…

Text Summarization

Exploring the Limits of ChatGPT for Query or Aspect-based Text Summarization

2023-02-16 · Xianjun Yang, Yan Li, Xinlu Zhang, Haifeng Chen 외

Text summarization has been a crucial problem in natural language processing (NLP) for several decades. It aims to condense lengthy documents into shorter versions while retaining the most critical information. Various m…

Abstractive Text SummarizationArticlesText Summarization

Extractive Summarization via ChatGPT for Faithful Summary Generation

2023-04-09 · Haopeng Zhang, Xiao Liu, Jiawei Zhang

Extractive summarization is a crucial task in natural language processing that aims to condense long documents into shorter versions by directly extracting sentences. The recent introduction of large language models has …

Extractive SummarizationIn-Context LearningText Summarization

Automatic Code Summarization via ChatGPT: How Far Are We?

2023-05-22 · Weisong Sun, Chunrong Fang, Yudu You, Yun Miao 외

To support software developers in understanding and maintaining programs, various automatic code summarization techniques have been proposed to generate a concise natural language comment for a given code snippet. Recent…

Code Summarization