CLIRLGJul 12, 2020

HyperGrid: Efficient Multi-Task Transformers with Grid-wise Decomposable Hyper Projections

arXiv:2007.05891v111 citations
Originality Incremental advance
AI Analysis

This addresses the efficiency and scalability issues for practitioners deploying multiple NLP models, though it is an incremental improvement over existing multi-task methods.

The paper tackles the problem of high parameter cost and maintenance in fine-tuning separate models for each natural language understanding task by proposing HyperGrid, a multi-task learning approach that achieves strong performance on GLUE and SuperGLUE benchmarks using a single model.

Achieving state-of-the-art performance on natural language understanding tasks typically relies on fine-tuning a fresh model for every task. Consequently, this approach leads to a higher overall parameter cost, along with higher technical maintenance for serving multiple models. Learning a single multi-task model that is able to do well for all the tasks has been a challenging and yet attractive proposition. In this paper, we propose \textsc{HyperGrid}, a new approach for highly effective multi-task learning. The proposed approach is based on a decomposable hypernetwork that learns grid-wise projections that help to specialize regions in weight matrices for different tasks. In order to construct the proposed hypernetwork, our method learns the interactions and composition between a global (task-agnostic) state and a local task-specific state. We apply our proposed \textsc{HyperGrid} on the current state-of-the-art T5 model, demonstrating strong performance across the GLUE and SuperGLUE benchmarks when using only a single multi-task model. Our method helps bridge the gap between fine-tuning and multi-task learning approaches.

Foundations

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

Your Notes