English

Towards Automated Error Analysis: Learning to Characterize Errors

Computation and Language 2022-02-15 v3 Artificial Intelligence Machine Learning

Abstract

Characterizing the patterns of errors that a system makes helps researchers focus future development on increasing its accuracy and robustness. We propose a novel form of "meta learning" that automatically learns interpretable rules that characterize the types of errors that a system makes, and demonstrate these rules' ability to help understand and improve two NLP systems. Our approach works by collecting error cases on validation data, extracting meta-features describing these samples, and finally learning rules that characterize errors using these features. We apply our approach to VilBERT, for Visual Question Answering, and RoBERTa, for Common Sense Question Answering. Our system learns interpretable rules that provide insights into systemic errors these systems make on the given tasks. Using these insights, we are also able to "close the loop" and modestly improve performance of these systems.

Keywords

Cite

@article{arxiv.2201.05017,
  title  = {Towards Automated Error Analysis: Learning to Characterize Errors},
  author = {Tong Gao and Shivang Singh and Raymond J. Mooney},
  journal= {arXiv preprint arXiv:2201.05017},
  year   = {2022}
}

Comments

12 pages, 11 figures