CLAIMay 29, 2021

NeuralLog: Natural Language Inference with Joint Neural and Logical Reasoning

arXiv:2105.14167v3721 citations
Originality Incremental advance
AI Analysis

This work addresses the NLI task for natural language processing researchers by integrating symbolic and deep learning methods, which is an incremental advancement as it combines existing approaches rather than introducing a new paradigm.

The paper tackled the problem of Natural Language Inference (NLI) by proposing NeuralLog, a framework that combines symbolic logical reasoning with neural network language models, resulting in improved accuracy and achieving state-of-the-art performance on the SICK and MED datasets.

Deep learning (DL) based language models achieve high performance on various benchmarks for Natural Language Inference (NLI). And at this time, symbolic approaches to NLI are receiving less attention. Both approaches (symbolic and DL) have their advantages and weaknesses. However, currently, no method combines them in a system to solve the task of NLI. To merge symbolic and deep learning methods, we propose an inference framework called NeuralLog, which utilizes both a monotonicity-based logical inference engine and a neural network language model for phrase alignment. Our framework models the NLI task as a classic search problem and uses the beam search algorithm to search for optimal inference paths. Experiments show that our joint logic and neural inference system improves accuracy on the NLI task and can achieve state-of-art accuracy on the SICK and MED datasets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes