LSTM vs. GRU vs. Bidirectional RNN for script generation
Sanidhya Mangal, Poorva Joshi, Rahul Modak

TL;DR
This paper compares LSTM, GRU, and Bidirectional RNN models in generating TV series scripts, analyzing their performance and efficiency through experiments on character sequence prediction.
Contribution
It provides a comprehensive comparison of three deep learning models for script generation, highlighting their relative strengths and weaknesses.
Findings
LSTM outperforms GRU and Bidirectional RNN in accuracy.
Bidirectional RNN shows higher computational efficiency.
Models effectively learn character sequences for script generation.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Music and Audio Processing
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory · Gated Recurrent Unit
