paper-with-me

Papers

Global Structure Knowledge-Guided Relation Extraction Method for Visually-Rich Document

2023-05-23 · Xiangnan Chen, Qian Xiao, Juncheng Li, Duo Dong, Jun Lin, Xiaozhong Liu, Siliang Tang

Visual Relation Extraction (VRE) is a powerful means of discovering relationships between entities within visually-rich documents. Existing methods often focus on manipulating entity features to find pairwise relations, yet neglect the more fundamental structural information that links disparate entity pairs together. The absence of global structure information may make the model struggle to learn long-range relations and easily predict conflicted results. To alleviate such limitations, we propose a GlObal Structure knowledge-guided relation Extraction (GOSE) framework. GOSE initiates by generating preliminary relation predictions on entity pairs extracted from a scanned image of the document. Subsequently, global structural knowledge is captured from the preceding iterative predictions, which are then incorporated into the representations of the entities. This "generate-capture-incorporate" cycle is repeated multiple times, allowing entity representations and global structure knowledge to be mutually reinforced. Extensive experiments validate that GOSE not only outperforms existing methods in the standard fine-tuning setting but also reveals superior cross-lingual learning capabilities; indeed, even yields stronger data-efficient performance in the low-resource setting. The code for GOSE will be available at https://github.com/chenxn2020/GOSE.

📄 PDF Abstract BibTeX arXiv:2305.13850

Code (1)

chenxn2020/gose 공식 구현 pytorch

Tasks

RelationRelation Extraction

Similar Papers 제목 키워드 기반

GREG: A Global Level Relation Extraction with Knowledge Graph Embedding

2020-02-10 · Appl. Sci. 2020 2020 2 · Kuekyeng Kim, Yuna Hur, Gyeongmin Kim, Heuiseok Lim

In an age overflowing with information, the task of converting unstructured data into structured data are a vital task of great need. Currently, most relation extraction modules are more focused on the extraction of loca…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graph EmbeddingsKnowledge Graphs+2

RSGT: Relational Structure Guided Temporal Relation Extraction

2022-10-01 · COLING 2022 10 · Jie zhou, Shenpo Dong, Hongkui Tu, Xiaodong Wang 외

Temporal relation extraction aims to extract temporal relations between event pairs, which is crucial for natural language understanding. Few efforts have been devoted to capturing the global features. In this paper, we …

Graph Neural NetworkNatural Language UnderstandingRelationRelation Extraction+3

Visually Guided Spatial Relation Extraction from Text

2018-06-01 · NAACL 2018 6 · Taher Rahgooy, Umar Manzoor, Parisa Kordjamshidi

Extraction of spatial relations from sentences with complex/nesting relationships is very challenging as often needs resolving inherent semantic ambiguities. We seek help from visual modality to fill the information gap …

Activity RecognitionImage CaptioningImage RetrievalObject Localization+4

Knowledge-guided Convolutional Networks for Chemical-Disease Relation Extraction

2019-12-23 · Huiwei Zhou, Chengkun Lang, Zhuang Liu, Shixian Ning 외

Background: Automatic extraction of chemical-disease relations (CDR) from unstructured text is of essential importance for disease treatment and drug development. Meanwhile, biomedical experts have built many highly-stru…

Entity EmbeddingsRelationRelation Extraction

Mutually Guided Few-shot Learning for Relational Triple Extraction

2023-06-23 · Chengmei Yang, Shuai Jiang, Bowei He, Chen Ma 외

Knowledge graphs (KGs), containing many entity-relation-entity triples, provide rich information for downstream applications. Although extracting triples from unstructured texts has been widely explored, most of them req…

Cross-Domain Few-ShotDecoderFew-Shot LearningKnowledge Graphs+2