4 ms·
T5 is another architecture from Google that set the SOTA on GLUE and SuperGLUE this year: https://arxiv.org/abs/1910.10683 https://arxiv.org/abs/1910.10683 It
by gradys 7y ago
T5 is another architecture from Google that set the SOTA on GLUE and SuperGLUE this year: https://arxiv.org/abs/1910.10683 https://arxiv.org/abs/1910.10683
It uses a Transformer and a BERT-style masked language model loss, but is fairly different in other regards. For instance, it formulates every problem as text-to-text, allowing it to work for just about any NLP problem.
- obmelvin 7y agoVery interesting, thank you! This may actually be useful for a project I had in mind given that it can be used on more problems :)