Hierarchical Multi-Instance Multi-Label Learning for Detecting Propaganda Techniques
Anni Chen, Bhuwan Dhingra

TL;DR
This paper introduces a hierarchical multi-instance multi-label learning approach using RoBERTa for propaganda technique detection, capturing label dependencies and hierarchical relationships to improve classification accuracy.
Contribution
It proposes a novel hierarchical MIML model that incorporates label dependencies via auxiliary classifiers, enhancing propaganda technique classification performance.
Findings
Achieved 2.47% absolute improvement in micro-F1 score.
Outperformed existing models on shared task leaderboard.
Effective modeling of hierarchical label relationships.
Abstract
Since the introduction of the SemEval 2020 Task 11 (Martino et al., 2020a), several approaches have been proposed in the literature for classifying propaganda based on the rhetorical techniques used to influence readers. These methods, however, classify one span at a time, ignoring dependencies from the labels of other spans within the same context. In this paper, we approach propaganda technique classification as a Multi-Instance Multi-Label (MIML) learning problem (Zhou et al., 2012) and propose a simple RoBERTa-based model (Zhuang et al., 2021) for classifying all spans in an article simultaneously. Further, we note that, due to the annotation process where annotators classified the spans by following a decision tree, there is an inherent hierarchical relationship among the different techniques, which existing approaches ignore. We incorporate these hierarchical label dependencies by…
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.
Taxonomy
TopicsMisinformation and Its Impacts · Natural Language Processing Techniques · Text Readability and Simplification
MethodsTest · Auxiliary Classifier
