Techniques & Methods
Machine Translation
Machine translation (MT) has evolved from rule-based systems to statistical MT (phrase-based models) to neural MT (sequence-to-sequence models with attention) to modern LLM-based translation. Google Translate, DeepL, and LLM APIs all provide high-quality MT for hundreds of language pairs.
Neural MT quality has improved dramatically with transformer architectures, approaching human translator quality for high-resource language pairs. MT is a core enabling technology for multilingual AI products and global content strategies.
Authority Links
Related Terms
Model Components
Sequence-to-Sequence (Seq2Seq) Models
Models that transform input sequences into output sequences, used in translation and summarization.
Model Components
Transformer
A neural-network architecture, introduced by Vaswani et al. in 2017, that uses self-attention and parallel computation across all sequence positions — the foundation under virtually every frontier language and multimodal model in production today.
Core Concepts
Natural Language Processing (NLP)
Field focused on enabling computer-human interaction through natural language.
Techniques & Methods
Sequence Generation
Process where models produce sequences—such as words or tokens—based on learned patterns.

