# Analyzing Phonetic and Graphemic Representations in End-to-End Automatic   Speech Recognition

**Authors:** Yonatan Belinkov, Ahmed Ali, James Glass

arXiv: 1907.04224 · 2020-04-21

## TL;DR

This paper investigates how end-to-end neural speech recognition models internally represent phonetic and graphemic information across different layers, comparing two languages and multiple datasets to understand their learned features.

## Contribution

It provides a detailed analysis of internal representations in end-to-end ASR models, highlighting how phonetic and graphemic information is encoded across layers and languages.

## Key findings

- Consistent layer-wise representation of phonetic and graphemic features across datasets.
- Differences in representation quality between English and Arabic.
- Insights into the interpretability of end-to-end neural ASR models.

## Abstract

End-to-end neural network systems for automatic speech recognition (ASR) are trained from acoustic features to text transcriptions. In contrast to modular ASR systems, which contain separately-trained components for acoustic modeling, pronunciation lexicon, and language modeling, the end-to-end paradigm is both conceptually simpler and has the potential benefit of training the entire system on the end task. However, such neural network models are more opaque: it is not clear how to interpret the role of different parts of the network and what information it learns during training. In this paper, we analyze the learned internal representations in an end-to-end ASR model. We evaluate the representation quality in terms of several classification tasks, comparing phonemes and graphemes, as well as different articulatory features. We study two languages (English and Arabic) and three datasets, finding remarkable consistency in how different properties are represented in different layers of the deep neural network.

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