CLOct 20, 2022

Evidence > Intuition: Transferability Estimation for Encoder Selection

arXiv:2210.11255v1293 citationsh-index: 46
Originality Incremental advance
AI Analysis

This addresses the computational inefficiency of fine-tuning multiple models for NLP practitioners, though it is incremental as it adapts an existing method from computer vision.

The paper tackles the problem of selecting the best pre-trained language model for a target NLP task without fine-tuning all candidates, finding that the LogME measure correlates with final performance in 94% of setups and outperforms human intuition in ranking.

With the increase in availability of large pre-trained language models (LMs) in Natural Language Processing (NLP), it becomes critical to assess their fit for a specific target task a priori - as fine-tuning the entire space of available LMs is computationally prohibitive and unsustainable. However, encoder transferability estimation has received little to no attention in NLP. In this paper, we propose to generate quantitative evidence to predict which LM, out of a pool of models, will perform best on a target task without having to fine-tune all candidates. We provide a comprehensive study on LM ranking for 10 NLP tasks spanning the two fundamental problem types of classification and structured prediction. We adopt the state-of-the-art Logarithm of Maximum Evidence (LogME) measure from Computer Vision (CV) and find that it positively correlates with final LM performance in 94% of the setups. In the first study of its kind, we further compare transferability measures with the de facto standard of human practitioner ranking, finding that evidence from quantitative metrics is more robust than pure intuition and can help identify unexpected LM candidates.

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