Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer
# Summary
This paper introduces T5 (Text-to-Text Transfer Transformer), a unified framework for text-based tasks. The authors propose converting all NLP tasks into a text-to-text format, where the inp...