paper-with-me

Papers

Long Document Summarization with Top-down and Bottom-up Inference

2022-03-15 · Bo Pang, Erik Nijkamp, Wojciech Kryściński, Silvio Savarese, Yingbo Zhou, Caiming Xiong

Text summarization aims to condense long documents and retain key information. Critical to the success of a summarization model is the faithful inference of latent representations of words or tokens in the source documents. Most recent models infer the latent representations with a transformer encoder, which is purely bottom-up. Also, self-attention-based inference models face the challenge of quadratic complexity with respect to sequence length. We propose a principled inference framework to improve summarization models on these two aspects. Our framework assumes a hierarchical latent structure of a document where the top-level captures the long range dependency at a coarser time scale and the bottom token level preserves the details. Critically, this hierarchical structure enables token representations to be updated in both a bottom-up and top-down manner. In the bottom-up pass, token representations are inferred with local self-attention to leverage its efficiency. Top-down correction is then applied to allow tokens to capture long-range dependency. We demonstrate the effectiveness of the proposed framework on a diverse set of summarization datasets, including narrative, conversational, scientific documents and news. Our model achieves (1) competitive or better performance on short documents with higher memory and compute efficiency, compared to full attention transformers, and (2) state-of-the-art performance on a wide range of long document summarization benchmarks, compared to recent efficient transformers. We also show that our model can summarize an entire book and achieve competitive performance using $0.27\%$ parameters (464M vs. 175B) and much less training data, compared to a recent GPT-3-based model. These results indicate the general applicability and benefits of the proposed framework.

📄 PDF Abstract BibTeX arXiv:2203.07586

Code (1)

lllyasviel/framepack pytorch

Tasks

Text Summarization

Similar Papers 제목 키워드 기반

Long Document Summarization with Top-Down and Bottom-Up Representation Inference

2021-09-29 · Bo Pang, Erik Nijkamp, Wojciech Maciej Kryscinski, Silvio Savarese 외

Text summarization aims to condense long documents and retain key information. Critical to the success of a summarization model is the faithful inference of latent representations of words or tokens in the source documen…

Document SummarizationText Summarization

BUS: Efficient and Effective Vision-Language Pre-Training with Bottom-Up Patch Summarization.

2023-01-01 · ICCV 2023 1 · Chaoya Jiang, Haiyang Xu, Wei Ye, Qinghao Ye 외

Vision Transformer (ViT) based Vision-Language Pretraining (VLP) models recently demonstrated impressive performance in various tasks. However, the lengthy visual token sequences used in these models can lead to inef…

Abstractive Text SummarizationDecoderDocument Summarization

Improving Long Text Understanding with Knowledge Distilled from Summarization Model

2024-05-08 · Yan Liu, Yazheng Yang, Xiaokang Chen

Long text understanding is important yet challenging for natural language processing. A long article or document usually contains many redundant words that are not pertinent to its gist and sometimes can be regarded as n…

Abstractive Text SummarizationDocument ClassificationOpen-Domain Question AnsweringQuestion Answering+2

Globalizing BERT-based Transformer Architectures for Long Document Summarization

2021-04-01 · EACL 2021 2 · Quentin Grail, Julien Perez, Eric Gaussier

Fine-tuning a large language model on downstream tasks has become a commonly adopted process in the Natural Language Processing (NLP) (CITATION). However, such a process, when associated with the current transformer-base…

ArticlesDocument SummarizationExtractive SummarizationLanguage Modeling+2

RAPTOR: Recursive Abstractive Processing for Tree-Organized Retrieval

2024-01-31 · Parth Sarthi, Salman Abdullah, Aditi Tuli, Shubh Khanna 외

Retrieval-augmented language models can better adapt to changes in world state and incorporate long-tail knowledge. However, most existing methods retrieve only short contiguous chunks from a retrieval corpus, limiting h…

Question AnsweringRetrieval