Home Bibliography Recurrent convolutional neural networks for poet identification
Page
Cancel

Recurrent convolutional neural networks for poet identification

Salami, Dariush and Momtazi, Saeedeh

Abstract

Deep neural networks have been widely used in various language processing tasks. Recurrent neural networks (RNNs) and convolutional neural networks (CNN) are two common types of neural networks that have a successful history in capturing temporal and spatial features of texts. By using RNN, we can encode input text to a lower space of semantic features while considering the sequential behavior of words. By using CNN, we can transfer the representation of input text to a flat structure to be used for classifying text. In this article, we proposed a novel recurrent CNN model to capture not only the temporal but also the spatial features of the input poem/verse to be used for poet identification. Considering the shortcomings of the normal RNNs, we try both long short-term memory and gated recurrent unit units in the proposed architecture and apply them to the poet identification task. There are a large number of poems in the history of literature whose poets are unknown. Considering the importance of the task in the information processing field, a great variety of methods from traditional learning models, such as support vector machine and logistic regression, to deep neural network models, such as CNN, have been proposed to address this problem. Our experiments show that the proposed model significantly outperforms the state-of-the-art models for poet identification by receiving either a poem or a single verse as input. In comparison to the state-of-the-art CNN model, we achieved 9% and 4% improvements in f-measure for poem- and verse-based tasks, respectively.

DOI: 10.1093/llc/fqz096 Read the Paper

Bibtex

@article{salami2020recurrent,
  title = {Recurrent convolutional neural networks for poet identification},
  author = {Salami, Dariush and Momtazi, Saeedeh},
  journal = {Digital Scholarship in the Humanities},
  year = {2020},
  link = {https://academic.oup.com/dsh/advance-article-abstract/doi/10.1093/llc/fqz096/5836747?redirectedFrom=fulltext},
  doi = {10.1093/llc/fqz096}
}