paper-with-me

Papers

Multipar-T: Multiparty-Transformer for Capturing Contingent Behaviors in Group Conversations

2023-04-19 · Dong Won Lee, Yubin Kim, Rosalind Picard, Cynthia Breazeal, Hae Won Park

As we move closer to real-world AI systems, AI agents must be able to deal with multiparty (group) conversations. Recognizing and interpreting multiparty behaviors is challenging, as the system must recognize individual behavioral cues, deal with the complexity of multiple streams of data from multiple people, and recognize the subtle contingent social exchanges that take place amongst group members. To tackle this challenge, we propose the Multiparty-Transformer (Multipar-T), a transformer model for multiparty behavior modeling. The core component of our proposed approach is the Crossperson Attention, which is specifically designed to detect contingent behavior between pairs of people. We verify the effectiveness of Multipar-T on a publicly available video-based group engagement detection benchmark, where it outperforms state-of-the-art approaches in average F-1 scores by 5.2% and individual class F-1 scores by up to 10.0%. Through qualitative analysis, we show that our Crossperson Attention module is able to discover contingent behavior.

📄 PDF Abstract BibTeX arXiv:2304.12204

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Capturing Chat: Annotation and Tools for Multiparty Casual Conversation.

2016-05-01 · LREC 2016 5 · Emer Gilmartin, Nick Campbell

Casual multiparty conversation is an understudied but very common genre of spoken interaction, whose analysis presents a number of challenges in terms of data scarcity and annotation. We describe the annotation process u…

Transformers to Learn Hierarchical Contexts in Multiparty Dialogue for Span-based Question Answering

2020-04-07 · ACL 2020 6 · Changmao Li, Jinho D. Choi

We introduce a novel approach to transformers that learns hierarchical representations in multiparty dialogue. First, three language modeling tasks are used to pre-train the transformers, token- and utterance-level langu…

Language ModelingLanguage ModellingMulti-Task LearningPrediction+1

Molweni: A Challenge Multiparty Dialogues-based Machine Reading Comprehension Dataset with Discourse Structure

2020-04-10 · COLING 2020 8 · Jiaqi Li, Ming Liu, Min-Yen Kan, Zihao Zheng 외

Research into the area of multiparty dialog has grown considerably over recent years. We present the Molweni dataset, a machine reading comprehension (MRC) dataset with discourse structure built over multiparty dialog. M…

Dialogue UnderstandingDiscourse ParsingMachine Reading ComprehensionReading Comprehension

Multilingual Coreference Resolution in Multiparty Dialogue

2022-08-02 · Boyuan Zheng, Patrick Xia, Mahsa Yarmohammadi, Benjamin Van Durme

Existing multiparty dialogue datasets for entity coreference resolution are nascent, and many challenges are still unaddressed. We create a large-scale dataset, Multilingual Multiparty Coref (MMC), for this task based on…

coreference-resolutionCoreference ResolutionData Augmentation

DADgraph: A Discourse-aware Dialogue Graph Neural Network for Multiparty Dialogue Machine Reading Comprehension

2021-04-26 · Jiaqi Li, Ming Liu, Zihao Zheng, Heng Zhang 외

Multiparty Dialogue Machine Reading Comprehension (MRC) differs from traditional MRC as models must handle the complex dialogue discourse structure, previously unconsidered in traditional MRC. To fully exploit such disco…

Graph Neural NetworkMachine Reading ComprehensionQuestion AnsweringReading Comprehension