paper-with-me

홈 › Papers

Retrieval over Classification: Integrating Relation Semantics for Multimodal Relation Extraction

2025-09-25 · Lei Hei, Tingjing Liao, Yingxin Pei, Yiyang Qi, Jiaqi Wang, Ruiting Li, Feiliang Ren arxiv

Relation extraction (RE) aims to identify semantic relations between entities in unstructured text. Although recent work extends traditional RE to multimodal scenarios, most approaches still adopt classification-based paradigms with fused multimodal features, representing relations as discrete labels. This paradigm has two significant limitations: (1) it overlooks structural constraints like entity types and positional cues, and (2) it lacks semantic expressiveness for fine-grained relation understanding. We propose \underline{R}etrieval \underline{O}ver \underline{C}lassification (ROC), a novel framework that reformulates multimodal RE as a retrieval task driven by relation semantics. ROC integrates entity type and positional information through a multimodal encoder, expands relation labels into natural language descriptions using a large language model, and aligns entity-relation pairs via semantic similarity-based contrastive learning. Experiments show that our method achieves state-of-the-art performance on the benchmark datasets MNRE and MORE and exhibits stronger robustness and interpretability.

📄 PDF Abstract BibTeX arXiv:2509.21151

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningSemantic SimilarityRelation Extraction

Similar Papers 제목 키워드 기반

Leveraging Label Semantics and Meta-Label Refinement for Multi-Label Question Classification

2024-11-04 · Shi Dong, Xiaobei Niu, Rui Zhong, Zhifeng Wang 외

Accurate annotation of educational resources is critical in the rapidly advancing field of online education due to the complexity and volume of content. Existing classification methods face challenges with semantic overl…

MathReranking

Structure and Semantics Preserving Document Representations

2022-01-11 · Natraj Raman, Sameena Shah, Manuela Veloso

Retrieving relevant documents from a corpus is typically based on the semantic similarity between the document content and query text. The inclusion of structural relationship between documents can benefit the retrieval …

Metric LearningRetrievalSemantic SimilaritySemantic Textual Similarity

Integrating Semantics and Neighborhood Information with Graph-Driven Generative Models for Document Retrieval

2021-05-27 · ACL 2021 5 · Zijing Ou, Qinliang Su, Jianxing Yu, Bang Liu 외

With the need of fast retrieval speed and small memory footprint, document hashing has been playing a crucial role in large-scale information retrieval. To generate high-quality hashing code, both semantics and neighborh…

Information RetrievalRetrieval

Unified Generative and Discriminative Training for Multi-modal Large Language Models

2024-11-01 · Wei Chow, Juncheng Li, Qifan Yu, Kaihang Pan 외

In recent times, Vision-Language Models (VLMs) have been trained under two predominant paradigms. Generative training has enabled Multimodal Large Language Models (MLLMs) to tackle various complex tasks, yet issues such …

Dynamic Time WarpingImage-text ClassificationLanguage ModelingLanguage Modelling+4

Privacy-protected Retrieval-Augmented Generation for Knowledge Graph Question Answering

2025-08-12 · Yunfeng Ning, Mayi Xu, Jintao Wen, Qiankun Pi 외 arxiv

LLMs often suffer from hallucinations and outdated or incomplete knowledge. RAG is proposed to address these issues by integrating external knowledge like that in KGs into LLMs. However, leveraging private KGs in RAG sys…

Graph Question Answering