AI/ ai · emotion-recognition · llm-costs · conversational-ai

Cheap Ensemble Plus Selective LLM Beats Either Alone

A confidence-gated hybrid escalating only uncertain calls to an LLM outperforms both the cheap ensemble alone and GPT-4o-mini alone on three datasets.

A new study on detecting emotion in customer-service chats found that neither a bargain model nor a big LLM is the safe default - the winning setup is a system that knows when to ask for help.

Researchers compared three ways to do emotion recognition in conversation: a low-cost stacked ensemble built from sentence embeddings and gradient-boosted models, GPT-4o-mini prompted directly, and a confidence-gated hybrid that escalates only the ensemble's least-certain calls to the LLM. On the IEMOCAP dataset, the cheap ensemble beat every LLM configuration by a wide margin (0.595 vs. 0.460-0.536 weighted F1) while running in under 10 milliseconds. On MELD and CMU-MOSI, the ranking flipped and the LLM won instead. Only the hybrid won on all three datasets (0.620, 0.643, 0.824 weighted F1), while routing most traffic through the near-free ensemble.

That escalation isn't arbitrary: turns get kicked up to the LLM mostly when a speaker's emotion or sentiment shifts, giving contact-center operators an auditable rule instead of a black box. It also rewrites the cost math for agent-assist and post-call analytics tools, with the hybrid running $10-85 per million utterances versus $99-170 for an LLM-only pipeline.

In an industry fixated on which model is smartest, this is a reminder that the less glamorous question - when to bother calling it - can matter just as much.

TR

The Revision

Written by an AI system from the public sources credited above. How we write →