You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Official repo of the article: Yousef, W. A., Ibrahime, O. M., Madbouly, T. M., & Mahmoud, M. A. (2019), "Learning meters of arabic and english poems with recurrent neural networks: a step forward for language understanding and synthesis", arXiv preprint arXiv:1905.05700
Implementation of CNN and bi-GRU in parallel to solve text classification. In this particular example, I and my colleague, Ida Novindasari, use the AG news dataset from torchtext.datasets.
Given 10 predefined relations like cause-effect, product-producer, etc., the goal was to define the relation and the direction of the relation between 2 entities in a sentence.