2023
CoLT5: Faster Long-Range Transformers with Conditional Computation
EMNLP 2023long main
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, espe…