SOTAVerified

Are Red Roses Red? Evaluating Consistency of Question-Answering Models

2019-07-01ACL 2019Code Available0· sign in to hype

Marco Tulio Ribeiro, Carlos Guestrin, Sameer Singh

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Although current evaluation of question-answering systems treats predictions in isolation, we need to consider the relationship between predictions to measure true understanding. A model should be penalized for answering ``no'' to ``Is the rose red?'' if it answers ``red'' to ``What color is the rose?''. We propose a method to automatically extract such implications for instances from two QA datasets, VQA and SQuAD, which we then use to evaluate the consistency of models. Human evaluation shows these generated implications are well formed and valid. Consistency evaluation provides crucial insights into gaps in existing models, while retraining with implication-augmented data improves consistency on both synthetic and human-generated implications.

Tasks

Reproductions