Smoothing Entailment Graphs with Language Models
Nick McKenna, Tianyi Li, Mark Johnson, Mark Steedman

TL;DR
This paper introduces a novel unsupervised smoothing method for entailment graphs using language models, significantly improving recall and performance in natural language inference tasks while maintaining explainability.
Contribution
It presents a new theory and practical methodology for smoothing entailment graphs with language models to address predicate sparsity and improve inference accuracy.
Findings
Recall improved by 25.1 and 16.3 percentage points on two datasets.
Smoothing enhances QA performance, especially with less supporting text.
WordNet experiments confirm the theory and feasibility of hypothesis smoothing.
Abstract
The diversity and Zipfian frequency distribution of natural language predicates in corpora leads to sparsity in Entailment Graphs (EGs) built by Open Relation Extraction (ORE). EGs are computationally efficient and explainable models of natural language inference, but as symbolic models, they fail if a novel premise or hypothesis vertex is missing at test-time. We present theory and methodology for overcoming such sparsity in symbolic models. First, we introduce a theory of optimal smoothing of EGs by constructing transitive chains. We then demonstrate an efficient, open-domain, and unsupervised smoothing method using an off-the-shelf Language Model to find approximations of missing premise predicates. This improves recall by 25.1 and 16.3 percentage points on two difficult directional entailment datasets, while raising average precision and maintaining model explainability. Further, in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Biomedical Text Mining and Ontologies
