TellTale: Blending Multi-Instance LoRA Text Encoders and a Zero-Shot LLM Judge for Ambivalence/Hesitancy Recognition in Videos

📅 2026-07-18
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work presents the first approach to achieve high-performance recognition of speaker contradiction and hesitation states using only interview transcript text, without relying on audio or visual modalities. The method integrates two LoRA-enhanced multilingual text encoders—multilingual-e5-large and mDeBERTa-v3-base—fine-tuned via multiple instance learning, along with a quantized 14B instruction-tuned large language model employed as a zero-shot scorer. Video-level predictions are derived through weighted averaging and a unified threshold determined by group cross-validation. Evaluated on the private test set of the BAH dataset, the approach attains a Macro-F1 score of 0.7364 and an average precision of 0.7940, substantially outperforming the official vision-based baseline (Macro-F1: 0.2827), thereby demonstrating the effectiveness and novelty of a purely text-driven solution.
📝 Abstract
We present TellTale, a text-only approach to ambivalence/hesitancy (A/H) recognition in interview videos, evaluated on the BAH dataset as part of the 3rd A/H Video Recognition Challenge (11th ABAW Workshop, ECCV 2026). Although the dataset provides video, audio, facial crops, and transcripts, TellTale relies on the transcript alone and combines three probability streams. Two text encoders, multilingual-e5-large and mDeBERTa-v3-base, are fine-tuned with parameter-efficient LoRA adapters under a multiple-instance learning (MIL) objective, in which transcript chunks are scored individually and pooled with a smooth maximum so that only the video-level label is needed for supervision. The third stream requires no training: a quantized 14B instruction LLM is prompted, zero-shot, to rate each transcript for A/H. The three probabilities are combined by a weighted average and a single decision threshold, both selected on participant-grouped cross-validated predictions. On the organizer-scored private test set of 152 videos from unseen participants, TellTale achieves a Macro-F1 of 0.7364 and an average precision of 0.7940, compared with 0.2827 Macro-F1 for the official vision-based baseline.
Problem

Research questions and friction points this paper is trying to address.

ambivalence
hesitancy
video recognition
text-based analysis
interview videos
Innovation

Methods, ideas, or system contributions that make the work stand out.

LoRA
Multiple-Instance Learning
Zero-Shot LLM
Ambivalence Recognition
Text-Only Video Analysis