paper-with-me

Papers

AccessGuru: Leveraging LLMs to Detect and Correct Web Accessibility Violations in HTML Code

2025-07-24 · Nadeen Fathallah, Daniel Hernández, Steffen Staab arxiv

The vast majority of Web pages fail to comply with established Web accessibility guidelines, excluding a range of users with diverse abilities from interacting with their content. Making Web pages accessible to all users requires dedicated expertise and additional manual efforts from Web page providers. To lower their efforts and promote inclusiveness, we aim to automatically detect and correct Web accessibility violations in HTML code. While previous work has made progress in detecting certain types of accessibility violations, the problem of automatically detecting and correcting accessibility violations remains an open challenge that we address. We introduce a novel taxonomy classifying Web accessibility violations into three key categories - Syntactic, Semantic, and Layout. This taxonomy provides a structured foundation for developing our detection and correction method and redefining evaluation metrics. We propose a novel method, AccessGuru, which combines existing accessibility testing tools and Large Language Models (LLMs) to detect violations and applies taxonomy-driven prompting strategies to correct all three categories. To evaluate these capabilities, we develop a benchmark of real-world Web accessibility violations. Our benchmark quantifies syntactic and layout compliance and judges semantic accuracy through comparative analysis with human expert corrections. Evaluation against our benchmark shows that AccessGuru achieves up to 84% average violation score decrease, significantly outperforming prior methods that achieve at most 50%.

📄 PDF Abstract BibTeX arXiv:2507.19549

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ACCESS: Prompt Engineering for Automated Web Accessibility Violation Corrections

2024-01-28 · Calista Huang, Alyssa Ma, Suchir Vyasamudri, Eugenie Puype 외

With the increasing need for inclusive and user-friendly technology, web accessibility is crucial to ensuring equal access to online content for individuals with disabilities, including visual, auditory, cognitive, or mo…

Prompt Engineering

Peeking Inside LLMs: Leveraging Internal Artifacts of LLMs for Enhancing Reliability in Legal Classification

2026-06-18 · Sudipta Santra, Debtanu Datta, Saptarshi Ghosh arxiv

Large Language Models (LLMs) are increasingly being adopted in the legal domain. However, despite their strong performance, LLMs are prone to generating incorrect or hallucinated outputs, raising serious concerns about t…

Turning Dust into Gold: Distilling Complex Reasoning Capabilities from LLMs by Leveraging Negative Data

2023-12-20 · Yiwei Li, Peiwen Yuan, Shaoxiong Feng, Boyuan Pan 외

Large Language Models (LLMs) have performed well on various reasoning tasks, but their inaccessibility and numerous parameters hinder wide application in practice. One promising way is distilling the reasoning ability fr…

Arithmetic Reasoning

Do Internal Layers of LLMs Reveal Patterns for Jailbreak Detection?

2025-10-08 · Sri Durga Sai Sowmya Kadali, Evangelos E. Papalexakis arxiv

Jailbreaking large language models (LLMs) has emerged as a pressing concern with the increasing prevalence and accessibility of conversational LLMs. Adversarial users often exploit these models through carefully engineer…

Large Language Models for Web Accessibility: A Systematic Literature Review

2026-05-06 · Wajdi Aljedaani, Rubel Hassan Mollik arxiv

Web accessibility aims to ensure that web content and services are usable by people with diverse abilities. In recent years, Large Language Models (LLMs) have been increasingly explored to support accessibility-related t…