paper-with-me

Papers

Alignment based Sequence Ensemble with Multiple Results from a Single Neural Model Architecture

2021-11-16 · ACL ARR November 2021 11 · Anonymous

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

POS

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Sequence Alignment Ensemble with a Single Neural Network for Sequence Labeling

2022-07-07 · IEEE Access 2022 7 · Jeesu Jung, SangKeun Jung, Hyein Seo, Hyuk Namgung 외

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 Tagging

Sequential Alignment Methods for Ensemble Part-of-Speech Tagging

2022-03-23 · 17-20 January 2022 3 · Jeesu Jung, SangKeun Jung, Yoon-Hyung Roh

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 Tagging

Phylogenetic automata, pruning, and multiple alignment

2011-03-22 · Oscar Westesson, Gerton Lunter, Benedict Paten, Ian Holmes

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 Alignment

Ultra-large alignments using Phylogeny-aware Profiles

2015-04-05 · Nam-phuong Nguyen, Siavash Mirarab, Keerthana Kumar, Tandy Warnow

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 Alignment

Multiple Generative Models Ensemble for Knowledge-Driven Proactive Human-Computer Dialogue Agent

2019-07-08 · Zelin Dai, Weitang Liu, Guanhua Zhan

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