Search⌘ K

Datasets

Explore how to select and utilize various datasets to train Seq2Seq models in NLP. Learn about machine translation corpora, dialogue system datasets, and summarization data, gaining the ability to prepare effective training data for different sequence-to-sequence tasks.

We'll cover the following...

A. Seq2seq datasets

With the encoder-decoder model architecture, we have a model template for any sequence to sequence NLP task. Of course, each seq2seq task will ...