# Sequence-to-Sequence Learning

> Source: https://sukruyusufkaya.com/en/glossary/seq2seq-learning
> Updated: 2026-05-13T19:58:37.860Z
> Type: glossary
> Category: derin-ogrenme
**TLDR:** A general modeling approach focused on converting one input sequence into another output sequence.

<p>Sequence-to-sequence learning provides a general framework for tasks such as translation, summarization, speech-to-text, and format conversion. The goal is not merely to predict a class, but to generate a structured output sequence. It has remained one of the main axes of sequence modeling from the RNN era to the Transformer age. It is a central concept for understanding structured generation problems.</p>