Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

CTRAN: CNN-Transformer-based Network for Natural Language Understanding

About

Intent-detection and slot-filling are the two main tasks in natural language understanding. In this study, we propose CTRAN, a novel encoder-decoder CNN-Transformer-based architecture for intent-detection and slot-filling. In the encoder, we use BERT, followed by several convolutional layers, and rearrange the output using window feature sequence. We use stacked Transformer encoders after the window feature sequence. For the intent-detection decoder, we utilize self-attention followed by a linear layer. In the slot-filling decoder, we introduce the aligned Transformer decoder, which utilizes a zero diagonal mask, aligning output tags with input tokens. We apply our network on ATIS and SNIPS, and surpass the current state-of-the-art in slot-filling on both datasets. Furthermore, we incorporate the language model as word embeddings, and show that this strategy yields a better result when compared to the language model as an encoder.

Mehrdad Rafiepour, Javad Salimi Sartakhti• 2023

Related benchmarks

TaskDatasetResultRank
Intent ClassificationSnips (test)
Accuracy99.42
40
Intent DetectionATIS
ID Accuracy98.07
27
Slot FillingSnips (test)
F1 Score0.983
25
Slot FillingATIS
F1 Score98.46
14
Showing 4 of 4 rows

Other info

Follow for update