Skip to main content
QUICK REVIEW

[論文レビュー] Atomic-SNLI: Fine-Grained Natural Language Inference through Atomic Fact Decomposition

Minghui Huang|arXiv (Cornell University)|Jan 10, 2026
Topic Modeling被引用数 0
ひとこと要約

The paper introduces Atomic-SNLI, a dataset for atomic-level NLI built from SNLI, and shows that fine-tuning on atomic facts improves atomic reasoning while maintaining strong sentence-level NLI performance.

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.

研究の動機と目的

  • NLIにおける解釈性を促進するため、文レベルの推論から原子レベルの推論へ移行する。
  • 現在のモデルの原子レベル推論が文レベル推論に遅れをとっているかを調査する。
  • SNLIを分解し高品質な原子例を生成することで、大規模な原子レベルのNLIデータセットを作成する。
  • Atomic-SNLIでの訓練が原子推論を改善し、文レベルNLIへ転移することを示す。

提案手法

  • 各仮説をDecModelを用いて原子事実の集合に分解する。
  • 原子レベルでの含意、矛盾、中立の組成的推論ルールを定義する。
  • SNLI前提を保持しつつ、原子事実に含意・中立・矛盾をラベル付けしてAtomic-SNLIを構築する。
  • 前処理済みNLIモデルを文レベルおよび原子レベルのタスクで評価し、SNLI-trainedモデルとAtomic-SNLI-trainedモデルを比較する。
  • 原子予測の確率和を用いて最終的な文レベル判断へ集約する。
  • 分解された事実を通じて原子レベルの説明可能性を提供する。

実験結果

リサーチクエスチョン

  • RQ1原子レベルの例でのファインチューニングは、NLIモデルの細粒度原子推論を改善するか。
  • RQ2原子レベルの訓練は標準的な文レベルNLIの性能へ転移または改善をもたらすか。

主な発見

CategoryMetric1 Fact2 Facts3 Facts4 Facts5 Facts
EntailmentAccuracy91.2380.5982.5552.00100.00
EntailmentPrecision92.3986.9172.2260.00100.00
EntailmentRecall90.5864.5944.8325.00100.00
EntailmentF191.4874.1155.3235.29100.00
NeutralAccuracy91.2380.5982.5552.00100.00
NeutralPrecision87.0373.1982.7650.000.00
NeutralRecall88.0788.8094.7490.000.00
NeutralF187.5580.2488.3464.290.00
ContradictionAccuracy91.2380.5982.5552.00100.00
ContradictionPrecision94.0089.7986.3650.00100.00
ContradictionRecall94.8684.7486.3633.33100.00
ContradictionF194.4387.1986.3640.00100.00
  • 原子レベルの正解率は、モデル間で文レベルの正解率より低いか、同等である。
  • Atomic-SNLIでのファインチューニングは、複数事実仮説(2事実および3事実)での改善をもたらす。
  • DeBERTa-v3-xsmallは最大のゲインを示し、例として3事実ケースで精度が最大で+10.07%、F1が+8.16%となる。
  • 原子予測の確率和による集約は、含意・中立・矛盾の各クラス間で適切な精度と再現を実現する。
  • 結果は、原子レベルの訓練が細粒度推論を高めつつ文レベルの性能を保持することを示唆する。

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。