CLAILGOct 21, 2022

Efficiently Tuned Parameters are Task Embeddings

arXiv:2210.11705v1298 citationsh-index: 72
Originality Incremental advance
AI Analysis

This work addresses the computational challenge of choosing useful source tasks for transfer learning in NLP, offering an efficient solution for researchers and practitioners.

The paper tackles the problem of selecting source datasets for intermediate-task transfer in NLP by proposing to use parameters from parameter-efficient tuning methods as task embeddings, which consistently outperforms existing methods across 22 tasks.

Intermediate-task transfer can benefit a wide range of NLP tasks with properly selected source datasets. However, it is computationally infeasible to experiment with all intermediate transfer combinations, making choosing a useful source task a challenging problem. In this paper, we anticipate that task-specific parameters updated in parameter-efficient tuning methods are likely to encode task-specific information. Therefore, such parameters can be predictive for inter-task transferability. Thus, we propose to exploit these efficiently tuned parameters as off-the-shelf task embeddings for the efficient selection of source datasets for intermediate-task transfer. We experiment with 11 text classification tasks and 11 question answering tasks. Experimental results show that our approach can consistently outperform existing inter-task transferability prediction methods while being conceptually simple and computationally efficient. Our analysis also reveals that the ability of efficiently tuned parameters on transferability prediction is disentangled with their in-task performance. This allows us to use parameters from early checkpoints as task embeddings to further improve efficiency.

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