Also known as: Sequence to sequence Task
Sequence-to-sequence task преобразует input sequence в output sequence. Распространенные примеры включают machine translation, question answering, summarization and dialogue response generation.
A task that converts an input sequence of tokens to an output sequence of tokens. For example, two popular kinds of sequence-to-sequence tasks are: - Translators: - Sample input sequence: "I love you." - Sample output sequence: "Je t'aime." - Question answering: - Sample input sequence: "Do I need my car in New York City?" - Sample output sequence: "No. Keep your car at home."