Large Language Model (LLM)
A neural model trained on vast text corpora, capable of understanding and generating natural language.
Large Language Model (LLM)
A large language model (LLM) is a neural network trained on extensive text corpora to understand and generate natural language. LLMs power modern document translation, summarisation, and terminology enforcement by analysing long passages, recognising patterns, and producing context-aware output.
What LLMs do well
- maintain context over long documents
- adapt tone and terminology through prompt design
- handle multilingual content with a single model
- summarise and structure information for translators
Considerations
- potential hallucinations without human review
- sensitivity to prompt wording and formatting
- costs that scale with context window length
- data protection requirements for sensitive content
How LLMs support translation
Professional translation teams pair LLM outputs with glossary enforcement, style guides, and mandatory MTPE to ensure accuracy. Document-level context windows help models keep tone consistent while reducing terminology drift across long files.
Trad AI approach
Trad AI runs translations through user-owned API keys, letting teams choose preferred LLM providers while keeping data under their control. Extended context windows, privacy-first processing, and GDPR alignment ensure LLM powered translations remain secure, auditable, and ready for professional review.
#LLM #DocumentTranslation #AITranslation #TradAI
Related Terms
Multimodal AI Models
AI systems that combine text, image, audio, and video inputs to improve understanding and generation across tasks.
Transformer Architecture Explained
A practical explanation of attention, encoder-decoder design, and why transformers power modern AI language systems.
Universal Language Models
Multilingual language models that use shared representations to support many languages and NLP tasks.
Transformer Architecture
The neural architecture used in modern LLMs and NMT systems.
Context Window
The amount of text an AI model can process at once during translation or generation.
Inference
The process by which a trained model generates translations or other outputs.
Weight Parameters (Model Weights)
The numerical parameters inside a neural network that determine how input data is processed and how predictions or generated text are produced.
Pretraining
The initial phase of training a machine learning model on large datasets before adapting it to specific tasks.
Related Resources
Multimodal AI Models
AI systems that combine text, image, audio, and video inputs to improve understanding and generation across tasks.
Transformer Architecture Explained
A practical explanation of attention, encoder-decoder design, and why transformers power modern AI language systems.
Prompt
A structured instruction or input guiding an AI model’s behaviour.
Open-Source Model
An AI model whose architecture, code, or weights are publicly available, allowing researchers and developers to inspect, modify, and deploy it.
Universal Language Models
Multilingual language models that use shared representations to support many languages and NLP tasks.
Training Large Language Models
How LLMs are pretrained, optimised, and adapted using large datasets and distributed compute.