AI Hub
All terms

Sequence-to-Sequence

An encoder-decoder framework that maps one sequence to another.

Seq2seq models encode an input sequence into a representation and then decode an output sequence from it, the standard formulation for translation, summarization, and dialogue. Adding attention to seq2seq was the direct precursor to the Transformer.

Related papers