CoLT5: Faster Long-Range Transformers with Conditional Computation

Many natural language processing tasks benefit from long inputs, but processing long documents with Transformers is expensive -- not only due to quadratic attention complexity but also from applying feedforward and projection layers to every token. However, not all tokens are equally important, especially for longer documents. We propose CoLT5, a long-input Transformer model that builds on this intuition by employing conditional computation, devoting more resources to important tokens in both feedforward and attention layers. We show that CoLT5 achieves stronger performance than LongT5 with much faster training and inference, achieving SOTA on the long-input SCROLLS benchmark. Moreover, CoLT5 can effectively and tractably make use of extremely long inputs, showing strong gains up to 64k input length.

PDF Abstract
No code implementations yet. Submit your code now

Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Benchmark
Long-range modeling SCROLLS CoLT5 XL GovRep 61.3/32.2/33.8 # 11
SumScr 36.4/10.2/21.7 # 12
QMSum 36.2/12.9/24.3 # 12
Qspr 53.9 # 1
Nrtv 31.1 # 1
QALT EM-T/H 48.1/43.8 # 10
CNLI 88.4 # 2
Avg. 43.51 # 1

Methods