paper-with-me

Papers

Learning Summary-Worthy Visual Representation for Abstractive Summarization in Video

2023-05-08 · Zenan Xu, Xiaojun Meng, Yasheng Wang, Qinliang Su, Zexuan Qiu, Xin Jiang, Qun Liu

Multimodal abstractive summarization for videos (MAS) requires generating a concise textual summary to describe the highlights of a video according to multimodal resources, in our case, the video content and its transcript. Inspired by the success of the large-scale generative pre-trained language model (GPLM) in generating high-quality textual content (e.g., summary), recent MAS methods have proposed to adapt the GPLM to this task by equipping it with the visual information, which is often obtained through a general-purpose visual feature extractor. However, the generally extracted visual features may overlook some summary-worthy visual information, which impedes model performance. In this work, we propose a novel approach to learning the summary-worthy visual representation that facilitates abstractive summarization. Our method exploits the summary-worthy information from both the cross-modal transcript data and the knowledge that distills from the pseudo summary. Extensive experiments on three public multimodal datasets show that our method outperforms all competing baselines. Furthermore, with the advantages of summary-worthy visual information, our model can have a significant improvement on small datasets or even datasets with limited training data.

📄 PDF Abstract BibTeX arXiv:2305.04824

Code (0)

등록된 구현이 없습니다.

Tasks

Abstractive Text SummarizationLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

MAS This optimizer mix ADAM and SGD creating the MAS optimizer.

Similar Papers 제목 키워드 기반

Entity-level Factual Consistency of Abstractive Text Summarization

2021-02-18 · EACL 2021 2 · Feng Nan, Ramesh Nallapati, Zhiguo Wang, Cicero Nogueira dos santos 외

A key challenge for abstractive summarization is ensuring factual consistency of the generated summary with respect to the original document. For example, state-of-the-art models trained on existing datasets exhibit enti…

Abstractive Text SummarizationHallucinationText Summarization

Summary-Oriented Vision Modeling for Multimodal Abstractive Summarization

2022-12-15 · Yunlong Liang, Fandong Meng, Jinan Xu, Jiaan Wang 외

Multimodal abstractive summarization (MAS) aims to produce a concise summary given the multimodal data (text and vision). Existing studies mainly focus on how to effectively use the visual features from the perspective o…

Abstractive Text Summarization

Multi-Granularity Interaction Network for Extractive and Abstractive Multi-Document Summarization

2020-07-01 · ACL 2020 6 · Hanqi Jin, Tianming Wang, Xiaojun Wan

In this paper, we propose a multi-granularity interaction network for extractive and abstractive multi-document summarization, which jointly learn semantic representations for words, sentences, and documents. The word re…

Document SummarizationExtractive SummarizationMulti-Document SummarizationSentence

Toward Abstractive Summarization Using Semantic Representations

2018-05-25 · HLT 2015 5 · Fei Liu, Jeffrey Flanigan, Sam Thomson, Norman Sadeh 외

We present a novel abstractive summarization framework that draws on the recent development of a treebank for the Abstract Meaning Representation (AMR). In this framework, the source text is parsed to a set of AMR graphs…

Abstractive Text SummarizationAbstract Meaning Representation

Summaformers @ LaySumm 20, LongSumm 20

2021-01-10 · Sayar Ghosh Roy, Nikhil Pinnaparaju, Risubh Jain, Manish Gupta 외

Automatic text summarization has been widely studied as an important task in natural language processing. Traditionally, various feature engineering and machine learning based systems have been proposed for extractive as…

Abstractive Text SummarizationFeature EngineeringText Summarization