SOTAVerified

Teach the Rules, Provide the Facts: Targeted Relational-knowledge Enhancement for Textual Inference

2021-08-01Joint Conference on Lexical and Computational SemanticsCode Available0· sign in to hype

Ohad Rozen, Shmuel Amar, Vered Shwartz, Ido Dagan

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We present InferBert, a method to enhance transformer-based inference models with relevant relational knowledge. Our approach facilitates learning generic inference patterns requiring relational knowledge (e.g. inferences related to hypernymy) during training, while injecting on-demand the relevant relational facts (e.g. pangolin is an animal) at test time. We apply InferBERT to the NLI task over a diverse set of inference types (hypernymy, location, color, and country of origin), for which we collected challenge datasets. In this setting, InferBert succeeds to learn general inference patterns, from a relatively small number of training instances, while not hurting performance on the original NLI data and substantially outperforming prior knowledge enhancement models on the challenge data. It further applies its inferences successfully at test time to previously unobserved entities. InferBert is computationally more efficient than most prior methods, in terms of number of parameters, memory consumption and training time.

Reproductions