🤖 AI Summary
Existing humor detection models exhibit limited performance on multilingual stand-up comedy videos, particularly in precisely localizing fine-grained punchlines. To address this, we introduce the largest multimodal stand-up comedy dataset to date—spanning seven languages and comprising over 330 hours of video—integrating automated laughter detection with human-annotated word-level labels. For the first time, we formulate humor detection as a word-level sequence labeling task, departing from conventional binary classification. Our method proposes a novel laughter detection paradigm leveraging ASR error augmentation, combined with audio-text-temporal multimodal fusion and sequence modeling (e.g., BERT-CRF) for cross-lingual, context-aware humor localization. We publicly release the dataset and code. Experiments demonstrate substantial improvements in localization accuracy and validate the effectiveness and generalizability of the word-level annotation paradigm in multilingual settings.
📝 Abstract
Aiming towards improving current computational models of humor detection, we propose a new multimodal dataset of stand-up comedies, in seven languages: English, French, Spanish, Italian, Portuguese, Hungarian and Czech. Our dataset of more than 330 hours, is at the time of writing the biggest available for this type of task, and the most diverse. The whole dataset is automatically annotated in laughter (from the audience), and the subpart left for model validation is manually annotated. Contrary to contemporary approaches, we do not frame the task of humor detection as a binary sequence classification, but as word-level sequence labeling, in order to take into account all the context of the sequence and to capture the continuous joke tagging mechanism typically occurring in natural conversations. As par with unimodal baselines results, we propose a method for e propose a method to enhance the automatic laughter detection based on Audio Speech Recognition errors. Our code and data are available online: https://tinyurl.com/EMNLPHumourStandUpPublic