paper-with-me

홈 › Papers

LasUIE: Unifying Information Extraction with Latent Adaptive Structure-aware Generative Language Model

2023-04-13 · Hao Fei, Shengqiong Wu, Jingye Li, Bobo Li, Fei Li, Libo Qin, Meishan Zhang, Min Zhang, Tat-Seng Chua

Universally modeling all typical information extraction tasks (UIE) with one generative language model (GLM) has revealed great potential by the latest study, where various IE predictions are unified into a linearized hierarchical expression under a GLM. Syntactic structure information, a type of effective feature which has been extensively utilized in IE community, should also be beneficial to UIE. In this work, we propose a novel structure-aware GLM, fully unleashing the power of syntactic knowledge for UIE. A heterogeneous structure inductor is explored to unsupervisedly induce rich heterogeneous structural representations by post-training an existing GLM. In particular, a structural broadcaster is devised to compact various latent trees into explicit high-order forests, helping to guide a better generation during decoding. We finally introduce a task-oriented structure fine-tuning mechanism, further adjusting the learned structures to most coincide with the end-task's need. Over 12 IE benchmarks across 7 tasks our system shows significant improvements over the baseline UIE system. Further in-depth analyses show that our GLM learns rich task-adaptive structural bias that greatly resolves the UIE crux, the long-range dependence issue and boundary identifying. Source codes are open at https://github.com/ChocoWu/LasUIE.

📄 PDF Abstract BibTeX arXiv:2304.06248

Code (1)

chocowu/lasuie 공식 구현 jax

Tasks

Language ModelingLanguage ModellingUIE

Methods 이 논문이 사용한 방법론

GLM GLM is a bilingual (English and Chinese) pre-trained transformer-based language model that follow the traditional architecture of decoder-only autoregressive language…

Similar Papers 제목 키워드 기반

Span-Oriented Information Extraction -- A Unifying Perspective on Information Extraction

2024-03-18 · Yifan Ding, Michael Yankoski, Tim Weninger

Information Extraction refers to a collection of tasks within Natural Language Processing (NLP) that identifies sub-sequences within text and their labels. These tasks have been used for many years to link extract releva…

Hierarchical Bayesian image analysis: from low-level modeling to robust supervised learning

2017-12-01 · Adrien Lagrange, Mathieu Fauvel, Stéphane May, Nicolas Dobigeon

Within a supervised classification framework, labeled data are used to learn classifier parameters. Prior to that, it is generally required to perform dimensionality reduction via feature extraction. These preprocessing …

ClassificationClusteringDimensionality ReductionGeneral Classification

Toward a unifying model for Opinion, Sentiment and Emotion information extraction

2014-05-01 · LREC 2014 5 · Amel Fraisse, Patrick Paroubek

This paper presents a logical formalization of a set 20 semantic categories related to opinion, emotion and sentiment. Our formalization is based on the BDI model (Belief, Desire and Intetion) and constitues a first step…

Opinion MiningSentiment Analysis

Information-Ordered Bottlenecks for Adaptive Semantic Compression

2023-05-18 · Matthew Ho, Xiaosheng Zhao, Benjamin Wandelt

We present the information-ordered bottleneck (IOB), a neural layer designed to adaptively compress data into latent variables ordered by likelihood maximization. Without retraining, IOB nodes can be truncated at any bot…

Semantic Compression

Latent Semantic Search and Information Extraction Architecture

2019-11-30 · Anton Kolonin

The motivation, concept, design and implementation of latent semantic search for search engines have limited semantic search, entity extraction and property attribution features, have insufficient accuracy and response t…

Entity Extraction using GAN