# Natural Language Generation for Spoken Dialogue System using RNN   Encoder-Decoder Networks

**Authors:** Van-Khanh Tran, Le-Minh Nguyen

arXiv: 1706.00139 · 2017-08-16

## TL;DR

This paper introduces an RNN encoder-decoder model with attention and LSTM decoders for natural language generation in spoken dialogue systems, demonstrating superior performance and generalization across multiple domains.

## Contribution

It presents a novel RNN encoder-decoder architecture with attention and LSTM decoding for joint sentence planning and surface realization in NLG.

## Key findings

- Outperforms previous NLG methods across four datasets
- Shows strong generalization to unseen domains
- Learns effectively from multi-domain datasets

## Abstract

Natural language generation (NLG) is a critical component in a spoken dialogue system. This paper presents a Recurrent Neural Network based Encoder-Decoder architecture, in which an LSTM-based decoder is introduced to select, aggregate semantic elements produced by an attention mechanism over the input elements, and to produce the required utterances. The proposed generator can be jointly trained both sentence planning and surface realization to produce natural language sentences. The proposed model was extensively evaluated on four different NLG datasets. The experimental results showed that the proposed generators not only consistently outperform the previous methods across all the NLG domains but also show an ability to generalize from a new, unseen domain and learn from multi-domain datasets.

## Full text

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

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/1706.00139/full.md

## References

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

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