CLUTRR: A Diagnostic Benchmark for Inductive Reasoning from Text
Koustuv Sinha, Shagun Sodhani, Jin Dong, Joelle Pineau, William L. Hamilton
TL;DR
CLUTRR introduces a semi-synthetic benchmark to probe inductive reasoning and systematic generalization in natural language understanding by requiring inference of kinship relations from stories. The dataset uses a graph-based knowledge base to generate reasoning chains, which are paraphrased into natural language, with controlled holdouts and noise to test generalization and robustness. Empirical results show graph-attention networks operating on structured representations outperform state-of-the-art text-based models on systematic generalization tasks and robustly handle noisy conditions, highlighting a gap in current NL understanding approaches. The work provides a diagnostic framework for developing more compositional, modular, and robust NLU systems.
Abstract
The recent success of natural language understanding (NLU) systems has been troubled by results highlighting the failure of these models to generalize in a systematic and robust way. In this work, we introduce a diagnostic benchmark suite, named CLUTRR, to clarify some key issues related to the robustness and systematicity of NLU systems. Motivated by classic work on inductive logic programming, CLUTRR requires that an NLU system infer kinship relations between characters in short stories. Successful performance on this task requires both extracting relationships between entities, as well as inferring the logical rules governing these relationships. CLUTRR allows us to precisely measure a model's ability for systematic generalization by evaluating on held-out combinations of logical rules, and it allows us to evaluate a model's robustness by adding curated noise facts. Our empirical results highlight a substantial performance gap between state-of-the-art NLU models (e.g., BERT and MAC) and a graph neural network model that works directly with symbolic inputs---with the graph-based model exhibiting both stronger generalization and greater robustness.
