paper-with-me

홈 › Papers

Context based Text-generation using LSTM networks

2020-04-30 · Sivasurya Santhanam

Long short-term memory(LSTM) units on sequence-based models are being used in translation, question-answering systems, classification tasks due to their capability of learning long-term dependencies. In Natural language generation, LSTM networks are providing impressive results on text generation models by learning language models with grammatically stable syntaxes. But the downside is that the network does not learn about the context. The network only learns the input-output function and generates text given a set of input words irrespective of pragmatics. As the model is trained without any such context, there is no semantic consistency among the generated sentences. The proposed model is trained to generate text for a given set of input words along with a context vector. A context vector is similar to a paragraph vector that grasps the semantic meaning(context) of the sentence. Several methods of extracting the context vectors are proposed in this work. While training a language model, in addition to the input-output sequences, context vectors are also trained along with the inputs. Due to this structure, the model learns the relation among the input words, context vector and the target word. Given a set of context terms, a well trained model will generate text around the provided context. Based on the nature of computing context vectors, the model has been tried out with two variations (word importance and word clustering). In the word clustering method, the suitable embeddings among various domains are also explored. The results are evaluated based on the semantic closeness of the generated text to the given context.

📄 PDF Abstract BibTeX arXiv:2005.00048

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringLanguage ModellingQuestion AnsweringSentenceText Generation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Contextual LSTM (CLSTM) models for Large scale NLP tasks

2016-02-19 · Shalini Ghosh, Oriol Vinyals, Brian Strope, Scott Roy 외

Documents exhibit sequential structure at multiple levels of abstraction (e.g., sentences, paragraphs, sections). These abstractions constitute a natural hierarchy for representing the context in which to infer the meani…

ArticlesParaphrase GenerationPredictionQuestion Answering+2

LSTM based Conversation Models

2016-03-31 · Yi Luan, Yangfeng Ji, Mari Ostendorf

In this paper, we present a conversational model that incorporates both context and participant role for two-party conversations. Different architectures are explored for integrating participant role and context informat…

Language ModelingLanguage ModellingText Generation

LSTM-Based Text Generation: A Study on Historical Datasets

2024-03-11 · Mustafa Abbas Hussein Hussein, Serkan Savaş

This paper presents an exploration of Long Short-Term Memory (LSTM) networks in the realm of text generation, focusing on the utilization of historical datasets for Shakespeare and Nietzsche. LSTMs, known for their effec…

Text Generation

Context-aware Natural Language Generation for Spoken Dialogue Systems

2016-12-01 · COLING 2016 12 · Hao Zhou, Minlie Huang, Xiaoyan Zhu

Natural language generation (NLG) is an important component of question answering(QA) systems which has a significant impact on system quality. Most tranditional QA systems based on templates or rules tend to generate ri…

Dialogue GenerationQuestion AnsweringSpoken Dialogue SystemsText Generation

Earlier Attention? Aspect-Aware LSTM for Aspect-Based Sentiment Analysis

2019-05-19 · Bowen Xing, Lejian Liao, Dandan song, Jingang Wang 외

Aspect-based sentiment analysis (ABSA) aims to predict fine-grained sentiments of comments with respect to given aspect terms or categories. In previous ABSA methods, the importance of aspect has been realized and verifi…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Sentiment Analysis