TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Named Entity and Relation Extraction with Multi-Modal Retr...

Named Entity and Relation Extraction with Multi-Modal Retrieval

Xinyu Wang, Jiong Cai, Yong Jiang, Pengjun Xie, Kewei Tu, Wei Lu

2022-12-03Relation ExtractionText RetrievalNamed Entity RecognitionRetrievalNamed Entity Recognition (NER)
PaperPDFCode(official)

Abstract

Multi-modal named entity recognition (NER) and relation extraction (RE) aim to leverage relevant image information to improve the performance of NER and RE. Most existing efforts largely focused on directly extracting potentially useful information from images (such as pixel-level features, identified objects, and associated captions). However, such extraction processes may not be knowledge aware, resulting in information that may not be highly relevant. In this paper, we propose a novel Multi-modal Retrieval based framework (MoRe). MoRe contains a text retrieval module and an image-based retrieval module, which retrieve related knowledge of the input text and image in the knowledge corpus respectively. Next, the retrieval results are sent to the textual and visual models respectively for predictions. Finally, a Mixture of Experts (MoE) module combines the predictions from the two models to make the final decision. Our experiments show that both our textual model and visual model can achieve state-of-the-art performance on four multi-modal NER datasets and one multi-modal RE dataset. With MoE, the model performance can be further improved and our analysis demonstrates the benefits of integrating both textual and visual cues for such tasks.

Results

TaskDatasetMetricValueModel
Named Entity Recognition (NER)SNAP (MNER)F191.1MoRe-MoE
Named Entity Recognition (NER)SNAP (MNER)F190.2MoRe-Image
Named Entity Recognition (NER)SNAP (MNER)F190.09MoRe-Text
Named Entity Recognition (NER)SNAP (MNER)F189.65BERT-CRF
Named Entity Recognition (NER)Twitter-17F190.67MoRe-MoE
Named Entity Recognition (NER)Twitter-15F179.21MoRe-MoE
Named Entity Recognition (NER)Twitter-15F178.13MoRe-Image
Named Entity Recognition (NER)Twitter-15F177.91MoRe-Text
Named Entity Recognition (NER)Twitter-15F177.04BERT-CRF
Named Entity Recognition (NER)WikiDiverseF179.33MoRe-MoE
Named Entity Recognition (NER)WikiDiverseF177.97MoRe-Text
Named Entity Recognition (NER)WikiDiverseF177.46MoRe-Image
Named Entity Recognition (NER)WikiDiverseF176.58BERT-CRF
Named Entity Recognition (NER)Twitter-2017F190.67MoRe-MoE

Related Papers

From Roots to Rewards: Dynamic Tree Reasoning with RL2025-07-17HapticCap: A Multimodal Dataset and Task for Understanding User Experience of Vibration Haptic Signals2025-07-17A Survey of Context Engineering for Large Language Models2025-07-17MCoT-RE: Multi-Faceted Chain-of-Thought and Re-Ranking for Training-Free Zero-Shot Composed Image Retrieval2025-07-17Developing Visual Augmented Q&A System using Scalable Vision Embedding Retrieval & Late Interaction Re-ranker2025-07-16Language-Guided Contrastive Audio-Visual Masked Autoencoder with Automatically Generated Audio-Visual-Text Triplets from Videos2025-07-16Context-Aware Search and Retrieval Over Erasure Channels2025-07-16Seq vs Seq: An Open Suite of Paired Encoders and Decoders2025-07-15