CLAIIRSep 7, 2024

DiVA-DocRE: A Discriminative and Voice-Aware Paradigm for Document-Level Relation Extraction

arXiv:2409.13717v21 citationsh-index: 2
Originality Incremental advance
AI Analysis

This addresses inefficiencies in existing methods for extracting entities and relations from documents, which is critical for information systems, though it appears incremental as it builds on prior work in relation extraction.

The paper tackles the problem of document-level relation triplet extraction (DocRTE) by introducing a discriminative and voice-aware paradigm called DiVA, which simplifies the process to two steps and achieves state-of-the-art results on Re-DocRED and DocRED datasets.

The remarkable capabilities of Large Language Models (LLMs) in text comprehension and generation have revolutionized Information Extraction (IE). One such advancement is in Document-level Relation Triplet Extraction (DocRTE), a critical task in information systems that aims to extract entities and their semantic relationships from documents. However, existing methods are primarily designed for Sentence level Relation Triplet Extraction (SentRTE), which typically handles a limited set of relations and triplet facts within a single sentence. Additionally, some approaches treat relations as candidate choices integrated into prompt templates, resulting in inefficient processing and suboptimal performance when determining the relation elements in triplets. To address these limitations, we introduce a Discriminative and Voice Aware Paradigm DiVA. DiVA involves only two steps: performing document-level relation extraction (DocRE) and then identifying the subject object entities based on the relation. No additional processing is required simply input the document to directly obtain the triplets. This streamlined process more accurately reflects real-world scenarios for triplet extraction. Our innovation lies in transforming DocRE into a discriminative task, where the model pays attention to each relation and to the often overlooked issue of active vs. passive voice within the triplet. Our experiments on the Re-DocRED and DocRED datasets demonstrate state-of-the-art results for the DocRTE task.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes