CLAIJan 3, 2025

End-to-End Long Document Summarization using Gradient Caching

arXiv:2501.01805v25 citationsh-index: 7TACL
Originality Incremental advance
AI Analysis

This addresses the problem of memory constraints in training long document summarization models for researchers and practitioners, representing an incremental improvement over existing methods.

The paper tackles the challenge of training transformer-based encoder-decoder models for long document summarization by proposing CachED, which enables end-to-end training without truncation, achieving superior performance on long documents with over 500K tokens processed.

Training transformer-based encoder-decoder models for long document summarization poses a significant challenge due to the quadratic memory consumption during training. Several approaches have been proposed to extend the input length at test time, but training with these approaches is still difficult, requiring truncation of input documents and causing a mismatch between training and test conditions. In this work, we propose CachED (Gradient $\textbf{Cach}$ing for $\textbf{E}$ncoder-$\textbf{D}$ecoder models), an approach that enables end-to-end training of existing transformer-based encoder-decoder models, using the entire document without truncation. Specifically, we apply non-overlapping sliding windows to input documents, followed by fusion in decoder. During backpropagation, the gradients are cached at the decoder and are passed through the encoder in chunks by re-computing the hidden vectors, similar to gradient checkpointing. In the experiments on long document summarization, we extend BART to CachED BART, processing more than 500K tokens during training and achieving superior performance without using any additional parameters.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes