paper-with-me

Papers

Universal Information Extraction as Unified Semantic Matching

2023-01-09 · Jie Lou, Yaojie Lu, Dai Dai, Wei Jia, Hongyu Lin, Xianpei Han, Le Sun, Hua Wu

The challenge of information extraction (IE) lies in the diversity of label schemas and the heterogeneity of structures. Traditional methods require task-specific model design and rely heavily on expensive supervision, making them difficult to generalize to new schemas. In this paper, we decouple IE into two basic abilities, structuring and conceptualizing, which are shared by different tasks and schemas. Based on this paradigm, we propose to universally model various IE tasks with Unified Semantic Matching (USM) framework, which introduces three unified token linking operations to model the abilities of structuring and conceptualizing. In this way, USM can jointly encode schema and input text, uniformly extract substructures in parallel, and controllably decode target structures on demand. Empirical evaluation on 4 IE tasks shows that the proposed method achieves state-of-the-art performance under the supervised experiments and shows strong generalization ability in zero/few-shot transfer settings.

📄 PDF Abstract BibTeX arXiv:2301.03282

Code (0)

등록된 구현이 없습니다.

Tasks

Diversity

Similar Papers 제목 키워드 기반

Unified BERT for Few-shot Natural Language Understanding

2022-06-24 · Junyu Lu, Ping Yang, Ruyi Gan, Jing Yang 외

Even as pre-trained language models share a semantic encoder, natural language understanding suffers from a diversity of output schemas. In this paper, we propose UBERT, a unified bidirectional language understanding mod…

DiversityNatural Language Understanding

Unified Structure Generation for Universal Information Extraction

2022-03-23 · ACL 2022 5 · Yaojie Lu, Qing Liu, Dai Dai, Xinyan Xiao 외

Information extraction suffers from its varying targets, heterogeneous structures, and demand-specific schemas. In this paper, we propose a unified text-to-structure generation framework, namely UIE, which can universall…

Aspect-Based Sentiment Analysis (ABSA)UIE

SAMA: Semantic Anchor-aligned Augmentation for Unified Low-Resource Multimodal Information Extraction

2026-06-17 · Quanjiang Guo, Chong Mu, Jiazhou Pan, Ming Jia 외 arxiv

Multimodal Information Extraction (MIE)-covering tasks such as Multimodal Named Entity Recognition (MNER), Relation Extraction (MRE), and Event Extraction (MEE)-is essential for understanding multimedia content but remai…

Information ExtractionRelation ExtractionData AugmentationEvent Extraction

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

ProUIE: A Macro-to-Micro Progressive Learning Method for LLM-based Universal Information Extraction

2026-04-12 · Wenda Liu, Zhigang Song, Shuai Nie, Guangyao Liu 외 arxiv

LLM-based universal information extraction (UIE) methods often rely on additional information beyond the original training data, which increases training complexity yet often yields limited gains. To address this, we pro…

Information Extraction