Capability 2: Translation — Converting Between Languages
What It Is
AI models that translate text from one language to another, handling over 100 language pairs with a single model. This capability enables real-time conversation translation and document translation across multiple languages efficiently.
How It Works
Neural Translation Workflow
- Traditional (2015): Separate model per language pair.
- English → French: Model 1
- English → German: Model 2
- English → Spanish: Model 3
- ...
- 200 languages × 199 pairs = 39,800 models!
- Modern (2024): One multilingual model for all language pairs.
- NLLB (No Language Left Behind - Meta):
- Single model
- 200 languages
- 40,000 language pairs
- Learns shared representation
- NLLB (No Language Left Behind - Meta):
Architecture Overview:
- Encoder-Decoder Transformer:
- Input: "The cat sits on the mat" (English)
- Target Language: French
Step-by-step Process:
- Tokenization
Read the full article at Towards AI - Medium
Want to create content about this topic? Use Nemati AI tools to generate articles, social posts, and more.

![[AINews] The Unreasonable Effectiveness of Closing the Loop](/_next/image?url=https%3A%2F%2Fmedia.nemati.ai%2Fmedia%2Fblog%2Fimages%2Farticles%2F600e22851bc7453b.webp&w=3840&q=75)



