EMNLP 2023long findings0 citations

Zero-Shot Data Maps. Efficient Dataset Cartography Without Model Training

Angelo Basile, Marc Franco-Salvador, Paolo Rosso

Abstract

Data Maps (Swayamdipta, et al. 2020) have emerged as a powerful tool for diagnosing large annotated datasets. Given a model fitted on a dataset, these maps show each data instance from the dataset in a 2-dimensional space defined by a) the model's confidence in the true class and b) the variability of this confidence. In previous work, confidence and variability are usually computed using training dynamics, which requires the fitting of a strong model to the dataset. In this paper, we introduce a novel approach: Zero-Shot Data Maps based on fast bi-encoder networks. For each data point, confidence on the true label and variability are computed over the members of an ensemble of zero-shot models constructed with different --- but semantically equivalent --- label descriptions, i.e., textual representations of each class in a given label space. We conduct a comparative analysis of maps compiled using traditional training dynamics and our proposed zero-shot models across various datasets. Our findings reveal that Zero-Shot Data Maps generally match those produced by the traditional method while delivering up to a 14x speedup. The code is available [here](https://github.com/symanto-research/zeroshot-cartography).

data mapsbi-encoderszero-shottraining dynamics
BibTeX
@inproceedings{
basile2023zeroshot,
title={Zero-Shot Data Maps. Efficient Dataset Cartography Without Model Training},
author={Angelo Basile and Marc Franco-Salvador and Paolo Rosso},
booktitle={The 2023 Conference on Empirical Methods in Natural Language Processing},
year={2023},
url={https://openreview.net/forum?id=UGd9eSwsvn}
}