Textual Entailment with Structured Attentions and Composition
Kai Zhao, Liang Huang, Mingbo Ma

TL;DR
This paper enhances neural textual entailment models by incorporating structured, tree-based attention mechanisms and recursive composition, leading to improved accuracy and interpretability over previous models that ignore syntax.
Contribution
It introduces a novel structured attention model that leverages syntax trees and recursive composition to better capture entailment relations in text.
Findings
Structured attention over tree nodes improves entailment accuracy.
Recursive composition of entailment relations enhances interpretability.
Model outperforms previous attention-based approaches.
Abstract
Deep learning techniques are increasingly popular in the textual entailment task, overcoming the fragility of traditional discrete models with hard alignments and logics. In particular, the recently proposed attention models (Rockt\"aschel et al., 2015; Wang and Jiang, 2015) achieves state-of-the-art accuracy by computing soft word alignments between the premise and hypothesis sentences. However, there remains a major limitation: this line of work completely ignores syntax and recursion, which is helpful in many traditional efforts. We show that it is beneficial to extend the attention model to tree nodes between premise and hypothesis. More importantly, this subtree-level attention reveals information about entailment relation. We study the recursive composition of this subtree-level entailment relation, which can be viewed as a soft version of the Natural Logic framework (MacCartney…
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 · Explainable Artificial Intelligence (XAI)
