Attention Is All You Need (Vaswani et al., 2017)
- transformers
- NLP
The paper that introduced the Transformer. It removed recurrence from sequence models and replaced it with attention: a mechanism that lets every token look directly at every other token. Nearly every large model today is built on this architecture.
Read the paper →