MemeMind at ArAIEval Shared Task: Spotting Persuasive Spans in Arabic Text with Persuasion Techniques Identification
Md Rafiul Biswas, Zubair Shah, Wajdi Zaghouani

TL;DR
This paper presents a method using AraBERT for detecting propaganda spans and persuasion techniques in Arabic texts, achieving competitive F1 scores in a shared task.
Contribution
It introduces a two-phase fine-tuning approach for propaganda detection in Arabic, leveraging pre-trained language models and BIO tagging.
Findings
Achieved an F1 score of 0.2774 on the task
Secured 3rd place in the leaderboard
Demonstrated effectiveness of phased fine-tuning
Abstract
This paper focuses on detecting propagandistic spans and persuasion techniques in Arabic text from tweets and news paragraphs. Each entry in the dataset contains a text sample and corresponding labels that indicate the start and end positions of propaganda techniques within the text. Tokens falling within a labeled span were assigned "B" (Begin) or "I" (Inside), "O", corresponding to the specific propaganda technique. Using attention masks, we created uniform lengths for each span and assigned BIO tags to each token based on the provided labels. Then, we used AraBERT-base pre-trained model for Arabic text tokenization and embeddings with a token classification layer to identify propaganda techniques. Our training process involves a two-phase fine-tuning approach. First, we train only the classification layer for a few epochs, followed by full model fine-tuning, updating all parameters.…
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
Taxonomy
TopicsDigital Communication and Language · Sentiment Analysis and Opinion Mining · Hate Speech and Cyberbullying Detection
MethodsSoftmax · Attention Is All You Need
