# Modelling prosodic structure using Artificial Neural Networks

**Authors:** Jean-Philippe Bernardy, Charalambos Themistocleous

arXiv: 1706.03952 · 2017-06-16

## TL;DR

This paper compares LSTM and ConvNet architectures for classifying Cypriot Greek questions and statements, demonstrating that ConvNet achieves 95% accuracy and better handles tonal variation in prosodic structure.

## Contribution

It introduces a neural network-based classification model for prosodic tonal patterns in Cypriot Greek, highlighting the superior performance of ConvNet over LSTM.

## Key findings

- ConvNet achieved 95% classification accuracy.
- ConvNet outperformed LSTM in tonal classification.
- Neural networks effectively model prosodic tonal variation.

## Abstract

The ability to accurately perceive whether a speaker is asking a question or is making a statement is crucial for any successful interaction. However, learning and classifying tonal patterns has been a challenging task for automatic speech recognition and for models of tonal representation, as tonal contours are characterized by significant variation. This paper provides a classification model of Cypriot Greek questions and statements. We evaluate two state-of-the-art network architectures: a Long Short-Term Memory (LSTM) network and a convolutional network (ConvNet). The ConvNet outperforms the LSTM in the classification task and exhibited an excellent performance with 95% classification accuracy.

---
Source: https://tomesphere.com/paper/1706.03952