paper-with-me

홈 › Papers

EmoNLP at IEST 2018: An Ensemble of Deep Learning Models and Gradient Boosting Regression Tree for Implicit Emotion Prediction in Tweets

2018-10-01 · WS 2018 10 · Man Liu

This paper describes our system submitted to IEST 2018, a shared task (Klinger et al., 2018) to predict the emotion types. Six emotion types are involved: anger, joy, fear, surprise, disgust and sad. We perform three different approaches: feed forward neural network (FFNN), convolutional BLSTM (ConBLSTM) and Gradient Boosting Regression Tree Method (GBM). Word embeddings used in convolutional BLSTM are pre-trained on 470 million tweets which are filtered using the emotional words and emojis. In addition, broad sets of features (i.e. syntactic features, lexicon features, cluster features) are adopted to train GBM and FFNN. The three approaches are finally ensembled by the weighted average of predicted probabilities of each emotion label.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

regressionWord Embeddings

Similar Papers 제목 키워드 기반

EmoNLP at SemEval-2018 Task 2: English Emoji Prediction with Gradient Boosting Regression Tree Method and Bidirectional LSTM

2018-06-01 · SEMEVAL 2018 6 · Man Liu

This paper describes our system used in the English Emoji Prediction Task 2 at the SemEval-2018. Our system is based on two supervised machine learning algorithms: Gradient Boosting Regression Tree Method (GBM) and Bidir…

BIG-bench Machine LearningFeature EngineeringregressionTask 2

A Generalized Stacking for Implementing Ensembles of Gradient Boosting Machines

2020-10-12 · Andrei V. Konstantinov, Lev V. Utkin

The gradient boosting machine is one of the powerful tools for solving regression problems. In order to cope with its shortcomings, an approach for constructing ensembles of gradient boosting models is proposed. The main…

regression

Uncertainty in Gradient Boosting via Ensembles

2020-06-18 · ICLR 2021 1 · Andrey Malinin, Liudmila Prokhorenkova, Aleksei Ustimenko

For many practical, high-risk applications, it is essential to quantify uncertainty in a model's predictions to avoid costly mistakes. While predictive uncertainty is widely studied for neural networks, the topic seems t…

General Classification

Gradient Boosted Binary Histogram Ensemble for Large-scale Regression

2021-06-03 · Hanyuan Hang, Tao Huang, Yuchao Cai, Hanfang Yang 외

In this paper, we propose a gradient boosting algorithm for large-scale regression problems called \textit{Gradient Boosted Binary Histogram Ensemble} (GBBHE) based on binary histogram partition and ensemble learning. Fr…

Computational EfficiencyEnsemble Learningregression

Gradient boosting machine with partially randomized decision trees

2020-06-19 · Andrei V. Konstantinov, Lev V. Utkin

The gradient boosting machine is a powerful ensemble-based machine learning method for solving regression problems. However, one of the difficulties of its using is a possible discontinuity of the regression function, wh…

BIG-bench Machine Learningregression