paper-with-me

Papers

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

2022-09-21 · Wenhan Xiong, Anchit Gupta, Shubham Toshniwal, Yashar Mehdad, Wen-tau Yih

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 https://github.com/facebookresearch/bart_ls.

📄 PDF Abstract BibTeX arXiv:2209.10052

Code (1)

facebookresearch/bart_ls 공식 구현 pytorch

Tasks

Long-range modelingQuestion AnsweringText Summarization

Similar Papers 제목 키워드 기반

Extending Input Contexts of Language Models through Training on Segmented Sequences

2023-10-23 · Petros Karypis, Julian McAuley, George Karypis

Effectively training language models on long inputs poses many technical challenges. As a cost consideration, languages models are pretrained on a fixed sequence length before being adapted to longer sequences. We explor…

T5Gemma 2: Seeing, Reading, and Understanding Longer

2025-12-16 · Biao Zhang, Paul Suganthan, Gaël Liu, Ilya Philippov 외 arxiv

We introduce T5Gemma 2, the next generation of the T5Gemma family of lightweight open encoder-decoder models, featuring strong multilingual, multimodal and long-context capabilities. T5Gemma 2 follows the adaptation reci…

Prosodic Boundary-Aware Streaming Generation for LLM-Based TTS with Streaming Text Input

2026-03-06 · Changsong Liu, Tianrui Wang, Ye Ni, Yizhou Peng 외 arxiv

Streaming TTS that receives streaming text is essential for interactive systems, yet this scheme faces two major challenges: unnatural prosody due to missing lookahead and long-form collapse due to unbounded context. We …

Scaling, Simplification, and Adaptation: Lessons from Pretraining on Machine-Translated Text

2025-09-22 · Dan John Velasco, Matthew Theodore Roque arxiv

Most languages lack sufficient data for large-scale monolingual pretraining, creating a "data wall." Multilingual pretraining helps but is limited by language imbalance and the "curse of multilinguality." An alternative …

Machine Translation

ADAPTING PRETRAINED LANGUAGE MODELS FOR LONG DOCUMENT CLASSIFICATION

2019-09-25 · Matthew Lyle Olson, Lisa Zhang, Chun-Nam Yu

Pretrained language models (LMs) have shown excellent results in achieving human like performance on many language tasks. However, the most powerful LMs have one significant drawback: a fixed-sized input. With this const…

ClassificationDocument Classification