paper-with-me

Papers

End-to-End Long Document Summarization using Gradient Caching

2025-01-03 · Rohit Saxena, Hao Tang, Frank Keller

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.

📄 PDF Abstract BibTeX arXiv:2501.01805

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderDocument SummarizationLong-Form Narrative Summarization

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 &…
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
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…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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…

Similar Papers 제목 키워드 기반

SemPIC: Learning Semantic Position-Independent KV Caches

2026-07-30 · Hui Xie, Peng Xiao, Yutong Deng\textsuperscript, Shuoran Dou 외 arxiv

Long-context retrieval and agentic workloads repeatedly reuse the same documents under changing instructions, histories, and document orders. Prefix caching cannot exploit this reuse, while position-independent caching (…

Sparse Optimization for Unsupervised Extractive Summarization of Long Documents with the Frank-Wolfe Algorithm

2022-08-19 · EMNLP (sustainlp) 2020 11 · Alicia Y. Tsai, Laurent El Ghaoui

We address the problem of unsupervised extractive document summarization, especially for long documents. We model the unsupervised problem as a sparse auto-regression one and approximate the resulting combinatorial probl…

Document SummarizationExtractive Document SummarizationExtractive Summarizationregression+4

Legal Case Document Summarization: Extractive and Abstractive Methods and their Evaluation

2022-10-14 · Abhay Shukla, Paheli Bhattacharya, Soham Poddar, Rajdeep Mukherjee 외

Summarization of legal case judgement documents is a challenging problem in Legal NLP. However, not much analyses exist on how different families of summarization models (e.g., extractive vs. abstractive) perform when ap…

Abstractive Text SummarizationDocument SummarizationOpen-Ended Question Answering

The Influence of Data Pre-processing and Post-processing on Long Document Summarization

2021-12-03 · Xinwei Du, Kailun Dong, Yuchen Zhang, Yongsheng Li 외

Long document summarization is an important and hard task in the field of natural language processing. A good performance of the long document summarization reveals the model has a decent understanding of the human langu…

Document Summarization

An Empirical Survey on Long Document Summarization: Datasets, Models and Metrics

2022-07-03 · Huan Yee Koh, Jiaxin Ju, Ming Liu, Shirui Pan

Long documents such as academic articles and business reports have been the standard format to detail out important issues and complicated subjects that require extra attention. An automatic summarization system that can…

ArticlesDocument SummarizationText Summarization