Alignment based Sequence Ensemble with Multiple Results from a Single Neural Model Architecture
Sequence labeling is a fundamental framework that provides the elemental structure and content information for additional natural language processing. However, existing proposed ensemble approaches do not focus on sequence alignment during post-processing. Here, we present a weighted ensemble technique using a sequence alignment approach for a sequence labeling task. Our proposed technique addresses two problems of ensemble technique. First, an ensemble technique requires a multiple model system, and we used a model with multiple random seeds and an additional dropout layer to build a simple ensemble system. Second, we focused on a sequence label list that increased accuracy using alignment for the ensemble technique during post-processing. We evaluated our approach on a representative sequence labeling tasks, part-of-speech and dependency parser. Most results obtained by ensemble sequence alignment approach with various sub-sequence units showed an increase in the F1-score over a single neural network result in the sequence labeling task. Comparing with the hard voting result on the Penn-treebank\cite{marcus1993PTB}, the F1-scores increased up to 0.45 at POS-tagged dataset, and up to 0.12 at DP-tagged dataset.
Code (0)
등록된 구현이 없습니다.
Tasks
POSMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Sequence Alignment Ensemble with a Single Neural Network for Sequence Labeling
Sequence labeling, in which a class or label is assigned to each token in a given input order, is a fundamental task in natural language processing. Many advanced neural network architectures have recently been proposed …
Part-Of-Speech TaggingPOSPOS TaggingSequential Alignment Methods for Ensemble Part-of-Speech Tagging
Part-of-speech tagging is a fundamental task that provides the elemental structure and content information for additional natural language processing. Although Part-of-speech tagging problems have traditionally been form…
Part-Of-Speech TaggingPhylogenetic automata, pruning, and multiple alignment
We present an extension of Felsenstein's algorithm to indel models defined on entire sequences, without the need to condition on one multiple alignment. The algorithm makes use of a generalization from probabilistic subs…
Multiple Sequence AlignmentUltra-large alignments using Phylogeny-aware Profiles
Many biological questions, including the estimation of deep evolutionary histories and the detection of remote homology between protein sequences, rely upon multiple sequence alignments (MSAs) and phylogenetic trees of l…
BIG-bench Machine LearningMultiple Sequence AlignmentMultiple Generative Models Ensemble for Knowledge-Driven Proactive Human-Computer Dialogue Agent
Multiple sequence to sequence models were used to establish an end-to-end multi-turns proactive dialogue generation agent, with the aid of data augmentation techniques and variant encoder-decoder structure designs. A ran…
Data AugmentationDecoderDialogue Generation