Space Regulatory Glossary AI & Data Science
fine-tuning
- The process of further training a pre-trained AI model on a domain-specific dataset to improve its performance on targeted tasks. Fine-tuning adjusts the model's weights to better handle specialized vocabulary, document formats, or classification categories.
- For regulatory AI, fine-tuning trades off against RAG and prompt engineering: it can improve extraction accuracy on known document types but requires curated training data, risks overfitting to historical formats, and must be repeated when the base model is updated.