paper-with-me

Papers

RexUniNLU: Recursive Method with Explicit Schema Instructor for Universal NLU

2024-09-09 · Chengyuan Liu, Shihang Wang, Fubang Zhao, Kun Kuang, Yangyang Kang, Weiming Lu, Changlong Sun, Fei Wu

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, there is no existing encoder-based model that can unify IE and CLS tasks from this perspective. To fully explore the foundation shared within NLU tasks, we have proposed a Recursive Method with Explicit Schema Instructor for Universal NLU. Specifically, we firstly redefine the true universal information extraction (UIE) with a formal formulation that covers almost all extraction schemas, including quadruples and quintuples which remain unsolved for previous UIE models. Then, we expands the formulation to all CLS and multi-modal NLU tasks. Based on that, we introduce RexUniNLU, an universal NLU solution that employs explicit schema constraints for IE and CLS, which encompasses all IE and CLS tasks and prevent incorrect connections between schema and input sequence. To avoid interference between different schemas, we reset the position ids and attention mask matrices. Extensive experiments are conducted on IE, CLS in both English and Chinese, and multi-modality, revealing the effectiveness and superiority. Our codes are publicly released.

📄 PDF Abstract BibTeX arXiv:2409.05275

Code (0)

등록된 구현이 없습니다.

Tasks

text-classificationText ClassificationUIE

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

RexUIE: A Recursive Method with Explicit Schema Instructor for Universal Information Extraction

2023-04-28 · Chengyuan Liu, Fubang Zhao, Yangyang Kang, Jingyuan Zhang 외

Universal Information Extraction (UIE) is an area of interest due to the challenges posed by varying targets, heterogeneous structures, and demand-specific schemas. However, previous works have only achieved limited succ…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+2

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

Row-less Universal Schema

2016-04-21 · WS 2016 6 · Patrick Verga, Andrew McCallum

Universal schema jointly embeds knowledge bases and textual patterns to reason about entities and relations for automatic knowledge base construction and information extraction. In the past, entity pairs and relations we…

Knowledge Base ConstructionRelation

CQR-SQL: Conversational Question Reformulation Enhanced Context-Dependent Text-to-SQL Parsers

2022-05-16 · Dongling Xiao, Linzheng Chai, Qian-Wen Zhang, Zhao Yan 외

Context-dependent text-to-SQL is the task of translating multi-turn questions into database-related SQL queries. Existing methods typically focus on making full use of history context or previously predicted SQL for curr…

SQL ParsingText to SQLText-To-SQL

Schema-adaptable Knowledge Graph Construction

2023-05-15 · Hongbin Ye, Honghao Gui, Xin Xu, Xi Chen 외

Conventional Knowledge Graph Construction (KGC) approaches typically follow the static information extraction paradigm with a closed set of pre-defined schema. As a result, such approaches fall short when applied to dyna…

graph constructionUIE