paper-with-me

홈 › Papers

LSTM vs. GRU vs. Bidirectional RNN for script generation

2019-08-12 · Sanidhya Mangal, Poorva Joshi, Rahul Modak

Scripts are an important part of any TV series. They narrate movements, actions and expressions of characters. In this paper, a case study is presented on how different sequence to sequence deep learning models perform in the task of generating new conversations between characters as well as new scenarios on the basis of a script (previous conversations). A comprehensive comparison between these models, namely, LSTM, GRU and Bidirectional RNN is presented. All the models are designed to learn the sequence of recurring characters from the input sequence. Each input sequence will contain, say "n" characters, and the corresponding targets will contain the same number of characters, except, they will be shifted one character to the right. In this manner, input and output sequences are generated and used to train the models. A closer analysis of explored models performance and efficiency is delineated with the help of graph plots and generated texts by taking some input string. These graphs describe both, intraneural performance and interneural model performance for each model.

📄 PDF Abstract BibTeX arXiv:1908.04332

Code (1)

sanidhyamangal/gru_lstm_tv_script 공식 구현 tf

Tasks

Script Generation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…

Similar Papers 제목 키워드 기반

Image Captioning with Deep Bidirectional LSTMs

2016-04-04 · Cheng Wang, Haojin Yang, Christian Bartz, Christoph Meinel

This work presents an end-to-end trainable deep bidirectional LSTM (Long-Short Term Memory) model for image captioning. Our model builds on a deep convolutional neural network (CNN) and two separate LSTM networks. It is …

Caption GenerationData AugmentationImage Captioningobject-detection+4

Bidirectional Long-Short Term Memory for Video Description

2016-06-15 · Yi Bin, Yang Yang, Zi Huang, Fumin Shen 외

Video captioning has been attracting broad research attention in multimedia community. However, most existing approaches either ignore temporal information among video frames or just employ local contextual temporal know…

Language ModelingLanguage ModellingVideo CaptioningVideo Description

Bidirectional LSTM-CRF Models for Sequence Tagging

2015-08-09 · Zhiheng Huang, Wei Xu, Kai Yu

In this paper, we propose a variety of Long Short-Term Memory (LSTM) based models for sequence tagging. These models include LSTM networks, bidirectional LSTM (BI-LSTM) networks, LSTM with a Conditional Random Field (CRF…

ChunkingNamed Entity Recognition (NER)POSSentence+1

Identifying Offensive Posts and Targeted Offense from Twitter

2019-04-19 · Haimin Zhang, Debanjan Mahata, Simra Shahid, Laiba Mehnaz 외

In this paper we present our approach and the system description for Sub-task A and Sub Task B of SemEval 2019 Task 6: Identifying and Categorizing Offensive Language in Social Media. Sub-task A involves identifying if a…

TechTexC: Classification of Technical Texts using Convolution and Bidirectional Long Short Term Memory Network

2020-12-21 · ICON 2020 12 · Omar Sharif, Eftekhar Hossain, Mohammed Moshiul Hoque

This paper illustrates the details description of technical text classification system and its results that developed as a part of participation in the shared task TechDofication 2020. The shared task consists of two sub…

ClassificationGeneral Classificationtext-classificationText Classification