LGAINov 23, 2021

Learning Symbolic Rules for Reasoning in Quasi-Natural Language

arXiv:2111.12038v115 citationsHas Code
Originality Highly original
AI Analysis

This addresses the challenge of building rule-based systems that can reason in natural language without manual rule construction, offering a novel approach for domains requiring interpretable reasoning.

The authors tackled the problem of automating symbolic rule construction for reasoning with natural language input, achieving state-of-the-art accuracy on multiple reasoning benchmarks and learning compact models with less data while producing checkable proofs.

Symbolic reasoning, rule-based symbol manipulation, is a hallmark of human intelligence. However, rule-based systems have had limited success competing with learning-based systems outside formalized domains such as automated theorem proving. We hypothesize that this is due to the manual construction of rules in past attempts. In this work, we ask how we can build a rule-based system that can reason with natural language input but without the manual construction of rules. We propose MetaQNL, a "Quasi-Natural" language that can express both formal logic and natural language sentences, and MetaInduce, a learning algorithm that induces MetaQNL rules from training data consisting of questions and answers, with or without intermediate reasoning steps. Our approach achieves state-of-the-art accuracy on multiple reasoning benchmarks; it learns compact models with much less data and produces not only answers but also checkable proofs. Further, experiments on a real-world morphological analysis benchmark show that it is possible for our method to handle noise and ambiguity. Code will be released at https://github.com/princeton-vl/MetaQNL.

Code Implementations2 repos
Foundations

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

Your Notes