paper-with-me

Papers

Variational Inference-Based Dropout in Recurrent Neural Networks for Slot Filling in Spoken Language Understanding

2020-08-23 · Jun Qi, Xu Liu, Javier Tejedor

This paper proposes to generalize the variational recurrent neural network (RNN) with variational inference (VI)-based dropout regularization employed for the long short-term memory (LSTM) cells to more advanced RNN architectures like gated recurrent unit (GRU) and bi-directional LSTM/GRU. The new variational RNNs are employed for slot filling, which is an intriguing but challenging task in spoken language understanding. The experiments on the ATIS dataset suggest that the variational RNNs with the VI-based dropout regularization can significantly improve the naive dropout regularization RNNs-based baseline systems in terms of F-measure. Particularly, the variational RNN with bi-directional LSTM/GRU obtains the best F-measure score.

📄 PDF Abstract BibTeX arXiv:2009.01003

Code (0)

등록된 구현이 없습니다.

Tasks

slot-fillingSlot FillingSpoken Language UnderstandingVariational Inference

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Neuralizing Regular Expressions for Slot Filling

2021-11-01 · EMNLP 2021 11 · Chengyue Jiang, Zijian Jin, Kewei Tu

Neural models and symbolic rules such as regular expressions have their respective merits and weaknesses. In this paper, we study the integration of the two approaches for the slot filling task by converting regular expr…

slot-fillingSlot Filling

Recurrent Neural Networks with Pre-trained Language Model Embedding for Slot Filling Task

2018-12-12 · Liang Qiu, Yuanyi Ding, Lei He

In recent years, Recurrent Neural Networks (RNNs) based models have been applied to the Slot Filling problem of Spoken Language Understanding and achieved the state-of-the-art performances. In this paper, we investigate …

Language ModelingLanguage Modellingslot-fillingSlot Filling+1

A Theoretically Grounded Application of Dropout in Recurrent Neural Networks

2015-12-16 · NeurIPS 2016 12 · Yarin Gal, Zoubin Ghahramani

Recurrent neural networks (RNNs) stand at the forefront of many recent developments in deep learning. Yet a major difficulty with these models is their tendency to overfit, with dropout shown to fail when applied to recu…

Bayesian InferenceDeep LearningLanguage ModellingSentiment Analysis+1

Variational Adaptive Noise and Dropout towards Stable Recurrent Neural Networks

2025-06-02 · Taisuke Kobayashi, Shingo Murata

This paper proposes a novel stable learning theory for recurrent neural networks (RNNs), so-called variational adaptive noise and dropout (VAND). As stabilizing factors for RNNs, noise and dropout on the internal state o…

Imitation LearningLearning TheoryVariational Inference

Attention-Based Recurrent Neural Network Models for Joint Intent Detection and Slot Filling

2016-09-06 · Bing Liu, Ian Lane

Attention-based encoder-decoder neural network models have recently shown promising results in machine translation and speech recognition. In this work, we propose an attention-based neural network model for joint intent…

Decoderintent-classificationIntent ClassificationIntent Detection+2