Assessing Llms For Zero-shot Abstractive Summarization Through The Lens Of Relevance Paraphrasing · The Large Language Model Bible Contribute to LLM-Bible

Assessing Llms For Zero-shot Abstractive Summarization Through The Lens Of Relevance Paraphrasing

Askari Hadi, Chhabra Anshuman, Chen Muhao, Mohapatra Prasant. Arxiv 2024

[Paper]    
Applications GPT Model Architecture Security

Large Language Models (LLMs) have achieved state-of-the-art performance at zero-shot generation of abstractive summaries for given articles. However, little is known about the robustness of such a process of zero-shot summarization. To bridge this gap, we propose relevance paraphrasing, a simple strategy that can be used to measure the robustness of LLMs as summarizers. The relevance paraphrasing approach identifies the most relevant sentences that contribute to generating an ideal summary, and then paraphrases these inputs to obtain a minimally perturbed dataset. Then, by evaluating model performance for summarization on both the original and perturbed datasets, we can assess the LLM’s one aspect of robustness. We conduct extensive experiments with relevance paraphrasing on 4 diverse datasets, as well as 4 LLMs of different sizes (GPT-3.5-Turbo, Llama-2-13B, Mistral-7B, and Dolly-v2-7B). Our results indicate that LLMs are not consistent summarizers for the minimally perturbed articles, necessitating further improvements.

Similar Work