Semi-supervised Sequence Labeling for Named Entity Extraction based on Tri-Training: Case Study on Chinese Person Name Extraction
Code (0)
등록된 구현이 없습니다.
Tasks
Entity Extraction using GANSimilar Papers 제목 키워드 기반
SeqVAT: Virtual Adversarial Training for Semi-Supervised Sequence Labeling
Virtual adversarial training (VAT) is a powerful technique to improve model robustness in both supervised and semi-supervised settings. It is effective and can be easily adopted on lots of image classification and text c…
ChunkingGeneral Classificationimage-classificationImage Classification+6Semi-supervised Multitask Learning for Sequence Labeling
We propose a sequence labeling framework with a secondary training objective, learning to predict surrounding words for every word in the dataset. This language modeling objective incentivises the system to learn general…
ChunkingGrammatical Error DetectionLanguage ModelingLanguage Modelling+5Semi-supervised sequence tagging with bidirectional language models
Pre-trained word embeddings learned from unlabeled text have become a standard component of neural network architectures for NLP tasks. However, in most cases, the recurrent network that operates on word-level representa…
Chunkingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1Type-supervised sequence labeling based on the heterogeneous star graph for named entity recognition
Named entity recognition is a fundamental task in natural language processing, identifying the span and category of entities in unstructured texts. The traditional sequence labeling methodology ignores the nested entitie…
Graph Attentionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3Training sequence labeling models using prior knowledge
Sequence labeling task (part-of-speech tagging, named entity recognition) is one of the most common in NLP. At different times, the following architectures were used to solve it: CRF, BiLSTM, BERT (in chronological order…
named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Part-Of-Speech Tagging