English

A Split-then-Join Approach to Abstractive Summarization for Very Long Documents in a Low Resource Setting

Computation and Language 2025-05-13 v1 Information Retrieval

Abstract

BIGBIRD-PEGASUS\texttt{BIGBIRD-PEGASUS} model achieves state-of-the-art\textit{state-of-the-art} on abstractive text summarization for long documents. However it's capacity still limited to maximum of 4,0964,096 tokens, thus caused performance degradation on summarization for very long documents. Common method to deal with the issue is to truncate the documents. In this reasearch, we'll use different approach. We'll use the pretrained BIGBIRD-PEGASUS\texttt{BIGBIRD-PEGASUS} model by fine tuned the model on other domain dataset. First, we filter out all documents which length less than 20,00020,000 tokens to focus on very long documents. To prevent domain shifting problem and overfitting on transfer learning due to small dataset, we augment the dataset by splitting document-summary training pair into parts, to fit the document into 4,0964,096 tokens. Source code available on \href\href{https://github.com/lhfazry/SPIN-summ}{https://github.com/lhfazry/SPIN-summ}.

Keywords

Cite

@article{arxiv.2505.06862,
  title  = {A Split-then-Join Approach to Abstractive Summarization for Very Long Documents in a Low Resource Setting},
  author = {Lhuqita Fazry},
  journal= {arXiv preprint arXiv:2505.06862},
  year   = {2025}
}
R2 v1 2026-06-28T23:28:28.492Z