SYNAPSE@DravidianLangTech 2026: Multi-Level Political Meme Classification for Tamil and Malayalam
Summary
The SYNAPSE system addresses multi-level political meme classification for Tamil and Malayalam, presented at the DravidianLangTech@ACL 2026 shared task. This system tackles unique multimodal challenges posed by political memes, which combine visual context with code-mixed, culturally grounded text. Its hierarchical classification identifies political stance (Support/Praise vs. Troll/Oppose) at Level 1 and the target (individual person vs. party) at Level 2. The approach fine-tunes the Qwen3-VL-2B-Instruct vision-language model using parameter-efficient LoRA adapters on task-specific multimodal data, employing structured output prompting. For Malayalam, SYNAPSE achieved a Level 1 F1 of 0.9200 and Level 2 F1 of 0.4256, resulting in an Avg-F1 of 0.6728 (Rank 5). In Tamil, it scored a Level 1 F1 of 0.7840 and Level 2 F1 of 0.4885, with an Avg-F1 of 0.6362 (Rank 14).
Key takeaway
For Machine Learning Engineers developing multimodal classification systems, especially for culturally-specific or low-resource languages like Tamil and Malayalam, you should consider fine-tuning large vision-language models with parameter-efficient adapters. The SYNAPSE system's use of Qwen3-VL-2B-Instruct with LoRA demonstrates a viable path to achieve competitive performance on hierarchical tasks like political meme classification, even with complex code-mixed text and visual context. This approach can significantly reduce computational overhead while adapting powerful VLMs to specific domain challenges.
Key insights
SYNAPSE fine-tunes Qwen3-VL-2B-Instruct with LoRA for hierarchical political meme classification in Tamil and Malayalam.
Principles
- Multimodal VLM fine-tuning improves meme classification.
- Hierarchical classification addresses complex political nuances.
- LoRA adapters enable efficient VLM adaptation.
Method
Fine-tuning Qwen3-VL-2B-Instruct with LoRA adapters on task-specific multimodal data, using structured output prompting for hierarchical Level 1 (stance) and Level 2 (target) label prediction.
In practice
- Apply LoRA to Qwen3-VL-2B-Instruct for VLM tasks.
- Use structured prompting for hierarchical outputs.
- Consider multimodal approaches for culturally-rich content.
Topics
- Political Meme Classification
- Multimodal AI
- Vision-Language Models
- LoRA
- Dravidian Languages
- Hierarchical Classification
Best for: Computer Vision Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.