CLOct 29, 2025

Teaching Sarcasm: Few-Shot Multimodal Sarcasm Detection via Distillation to a Parameter-Efficient Student

arXiv:2510.25303v12 citationsh-index: 2IJCNLP-AACL
Originality Incremental advance
AI Analysis

This work addresses the challenge of detecting sarcasm in multimodal data for applications like social media analysis, but it is incremental as it builds on existing parameter-efficient methods.

The paper tackled the problem of multimodal sarcasm detection in low-resource settings by proposing a framework that enhances parameter-efficient fine-tuning methods via distillation from an expert teacher model, achieving strong results in few-shot scenarios on two public datasets.

Multimodal sarcasm detection is challenging, especially in low-resource settings where subtle image-text contradictions are hard to learn due to scarce annotated data, which hinders the model's performance. Parameter-efficient fine-tuning (PEFT) methods like adapters, LoRA, and prompt tuning reduce overfitting but struggle to reach optimal performance due to limited supervision from few-shot data. We propose PEKD, a unified framework that enhances PEFT methods via distillation from an expert model trained on large-scale sarcasm data, which acts as the teacher. To mitigate unreliable signals from the teacher, we introduce an entropy-aware gating mechanism that dynamically adjusts the distillation strength based on teacher confidence. Experiments on two public datasets demonstrate that our PEKD framework enables PEFT methods to outperform both prior parameter-efficient approaches and large multimodal models, achieving strong results in the few-shot scenario. The framework is modular and adaptable to a wide range of multimodal models and tasks.

Foundations

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

Your Notes