paper-with-me

Papers

Document-level Causal Relation Extraction with Knowledge-guided Binary Question Answering

2024-10-07 · Zimu Wang, Lei Xia, Wei Wang, Xinya Du

As an essential task in information extraction (IE), Event-Event Causal Relation Extraction (ECRE) aims to identify and classify the causal relationships between event mentions in natural language texts. However, existing research on ECRE has highlighted two critical challenges, including the lack of document-level modeling and causal hallucinations. In this paper, we propose a Knowledge-guided binary Question Answering (KnowQA) method with event structures for ECRE, consisting of two stages: Event Structure Construction and Binary Question Answering. We conduct extensive experiments under both zero-shot and fine-tuning settings with large language models (LLMs) on the MECI and MAVEN-ERE datasets. Experimental results demonstrate the usefulness of event structures on document-level ECRE and the effectiveness of KnowQA by achieving state-of-the-art on the MECI dataset. We observe not only the effectiveness but also the high generalizability and low inconsistency of our method, particularly when with complete event structures after fine-tuning the models.

📄 PDF Abstract BibTeX arXiv:2410.04752

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringRelationRelation Extraction

Similar Papers 제목 키워드 기반

Causal Knowledge Extraction from Scholarly Papers in Social Sciences

2020-06-16 · Victor Zitian Chen, Felipe Montano-Campos, Wlodek Zadrozny

The scale and scope of scholarly articles today are overwhelming human researchers who seek to timely digest and synthesize knowledge. In this paper, we seek to develop natural language processing (NLP) models to acceler…

ArticlesEntity Extraction using GANGeneral ClassificationManagement

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

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

Consistency Guided Knowledge Retrieval and Denoising in LLMs for Zero-shot Document-level Relation Triplet Extraction

2024-01-24 · Qi Sun, Kun Huang, Xiaocui Yang, Rong Tong 외

Document-level Relation Triplet Extraction (DocRTE) is a fundamental task in information systems that aims to simultaneously extract entities with semantic relations from a document. Existing methods heavily rely on a su…

DenoisingRelationRetrievalText Generation+1

Document-Level In-Context Few-Shot Relation Extraction via Pre-Trained Language Models

2023-10-17 · Yilmazcan Ozyurt, Stefan Feuerriegel, Ce Zhang

Document-level relation extraction aims at inferring structured human knowledge from textual documents. State-of-the-art methods for this task use pre-trained language models (LMs) via fine-tuning, yet fine-tuning is com…

Document-level Relation ExtractionFew-Shot Learningnamed-entity-recognitionNamed Entity Recognition+2