paper-with-me

Papers

Empower Sequence Labeling with Task-Aware Neural Language Model

2017-09-13 · Liyuan Liu, Jingbo Shang, Frank F. Xu, Xiang Ren, Huan Gui, Jian Peng, Jiawei Han

Linguistic sequence labeling is a general modeling approach that encompasses a variety of problems, such as part-of-speech tagging and named entity recognition. Recent advances in neural networks (NNs) make it possible to build reliable models without handcrafted features. However, in many cases, it is hard to obtain sufficient annotations to train these models. In this study, we develop a novel neural framework to extract abundant knowledge hidden in raw texts to empower the sequence labeling task. Besides word-level knowledge contained in pre-trained word embeddings, character-aware neural language models are incorporated to extract character-level knowledge. Transfer learning techniques are further adopted to mediate different components and guide the language model towards the key knowledge. Comparing to previous methods, these task-specific knowledge allows us to adopt a more concise model and conduct more efficient training. Different from most transfer learning methods, the proposed framework does not rely on any additional supervision. It extracts knowledge from self-contained order information of training sequences. Extensive experiments on benchmark datasets demonstrate the effectiveness of leveraging character-level knowledge and the efficiency of co-training. For example, on the CoNLL03 NER task, model training completes in about 6 hours on a single GPU, reaching F1 score of 91.71$\pm$0.10 without using any extra annotation.

📄 PDF Abstract BibTeX arXiv:1709.04109

Code (3)

LiyuanLucasLiu/LM-LSTM-CRF 공식 구현 pytorch
sgrvinod/a-PyTorch-Tutorial-to-Sequence-Labeling pytorch
zysite/post pytorch

Tasks

GPULanguage ModelingLanguage Modellingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERPart-Of-Speech TaggingTransfer LearningWord Embeddings

Similar Papers 제목 키워드 기반

Chinese Sequence Labeling with Semi-Supervised Boundary-Aware Language Model Pre-training

2024-04-08 · Longhui Zhang, Dingkun Long, Meishan Zhang, Yanzhao Zhang 외

Chinese sequence labeling tasks are heavily reliant on accurate word boundary demarcation. Although current pre-trained language models (PLMs) have achieved substantial gains on these tasks, they rarely explicitly incorp…

Language ModelingLanguage ModellingNatural Language Understanding

Position-Aware Self-Attention based Neural Sequence Labeling

2019-08-24 · Wei Wei, Zanbo Wang, Xian-Ling Mao, Guangyou Zhou 외

Sequence labeling is a fundamental task in natural language processing and has been widely studied. Recently, RNN-based sequence labeling models have increasingly gained attentions. Despite superior performance achieved …

Chunkingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+6

Unsupervised Boundary-Aware Language Model Pretraining for Chinese Sequence Labeling

2022-10-27 · Peijie Jiang, Dingkun Long, Yanzhao Zhang, Pengjun Xie 외

Boundary information is critical for various Chinese language processing tasks, such as word segmentation, part-of-speech tagging, and named entity recognition. Previous studies usually resorted to the use of a high-qual…

Chinese Named Entity RecognitionChinese Word SegmentationLanguage ModelingLanguage Modelling+3

Unified Low-Resource Sequence Labeling by Sample-Aware Dynamic Sparse Finetuning

2023-11-07 · Sarkar Snigdha Sarathi Das, Ranran Haoran Zhang, Peng Shi, Wenpeng Yin 외

Unified Sequence Labeling that articulates different sequence labeling problems such as Named Entity Recognition, Relation Extraction, Semantic Role Labeling, etc. in a generalized sequence-to-sequence format opens up th…

In-Context LearningLanguage ModelingLanguage ModellingLarge Language Model+6

Empirical Error Modeling Improves Robustness of Noisy Neural Sequence Labeling

2021-05-25 · Findings (ACL) 2021 8 · Marcin Namysl, Sven Behnke, Joachim köhler

Despite recent advances, standard sequence labeling systems often fail when processing noisy user-generated text or consuming the output of an Optical Character Recognition (OCR) process. In this paper, we improve the no…

Language ModelingLanguage ModellingOptical Character RecognitionOptical Character Recognition (OCR)+1