paper-with-me

Papers

Gestalt: a Stacking Ensemble for SQuAD2.0

2020-04-02 · Mohamed El-Geish

We propose a deep-learning system -- for the SQuAD2.0 task -- that finds, or indicates the lack of, a correct answer to a question in a context paragraph. Our goal is to learn an ensemble of heterogeneous SQuAD2.0 models that, when blended properly, outperforms the best model in the ensemble per se. We created a stacking ensemble that combines top-N predictions from two models, based on ALBERT and RoBERTa, into a multiclass classification task to pick the best answer out of their predictions. We explored various ensemble configurations, input representations, and model architectures. For evaluation, we examined test-set EM and F1 scores; our best-performing ensemble incorporated a CNN-based meta-model and scored 87.117 and 90.306, respectively -- a relative improvement of 0.55% for EM and 0.61% for F1 scores, compared to the baseline performance of the best model in the ensemble, an ALBERT-based model, at 86.644 for EM and 89.760 for F1.

📄 PDF Abstract BibTeX arXiv:2004.07067

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
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…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
BERT BERT, or Bidirectional Encoder Representations from Transformers, improves upon standard Transformers by removing the…
RoBERTa 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Improving Deep Facial Phenotyping for Ultra-rare Disorder Verification Using Model Ensembles

2022-11-12 · Alexander Hustinx, Fabio Hellmann, Ömer Sümer, Behnam Javanmardi 외

Rare genetic disorders affect more than 6% of the global population. Reaching a diagnosis is challenging because rare disorders are very diverse. Many disorders have recognizable facial features that are hints for clinic…

Face RecognitionFace VerificationTransfer Learning

Ensemble ALBERT on SQuAD 2.0

2021-10-19 · Shilun Li, Renee Li, Veronica Peng

Machine question answering is an essential yet challenging task in natural language processing. Recently, Pre-trained Contextual Embeddings (PCE) models like Bidirectional Encoder Representations from Transformers (BERT)…

Question Answering

Evolving Non-linear Stacking Ensembles for Prediction of Go Player Attributes

2015-12-31 · Josef Moudřík, Roman Neruda

The paper presents an application of non-linear stacking ensembles for prediction of Go player attributes. An evolutionary algorithm is used to form a diverse ensemble of base learners, which are then aggregated by a sta…

Prediction

Ensemble Learning for Healthcare: A Comparative Analysis of Hybrid Voting and Ensemble Stacking in Obesity Risk Prediction

2025-09-02 · Towhidul Islam, Md Sumon Ali arxiv

Obesity is a critical global health issue driven by dietary, physiological, and environmental factors, and is strongly associated with chronic diseases such as diabetes, cardiovascular disorders, and cancer. Machine lear…

Ensemble LearningOutlier Detection

Systematic Ensemble Learning for Regression

2014-03-28 · Roberto Aldave, Jean-Pierre Dussault

The motivation of this work is to improve the performance of standard stacking approaches or ensembles, which are composed of simple, heterogeneous base models, through the integration of the generation and selection sta…

Ensemble Learningregression