次回の更新記事:国内デザイン現場におけるペルソナを「飾り」から「…(公開予定日:2026年03月04日)
AIDB Daily Papers

Attention Is All You Need: アテンション機構だけで実現する次世代モデル

原題: Attention Is All You Need
著者: Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N. Gomez, Lukasz Kaiser, Illia Polosukhin
公開日: 2017-06-12 | 分野: NLP Transformer 効率化 機械翻訳

※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。

ポイント

  • Transformerという新しいネットワーク構造を提案し、RNNやCNNに頼らず、アテンション機構のみでsequence transductionを実現した。
  • 並列化が容易で学習時間も大幅に短縮できるため、既存モデルを凌駕する性能と効率性を両立した点が画期的である。
  • 機械翻訳タスクにおいて、既存最高性能を大幅に上回るBLEUスコアを達成し、その有効性と汎用性を示した。

Abstract

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.

Paper AI Chat

この論文のPDF全文を対象にAIに質問できます。

質問の例:

AIチャット機能を利用するには、ログインまたは会員登録(無料)が必要です。

会員登録 / ログイン

💬 ディスカッション

ディスカッションに参加するにはログインが必要です。

ログイン / アカウント作成 →

関連するAIDB記事