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

Download:

Current browse context:

cs.CL

Change to browse by:

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: CoLT5: Faster Long-Range Transformers with Conditional Computation

Abstract: 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.
Comments: Added CoDA reference and minor edits to clarify routing
Subjects: Computation and Language (cs.CL); Machine Learning (cs.LG)
Cite as: arXiv:2303.09752 [cs.CL]
  (or arXiv:2303.09752v2 [cs.CL] for this version)

Submission history

From: Joshua Ainslie [view email]
[v1] Fri, 17 Mar 2023 03:28:17 GMT (7558kb,D)
[v2] Fri, 14 Apr 2023 03:22:55 GMT (7559kb,D)
[v3] Tue, 24 Oct 2023 00:51:49 GMT (7558kb,D)

Link back to: arXiv, form interface, contact.