Kubnal Bridge

Model Components

Sequence-to-Sequence (Seq2Seq) Models

Seq2Seq models encode an input sequence into a fixed or variable-length representation and decode it into an output sequence of potentially different length and vocabulary. Originally built with RNNs, modern seq2seq models use transformer encoder-decoder architectures.

Applications include machine translation (English → French), summarization (long article → short summary), code generation (description → code), and dialogue (message → response). T5, BART, and mT5 are prominent seq2seq transformer models.

Authority Links

Related Terms