paper-with-me

홈 › Papers

Investigating Linguistic Pattern Ordering in Hierarchical Natural Language Generation

2018-09-19 · Shang-Yu Su, Yun-Nung Chen

Natural language generation (NLG) is a critical component in spoken dialogue system, which can be divided into two phases: (1) sentence planning: deciding the overall sentence structure, (2) surface realization: determining specific word forms and flattening the sentence structure into a string. With the rise of deep learning, most modern NLG models are based on a sequence-to-sequence (seq2seq) model, which basically contains an encoder-decoder structure; these NLG models generate sentences from scratch by jointly optimizing sentence planning and surface realization. However, such simple encoder-decoder architecture usually fail to generate complex and long sentences, because the decoder has difficulty learning all grammar and diction knowledge well. This paper introduces an NLG model with a hierarchical attentional decoder, where the hierarchy focuses on leveraging linguistic knowledge in a specific order. The experiments show that the proposed method significantly outperforms the traditional seq2seq model with a smaller model size, and the design of the hierarchical attentional decoder can be applied to various NLG systems. Furthermore, different generation strategies based on linguistic patterns are investigated and analyzed in order to guide future NLG research work.

📄 PDF Abstract BibTeX arXiv:1809.07629

Code (1)

MiuLab/HNLG 공식 구현 pytorch

Tasks

DecoderSentenceText Generation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Investigating Cross-Linguistic Adjective Ordering Tendencies with a Latent-Variable Model

2020-10-09 · EMNLP 2020 11 · Jun Yen Leung, Guy Emerson, Ryan Cotterell

Across languages, multiple consecutive adjectives modifying a noun (e.g. "the big red dog") follow certain unmarked ordering rules. While explanatory accounts have been put forward, much of the work done in this area has…

A Hierarchical Transformer for Unsupervised Parsing

2020-03-30 · Ashok Thillaisundaram

The underlying structure of natural language is hierarchical; words combine into phrases, which in turn form clauses. An awareness of this hierarchical structure can aid machine learning models in performing many linguis…

Language Modelling

Morphological Complexity Influences Verb-Object Order in Swedish Sign Language

2016-12-01 · WS 2016 12 · Johannes Bjerva, Carl B{\"o}rstell

Computational linguistic approaches to sign languages could benefit from investigating how complexity influences structure. We investigate whether morphological complexity has an effect on the order of Verb (V) and Objec…

Transformers Generalize Linearly

2021-09-24 · Jackson Petty, Robert Frank

Natural language exhibits patterns of hierarchically governed dependencies, in which relations between words are sensitive to syntactic structure rather than linear ordering. While re-current network models often fail to…

Natural Language Generation by Hierarchical Decoding with Linguistic Patterns

2018-08-08 · NAACL 2018 6 · Shang-Yu Su, Kai-Ling Lo, Yi-Ting Yeh, Yun-Nung Chen

Natural language generation (NLG) is a critical component in spoken dialogue systems. Classic NLG can be divided into two phases: (1) sentence planning: deciding on the overall sentence structure, (2) surface realization…

DecoderSentenceSpoken Dialogue SystemsText Generation