TLDR: This research paper, “The Quest for Reliable Metrics of Responsible AI,” by Theresia Veronika Rampisela, Maria Maistro, Tuukka Ruotsalo, and Christina Lioma, addresses the critical need for robust and reliable metrics to evaluate responsible AI, particularly fairness in recommender systems. The authors highlight significant limitations in existing fairness metrics, such as mathematical flaws, unknown score ranges, limited sensitivity, and redundancy. To overcome these challenges, they propose corrections to existing metrics and introduce new evaluation approaches, including a metric that jointly assesses effectiveness and fairness. The paper concludes by offering practical guidelines for developing and interpreting reliable metrics for responsible AI, stressing their importance for both AI development and policy-making.
As Artificial Intelligence (AI) continues to integrate into various aspects of our lives, from suggesting scientific papers to recommending job positions, the importance of developing these systems responsibly has become paramount. Recent legislation, such as the EU AI Act and the EU Digital Services Act, underscores this need, aiming to protect users and minimize potential harms. However, while much attention is given to the development of AI itself, less focus has been placed on the reliability and robustness of the metrics used to evaluate whether AI systems are truly responsible.
The Challenge of Measuring Responsible AI
A team of researchers from the University of Copenhagen and LUT University – Theresia Veronika Rampisela, Maria Maistro, Tuukka Ruotsalo, and Christina Lioma – have delved into this critical area. Their work, titled “The Quest for Reliable Metrics of Responsible AI,” reflects on prior research examining the robustness of fairness metrics, particularly within recommender systems, and offers a set of guidelines for developing more dependable evaluation tools.
Recommender Systems (RSs) serve as a prime example of AI applications where fairness is crucial. Imagine a job recommendation system that inadvertently perpetuates gender pay gaps by consistently showing lower-paying jobs to historically marginalized groups. Or a system recommending scientific papers that performs exceptionally well for one discipline but poorly for another due due to data imbalances, hindering scientific progress. These scenarios highlight the real-world consequences of unfair AI.
Unpacking Fairness in Recommender Systems
Fairness in RSs is often categorized by its subject (user or item fairness) and granularity (group or individual fairness). User fairness focuses on ensuring equitable recommendation effectiveness for all users, while item fairness considers how much exposure different items receive. Group fairness examines disparities between predefined user or item groups, whereas individual fairness looks at utility variations across all users or items.
The problem, as the researchers point out, is that practitioners often rely on a multitude of metrics – over 30 exist – to measure fairness, many of which have unknown limitations. This can lead to misleading or unstable scores, making it difficult to truly understand how fair an AI system is.
Identifying and Addressing Metric Limitations
The research team conducted both theoretical and empirical studies to uncover these limitations. They found that some fairness metrics are mathematically flawed, potentially crashing during computation or having unknown or unreachable score ranges. For instance, a metric might theoretically range from 0 to 1, but in practice, its scores only fall between 0.3 and 0.6, making interpretation difficult. They also observed that some metrics might appear to indicate high fairness due to compressed score ranges, even when the system is not truly fair. Furthermore, some metrics were found to be redundant, yielding similar conclusions, while others designed for group fairness could not accurately estimate individual fairness.
Towards More Reliable Evaluation
To address these issues, the researchers contributed new evaluation approaches. They corrected existing fairness metrics by redefining their mathematical formulations to prevent crashes and applied min-max normalization to ensure that scores of 0 and 1 accurately represent the fairest and unfairest possible cases, respectively. They also proposed a novel metric that can jointly evaluate both recommender system effectiveness and fairness, an aspect not simultaneously quantified by existing metrics. The source codes for these new approaches have been made publicly available to facilitate wider adoption.
Also Read:
- Navigating the Future: The Imperative of AI Accountability
- Unpacking Machine Learning’s Societal Footprint: A Framework for Fairer AI
Practical Guidelines for Developing Reliable Metrics
Based on their findings, the team summarized practical guidelines for selecting and developing responsible AI metrics:
- **Exclude problematic inputs:** Ensure the metric avoids invalid mathematical operations.
- **Define and interpret the metric range:** Clearly understand what the minimum and maximum scores represent.
- **Identify extreme input cases:** Know what inputs would result in the absolute fairest and unfairest scores.
- **Assess metric sensitivity:** Understand how the metric responds to changes in input data.
- **Avoid redundancy:** Determine if the metric provides unique insights compared to existing ones.
These guidelines are not exhaustive but represent a crucial minimum for ensuring the reliability of metrics used in AI technologies. The authors emphasize that efforts should not only focus on developing new AI technologies but also on improving their evaluation. Reliable quantification is vital for regulation and policy-making, yet evaluation metrics are often overlooked in current AI policy discussions. Future work could involve collaboration among AI users, technical experts, social scientists, ethicists, policymakers, and governmental agencies to establish concrete, measurable guidelines for responsible AI development, especially in high-stakes contexts like AI in Science.
For a deeper dive into the research, you can read the full paper here.


