IndiLangTech@DravidianLangTech 2026: Hierarchical Modeling for Multi-Level Political Meme Classification

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Natural Language Processing · Depth: Expert, medium

Summary

A two-stage hierarchical framework has been developed for multi-level political meme classification in Tamil and Malayalam, addressing the Shared Task at DravidianLangTech 2026. This framework tackles the complex task of identifying meme stance (Support vs. Troll) and target type (Individual vs. Party) within political memes common in linguistically diverse South India. Built upon the Gemma 3 4B Instruction model, the approach fine-tunes two specialized models: one for predicting meme stance, whose output then conditions the second model for target identification. This explicitly models the dependency between meme content, the predicted stance, and the target type. Using LoRA-based parameter-efficient instruction tuning, the framework achieved average F1-scores of 0.8029 for Tamil, ranking 1st, and 0.6950 for Malayalam, ranking 4th across both classification levels.

Key takeaway

For Machine Learning Engineers developing multi-level classification systems, consider adopting a hierarchical, two-stage modeling approach. This method, demonstrated with Gemma 3 4B Instruction and LoRA, explicitly models dependencies between classification levels, improving accuracy for tasks like political meme analysis. You should design your first stage to predict the most foundational label, then use its output to inform subsequent stages for dependent labels. This can significantly enhance performance over joint prediction.

Key insights

A hierarchical two-stage model using Gemma 3 4B Instruction excels at multi-level political meme classification by explicitly modeling dependencies.

Principles

Method

Fine-tune a Gemma 3 4B Instruction model in two stages: first for stance identification (Support vs. Troll), then use its output to condition a second model for target-type prediction (Individual vs. Party), using LoRA.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.