Across 17 LLMs, accessibility advice covers only about half of relevant disability categories on average, and speech and developmental conditions are the most neglected.
Human or LLM? A Comparative Study on Accessible Code Generation Capability
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Web accessibility is essential for inclusive digital experiences, yet the accessibility of LLM-generated code remains underexplored. This paper presents an empirical study comparing the accessibility of web code generated by GPT-4o and Qwen2.5-Coder-32B-Instruct-AWQ against human-written code. Results show that LLMs often produce more accessible code, especially for basic features like color contrast and alternative text, but struggle with complex issues such as ARIA attributes. We also assess advanced prompting strategies (Zero-Shot, Few-Shot, Self-Criticism), finding they offer some gains but are limited. To address these gaps, we introduce FeedA11y, a feedback-driven ReAct-based approach that significantly outperforms other methods in improving accessibility. Our work highlights the promise of LLMs for accessible code generation and emphasizes the need for feedback-based techniques to address persistent challenges.
fields
cs.CY 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Who Gets Left Behind? Auditing Disability Inclusivity in Large Language Models
Across 17 LLMs, accessibility advice covers only about half of relevant disability categories on average, and speech and developmental conditions are the most neglected.