paper-with-me

Papers

Automated Trustworthiness Testing for Machine Learning Classifiers

2024-06-07 · Steven Cho, Seaton Cousins-Baxter, Stefano Ruberto, Valerio Terragni

Machine Learning (ML) has become an integral part of our society, commonly used in critical domains such as finance, healthcare, and transportation. Therefore, it is crucial to evaluate not only whether ML models make correct predictions but also whether they do so for the correct reasons, ensuring our trust that will perform well on unseen data. This concept is known as trustworthiness in ML. Recently, explainable techniques (e.g., LIME, SHAP) have been developed to interpret the decision-making processes of ML models, providing explanations for their predictions (e.g., words in the input that influenced the prediction the most). Assessing the plausibility of these explanations can enhance our confidence in the models' trustworthiness. However, current approaches typically rely on human judgment to determine the plausibility of these explanations. This paper proposes TOWER, the first technique to automatically create trustworthiness oracles that determine whether text classifier predictions are trustworthy. It leverages word embeddings to automatically evaluate the trustworthiness of a model-agnostic text classifiers based on the outputs of explanatory techniques. Our hypothesis is that a prediction is trustworthy if the words in its explanation are semantically related to the predicted class. We perform unsupervised learning with untrustworthy models obtained from noisy data to find the optimal configuration of TOWER. We then evaluated TOWER on a human-labeled trustworthiness dataset that we created. The results show that TOWER can detect a decrease in trustworthiness as noise increases, but is not effective when evaluated against the human-labeled dataset. Our initial experiments suggest that our hypothesis is valid and promising, but further research is needed to better understand the relationship between explanations and trustworthiness issues.

📄 PDF Abstract BibTeX arXiv:2406.05251

Code (0)

등록된 구현이 없습니다.

Tasks

Word Embeddings

Methods 이 논문이 사용한 방법론

LIME LIME, or Local Interpretable Model-Agnostic Explanations, is an algorithm that can explain the predictions of any classifier or regressor in a faithful way, by…

Similar Papers 제목 키워드 기반

Automated Trustworthiness Oracle Generation for Machine Learning Text Classifiers

2024-10-30 · Lam Nguyen Tung, Steven Cho, Xiaoning Du, Neelofar Neelofar 외

Machine learning (ML) for text classification has been widely used in various domains. These applications can significantly impact ethics, economics, and human behavior, raising serious concerns about trusting ML decisio…

Adversarial AttackChatbotEthicstext-classification+2

I-trustworthy Models. A framework for trustworthiness evaluation of probabilistic classifiers

2025-01-26 · Ritwik Vashistha, Arya Farahi

As probabilistic models continue to permeate various facets of our society and contribute to scientific advancements, it becomes a necessity to go beyond traditional metrics such as predictive accuracy and error rates an…

Diagnostic

Discovering Boundary Values of Feature-based Machine Learning Classifiers through Exploratory Datamorphic Testing

2021-10-01 · Hong Zhu, Ian Bayley

Testing has been widely recognised as difficult for AI applications. This paper proposes a set of testing strategies for testing machine learning applications in the framework of the datamorphism testing methodology. In …

BIG-bench Machine Learning

MedISure: Towards Assuring Machine Learning-based Medical Image Classifiers using Mixup Boundary Analysis

2023-11-23 · Adam Byfield, William Poulett, Ben Wallace, Anusha Jose 외

Machine learning (ML) models are becoming integral in healthcare technologies, presenting a critical need for formal assurance to validate their safety, fairness, robustness, and trustworthiness. These models are inheren…

Cancer ClassificationFairnessTumour Classification

Software Testing for Machine Learning

2022-04-30 · Dusica Marijan, Arnaud Gotlieb

Machine learning has become prevalent across a wide variety of applications. Unfortunately, machine learning has also shown to be susceptible to deception, leading to errors, and even fatal failures. This circumstance ca…

BIG-bench Machine Learningsoftware testing