CLAIApr 1, 2018

CIKM AnalytiCup 2017 Lazada Product Title Quality Challenge An Ensemble of Deep and Shallow Learning to predict the Quality of Product Titles

arXiv:1804.01000v12 citations
Originality Synthesis-oriented
AI Analysis

This work addresses product title quality prediction for e-commerce platforms like Lazada, but it is incremental as it primarily combines existing methods without introducing a fundamentally new paradigm.

The authors tackled the problem of predicting product title quality by combining deep and shallow learning models, achieving improved performance through an ensemble approach that outperformed individual models.

We present an approach where two different models (Deep and Shallow) are trained separately on the data and a weighted average of the outputs is taken as the final result. For the Deep approach, we use different combinations of models like Convolution Neural Network, pretrained word2vec embeddings and LSTMs to get representations which are then used to train a Deep Neural Network. For Clarity prediction, we also use an Attentive Pooling approach for the pooling operation so as to be aware of the Title-Category pair. For the shallow approach, we use boosting technique LightGBM on features generated using title and categories. We find that an ensemble of these approaches does a better job than using them alone suggesting that the results of the deep and shallow approach are highly complementary

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes