CLAIFeb 18, 2025

Label Drop for Multi-Aspect Relation Modeling in Universal Information Extraction

arXiv:2502.12614v112 citationsh-index: 6Has CodeNAACL
Originality Incremental advance
AI Analysis

This addresses the challenge of complex relation extraction for NLP practitioners, offering an incremental improvement over existing methods.

The paper tackles the problem of extracting multiple relations simultaneously in Universal Information Extraction by proposing LDNet, which uses multi-aspect relation modeling and a label drop mechanism to reduce decision confusion and irrelevant relation impact, achieving competitive or state-of-the-art performance on 9 tasks and 33 datasets in various settings.

Universal Information Extraction (UIE) has garnered significant attention due to its ability to address model explosion problems effectively. Extractive UIE can achieve strong performance using a relatively small model, making it widely adopted. Extractive UIEs generally rely on task instructions for different tasks, including single-target instructions and multiple-target instructions. Single-target instruction UIE enables the extraction of only one type of relation at a time, limiting its ability to model correlations between relations and thus restricting its capability to extract complex relations. While multiple-target instruction UIE allows for the extraction of multiple relations simultaneously, the inclusion of irrelevant relations introduces decision complexity and impacts extraction accuracy. Therefore, for multi-relation extraction, we propose LDNet, which incorporates multi-aspect relation modeling and a label drop mechanism. By assigning different relations to different levels for understanding and decision-making, we reduce decision confusion. Additionally, the label drop mechanism effectively mitigates the impact of irrelevant relations. Experiments show that LDNet outperforms or achieves competitive performance with state-of-the-art systems on 9 tasks, 33 datasets, in both single-modal and multi-modal, few-shot and zero-shot settings.\footnote{https://github.com/Lu-Yang666/LDNet}

Code Implementations1 repo
Foundations

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

Your Notes