Towards Better Multi-task Learning: A Framework for Optimizing Dataset Combinations in Large Language Models
Zaifu Zhan, Rui Zhang
TL;DR
This work tackles the challenge of selecting dataset combinations to maximize multi-task learning gains in large language models, where the combinatorial space grows as $2^{N}$ with $N$ auxiliary datasets. It introduces a dataset-combination optimization framework that uses a neural-network predictor to iteratively refine choices, making the search model-, dataset-, and domain-agnostic. Applied to 12 biomedical datasets across NER, RE, EE, and TC, the method identifies combinations that improve performance where human intuition may fail, and reveals that gains are larger for tasks with weaker baselines. The framework reduces brute-force cost and demonstrates practical potential for maximizing MTL in diverse settings.
Abstract
To efficiently select optimal dataset combinations for enhancing multi-task learning (MTL) performance in large language models, we proposed a novel framework that leverages a neural network to predict the best dataset combinations. The framework iteratively refines the selection, greatly improving efficiency, while being model-, dataset-, and domain-independent. Through experiments on 12 biomedical datasets across four tasks - named entity recognition, relation extraction, event extraction, and text classification-we demonstrate that our approach effectively identifies better combinations, even for tasks that may seem unpromising from a human perspective. This verifies that our framework provides a promising solution for maximizing MTL potential.
