IRAICLLGJun 10, 2021

A Semi-supervised Multi-task Learning Approach to Classify Customer Contact Intents

arXiv:2106.07381v1712 citations
Originality Incremental advance
AI Analysis

This work addresses intent classification for customer support in e-commerce, but it is incremental as it builds on existing methods like ALBERT with adaptations.

The paper tackled the problem of classifying customer intents in support services by evolving from a multiclass classification model to a semi-supervised multi-task learning approach, which improved the average AUC ROC by nearly 20 points compared to the baseline.

In the area of customer support, understanding customers' intents is a crucial step. Machine learning plays a vital role in this type of intent classification. In reality, it is typical to collect confirmation from customer support representatives (CSRs) regarding the intent prediction, though it can unnecessarily incur prohibitive cost to ask CSRs to assign existing or new intents to the mis-classified cases. Apart from the confirmed cases with and without intent labels, there can be a number of cases with no human curation. This data composition (Positives + Unlabeled + multiclass Negatives) creates unique challenges for model development. In response to that, we propose a semi-supervised multi-task learning paradigm. In this manuscript, we share our experience in building text-based intent classification models for a customer support service on an E-commerce website. We improve the performance significantly by evolving the model from multiclass classification to semi-supervised multi-task learning by leveraging the negative cases, domain- and task-adaptively pretrained ALBERT on customer contact texts, and a number of un-curated data with no labels. In the evaluation, the final model boosts the average AUC ROC by almost 20 points compared to the baseline finetuned multiclass classification ALBERT model.

Foundations

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

Your Notes