Attention Is All You Need

Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N. Gomez, Łukasz Kaiser, Illia Polosukhin

2025 · 인용 7.2k

The dominant sequence transduction models are based on complex recurrent or convolutional neural networks in an encoder-decoder configuration. The best performing models also connect the encoder and decoder through an attention mechanism. We propose a new simple network architecture, the Transformer, based solely on attention mechanisms, dispensing with recurrence and convolutions entirely.

Experiments on two machine translation tasks show these models to be superior in quality while being more parallelizable and requiring significantly less time to train. Our model achieves 28.4 BLEU on the WMT 2014 English-to-German translation task, improving over the existing best results, including ensembles by over 2 BLEU. On the WMT 2014 English-to-French translation task, our model establishes a new single-model state-of-the-art BLEU score of 41.8 after training for 3.5 days on eight GPUs, a small fraction of the training costs of the best models from the literature.

We show that the Transformer generalizes well to other tasks by applying it successfully to English constituency parsing both with large and limited training data.

🏛️ 거인의 어깨이 분야를 만든 논문들

기존의 순환 신경망을 대체하는 트랜스포머 아키텍처를 제시하여 현대 딥러닝과 생성형 AI의 시대를 열었습니다.

이야기를 쓰는 중…

📄 이 논문을 근거로 쓴 글

이 논문을 근거로 삼은 Paperis 해설입니다. 원전을 봤다면, 그 위에 무엇이 세워졌는지도 보세요.

Paperis - Attention Is All You Need