paper-with-me

Papers

Towards Zero-Shot Conditional Summarization with Adaptive Multi-Task Fine-Tuning

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Travis Goodwin, Max Savery, Dina Demner-Fushman

Automatic summarization research has traditionally focused on providing high quality general-purpose summaries of documents. However, there are many applications which require more specific summaries, such as supporting question answering or topic-based literature discovery. In this paper we study the problem of conditional summarization in which content selection and surface realization are explicitly conditioned on an ad-hoc natural language question or topic description. Because of the difficulty in obtaining sufficient reference summaries to support arbitrary conditional summarization, we explore the use of multi-task fine-tuning (MTFT) on twenty-one natural language tasks to enable zero-shot conditional summarization on five tasks. We present four new summarization datasets, two novel {``}online{''} or adaptive task-mixing strategies, and report zero-shot performance using T5 and BART, demonstrating that MTFT can improve zero-shot summarization quality.

📄 PDF Abstract BibTeX

Code (1)

h4ste/mtft_zsl 공식 구현 tf

Tasks

Question Answering

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Attend to the Right Context: A Plug-and-Play Module for Content-Controllable Summarization

2022-12-21 · Wen Xiao, Lesly Miculicich, Yang Liu, Pengcheng He 외

Content-Controllable Summarization generates summaries focused on the given controlling signals. Due to the lack of large-scale training corpora for the task, we propose a plug-and-play module RelAttn to adapt any genera…

Neural Label Search for Zero-Shot Multi-Lingual Extractive Summarization

2022-04-28 · ACL 2022 5 · Ruipeng Jia, Xingxing Zhang, Yanan Cao, Shi Wang 외

In zero-shot multilingual extractive text summarization, a model is typically trained on English summarization dataset and then applied on summarization datasets of other languages. Given English gold summaries and docum…

Extractive SummarizationExtractive Text SummarizationSentenceText Summarization

Combining State-of-the-Art Models with Maximal Marginal Relevance for Few-Shot and Zero-Shot Multi-Document Summarization

2022-11-19 · David Adams, Gandharv Suri, Yllias Chali

In Natural Language Processing, multi-document summarization (MDS) poses many challenges to researchers above those posed by single-document summarization (SDS). These challenges include the increased search space and gr…

DiversityDocument SummarizationMulti-Document Summarization

Instruction Position Matters in Sequence Generation with Large Language Models

2023-08-23 · Yijin Liu, Xianfeng Zeng, Fandong Meng, Jie zhou

Large language models (LLMs) are capable of performing conditional sequence generation tasks, such as translation or summarization, through instruction fine-tuning. The fine-tuning data is generally sequentially concaten…

Instruction FollowingPositionSentenceTranslation

Flight of the PEGASUS? Comparing Transformers on Few-shot and Zero-shot Multi-document Abstractive Summarization

2020-12-01 · COLING 2020 8 · Travis Goodwin, Max Savery, Dina Demner-Fushman

Recent work has shown that pre-trained Transformers obtain remarkable performance on many natural language processing tasks including automatic summarization. However, most work has focused on (relatively) data-rich sing…

Abstractive Text SummarizationDocument SummarizationFew-Shot LearningMulti-Document Summarization