# BERT for Joint Intent Classification and Slot Filling

**Authors:** Qian Chen, Zhu Zhuo, Wen Wang

arXiv: 1902.10909 · 2019-03-01

## TL;DR

This paper leverages BERT to improve joint intent classification and slot filling in natural language understanding, achieving significant performance gains over previous models on benchmark datasets.

## Contribution

It introduces a BERT-based joint model for intent classification and slot filling, demonstrating substantial improvements over prior attention-based and slot-gated models.

## Key findings

- Significant improvement in intent classification accuracy.
- Enhanced slot filling F1 scores.
- Higher sentence-level semantic frame accuracy.

## Abstract

Intent classification and slot filling are two essential tasks for natural language understanding. They often suffer from small-scale human-labeled training data, resulting in poor generalization capability, especially for rare words. Recently a new language representation model, BERT (Bidirectional Encoder Representations from Transformers), facilitates pre-training deep bidirectional representations on large-scale unlabeled corpora, and has created state-of-the-art models for a wide variety of natural language processing tasks after simple fine-tuning. However, there has not been much effort on exploring BERT for natural language understanding. In this work, we propose a joint intent classification and slot filling model based on BERT. Experimental results demonstrate that our proposed model achieves significant improvement on intent classification accuracy, slot filling F1, and sentence-level semantic frame accuracy on several public benchmark datasets, compared to the attention-based recurrent neural network models and slot-gated models.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.10909/full.md

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1902.10909/full.md

## References

27 references — full list in the complete paper: https://tomesphere.com/paper/1902.10909/full.md

---
Source: https://tomesphere.com/paper/1902.10909