Making the Web More Inclusive: Enter AccessGuru
Despite the availability of accessibility guidelines like #WCAG, most websites still present barriers for users with disabilities. This paper introduces AccessGuru, a system that leverages Large Language Models (#LLMs) to automatically detect and correct accessibility violations in HTML code.
AccessGuru is guided by a novel taxonomy of syntactic, semantic, and layout violations and combines rule-based tools with LLM reasoning over code and visuals.
It reduces violation scores by up to 84%, outperforming existing tools, and achieves 73% similarity to human-generated semantic corrections. A benchmark dataset of 3,500 real-world violations is also released to support future research.
This work demonstrates how LLMs can meaningfully automate accessibility efforts and foster a more inclusive Web.
Fathallah, N. (@nadeenfathallah), Hernández, D. (@daniel), & Staab, S. (2025). AccessGuru: Leveraging LLMs to detect and correct web accessibility violations in HTML code. The 27th International ACM SIGACCESS Conference on Computers and Accessibility #ASSETS2025. http://arxiv.org/abs/2507.19549.
#AI #AIResearch #LLMs #Accessibility #HTML #PromptEngineering