We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.CL

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Computation and Language

Title: Adapting Pretrained Text-to-Text Models for Long Text Sequences

Abstract: We present an empirical study of adapting an existing pretrained text-to-text model for long-sequence inputs. Through a comprehensive study along three axes of the pretraining pipeline -- model architecture, optimization objective, and pretraining corpus, we propose an effective recipe to build long-context models from existing short-context models. Specifically, we replace the full attention in transformers with pooling-augmented blockwise attention, and pretrain the model with a masked-span prediction task with spans of varying length. In terms of the pretraining corpus, we find that using randomly concatenated short-documents from a large open-domain corpus results in better performance than using existing long document corpora which are typically limited in their domain coverage. With these findings, we build a long-context model that achieves competitive performance on long-text QA tasks and establishes the new state of the art on five long-text summarization datasets, often outperforming previous methods with larger model sizes. Our code has been released at this https URL
Subjects: Computation and Language (cs.CL)
Cite as: arXiv:2209.10052 [cs.CL]
  (or arXiv:2209.10052v2 [cs.CL] for this version)

Submission history

From: Wenhan Xiong [view email]
[v1] Wed, 21 Sep 2022 00:41:07 GMT (7175kb,D)
[v2] Wed, 16 Nov 2022 05:53:13 GMT (7171kb,D)

Link back to: arXiv, form interface, contact.