Papers › Intersectional Unfairness Discovery

Intersectional Unfairness Discovery

31 May 2024arXiv:2405.20790archive 2025-07-28

Gezheng Xu, Qi Chen, Charles Ling, Boyu Wang, Changjian Shui

AI systems have been shown to produce unfair results for certain subgroups of population, highlighting the need to understand bias on certain sensitive attributes. Current research often falls short, primarily focusing on the subgroups characterized by a single sensitive attribute, while neglecting the nature of intersectional fairness of multiple sensitive attributes. This paper focuses on its one fundamental aspect by discovering diverse high-bias subgroups under intersectional sensitive attributes. Specifically, we propose a Bias-Guided Generative Network (BGGN). By treating each bias value as a reward, BGGN efficiently generates high-bias intersectional sensitive attributes. Experiments on real-world text and image datasets demonstrate a diverse and efficient discovery of BGGN. To further evaluate the generated unseen but possible unfair intersectional sensitive attributes, we formulate them as prompts and use modern generative AI to produce new texts and images. The results of frequently generating biased data provides new insights of discovering potential unfairness in popular modern generative AI systems. Warning: This paper contains generative examples that are offensive in nature.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2405.20790")

Code

Syntology Ran 24 of 36 code samples harvested from 1 repository linked to this paper; 12 have no recorded run. Of those that ran: 6 ran · honoured contract; 1 ran · violated contract; 10 ran · our draft was wrong; 7 ran · fixture could not drive it.

By repository: official repository: 36 samples from 1 repository, 24 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

xugezheng/bggn officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

36 samples harvested; 24 ran; 6 honoured the contract we drafted; 12 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

6ran · honoured contract
1ran · violated contract
10ran · our draft was wrong
7ran · fixture could not drive it
12unverified

Licence: 36 of the 36 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from xugezheng/bggn. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

avg_evaluations xugezheng/bggn/engine/engine_vae_bias.py official repository ran · our draft was wrong no licence file found · pointer only · 57d865bf1a287ccb · report
bias_num_ratio xugezheng/bggn/engine/engine_vae_bias.py official repository ran · our draft was wrong no licence file found · pointer only · 064fdf4c7a190f52 · report
compare_evaluations xugezheng/bggn/engine/engine_vae_bias.py official repository ran · violated contract no licence file found · pointer only · a9bc3a5a4b2bffd2 · report
compute_entropy xugezheng/bggn/engine/engine_vae_bias.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 42b500b9cf00fc46 · report
compute_log_softmax_distribution xugezheng/bggn/engine/engine_vae_bias.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · effd9564d57e6ae2 · report
dcg_at_k xugezheng/bggn/engine/engine_vae_bias.py official repository ran · honoured contract no licence file found · pointer only · 84c19af3b81754ad · report
df_2_dict xugezheng/bggn/engine/engine_vae_bias.py official repository ran · fixture could not drive it no licence file found · pointer only · c97352ec4c132013 · report
df_2_lists xugezheng/bggn/engine/engine_vae_bias.py official repository ran · fixture could not drive it no licence file found · pointer only · f2891755fbef7181 · report
evaluate_dataset xugezheng/bggn/engine/engine_vae_bias.py official repository ran · our draft was wrong no licence file found · pointer only · 1c47e9bdf6cab4a1 · report
evaluate_unseen xugezheng/bggn/engine/engine_vae_bias.py official repository ran · our draft was wrong no licence file found · pointer only · 0cba59ac8e11f912 · report
filter_and_regroup_genA xugezheng/bggn/engine/engine_vae_bias.py official repository ran · fixture could not drive it no licence file found · pointer only · 1b9aa87cee22fb7a · report
get_bias xugezheng/bggn/engine/engine_vae_bias.py official repository ran · our draft was wrong no licence file found · pointer only · 8598d814f1813079 · report
get_mask xugezheng/bggn/engine/engine_vae_bias.py official repository ran · fixture could not drive it no licence file found · pointer only · 2d1680fb0c695a56 · report
onehot2vec xugezheng/bggn/engine/engine_vae_bias.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · f03d0c3b5c8756be · report
precision_at_k xugezheng/bggn/engine/engine_vae_bias.py official repository ran · honoured contract no licence file found · pointer only · 4800aa7f52553655 · report
print_dict xugezheng/bggn/engine/engine_vae_bias.py official repository ran · our draft was wrong no licence file found · pointer only · 9b9c19ba2a0d261c · report
recall_at_k xugezheng/bggn/engine/engine_vae_bias.py official repository ran · honoured contract no licence file found · pointer only · 1a4c35f9017f9cb5 · report
regroup_dataset xugezheng/bggn/engine/engine_vae_bias.py official repository ran · our draft was wrong no licence file found · pointer only · 005cd4db1e67853f · report
reparameterize_latent xugezheng/bggn/engine/engine_vae_bias.py official repository ran · honoured contract no licence file found · pointer only · 127d7012d2754445 · report
result_dict_2_list xugezheng/bggn/engine/engine_vae_bias.py official repository ran · our draft was wrong no licence file found · pointer only · 1755b6f77dcb9a2f · report
rr xugezheng/bggn/engine/engine_vae_bias.py official repository ran · honoured contract no licence file found · pointer only · b7baf45d83666191 · report
rr_at_k xugezheng/bggn/engine/engine_vae_bias.py official repository ran · honoured contract no licence file found · pointer only · ca065ddc9e07d6be · report
sample_from_multi_softmax_distribution xugezheng/bggn/engine/engine_vae_bias.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · da444d5c027e40ef · report
ten2vec xugezheng/bggn/engine/engine_vae_bias.py official repository ran · our draft was wrong no licence file found · pointer only · 609ab87b158974d0 · report
bias_vae_train xugezheng/bggn/engine/engine_vae_bias.py official repository unverified no licence file found · pointer only · c9f1553e541bc459 · report
evaluate_genModel xugezheng/bggn/engine/engine_vae_bias.py official repository unverified no licence file found · pointer only · 6d82d74e0c0e698d · report
evaluate_genModel_multi_round xugezheng/bggn/engine/engine_vae_bias.py official repository unverified no licence file found · pointer only · 2b3859b1137b90e6 · report
evaluate_seen xugezheng/bggn/engine/engine_vae_bias.py official repository unverified no licence file found · pointer only · 9f22a7e05edf9c71 · report
get_trA_based_loss xugezheng/bggn/engine/engine_vae_bias.py official repository unverified no licence file found · pointer only · 3dad36b11b014f06 · report
get_z_based_loss xugezheng/bggn/engine/engine_vae_bias.py official repository unverified no licence file found · pointer only · b4e424706d6e8d17 · report
grad_activate xugezheng/bggn/engine/engine_vae_bias.py official repository unverified no licence file found · pointer only · 01a0d1b74cde1693 · report
grad_freeze xugezheng/bggn/engine/engine_vae_bias.py official repository unverified no licence file found · pointer only · e378aa7295e2b34d · report
log_evaluation_dict xugezheng/bggn/engine/engine_vae_bias.py official repository unverified no licence file found · pointer only · 9c79e5b3c213e90f · report
sampling_for_evaluation xugezheng/bggn/engine/engine_vae_bias.py official repository unverified no licence file found · pointer only · 16ed4d14f65e60df · report
save_dset_dict_2_df xugezheng/bggn/engine/engine_vae_bias.py official repository unverified no licence file found · pointer only · 3f062da62d5063c8 · report
save_train_test_dict_2_df xugezheng/bggn/engine/engine_vae_bias.py official repository unverified no licence file found · pointer only · 2283d3d11eb6c162 · report

Tasks

AttributeFairness

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections