← All reviews

Audio formatting of a graph

S. H. Zhang, M. Krishnamoorthy · 1994 · Proceedings of the First Annual ACM Conference on Assistive Technologies (Assets '94) · doi:10.1145/191028.191073

Summary

This 1994 paper introduces Audio Formatting of a Graph (AFG), a software package designed to make graph theory accessible to visually impaired students and researchers. Graph theory — the mathematical study of relationships between objects represented as nodes and edges — relies heavily on visual diagrams for understanding structure and properties. The AFG system translates graph information into audio representations, allowing blind users to query and explore graph structures without relying on visual diagrams. The software uses a menu-driven interface that lets users request specific information about a graph interactively, making the experience convenient and self-directed rather than requiring sighted assistance. The research addresses a significant barrier in STEM education for blind learners, where mathematical and computational concepts frequently depend on visual representations that have no standard non-visual equivalent.

Key findings

The authors demonstrate that graph-theoretic information can be effectively conveyed through audio formatting, enabling blind users to study and interact with graph structures independently. The menu-driven approach allows users to selectively query properties of a graph — such as connectivity, adjacency, and paths — rather than attempting to convey the entire visual structure at once. This selective, on-demand approach to information access is a practical design choice that avoids overwhelming users with audio data and instead lets them build a mental model of the graph incrementally. The system shows that abstract mathematical structures, which might seem inherently visual, can be decomposed into queryable properties that translate well to non-visual modalities.

Relevance

As one of the earliest papers presented at the inaugural Assets conference, this work represents pioneering efforts in making STEM content accessible to blind users. The core challenge it addresses — how to convey inherently visual mathematical structures through non-visual means — remains highly relevant today as data visualization accessibility continues to be a major gap in digital accessibility. The menu-driven, query-based approach to exploring complex structures anticipates modern accessible data exploration techniques where users navigate charts and graphs through screen reader interfaces or sonification tools. The work highlights that STEM accessibility requires purpose-built tools rather than simple adaptations of visual interfaces, a lesson that continues to apply to modern efforts in accessible data science, coding environments, and mathematical notation.

Tags: sonification · graph theory · blind users · audio representation · mathematics accessibility · STEM accessibility · non-visual interaction · menu-driven interface