Nullpointer at CheckThat! 2024: Identifying Subjectivity from Multilingual Text Sequence
Md. Rafiul Biswas, Abrar Tasneem Abir, Wajdi Zaghouani

TL;DR
This paper presents a multilingual approach to classifying text as subjective or objective using fine-tuned Transformer models, data translation, and class weighting, achieving top performance in several languages.
Contribution
It introduces a novel multilingual subjective/objective classification method with data translation, class weighting, and fine-tuning of a sentiment-based Transformer model.
Findings
Achieved top Macro F1 score of 0.7121 on multilingual data
Ranked second in Arabic and German datasets
Performed well across five languages with varying scores
Abstract
This study addresses a binary classification task to determine whether a text sequence, either a sentence or paragraph, is subjective or objective. The task spans five languages: Arabic, Bulgarian, English, German, and Italian, along with a multilingual category. Our approach involved several key techniques. Initially, we preprocessed the data through parts of speech (POS) tagging, identification of question marks, and application of attention masks. We fine-tuned the sentiment-based Transformer model 'MarieAngeA13/Sentiment-Analysis-BERT' on our dataset. Given the imbalance with more objective data, we implemented a custom classifier that assigned greater weight to objective data. Additionally, we translated non-English data into English to maintain consistency across the dataset. Our model achieved notable results, scoring top marks for the multilingual dataset (Macro F1=0.7121) and…
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
TopicsComputational and Text Analysis Methods · Topic Modeling · Natural Language Processing Techniques
MethodsAttention Is All You Need · Byte Pair Encoding · Layer Normalization · Linear Layer · Label Smoothing · Adam · Dropout · Multi-Head Attention · Dense Connections · Softmax
