paper-with-me

홈 › Papers

Enhanced Language Representation with Label Knowledge for Span Extraction

2021-11-01 · EMNLP 2021 11 · Pan Yang, Xin Cong, Zhenyun Sun, Xingwu Liu

Span extraction, aiming to extract text spans (such as words or phrases) from plain texts, is a fundamental process in Information Extraction. Recent works introduce the label knowledge to enhance the text representation by formalizing the span extraction task into a question answering problem (QA Formalization), which achieves state-of-the-art performance. However, QA Formalization does not fully exploit the label knowledge and suffers from low efficiency in training/inference. To address those problems, we introduce a new paradigm to integrate label knowledge and further propose a novel model to explicitly and efficiently integrate label knowledge into text representations. Specifically, it encodes texts and label annotations independently and then integrates label knowledge into text representation with an elaborate-designed semantics fusion module. We conduct extensive experiments on three typical span extraction tasks: flat NER, nested NER, and event detection. The empirical results show that 1) our method achieves state-of-the-art performance on four benchmarks, and 2) reduces training time and inference time by 76% and 77% on average, respectively, compared with the QA Formalization paradigm. Our code and data are available at https://github.com/Akeepers/LEAR.

📄 PDF Abstract BibTeX arXiv:2111.00884

Code (1)

akeepers/lear 공식 구현 pytorch

Tasks

Event DetectionNERQuestion Answering

Similar Papers 제목 키워드 기반

KLMo: Knowledge Graph Enhanced Pretrained Language Model with Fine-Grained Relationships

2021-11-01 · Findings (EMNLP) 2021 11 · Lei He, Suncong Zheng, Tao Yang, Feng Zhang

Interactions between entities in knowledge graph (KG) provide rich knowledge for language representation learning. However, existing knowledge-enhanced pretrained language models (PLMs) only focus on entity information a…

Entity LinkingEntity TypingLanguage ModelingLanguage Modelling+4

SPOT: Knowledge-Enhanced Language Representations for Information Extraction

2022-08-20 · Jiacheng Li, Yannis Katsis, Tyler Baldwin, Ho-Cheol Kim 외

Knowledge-enhanced pre-trained models for language representation have been shown to be more effective in knowledge base construction tasks (i.e.,~relation extraction) than language models such as BERT. These knowledge-e…

Knowledge Base ConstructionRelation Extraction

An Enhanced Span-based Decomposition Method for Few-Shot Sequence Labeling

2021-09-27 · NAACL 2022 7 · Peiyi Wang, Runxin Xu, Tianyu Liu, Qingyu Zhou 외

Few-Shot Sequence Labeling (FSSL) is a canonical paradigm for the tagging models, e.g., named entity recognition and slot filling, to generalize on an emerging, resource-scarce domain. Recently, the metric-based meta-lea…

Few-shot NERMeta-Learningnamed-entity-recognitionNamed Entity Recognition+3

LESS: Large Language Model Enhanced Semi-Supervised Learning for Speech Foundational Models

2025-06-05 · Wen Ding, Fan Qian

We introduce LESS (Large Language Model Enhanced Semi-supervised Learning), a versatile framework that leverages Large Language Models (LLMs) to correct pseudo labels generated from in-the-wild data. Within the LESS fram…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)automatic-speech-translationLanguage Modeling+5

Boosting Span-based Joint Entity and Relation Extraction via Squence Tagging Mechanism

2021-05-21 · Bin Ji, Shasha Li, Jie Yu, Jun Ma 외

Span-based joint extraction simultaneously conducts named entity recognition (NER) and relation extraction (RE) in text span form. Recent studies have shown that token labels can convey crucial task-specific information …

Joint Entity and Relation Extractionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+4