paper-with-me

홈 › Papers

Context-aware Natural Language Generation with Recurrent Neural Networks

2016-11-29 · Jian Tang, Yifan Yang, Sam Carton, Ming Zhang, Qiaozhu Mei

This paper studied generating natural languages at particular contexts or situations. We proposed two novel approaches which encode the contexts into a continuous semantic representation and then decode the semantic representation into text sequences with recurrent neural networks. During decoding, the context information are attended through a gating mechanism, addressing the problem of long-range dependency caused by lengthy sequences. We evaluate the effectiveness of the proposed approaches on user review data, in which rich contexts are available and two informative contexts, sentiments and products, are selected for evaluation. Experiments show that the fake reviews generated by our approaches are very natural. Results of fake review detection with human judges show that more than 50\% of the fake reviews are misclassified as the real reviews, and more than 90\% are misclassified by existing state-of-the-art fake review detection algorithm.

📄 PDF Abstract BibTeX arXiv:1611.09900

Code (1)

chirag2796/RNN-LSTM-for-Text-Generation tf

Tasks

Text Generation

Similar Papers 제목 키워드 기반

A Context-aware Natural Language Generator for Dialogue Systems

2016-08-25 · Ondřej Dušek, Filip Jurčíček

We present a novel natural language generation system for spoken dialogue systems capable of entraining (adapting) to users' way of speaking, providing contextually appropriate responses. The generator is based on recurr…

Spoken Dialogue SystemsText Generation

Stochastic Language Generation in Dialogue using Recurrent Neural Networks with Convolutional Sentence Reranking

2015-08-07 · WS 2015 9 · Tsung-Hsien Wen, Milica Gasic, Dongho Kim, Nikola Mrksic 외

The natural language generation (NLG) component of a spoken dialogue system (SDS) usually needs a substantial amount of handcrafting or a well-labeled dataset to be trained on. These limitations add significantly to deve…

RerankingSentenceText Generation

A Context-aware Convolutional Natural Language Generation model for Dialogue Systems

2018-07-01 · WS 2018 7 · Sourab Mangrulkar, Suhani Shrivastava, Veena Thenkanidiyoor, Dileep Aroor Dinesh

Natural language generation (NLG) is an important component in spoken dialog systems (SDSs). A model for NLG involves sequence to sequence learning. State-of-the-art NLG models are built using recurrent neural network (R…

Machine TranslationSemantic correspondenceSpoken Dialogue SystemsText Generation+1

Recurrent Hierarchical Topic-Guided RNN for Language Generation

2019-12-21 · ICML 2020 1 · Dandan Guo, Bo Chen, Ruiying Lu, Mingyuan Zhou

To simultaneously capture syntax and global semantics from a text corpus, we propose a new larger-context recurrent neural network (RNN) based language model, which extracts recurrent hierarchical semantic structure via …

Language ModelingLanguage ModellingSentenceText Generation

RecurrentGPT: Interactive Generation of (Arbitrarily) Long Text

2023-05-22 · Wangchunshu Zhou, Yuchen Eleanor Jiang, Peng Cui, Tiannan Wang 외

The fixed-size context of Transformer makes GPT models incapable of generating arbitrarily long text. In this paper, we introduce RecurrentGPT, a language-based simulacrum of the recurrence mechanism in RNNs. RecurrentGP…

Language ModellingLarge Language Model