English

AllenNLP Interpret: A Framework for Explaining Predictions of NLP Models

Computation and Language 2019-09-23 v1 Machine Learning

Abstract

Neural NLP models are increasingly accurate but are imperfect and opaque---they break in counterintuitive ways and leave end users puzzled at their behavior. Model interpretation methods ameliorate this opacity by providing explanations for specific model predictions. Unfortunately, existing interpretation codebases make it difficult to apply these methods to new models and tasks, which hinders adoption for practitioners and burdens interpretability researchers. We introduce AllenNLP Interpret, a flexible framework for interpreting NLP models. The toolkit provides interpretation primitives (e.g., input gradients) for any AllenNLP model and task, a suite of built-in interpretation methods, and a library of front-end visualization components. We demonstrate the toolkit's flexibility and utility by implementing live demos for five interpretation methods (e.g., saliency maps and adversarial attacks) on a variety of models and tasks (e.g., masked language modeling using BERT and reading comprehension using BiDAF). These demos, alongside our code and tutorials, are available at https://allennlp.org/interpret .

Keywords

Cite

@article{arxiv.1909.09251,
  title  = {AllenNLP Interpret: A Framework for Explaining Predictions of NLP Models},
  author = {Eric Wallace and Jens Tuyls and Junlin Wang and Sanjay Subramanian and Matt Gardner and Sameer Singh},
  journal= {arXiv preprint arXiv:1909.09251},
  year   = {2019}
}

Comments

EMNLP 2019 Demo

R2 v1 2026-06-23T11:20:49.048Z