CLDec 23, 2024

Friends-MMC: A Dataset for Multi-modal Multi-party Conversation Understanding

Peking U
arXiv:2412.17295v17 citationsh-index: 10Has CodeAAAI
Originality Synthesis-oriented
AI Analysis

This work addresses the need for better character-centered understanding in real-world multi-party conversations, though it is incremental as it builds on existing multi-modal dialogue research by adding a new dataset and baseline methods.

The authors tackled the problem of multi-modal multi-party conversation understanding by introducing the Friends-MMC dataset with 24,000+ utterances and video context, and they developed a baseline method for speaker identification that outperformed pre-trained models while analyzing speaker information benefits for response prediction.

Multi-modal multi-party conversation (MMC) is a less studied yet important topic of research due to that it well fits real-world scenarios and thus potentially has more widely-used applications. Compared with the traditional multi-modal conversations, MMC requires stronger character-centered understanding abilities as there are many interlocutors appearing in both the visual and textual context. To facilitate the study of this problem, we present Friends-MMC in this paper, an MMC dataset that contains 24,000+ unique utterances paired with video context. To explore the character-centered understanding of the dialogue, we also annotate the speaker of each utterance, the names and bounding bboxes of faces that appear in the video. Based on this Friends-MMC dataset, we further study two fundamental MMC tasks: conversation speaker identification and conversation response prediction, both of which have the multi-party nature with the video or image as visual context. For conversation speaker identification, we demonstrate the inefficiencies of existing methods such as pre-trained models, and propose a simple yet effective baseline method that leverages an optimization solver to utilize the context of two modalities to achieve better performance. For conversation response prediction, we fine-tune generative dialogue models on Friend-MMC, and analyze the benefits of speaker information. The code and dataset is publicly available at https://github.com/yellow-binary-tree/Friends-MMC and thus we call for more attention on modeling speaker information when understanding conversations.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes