Zhuosheng Zhang, Shuohang Wang, Yichong Xu, Yuwei Fang, Wenhao Yu, Yang Liu, Hai Zhao, Chenguang Zhu, Michael Zeng
Leveraging task-aware annotated data as supervised signals to assist with self-supervised learning on large-scale unlabeled data has become a new trend in pre-training language models. Existing studies show that multi-task learning with large-scale supervised tasks suffers from negative effects across tasks. To tackle the challenge, we propose a task prefix guided multi-task pre-training framework to explore the relationships among tasks. We conduct extensive experiments on 40 datasets, which show that our model can not only serve as the strong foundation backbone for a wide range of tasks but also be feasible as a probing tool for analyzing task relationships. The task relationships reflected by the prefixes align transfer learning performance between tasks. They also suggest directions for data augmentation with complementary tasks, which help our model achieve human-parity results on commonsense reasoning leaderboards. Code is available at https://github.com/cooelf/CompassMTL
| Task | Dataset | Metric | Value | Model |
|---|---|---|---|---|
| Question Answering | SIQA | Accuracy | 82.2 | CompassMTL 567M with Tailor |
| Question Answering | SIQA | Accuracy | 81.7 | CompassMTL 567M |
| Question Answering | SIQA | Accuracy | 79.6 | ExDeBERTa 567M |
| Question Answering | PIQA | Accuracy | 88.3 | CompassMTL 567M with Tailor |
| Question Answering | PIQA | Accuracy | 87.3 | CompassMTL 567M |
| Question Answering | PIQA | Accuracy | 85.5 | ExDeBERTa 567M |
| Common Sense Reasoning | WinoGrande | Accuracy | 90.5 | CompassMTL 567M with Tailor |
| Common Sense Reasoning | WinoGrande | Accuracy | 89.6 | CompassMTL 567M |
| Common Sense Reasoning | WinoGrande | Accuracy | 87 | ExDeBERTa 567M |
| Sentence Completion | HellaSwag | Accuracy | 96.1 | CompassMTL 567M with Tailor |
| Sentence Completion | HellaSwag | Accuracy | 95.6 | CompassMTL 567M |
| Sentence Completion | HellaSwag | Accuracy | 83.6 | ExDeBERTa 567M |