Counterfactual Detection meets Transfer Learning
Kelechi Nwaike, Licheng Jiao

TL;DR
This paper presents a transfer learning approach to counterfactual detection in NLP, framing it as a binary classification and entity recognition task, with a new pipeline leveraging annotated data.
Contribution
It introduces a novel end-to-end pipeline for counterfactual detection and indexing using transfer learning and token classification techniques.
Findings
Counterfactual detection can be formulated as a binary classification task.
A new annotated dataset enables minimal adaptation of existing models.
The proposed pipeline effectively indexes antecedents and consequents.
Abstract
We can consider Counterfactuals as belonging in the domain of Discourse structure and semantics, A core area in Natural Language Understanding and in this paper, we introduce an approach to resolving counterfactual detection as well as the indexing of the antecedents and consequents of Counterfactual statements. While Transfer learning is already being applied to several NLP tasks, It has the characteristics to excel in a novel number of tasks. We show that detecting Counterfactuals is a straightforward Binary Classification Task that can be implemented with minimal adaptation on already existing model Architectures, thanks to a well annotated training data set,and we introduce a new end to end pipeline to process antecedents and consequents as an entity recognition task, thus adapting them into Token Classification.
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 · Software Engineering Research · Natural Language Processing Techniques
MethodsCounterfactuals Explanations
