“…The choice of using a recurrent neural network is based on its focus on dealing with sequential data, such as text, as well as its wide use in several NLP tasks, such as machine translation (Johnson et al, ), dependency parsing (Vilares & Gómez‐Rodríguez, ), question answering (Iyyer, Boyd‐Graber, Claudino, Socher, & Daumé III, ), or language modeling (Sundermeyer, Schlüter, & Ney, ). Recurrent neural networks differ from traditional feedfoward networks in that they allow feedback loops in their architectures, thus being able to use the output information corresponding to the input t when processing input t + 1 .…”