CLAINov 6, 2024

YouTube Comments Decoded: Leveraging LLMs for Low Resource Language Classification

arXiv:2411.05039v22 citationsh-index: 13
Originality Synthesis-oriented
AI Analysis

This addresses sentiment analysis challenges for low-resource Dravidian languages in social media, but it is incremental as it applies an existing LLM method to new data.

The paper tackled sarcasm detection in code-mixed Tamil-English and Malayalam-English social media comments using GPT-3.5 Turbo, achieving macro-F1 scores of 0.61 for Tamil and 0.50 for Malayalam.

Sarcasm detection is a significant challenge in sentiment analysis, particularly due to its nature of conveying opinions where the intended meaning deviates from the literal expression. This challenge is heightened in social media contexts where code-mixing, especially in Dravidian languages, is prevalent. Code-mixing involves the blending of multiple languages within a single utterance, often with non-native scripts, complicating the task for systems trained on monolingual data. This shared task introduces a novel gold standard corpus designed for sarcasm and sentiment detection within code-mixed texts, specifically in Tamil-English and Malayalam-English languages. The primary objective of this task is to identify sarcasm and sentiment polarity within a code-mixed dataset of Tamil-English and Malayalam-English comments and posts collected from social media platforms. Each comment or post is annotated at the message level for sentiment polarity, with particular attention to the challenges posed by class imbalance, reflecting real-world scenarios.In this work, we experiment with state-of-the-art large language models like GPT-3.5 Turbo via prompting to classify comments into sarcastic or non-sarcastic categories. We obtained a macro-F1 score of 0.61 for Tamil language. We obtained a macro-F1 score of 0.50 for Malayalam language.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes