Sentence-T5: Scalable Sentence Encoders from Pre-trained Text-to-Text Models
Jianmo Ni, Gustavo Hern\'andez \'Abrego, Noah Constant, Ji Ma, Keith, B. Hall, Daniel Cer, Yinfei Yang

TL;DR
This paper explores methods to generate high-quality sentence embeddings from T5 models, introducing a new benchmark and demonstrating that scaled T5 models outperform existing approaches on various transfer tasks.
Contribution
It is the first to systematically extract sentence embeddings from T5, establish a new transfer benchmark, and show that scaled T5 models achieve state-of-the-art results.
Findings
Encoder-only T5 models outperform Sentence-BERT and SimCSE on SentEval and SentGLUE.
Scaling T5 from millions to billions of parameters improves embedding quality.
Encoder-decoder T5 achieves new state-of-the-art on STS benchmark.
Abstract
We provide the first exploration of sentence embeddings from text-to-text transformers (T5). Sentence embeddings are broadly useful for language processing tasks. While T5 achieves impressive performance on language tasks cast as sequence-to-sequence mapping problems, it is unclear how to produce sentence embeddings from encoder-decoder models. We investigate three methods for extracting T5 sentence embeddings: two utilize only the T5 encoder and one uses the full T5 encoder-decoder model. To support our investigation, we establish a new sentence representation transfer benchmark, SentGLUE, which extends the SentEval toolkit to nine tasks from the GLUE benchmark. Our encoder-only models outperforms Sentence-BERT and SimCSE sentence embeddings on both SentEval and SentGLUE transfer tasks, including semantic textual similarity (STS). Scaling up T5 from millions to billions of parameters…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
- 🤗sentence-transformers/sentence-t5-basemodel· 160k dl· ♡ 51160k dl♡ 51
- 🤗sentence-transformers/sentence-t5-largemodel· 12k dl· ♡ 2512k dl♡ 25
- 🤗sentence-transformers/sentence-t5-xlmodel· 2.0k dl· ♡ 72.0k dl♡ 7
- 🤗sentence-transformers/sentence-t5-xxlmodel· 1.3k dl· ♡ 351.3k dl♡ 35
- 🤗BM-K/KoSimCSE-Unsup-BERTmodel· 20 dl20 dl
- 🤗BM-K/KoSimCSE-Unsup-RoBERTamodel· 7 dl· ♡ 17 dl♡ 1
- 🤗Jackmin108/sentence-t5-base-fp32model· 1 dl1 dl
- 🤗sobamchan/sentence-t5-basemodel· 1 dl1 dl
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Text Readability and Simplification
MethodsRefunds@Expedia|||How do I get a full refund from Expedia? · Attention Is All You Need · Linear Layer · SimCSE · Byte Pair Encoding · SentencePiece · Gated Linear Unit · Adafactor · Dropout · Dense Connections
