Detecting Statements in Text: A Domain-Agnostic Few-Shot Solution
Sandrine Chausson, Bj\"orn Ross

TL;DR
This paper introduces a versatile few-shot learning approach for claim-based text classification that reduces data annotation needs by leveraging Natural Language Inference models and probabilistic sampling.
Contribution
The authors propose a domain-agnostic few-shot methodology using NLI models and probabilistic bisection, enabling effective claim detection with minimal annotated data.
Findings
Rivals traditional fine-tuning methods in accuracy.
Requires significantly less annotated data.
Effective across diverse claim-based tasks.
Abstract
Many tasks related to Computational Social Science and Web Content Analysis involve classifying pieces of text based on the claims they contain. State-of-the-art approaches usually involve fine-tuning models on large annotated datasets, which are costly to produce. In light of this, we propose and release a qualitative and versatile few-shot learning methodology as a common paradigm for any claim-based textual classification task. This methodology involves defining the classes as arbitrarily sophisticated taxonomies of claims, and using Natural Language Inference models to obtain the textual entailment between these and a corpus of interest. The performance of these models is then boosted by annotating a minimal sample of data points, dynamically sampled using the well-established statistical heuristic of Probabilistic Bisection. We illustrate this methodology in the context of three…
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 · Software Engineering Research
