paper-with-me

Papers

Document-level Relation Extraction as Semantic Segmentation

2021-06-07 · Ningyu Zhang, Xiang Chen, Xin Xie, Shumin Deng, Chuanqi Tan, Mosha Chen, Fei Huang, Luo Si, Huajun Chen

Document-level relation extraction aims to extract relations among multiple entity pairs from a document. Previously proposed graph-based or transformer-based models utilize the entities independently, regardless of global information among relational triples. This paper approaches the problem by predicting an entity-level relation matrix to capture local and global information, parallel to the semantic segmentation task in computer vision. Herein, we propose a Document U-shaped Network for document-level relation extraction. Specifically, we leverage an encoder module to capture the context information of entities and a U-shaped segmentation module over the image-style feature map to capture global interdependency among triples. Experimental results show that our approach can obtain state-of-the-art performance on three benchmark datasets DocRED, CDR, and GDA.

📄 PDF Abstract BibTeX arXiv:2106.03618

Code (2)

zjunlp/DocuNet 공식 구현 pytorch
wutong8023/Awesome_Information_Extraction

Tasks

Document-level Relation ExtractionRelationRelation ExtractionSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Semantic Parsing of Interpage Relations

2022-05-26 · Mehmet Arif Demirtaş, Berke Oral, Mehmet Yasin Akpınar, Onur Deniz

Page-level analysis of documents has been a topic of interest in digitization efforts, and multimodal approaches have been applied to both classification and page stream segmentation. In this work, we focus on capturing …

ClassificationDependency ParsingPage Stream SegmentationSegmentation+1

A Concept-Centered Hypertext Approach to Case-Based Retrieval

2018-11-27 · Marchesin Stefano

The goal of case-based retrieval is to assist physicians in the clinical decision making process, by finding relevant medical literature in large archives. We propose a research that aims at improving the effectiveness o…

Decision MakingRelational ReasoningRetrieval

Global-to-Local Neural Networks for Document-Level Relation Extraction

2020-09-22 · EMNLP 2020 11 · Difeng Wang, Wei Hu, Ermei Cao, Weijian Sun

Relation extraction (RE) aims to identify the semantic relations between named entities in text. Recent years have witnessed it raised to the document level, which requires complex reasoning with entities and mentions th…

Document-level Relation ExtractionRelationRelation Extraction

DocSegTr: An Instance-Level End-to-End Document Image Segmentation Transformer

2022-01-27 · Sanket Biswas, Ayan Banerjee, Josep Lladós, Umapada Pal

Understanding documents with rich layouts is an essential step towards information extraction. Business intelligence processes often require the extraction of useful semantic content from documents at a large scale for s…

Decision MakingDocument Layout AnalysisImage SegmentationInstance Segmentation+2

Relation-Specific Attentions over Entity Mentions for Enhanced Document-Level Relation Extraction

2022-05-28 · NAACL 2022 7 · Jiaxin Yu, Deqing Yang, Shuyu Tian

Compared with traditional sentence-level relation extraction, document-level relation extraction is a more challenging task where an entity in a document may be mentioned multiple times and associated with multiple relat…

Document-level Relation ExtractionRelationRelation ClassificationRelation Extraction+1