A Straightforward Pipeline for Targeted Entailment and Contradiction Detection
Antonin Sulc

TL;DR
This paper presents a pipeline that combines attention mechanisms and NLI models to effectively identify and classify relevant sentences as premises or contradictions for a specific target in a document.
Contribution
It introduces a novel method that integrates attention scores with NLI classification to improve targeted relationship detection between sentences.
Findings
Effectively identifies contextually relevant sentences using attention scores.
Accurately classifies sentence relationships as entailment or contradiction with NLI.
Enhances interpretability by combining saliency and semantic classification.
Abstract
Finding the relationships between sentences in a document is crucial for tasks like fact-checking, argument mining, and text summarization. A key challenge is to identify which sentences act as premises or contradictions for a specific claim. Existing methods often face a trade-off: transformer attention mechanisms can identify salient textual connections but lack explicit semantic labels, while Natural Language Inference (NLI) models can classify relationships between sentence pairs but operate independently of contextual saliency. In this work, we introduce a method that combines the strengths of both approaches for a targeted analysis. Our pipeline first identifies candidate sentences that are contextually relevant to a user-selected target sentence by aggregating token-level attention scores. It then uses a pretrained NLI model to classify each candidate as a premise (entailment) or…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
