paper-with-me

Papers

CorefDRE: Document-level Relation Extraction with coreference resolution

2022-02-22 · Zhongxuan Xue, Rongzhen Li, Qizhu Dai, Zhong Jiang

Document-level relation extraction is to extract relation facts from a document consisting of multiple sentences, in which pronoun crossed sentences are a ubiquitous phenomenon against a single sentence. However, most of the previous works focus more on mentions coreference resolution except for pronouns, and rarely pay attention to mention-pronoun coreference and capturing the relations. To represent multi-sentence features by pronouns, we imitate the reading process of humans by leveraging coreference information when dynamically constructing a heterogeneous graph to enhance semantic information. Since the pronoun is notoriously ambiguous in the graph, a mention-pronoun coreference resolution is introduced to calculate the affinity between pronouns and corresponding mentions, and the noise suppression mechanism is proposed to reduce the noise caused by pronouns. Experiments on the public dataset, DocRED, DialogRE and MPDD, show that Coref-aware Doc-level Relation Extraction based on Graph Inference Network outperforms the state-of-the-art.

📄 PDF Abstract BibTeX arXiv:2202.10744

Code (0)

등록된 구현이 없습니다.

Tasks

coreference-resolutionCoreference ResolutionDocument-level Relation ExtractionRelationRelation ExtractionSentence

Similar Papers 제목 키워드 기반

Enhancing Document-level Relation Extraction by Entity Knowledge Injection

2022-07-23 · Xinyi Wang, Zitao Wang, Weijian Sun, Wei Hu

Document-level relation extraction (RE) aims to identify the relations between entities throughout an entire document. It needs complex reasoning skills to synthesize various knowledge such as coreferences and commonsens…

Document-level Relation ExtractionKnowledge GraphsRelationRelation Extraction

Seq2rel: A sequence-to-sequence-based approach for document-level relation extraction

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Motivated by the fact that many relations cross the sentence boundary, there has been increasing interest in document-level relation extraction (RE). Document-level RE requires integrating information within and across s…

coreference-resolutionCoreference ResolutionDocument-level Relation ExtractionJoint Entity and Relation Extraction+3

Cross-document coreference: An approach to capturing coreference without context

2019-11-01 · WS 2019 11 · Kristin Wright-Bettner, Martha Palmer, Guergana Savova, Piet de Groen 외

This paper discusses a cross-document coreference annotation schema that was developed to further automatic extraction of timelines in the clinical domain. Lexical senses and coreference choices are determined largely by…

Exploiting Coreference and Schema Structure for Document-level Event Extraction

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Document-level event extraction (DEE) extracts structured information of events from a document. Previous studies focus on improving the model architecture. We argue that exploiting data characteristics is also important…

Document-level Event ExtractionEvent Extraction

Document-level Event Extraction with Efficient End-to-end Learning of Cross-event Dependencies

2020-10-24 · NAACL (NUSE) 2021 6 · Kung-Hsiang Huang, Nanyun Peng

Fully understanding narratives often requires identifying events in the context of whole documents and modeling the event relations. However, document-level event extraction is a challenging task as it requires the extra…

Computational EfficiencyDocument-level Event ExtractionEvent ExtractionInformation Retrieval+3