Search papers, labs, and topics across Lattice.
This study conducts a shortcut audit of the EmoPrefer benchmark for evaluating model-generated emotion descriptions, revealing that a simple logistic regression based solely on description length and generator identity can achieve performance comparable to more complex models. The findings indicate that human preference labels often align with a generator identity prior, suggesting that current evaluation metrics may not adequately assess cross-modal understanding. The authors recommend methodological improvements for future evaluations to ensure a more accurate assessment of emotion understanding in multimodal contexts.
A simple logistic regression can match the performance of advanced models in evaluating emotion descriptions, raising questions about the validity of current multimodal benchmarks.
Preference over model-generated emotion descriptions is emerging as a standard evaluation metric for multimodal emotion understanding, exemplified by the MER2026 MER-Prefer track on EmoPrefer. Such benchmarks assume that predicting the preferred description requires grounded cross-modal understanding of the video. We conduct a systematic shortcut audit of EmoPrefer using content-blind probes. A simple logistic regression using only description length and generator identity, without processing the text, video, or audio, performs comparably to LoRA-finetuned 7B text and audio-visual judges (65.8 versus 66.8 WAF on EmoPrefer-V2). Generator identity is recoverable from description text with 99.5 percent accuracy, every candidate pair contrasts two distinct generators, and the human preference labels agree with a fold-exclusive per-generator win-rate prior on 66 percent of the evaluated pairs. When the human label conflicts with this prior, trained judges still follow the style prior on 63 to 80 percent of the pairs. On a length-matched subset that neutralizes verbosity bias, the tested media configurations yield no statistically significant improvement, while an ODIN-inspired diagnostic that decouples the style shortcut leaves its content head near chance. These results do not imply that human preferences are inherently stylistic or that the descriptions contain no emotional information. Instead, they show that the current scores can be reached without verifying either description against the video. We recommend source-balanced pairing, strict length control, counter-stereotypical sliced reporting, and multi-annotator consensus for future cross-generator evaluations. Code is available at https://github.com/jiabingyang01/EmoPrefer-Audit.