Kubnal Bridge

Techniques & Methods

Multitask Learning

Multitask learning (MTL) jointly trains a model across multiple tasks, sharing representations that capture common structure. For example, a model trained on translation, summarization, and question answering simultaneously may develop better language understanding than training on each task separately.

MTL is a key reason large LLMs generalize so well: pre-training on diverse tasks creates shared representations that transfer broadly. Fine-tuning on a single task can cause catastrophic forgetting of other capabilities, making MTL approaches during fine-tuning valuable.

Authority Links

Related Terms