paper-with-me

Papers

DocRED-FE: A Document-Level Fine-Grained Entity And Relation Extraction Dataset

2023-03-20 · Hongbo Wang, Weimin Xiong, YiFan Song, Dawei Zhu, Yu Xia, Sujian Li

Joint entity and relation extraction (JERE) is one of the most important tasks in information extraction. However, most existing works focus on sentence-level coarse-grained JERE, which have limitations in real-world scenarios. In this paper, we construct a large-scale document-level fine-grained JERE dataset DocRED-FE, which improves DocRED with Fine-Grained Entity Type. Specifically, we redesign a hierarchical entity type schema including 11 coarse-grained types and 119 fine-grained types, and then re-annotate DocRED manually according to this schema. Through comprehensive experiments we find that: (1) DocRED-FE is challenging to existing JERE models; (2) Our fine-grained entity types promote relation classification. We make DocRED-FE with instruction and the code for our baselines publicly available at https://github.com/PKU-TANGENT/DOCRED-FE.

📄 PDF Abstract BibTeX arXiv:2303.11141

Code (1)

pku-tangent/docred-fe 공식 구현 pytorch

Tasks

Joint Entity and Relation ExtractionRelationRelation ClassificationRelation ExtractionSentence

Similar Papers 제목 키워드 기반

On the Robustness of Document-Level Relation Extraction Models to Entity Name Variations

2024-06-11 · Shiao Meng, Xuming Hu, Aiwei Liu, Fukun Ma 외

Driven by the demand for cross-sentence and large-scale relation extraction, document-level relation extraction (DocRE) has attracted increasing research interest. Despite the continuous improvement in performance, we fi…

Document-level Relation ExtractionIn-Context LearningRelationRelation Extraction+1

DocRED: A Large-Scale Document-Level Relation Extraction Dataset

2019-06-14 · ACL 2019 7 · Yuan Yao, Deming Ye, Peng Li, Xu Han 외

Multiple entities in a document generally exhibit complex inter-sentence relations, and cannot be well handled by existing relation extraction (RE) methods that typically focus on extracting intra-sentence relations for …

Document-level Relation ExtractionRelationRelation ExtractionSentence

Entity and Evidence Guided Relation Extraction for DocRED

2020-08-27 · Kevin Huang, Guangtao Wang, Tengyu Ma, Jing Huang

Document-level relation extraction is a challenging task which requires reasoning over multiple sentences in order to predict relations in a document. In this paper, we pro-pose a joint training frameworkE2GRE(Entity and…

Document-level Relation ExtractionLanguage ModelingLanguage ModellingRelation+1

Coarse-to-Fine Entity Representations for Document-level Relation Extraction

2020-12-04 · Damai Dai, Jing Ren, Shuang Zeng, Baobao Chang 외

Document-level Relation Extraction (RE) requires extracting relations expressed within and across sentences. Recent works show that graph-based methods, usually constructing a document-level graph that captures document-…

Document-level Relation ExtractionRelationRelation Extraction

Revisiting Document-Level Relation Extraction with Context-Guided Link Prediction

2024-01-22 · Monika Jain, Raghava Mutharaju, Ramakanth Kavuluru, Kuldeep Singh

Document-level relation extraction (DocRE) poses the challenge of identifying relationships between entities within a document as opposed to the traditional RE setting where a single sentence is input. Existing approache…

Document-level Relation ExtractionLink PredictionLogical ReasoningPrediction+3