paper-with-me

Papers

Information-Theoretic Distillation for Reference-less Summarization

2024-03-20 · JaeHun Jung, Ximing Lu, Liwei Jiang, Faeze Brahman, Peter West, Pang Wei Koh, Yejin Choi

The current winning recipe for automatic summarization is using proprietary large-scale language models (LLMs) such as ChatGPT as is, or imitation learning from them as teacher models. While increasingly ubiquitous dependence on such large-scale language models is convenient, there remains an important question of whether small-scale models could have achieved competitive results, if we were to seek an alternative learning method -- that allows for a more cost-efficient, controllable, yet powerful summarizer. We present InfoSumm, a novel framework to distill a powerful summarizer based on the information-theoretic objective for summarization, without relying on either the LLM's capability or human-written references. To achieve this, we first propose a novel formulation of the desiderata of summarization (saliency, faithfulness and brevity) through the lens of mutual information between the original document and the summary. Based on this formulation, we start off from Pythia-2.8B as the teacher model, which is not yet capable of summarization, then self-train the model to optimize for the information-centric measures of ideal summaries. Distilling from the improved teacher, we arrive at a compact but powerful summarizer with only 568M parameters that performs competitively against ChatGPT, without ever relying on ChatGPT's capabilities. Extensive analysis demonstrates that our approach outperforms in-domain supervised models in human evaluation, let alone state-of-the-art unsupervised methods, and wins over ChatGPT in controllable summarization.

📄 PDF Abstract BibTeX arXiv:2403.13780

Code (0)

등록된 구현이 없습니다.

Tasks

Imitation Learning

Similar Papers 제목 키워드 기반

Referee: Reference-Free Sentence Summarization with Sharper Controllability through Symbolic Knowledge Distillation

2022-10-25 · Melanie Sclar, Peter West, Sachin Kumar, Yulia Tsvetkov 외

We present Referee, a novel framework for sentence summarization that can be trained reference-free (i.e., requiring no gold summaries for supervision), while allowing direct control for compression ratio. Our work is th…

Knowledge DistillationSentenceSentence Summarization

UniMS: A Unified Framework for Multimodal Summarization with Knowledge Distillation

2021-09-13 · Zhengkun Zhang, Xiaojun Meng, Yasheng Wang, Xin Jiang 외

With the rapid increase of multimedia data, a large body of literature has emerged to work on multimodal summarization, the majority of which target at refining salient information from textual and visual modalities to o…

Abstractive Text SummarizationDecoderImage CaptioningKnowledge Distillation+1

Noisy Self-Knowledge Distillation for Text Summarization

2020-09-15 · NAACL 2021 4 · Yang Liu, Sheng Shen, Mirella Lapata

In this paper we apply self-knowledge distillation to text summarization which we argue can alleviate problems with maximum-likelihood training on single reference and noisy datasets. Instead of relying on one-hot annota…

Knowledge DistillationSelf-Knowledge DistillationText Summarization

D$^2$TV: Dual Knowledge Distillation and Target-oriented Vision Modeling for Many-to-Many Multimodal Summarization

2023-05-22 · Yunlong Liang, Fandong Meng, Jiaan Wang, Jinan Xu 외

Many-to-many multimodal summarization (M$^3$S) task aims to generate summaries in any language with document inputs in any language and the corresponding image sequence, which essentially comprises multimodal monolingual…

Knowledge Distillation

Evaluation of Automatic Text Summarization using Synthetic Facts

2022-04-11 · Jay Ahn, Foaad Khosmood

Despite some recent advances, automatic text summarization remains unreliable, elusive, and of limited practical use in applications. Two main problems with current summarization methods are well known: evaluation and fa…

Text Summarization