← Latest papers
⚡ electrical engineering

A Baseline Multimodal Approach to Emotion Recognition in Conversations

This paper presents a lightweight, accessible baseline for multimodal emotion recognition in conversations using the SemEval-2024 Task 3 dataset, combining a transformer-based text classifier and a self-supervised speech model via late-fusion to establish a transparent reference for future comparisons.

Original authors: Víctor Yeste, Rodrigo Rivas-Arévalo

Published 2026-02-03
📖 4 min read☕ Coffee break read

Original authors: Víctor Yeste, Rodrigo Rivas-Arévalo

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to guess how a character in a TV show is feeling just by watching a clip. Sometimes, you can tell by what they say. Other times, you can tell by the tone of their voice. But often, the real answer lies in combining both clues.

This paper is a "baseline" report—think of it as a starter kit or a reference recipe—created by students to show how to build a computer program that guesses emotions in conversations. They didn't try to build the smartest AI in the world; instead, they wanted to create a clear, simple, and easy-to-copy example for others to use.

Here is how they did it, using some everyday analogies:

1. The Ingredients: The "Friends" Dataset

The team used data from the famous TV show Friends. They took the show's dialogues and matched them with the emotions the characters were feeling. It's like having a script where every line is labeled with "Happy," "Sad," "Angry," etc. This served as their practice ground.

2. The Two Detectives: Text and Audio

To guess the emotion, they hired two different "detectives" (AI models) to work separately:

  • The Text Detective (The Reader): This detective only reads the words. They used advanced tools (like RoBERTa) that are very good at understanding context, sarcasm, and the meaning behind sentences.
    • The Result: This detective was pretty good at guessing, getting about 50% of the emotions right. It was the best of the single detectives.
  • The Audio Detective (The Listener): This detective only listens to the voice. They ignored the words and focused on pitch, speed, and tone (using tools like Wav2Vec2).
    • The Result: This detective struggled more, getting only about 35% right. It's harder to guess emotions just by hearing a voice without knowing the words, especially if the voice is subtle.

3. The Team-Up: The Ensemble (Late Fusion)

Instead of letting one detective make the final call, the team decided to let them work together. They used a strategy called "Late Fusion."

  • The Analogy: Imagine a jury. The Text Detective gives their opinion, and the Audio Detective gives theirs. Then, a judge (the ensemble system) takes both opinions and makes a final decision based on the combined evidence.
  • The Result: When they combined the two, the team got 63% accuracy. This is significantly better than either detective working alone. It proves that listening to what is said and how it is said gives a much clearer picture than just one or the other.

4. The Catch: What This Report Is (and Isn't)

The authors are very honest about the limits of their work. They call this a "lightweight" study.

  • It's a Reference Point: They aren't claiming this is the best system ever built. It's more like a "Hello World" example for emotion recognition.
  • Limited Testing: They didn't spend months tweaking the settings (hyperparameters) to squeeze out every last bit of performance.
  • No Visuals: They only used text and audio. They didn't look at facial expressions (like a smile or a frown), which would be a third detective.
  • Specific Domain: Because they used Friends, the system is trained on sitcom dialogue. It might not work perfectly on real-life arguments or medical consultations without more training.

The Bottom Line

This paper is a transparent guide showing that combining text and audio makes AI better at understanding human feelings than using just one. While the system isn't perfect yet, it provides a solid, open foundation for anyone else who wants to build a more advanced emotion-recognition system in the future.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →