Atomic-SNLI: Fine-Grained Natural Language Inference through Atomic Fact Decomposition
Minghui Huang
TL;DR
This paper addresses the interpretability gap in sentence-level natural language inference by introducing atomic-level NLI through atomic fact decomposition. It presents Atomic-SNLI, a large-scale dataset built by decomposing SNLI into atomic facts and generating high-quality atomic-level entailment, neutral, and contradiction examples. Fine-tuning models on Atomic-SNLI yields substantial improvements in atomic-level reasoning, especially for hypotheses with multiple atomic facts, while preserving strong sentence-level accuracy. The work also demonstrates how probabilistic aggregation over atomic predictions enables transparent, robust, and explainable inferences, establishing a new benchmark and methodology for fine-grained, compositional NLI. Overall, Atomic-SNLI enables more granular, interpretable reasoning and points to future directions in more sophisticated aggregation and broader applicability in textual understanding tasks.
Abstract
Current Natural Language Inference (NLI) systems primarily operate at the sentence level, providing black-box decisions that lack explanatory power. While atomic-level NLI offers a promising alternative by decomposing hypotheses into individual facts, we demonstrate that the conventional assumption that a hypothesis is entailed only when all its atomic facts are entailed fails in practice due to models' poor performance on fine-grained reasoning. Our analysis reveals that existing models perform substantially worse on atomic level inference compared to sentence level tasks. To address this limitation, we introduce Atomic-SNLI, a novel dataset constructed by decomposing SNLI and enriching it with carefully curated atomic level examples through linguistically informed generation strategies. Experimental results demonstrate that models fine-tuned on Atomic-SNLI achieve significant improvements in atomic reasoning capabilities while maintaining strong sentence level performance, enabling both accurate judgements and transparent, explainable results at the fact level.
