paper-with-me

Papers

Towards Robust Universal Information Extraction: Benchmark, Evaluation, and Solution

2025-03-05 · Jizhao Zhu, Akang Shi, Zixuan Li, Long Bai, Xiaolong Jin, Jiafeng Guo, Xueqi Cheng

In this paper, we aim to enhance the robustness of Universal Information Extraction (UIE) by introducing a new benchmark dataset, a comprehensive evaluation, and a feasible solution. Existing robust benchmark datasets have two key limitations: 1) They generate only a limited range of perturbations for a single Information Extraction (IE) task, which fails to evaluate the robustness of UIE models effectively; 2) They rely on small models or handcrafted rules to generate perturbations, often resulting in unnatural adversarial examples. Considering the powerful generation capabilities of Large Language Models (LLMs), we introduce a new benchmark dataset for Robust UIE, called RUIE-Bench, which utilizes LLMs to generate more diverse and realistic perturbations across different IE tasks. Based on this dataset, we comprehensively evaluate existing UIE models and reveal that both LLM-based models and other models suffer from significant performance drops. To improve robustness and reduce training costs, we propose a data-augmentation solution that dynamically selects hard samples for iterative training based on the model's inference loss. Experimental results show that training with only \textbf{15\%} of the data leads to an average \textbf{7.5\%} relative performance improvement across three IE tasks.

📄 PDF Abstract BibTeX arXiv:2503.03201

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationUIE

Similar Papers 제목 키워드 기반

Reading Order Matters: Information Extraction from Visually-rich Documents by Token Path Prediction

2023-10-17 · Chong Zhang, Ya Guo, Yi Tu, Huan Chen 외

Recent advances in multimodal pre-trained models have significantly improved information extraction from visually-rich documents (VrDs), in which named entity recognition (NER) is treated as a sequence-labeling task of p…

Entity LinkingKey Information ExtractionKey-value Pair Extractionnamed-entity-recognition+9

USEF-TSE: Universal Speaker Embedding Free Target Speaker Extraction

2024-09-04 · Bang Zeng, Ming Li

Target speaker extraction aims to separate the voice of a specific speaker from mixed speech. Traditionally, this process has relied on extracting a speaker embedding from a reference speech, in which a speaker recogniti…

Speaker RecognitionSpeech SeparationTarget Speaker Extraction

Multilingual Negation Scope Resolution for Clinical Text

2021-04-01 · EACL (Louhi) 2021 4 · Mareike Hartmann, Anders Søgaard

Negation scope resolution is key to high-quality information extraction from clinical texts, but so far, efforts to make encoders used for information extraction negation-aware have been limited to English. We present a …

Multi-Task LearningNegationNegation Scope Resolution

RexUniNLU: Recursive Method with Explicit Schema Instructor for Universal NLU

2024-09-09 · Chengyuan Liu, Shihang Wang, Fubang Zhao, Kun Kuang 외

Information Extraction (IE) and Text Classification (CLS) serve as the fundamental pillars of NLU, with both disciplines relying on analyzing input sequences to categorize outputs into pre-established schemas. However, t…

text-classificationText ClassificationUIE

UniEX: An Effective and Efficient Framework for Unified Information Extraction via a Span-extractive Perspective

2023-05-17 · Ping Yang, Junyu Lu, Ruyi Gan, Junjie Wang 외

We propose a new paradigm for universal information extraction (IE) that is compatible with any schema format and applicable to a list of IE tasks, such as named entity recognition, relation extraction, event extraction …

Event Extractionnamed-entity-recognitionNamed Entity RecognitionRelation Extraction+1