paper-with-me

홈 › Papers

Integrating Text and Image: Determining Multimodal Document Intent in Instagram Posts

2019-04-19 · IJCNLP 2019 11 · Julia Kruk, Jonah Lubin, Karan Sikka, Xiao Lin, Dan Jurafsky, Ajay Divakaran

Computing author intent from multimodal data like Instagram posts requires modeling a complex relationship between text and image. For example, a caption might evoke an ironic contrast with the image, so neither caption nor image is a mere transcript of the other. Instead they combine -- via what has been called meaning multiplication -- to create a new meaning that has a more complex relation to the literal meanings of text and image. Here we introduce a multimodal dataset of 1299 Instagram posts labeled for three orthogonal taxonomies: the authorial intent behind the image-caption pair, the contextual relationship between the literal meanings of the image and caption, and the semiotic relationship between the signified meanings of the image and caption. We build a baseline deep multimodal classifier to validate the taxonomy, showing that employing both text and image improves intent detection by 9.6% compared to using only the image modality, demonstrating the commonality of non-intersective meaning multiplication. The gain with multimodality is greatest when the image and caption diverge semiotically. Our dataset offers a new resource for the study of the rich meanings that result from pairing text and image.

📄 PDF Abstract BibTeX arXiv:1904.09073

Code (1)

karansikka1/documentIntent_emnlp19 공식 구현

Tasks

Intent Detection

Similar Papers 제목 키워드 기반

Identification of Multimodal Stance Towards Frames of Communication

2023-12-01 · EMNLP 2023 12 · Maxwell Weinzierl, Sanda Harabagiu

Frames of communication are often evoked in multimedia documents. When an author decides to add an image to a text, one or both of the modalities may evoke a communication frame. Moreover, when evoking the frame, the aut…

Stance Detection

A Dataset for Multimodal Question Answering in the Cultural Heritage Domain

2016-12-01 · WS 2016 12 · Shurong Sheng, Luc van Gool, Marie-Francine Moens

Multimodal question answering in the cultural heritage domain allows visitors to ask questions in a more natural way and thus provides better user experiences with cultural objects while visiting a museum, landmark or an…

Question AnsweringSpeech RecognitionVisual Question Answering (VQA)

Multimodal Cross-Document Event Coreference Resolution Using Linear Semantic Transfer and Mixed-Modality Ensembles

2024-04-13 · Abhijnan Nath, Huma Jamil, Shafiuddin Rehan Ahmed, George Baker 외

Event coreference resolution (ECR) is the task of determining whether distinct mentions of events within a multi-document corpus are actually linked to the same underlying occurrence. Images of the events can help facili…

coreference-resolutionCoreference ResolutionEvent Coreference Resolution

Audio Retrieval for Multimodal Design Documents: A New Dataset and Algorithms

2023-02-28 · Prachi Singh, Srikrishna Karanam, Sumit Shekhar

We consider and propose a new problem of retrieving audio files relevant to multimodal design document inputs comprising both textual elements and visual imagery, e.g., birthday/greeting cards. In addition to enhancing u…

Retrieval

Beyond Text: Optimizing RAG with Multimodal Inputs for Industrial Applications

2024-10-29 · Monica Riedler, Stefan Langer

Large Language Models (LLMs) have demonstrated impressive capabilities in answering questions, but they lack domain-specific knowledge and are prone to hallucinations. Retrieval Augmented Generation (RAG) is one approach…

Image RetrievalRAGRetrievalRetrieval-augmented Generation+1