ASCLSDAug 6, 2020

Data balancing for boosting performance of low-frequency classes in Spoken Language Understanding

arXiv:2008.02603v15 citations
Originality Incremental advance
AI Analysis

It addresses data imbalance for SLU applications, which is common in real-world scenarios but understudied, though the approach is incremental as it adapts existing balancing methods.

This paper tackles data imbalance in Spoken Language Understanding (SLU) by proposing a multi-task model that uses an auxiliary task with data balancing techniques, such as a class-balanced batch generator and synthetic data, to boost performance on low-frequency intents without harming head intents and improve both intent classification and slot filling.

Despite the fact that data imbalance is becoming more and more common in real-world Spoken Language Understanding (SLU) applications, it has not been studied extensively in the literature. To the best of our knowledge, this paper presents the first systematic study on handling data imbalance for SLU. In particular, we discuss the application of existing data balancing techniques for SLU and propose a multi-task SLU model for intent classification and slot filling. Aiming to avoid over-fitting, in our model methods for data balancing are leveraged indirectly via an auxiliary task which makes use of a class-balanced batch generator and (possibly) synthetic data. Our results on a real-world dataset indicate that i) our proposed model can boost performance on low frequency intents significantly while avoiding a potential performance decrease on the head intents, ii) synthetic data are beneficial for bootstrapping new intents when realistic data are not available, but iii) once a certain amount of realistic data becomes available, using synthetic data in the auxiliary task only yields better performance than adding them to the primary task training data, and iv) in a joint training scenario, balancing the intent distribution individually improves not only intent classification but also slot filling performance.

Foundations

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

Your Notes