CLAISep 14, 2021

The Stem Cell Hypothesis: Dilemma behind Multi-Task Learning with Transformer Encoders

arXiv:2109.06939v1667 citations
Originality Incremental advance
AI Analysis

This work addresses a key challenge in multi-task learning for NLP, showing incremental insights into attention head dynamics.

The study investigated multi-task learning with transformer encoders, revealing performance deficiencies on distinct NLP tasks due to interference among shared attention heads, and proposed the Stem Cell Hypothesis to explain this limitation.

Multi-task learning with transformer encoders (MTL) has emerged as a powerful technique to improve performance on closely-related tasks for both accuracy and efficiency while a question still remains whether or not it would perform as well on tasks that are distinct in nature. We first present MTL results on five NLP tasks, POS, NER, DEP, CON, and SRL, and depict its deficiency over single-task learning. We then conduct an extensive pruning analysis to show that a certain set of attention heads get claimed by most tasks during MTL, who interfere with one another to fine-tune those heads for their own objectives. Based on this finding, we propose the Stem Cell Hypothesis to reveal the existence of attention heads naturally talented for many tasks that cannot be jointly trained to create adequate embeddings for all of those tasks. Finally, we design novel parameter-free probes to justify our hypothesis and demonstrate how attention heads are transformed across the five tasks during MTL through label analysis.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes