CLAISEMay 9, 2025

Efficient Fairness Testing in Large Language Models: Prioritizing Metamorphic Relations for Bias Detection

arXiv:2505.07870v13 citationsh-index: 14AITest
Originality Incremental advance
AI Analysis

This work addresses fairness testing for LLMs, which is critical for deployment in various applications, but it is incremental as it builds on existing metamorphic testing methods.

The paper tackles the problem of efficiently detecting fairness issues in large language models by prioritizing metamorphic relations for testing, resulting in a 22% improvement in fault detection rates and reduced time to first failure compared to random prioritization.

Large Language Models (LLMs) are increasingly deployed in various applications, raising critical concerns about fairness and potential biases in their outputs. This paper explores the prioritization of metamorphic relations (MRs) in metamorphic testing as a strategy to efficiently detect fairness issues within LLMs. Given the exponential growth of possible test cases, exhaustive testing is impractical; therefore, prioritizing MRs based on their effectiveness in detecting fairness violations is crucial. We apply a sentence diversity-based approach to compute and rank MRs to optimize fault detection. Experimental results demonstrate that our proposed prioritization approach improves fault detection rates by 22% compared to random prioritization and 12% compared to distance-based prioritization, while reducing the time to the first failure by 15% and 8%, respectively. Furthermore, our approach performs within 5% of fault-based prioritization in effectiveness, while significantly reducing the computational cost associated with fault labeling. These results validate the effectiveness of diversity-based MR prioritization in enhancing fairness testing for LLMs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes