In a nutshellThe Transformer replaces recurrence and convolution with attention. It connects words directly across a sequence, enabling more parallel training and strong machine translation performance.
A world of research.
A little more clarity.
Find the right papers. Understand the big ideas. Make them your own.
A good place to start
5 papers · A curated collection of foundational research
In a nutshellBERT learns language representations using context from both sides of a word. A pretrained model can then be adapted to different language understanding tasks with small architectural changes.
In a nutshellRAG combines a language model with a searchable collection of documents. Retrieved passages give the generator access to external knowledge when producing an answer.
In a nutshellVision Transformer treats an image as a sequence of patches. With large-scale pretraining, this straightforward adaptation of a Transformer performs strongly on image recognition.
In a nutshellResidual connections make very deep neural networks easier to optimize. Instead of learning an entire transformation, layers learn a change relative to their input.
You’re all caught up with this collection.