paper-with-me

Papers

A multimodal deep learning approach for named entity recognition from social media

2020-01-19 · Meysam Asgari-Chenaghlu, M. Reza Feizi-Derakhshi, Leili farzinvash, M. A. Balafar, Cina Motamed

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.

📄 PDF Abstract BibTeX arXiv:2001.06888

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalMultimodal Deep Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Transformer A Transformer is a model architecture that eschews recurrence and instead relies entirely on an [attention…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

TriMod Fusion for Multimodal Named Entity Recognition in Social Media

2025-01-14 · Mosab Alfaqeeh

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)NER

Aiding Intra-Text Representations with Visual Context for Multimodal Named Entity Recognition

2019-04-02 · Omer Arshad, Ignazio Gallo, Shah Nawaz, Alessandro Calefati

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

2020-07-01 · ACL 2020 6 · Jianfei Yu, Jing Jiang, Li Yang, Rui Xia

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+1

Multimodal Named Entity Recognition for Short Social Media Posts

2018-02-22 · NAACL 2018 6 · Seungwhan Moon, Leonardo Neves, Vitor Carvalho

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)NER

Named Entity Recognition in COVID-19 tweets with Entity Knowledge Augmentation

2025-10-05 · Xuankang Zhang, Jiangming Liu arxiv

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…