paper-with-me

Papers

Consistent Document-Level Relation Extraction via Counterfactuals

2024-07-09 · Ali Modarressi, Abdullatif Köksal, Hinrich Schütze

Many datasets have been developed to train and evaluate document-level relation extraction (RE) models. Most of these are constructed using real-world data. It has been shown that RE models trained on real-world data suffer from factual biases. To evaluate and address this issue, we present CovEReD, a counterfactual data generation approach for document-level relation extraction datasets using entity replacement. We first demonstrate that models trained on factual data exhibit inconsistent behavior: while they accurately extract triples from factual data, they fail to extract the same triples after counterfactual modification. This inconsistency suggests that models trained on factual data rely on spurious signals such as specific entities and external knowledge $\unicode{x2013}$ rather than on the input context $\unicode{x2013}$ to extract triples. We show that by generating document-level counterfactual data with CovEReD and training models on them, consistency is maintained with minimal impact on RE performance. We release our CovEReD pipeline as well as Re-DocRED-CF, a dataset of counterfactual RE documents, to assist in evaluating and addressing inconsistency in document-level RE.

📄 PDF Abstract BibTeX arXiv:2407.06699

Code (1)

amodaresi/CovEReD 공식 구현 pytorch

Tasks

counterfactualDocument-level Relation ExtractionRelationRelation Extraction

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

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

PromptRE: Weakly-Supervised Document-Level Relation Extraction via Prompting-Based Data Programming

2023-10-13 · Chufan Gao, Xulin Fan, Jimeng Sun, Xuan Wang

Relation extraction aims to classify the relationships between two entities into pre-defined categories. While previous research has mainly focused on sentence-level relation extraction, recent studies have expanded the …

Document-level Relation ExtractionRelationRelation ClassificationRelation Extraction+1

A Masked Image Reconstruction Network for Document-level Relation Extraction

2022-04-21 · Liang Zhang, Yidong Cheng

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+1

EA^2E: Improving Consistency with Event Awareness for Document-Level Argument Extraction

2022-07-01 · Findings (NAACL) 2022 7 · Qi Zeng, Qiusi Zhan, Heng Ji

Events are inter-related in documents. Motivated by the one-sense-per-discourse theory, we hypothesize that a participant tends to play consistent roles across multiple events in the same document. However recent work on…

Event Argument ExtractionKnowledge Base PopulationQuestion Answering