CLLGJul 15, 2021

FLEX: Unifying Evaluation for Few-Shot NLP

arXiv:2107.07170v2113 citations
AI Analysis

This addresses the need for standardized evaluation in few-shot NLP research, though it is incremental in improving benchmarking practices.

The authors tackled the problem of disjoint and insufficient evaluation in few-shot NLP by introducing the FLEX Principles and benchmark for unified, rigorous testing, and developed UniFew, a simple prompt-based model that achieves competitive results with state-of-the-art methods.

Few-shot NLP research is highly active, yet conducted in disjoint research threads with evaluation suites that lack challenging-yet-realistic testing setups and fail to employ careful experimental design. Consequently, the community does not know which techniques perform best or even if they outperform simple baselines. In response, we formulate the FLEX Principles, a set of requirements and best practices for unified, rigorous, valid, and cost-sensitive few-shot NLP evaluation. These principles include Sample Size Design, a novel approach to benchmark design that optimizes statistical accuracy and precision while keeping evaluation costs manageable. Following the principles, we release the FLEX benchmark, which includes four few-shot transfer settings, zero-shot evaluation, and a public leaderboard that covers diverse NLP tasks. In addition, we present UniFew, a prompt-based model for few-shot learning that unifies pretraining and finetuning prompt formats, eschewing complex machinery of recent prompt-based approaches in adapting downstream task formats to language model pretraining objectives. We demonstrate that despite simplicity, UniFew achieves results competitive with both popular meta-learning and prompt-based approaches.

Code Implementations2 repos
Foundations

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

Your Notes