A multimodal deep learning approach for named entity recognition from social media
Named Entity Recognition (NER) from social media posts is a challenging task. User generated content that forms the nature of social media, is noisy and contains grammatical and linguistic errors. This noisy content makes it much harder for tasks such as named entity recognition. We propose two novel deep learning approaches utilizing multimodal deep learning and Transformers. Both of our approaches use image features from short social media posts to provide better results on the NER task. On the first approach, we extract image features using InceptionV3 and use fusion to combine textual and image features. This presents more reliable name entity recognition when the images related to the entities are provided by the user. On the second approach, we use image features combined with text and feed it into a BERT like Transformer. The experimental results, namely, the precision, recall and F1 score metrics show the superiority of our work compared to other state-of-the-art NER solutions.
Code (0)
등록된 구현이 없습니다.
Tasks
Information RetrievalMultimodal Deep Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
TriMod Fusion for Multimodal Named Entity Recognition in Social Media
Social media platforms serve as invaluable sources of user-generated content, offering insights into various aspects of human behavior. Named Entity Recognition (NER) plays a crucial role in analyzing such content by ide…
named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERAiding Intra-Text Representations with Visual Context for Multimodal Named Entity Recognition
With massive explosion of social media such as Twitter and Instagram, people daily share billions of multimedia posts, containing images and text. Typically, text in these posts is short, informal and noisy, leading to a…
named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Improving Multimodal Named Entity Recognition via Entity Span Detection with Unified Multimodal Transformer
In this paper, we study Multimodal Named Entity Recognition (MNER) for social media posts. Existing approaches for MNER mainly suffer from two drawbacks: (1) despite generating word-aware visual representations, their wo…
multimodal interactionMulti-modal Named Entity Recognitionnamed-entity-recognitionNamed Entity Recognition+1Multimodal Named Entity Recognition for Short Social Media Posts
We introduce a new task called Multimodal Named Entity Recognition (MNER) for noisy user-generated data such as tweets or Snapchat captions, which comprise short text with accompanying images. These social media posts of…
named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERNamed Entity Recognition in COVID-19 tweets with Entity Knowledge Augmentation
The COVID-19 pandemic causes severe social and economic disruption around the world, raising various subjects that are discussed over social media. Identifying pandemic-related named entities as expressed on social media…