English

Fast Few-shot Debugging for NLU Test Suites

Computation and Language 2022-04-14 v1

Abstract

We study few-shot debugging of transformer based natural language understanding models, using recently popularized test suites to not just diagnose but correct a problem. Given a few debugging examples of a certain phenomenon, and a held-out test set of the same phenomenon, we aim to maximize accuracy on the phenomenon at a minimal cost of accuracy on the original test set. We examine several methods that are faster than full epoch retraining. We introduce a new fast method, which samples a few in-danger examples from the original training set. Compared to fast methods using parameter distance constraints or Kullback-Leibler divergence, we achieve superior original accuracy for comparable debugging accuracy.

Keywords

Cite

@article{arxiv.2204.06555,
  title  = {Fast Few-shot Debugging for NLU Test Suites},
  author = {Christopher Malon and Kai Li and Erik Kruus},
  journal= {arXiv preprint arXiv:2204.06555},
  year   = {2022}
}

Comments

To appear at ACL 2022 Deep Learning Inside Out (DeeLIO) workshop

R2 v1 2026-06-24T10:47:21.224Z