paper-with-me

Papers

Multi-attention Recurrent Network for Human Communication Comprehension

2018-02-03 · Amir Zadeh, Paul Pu Liang, Soujanya Poria, Prateek Vij, Erik Cambria, Louis-Philippe Morency

Human face-to-face communication is a complex multimodal signal. We use words (language modality), gestures (vision modality) and changes in tone (acoustic modality) to convey our intentions. Humans easily process and understand face-to-face communication, however, comprehending this form of communication remains a significant challenge for Artificial Intelligence (AI). AI must understand each modality and the interactions between them that shape human communication. In this paper, we present a novel neural architecture for understanding human communication called the Multi-attention Recurrent Network (MARN). The main strength of our model comes from discovering interactions between modalities through time using a neural component called the Multi-attention Block (MAB) and storing them in the hybrid memory of a recurrent component called the Long-short Term Hybrid Memory (LSTHM). We perform extensive comparisons on six publicly available datasets for multimodal sentiment analysis, speaker trait recognition and emotion recognition. MARN shows state-of-the-art performance on all the datasets.

📄 PDF Abstract BibTeX arXiv:1802.00923

Code (2)

clin366/MFN pytorch
pliang279/MFN pytorch

Tasks

Emotion RecognitionMultimodal Sentiment AnalysisSentiment Analysis

Similar Papers 제목 키워드 기반

Comparing Attention-based Convolutional and Recurrent Neural Networks: Success and Limitations in Machine Reading Comprehension

2018-08-27 · CONLL 2018 10 · Matthias Blohm, Glorianna Jagfeld, Ekta Sood, Xiang Yu 외

We propose a machine reading comprehension model based on the compare-aggregate framework with two-staged attention that achieves state-of-the-art results on the MovieQA question answering dataset. To investigate the lim…

Machine Reading ComprehensionQuestion AnsweringReading Comprehension

Towards Machine Comprehension of Spoken Content: Initial TOEFL Listening Comprehension Test by Machine

2016-08-23 · Bo-Hsiang Tseng, Sheng-syun Shen, Hung-Yi Lee, Lin-shan Lee

Multimedia or spoken content presents more attractive information than plain text content, but it's more difficult to display on a screen and be selected by a user. As a result, accessing large collections of the former …

Reading ComprehensionSentence

Hierarchical Attention Model for Improved Machine Comprehension of Spoken Content

2016-08-28 · Wei Fang, Jui-Yang Hsu, Hung-Yi Lee, Lin-shan Lee

Multimedia or spoken content presents more attractive information than plain text content, but the former is more difficult to display on a screen and be selected by a user. As a result, accessing large collections of th…

Reading Comprehension

Revenge of the Fallen? Recurrent Models Match Transformers at Predicting Human Language Comprehension Metrics

2024-04-30 · James A. Michaelov, Catherine Arnett, Benjamin K. Bergen

Transformers have generally supplanted recurrent neural networks as the dominant architecture for both natural language processing tasks and for modelling the effect of predictability on online human language comprehensi…

Mamba

Generating Distractors for Reading Comprehension Questions from Real Examinations

2018-09-08 · Yifan Gao, Lidong Bing, Piji Li, Irwin King 외

We investigate the task of distractor generation for multiple choice reading comprehension questions from examinations. In contrast to all previous works, we do not aim at preparing words or short phrases distractors, in…

DecoderDistractor GenerationMultiple-choiceReading Comprehension+1