CLDec 10, 2021

Analysis and Prediction of NLP Models Via Task Embeddings

arXiv:2112.05647v1584 citations
Originality Incremental advance
AI Analysis

This provides a benchmark for transfer learning research in NLP, though it is incremental in combining existing ideas.

The paper introduces MetaEval, a collection of 101 NLP tasks, and uses task embeddings to analyze task spaces and enable zero-shot inference by predicting embeddings for new tasks without annotations, outperforming a baseline on GLUE tasks.

Task embeddings are low-dimensional representations that are trained to capture task properties. In this paper, we propose MetaEval, a collection of $101$ NLP tasks. We fit a single transformer to all MetaEval tasks jointly while conditioning it on learned embeddings. The resulting task embeddings enable a novel analysis of the space of tasks. We then show that task aspects can be mapped to task embeddings for new tasks without using any annotated examples. Predicted embeddings can modulate the encoder for zero-shot inference and outperform a zero-shot baseline on GLUE tasks. The provided multitask setup can function as a benchmark for future transfer learning research.

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