HIN: Hierarchical Inference Network for Document-Level Relation Extraction
Document-level RE requires reading, inferring and aggregating over multiple sentences. From our point of view, it is necessary for document-level RE to take advantage of multi-granularity inference information: entity level, sentence level and document level. Thus, how to obtain and aggregate the inference information with different granularity is challenging for document-level RE, which has not been considered by previous work. In this paper, we propose a Hierarchical Inference Network (HIN) to make full use of the abundant information from entity level, sentence level and document level. Translation constraint and bilinear transformation are applied to target entity pair in multiple subspaces to get entity-level inference information. Next, we model the inference between entity-level information and sentence representation to achieve sentence-level inference information. Finally, a hierarchical aggregation approach is adopted to obtain the document-level inference information. In this way, our model can effectively aggregate inference information from these three different granularities. Experimental results show that our method achieves state-of-the-art performance on the large-scale DocRED dataset. We also demonstrate that using BERT representations can further substantially boost the performance.
Code (0)
등록된 구현이 없습니다.
Tasks
Document-level Relation ExtractionRelationRelation ExtractionSentenceTranslationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
HCRE: LLM-based Hierarchical Classification for Cross-Document Relation Extraction with a Prediction-then-Verification Strategy
Cross-document relation extraction (RE) aims to identify relations between the head and tail entities located in different documents. Existing approaches typically adopt the paradigm of ``\textit{Small Language Model (SL…
Relation ExtractionA Hierarchical Entity Graph Convolutional Network for Relation Extraction across Documents
Distantly supervised datasets for relation extraction mostly focus on sentence-level extraction, and they cover very few relations. In this work, we propose cross-document relation extraction, where the two entities of a…
RelationRelation ExtractionSentenceA Masked Image Reconstruction Network for Document-level Relation Extraction
Document-level relation extraction aims to extract relations among entities within a document. Compared with its sentence-level counterpart, Document-level relation extraction requires inference over multiple sentences t…
Document-level Relation ExtractionImage ReconstructionRelationRelation Extraction+1UniVIE: A Unified Label Space Approach to Visual Information Extraction from Form-like Documents
Existing methods for Visual Information Extraction (VIE) from form-like documents typically fragment the process into separate subtasks, such as key information extraction, key-value pair extraction, and choice group ext…
DecoderFormKey Information ExtractionKey-value Pair Extraction+2Connecting the Dots: Document-level Neural Relation Extraction with Edge-oriented Graphs
Document-level relation extraction is a complex human process that requires logical inference to extract relationships between named entities in text. Existing approaches use graph-based neural models with words as nodes…
Document-level Relation ExtractionRelationRelation ExtractionSentence