Skip to content

Incorporating sentence embeddings into Transformer architecture for Neural Machine Translation

Notifications You must be signed in to change notification settings

QuagHien/sent_embed-transformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentence embeddings into Transformer

Incorporating sentence embeddings into Transformer architecture for Neural Machine Translation built on the idea of ​​this paper.

Architecture

architect

The illustration of proposed embed-fusion module. Sentence embedding represents the universal sentence embedding from SimCSE model. e1 ,e2 ,…, eL represent word feature vectors of source input from Transformer encoder. Concatmeans concatenation operation, and Dense means fully-connected network.

attention

About

Incorporating sentence embeddings into Transformer architecture for Neural Machine Translation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages