CLOct 19, 2019

MonaLog: a Lightweight System for Natural Language Inference Based on Monotonicity

arXiv:1910.08772v11014 citations
Originality Incremental advance
AI Analysis

This work addresses natural language inference for AI researchers, offering an incremental improvement by combining a simple logic-based method with existing models.

The paper tackled natural language inference by developing MonaLog, a lightweight logic-based system using monotonicity calculus, which proved competitive on the SICK benchmark and enhanced BERT's accuracy through data augmentation.

We present a new logic-based inference engine for natural language inference (NLI) called MonaLog, which is based on natural logic and the monotonicity calculus. In contrast to existing logic-based approaches, our system is intentionally designed to be as lightweight as possible, and operates using a small set of well-known (surface-level) monotonicity facts about quantifiers, lexical items and tokenlevel polarity information. Despite its simplicity, we find our approach to be competitive with other logic-based NLI models on the SICK benchmark. We also use MonaLog in combination with the current state-of-the-art model BERT in a variety of settings, including for compositional data augmentation. We show that MonaLog is capable of generating large amounts of high-quality training data for BERT, improving its accuracy on SICK.

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