Mixing It Up: The Cocktail Effect of Multi-Task Fine-Tuning on LLM Performance -- A Case Study in Finance
Meni Brief, Oded Ovadia, Gil Shenderovitz, Noga Ben Yoash, Rachel Lemberg, Eitam Sheetrit
TL;DR
The paper investigates multi-task fine-tuning for finance-domain LLMs and demonstrates a cocktail effect where combining related financial tasks yields superior task performance over single-task fine-tuning. Through a large-scale ablation study spanning roughly 220 training runs across four models and nine datasets, the authors show that multi-task training can push a 3.8B Phi-3-Mini model to outperform GPT-4-o on several benchmarks, and even achieve state-of-the-art results on some finance tasks. They also explore using general instruction data as regularization and include mathematical data to boost numerical reasoning, finding improved performance on numerical tasks but limited transfer to broad domain knowledge or complex reasoning. These results underscore the value of cross-task learning for task-specific finance applications and point to hybrid strategies to balance task proficiency with domain understanding.
Abstract
The application of large language models (LLMs) in domain-specific contexts, including finance, has expanded rapidly. Domain-specific LLMs are typically evaluated based on their performance in various downstream tasks relevant to the domain. In this work, we present a detailed analysis of fine-tuning LLMs for such tasks. Somewhat counterintuitively, we find that in domain-specific cases, fine-tuning exclusively on the target task is not always the most effective strategy. Instead, multi-task finetuning - where models are trained on a cocktail of related tasks - can significantly enhance performance. We demonstrate how this approach enables a small model, such as Phi-3-Mini, to achieve state-of-the-art results, even surpassing the much larger GPT-4-o model on financial benchmarks. Our study involves a large-scale experiment, conducting over 200 training experiments using several widely adopted LLMs as baselines, and empirically confirms the benefits of multi-task fine-tuning. Additionally, we explore the use of general instruction data as a form of regularization, suggesting that it helps minimize performance degradation. We also investigate the inclusion of mathematical data, finding improvements in numerical reasoning that transfer effectively to financial tasks. Finally, we note that while fine-tuning for downstream tasks leads to targeted improvements in task performance, it does not necessarily result in broader gains in domain knowledge or complex domain reasoning abilities.
