Papers › Efficient Long-Text Understanding with Short-Text Models
Efficient Long-Text Understanding with Short-Text Models
Maor Ivgi, Uri Shaham, Jonathan Berant
Transformer-based pretrained language models (LMs) are ubiquitous across natural language understanding, but cannot be applied to long sequences such as stories, scientific articles and long documents, due to their quadratic complexity. While a myriad of efficient transformer variants have been proposed, they are typically based on custom implementations that require expensive pretraining from scratch. In this work, we propose SLED: SLiding-Encoder and Decoder, a simple approach for processing long sequences that re-uses and leverages battle-tested short-text pretrained LMs. Specifically, we partition the input into overlapping chunks, encode each with a short-text LM encoder and use the pretrained decoder to fuse information across chunks (fusion-in-decoder). We illustrate through controlled experiments that SLED offers a viable strategy for long text understanding and evaluate our approach on SCROLLS, a benchmark with seven datasets across a wide range of language understanding tasks. We find that SLED is competitive with specialized models that are up to 50x larger and require a dedicated and expensive pretraining step.
In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.
Code
Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.
Code Syntology ran Syntology
Not run by Syntology. Nothing on this page verifies that the listed code works.
Tasks
Results from the paper archive 2025-07-28
| Task | Dataset | Model | Metric | Value | Rank at snapshot | Leaderboard | Report |
|---|---|---|---|---|---|---|---|
| Long-range modeling | SCROLLS | BART-large SLED | Avg. | 37.99 | #6 of 13 | Archive leaderboard | report |
| Long-range modeling | SCROLLS | BART-large SLED | CNLI | 87.3 | #6 of 13 | Archive leaderboard | report |
| Long-range modeling | SCROLLS | BART-large SLED | GovRep | 57.5 / 26.3 / 27.4 | #6 of 13 | Archive leaderboard | report |
| Long-range modeling | SCROLLS | BART-large SLED | Nrtv | 24.1 | #6 of 13 | Archive leaderboard | report |
| Long-range modeling | SCROLLS | BART-large SLED | QALT EM-T/H | 34.8 / 34.8 | #6 of 13 | Archive leaderboard | report |
| Long-range modeling | SCROLLS | BART-large SLED | QMSum | 34.2 / 11.0 / 22.0 | #6 of 13 | Archive leaderboard | report |
| Long-range modeling | SCROLLS | BART-large SLED | Qspr | 46.9 | #6 of 13 | Archive leaderboard | report |
| Long-range modeling | SCROLLS | BART-large SLED | SumScr | 35.2 / 8.7 / 19.4 | #6 of 13 | Archive leaderboard | report |
Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections