paper-with-me

Papers

Astraea: Grammar-based Fairness Testing

2020-10-06 · Ezekiel Soremekun, Sakshi Udeshi, Sudipta Chattopadhyay

Software often produces biased outputs. In particular, machine learning (ML) based software are known to produce erroneous predictions when processing discriminatory inputs. Such unfair program behavior can be caused by societal bias. In the last few years, Amazon, Microsoft and Google have provided software services that produce unfair outputs, mostly due to societal bias (e.g. gender or race). In such events, developers are saddled with the task of conducting fairness testing. Fairness testing is challenging; developers are tasked with generating discriminatory inputs that reveal and explain biases. We propose a grammar-based fairness testing approach (called ASTRAEA) which leverages context-free grammars to generate discriminatory inputs that reveal fairness violations in software systems. Using probabilistic grammars, ASTRAEA also provides fault diagnosis by isolating the cause of observed software bias. ASTRAEA's diagnoses facilitate the improvement of ML fairness. ASTRAEA was evaluated on 18 software systems that provide three major natural language processing (NLP) services. In our evaluation, ASTRAEA generated fairness violations with a rate of ~18%. ASTRAEA generated over 573K discriminatory test cases and found over 102K fairness violations. Furthermore, ASTRAEA improves software fairness by ~76%, via model-retraining.

📄 PDF Abstract BibTeX arXiv:2010.02542

Code (1)

sakshiudeshi/Astraea 공식 구현 tf

Tasks

FairnessFault Diagnosis

Similar Papers 제목 키워드 기반

Towards Fair and Efficient Learning-based Congestion Control

2024-03-04 · Xudong Liao, Han Tian, Chaoliang Zeng, Xinchen Wan 외

Recent years have witnessed a plethora of learning-based solutions for congestion control (CC) that demonstrate better performance over traditional TCP schemes. However, they fail to provide consistently good convergence…

Deep Reinforcement LearningFairness

Astraea: A State-Aware Scheduling Engine for LLM-Powered Agents

2025-12-16 · Hongqiu Ni, Jiabao Zhang, Guopeng Li, Zilong Wang 외 arxiv

Large Language Models (LLMs) are increasingly being deployed as intelligent agents. Their multi-stage workflows, which alternate between local computation and calls to external network services like Web APIs, introduce a…

Astraea: A GPU-Oriented Token-wise Acceleration Framework for Video Diffusion Transformers

2025-06-05 · Haosong Liu, Yuge Cheng, Zihan Liu, Aiyue Chen 외

Video diffusion transformers (vDiTs) have made impressive progress in text-to-video generation, but their high computational demands present major challenges for practical deployment. While existing acceleration methods …

GPUText-to-Video GenerationToken ReductionVideo Generation

Astraea: Self-balancing Federated Learning for Improving Classification Accuracy of Mobile Deep Learning Applications

2019-07-02 · Moming Duan, Duo Liu, Xianzhang Chen, Yujuan Tan 외

Federated learning (FL) is a distributed deep learning method which enables multiple participants, such as mobile phones and IoT devices, to contribute a neural network model while their private training data remains in …

Data AugmentationEdge-computingFederated LearningGeneral Classification

Flexible text generation for counterfactual fairness probing

2022-06-28 · NAACL (WOAH) 2022 7 · Zee Fryer, Vera Axelrod, Ben Packer, Alex Beutel 외

A common approach for testing fairness issues in text-based classifiers is through the use of counterfactuals: does the classifier output change if a sensitive attribute in the input is changed? Existing counterfactual g…

AttributecounterfactualFairnessText Generation