SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2404.17169 · IJCAI · 2024

FairGT: A Fairness-aware Graph Transformer

Feng Xia, Shuo Yu, Xiuzhen Zhang, Renqiang Luo, Huafei Huang

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 5 functions out of this paper's own repositories and ran 4 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
yushuowiki/fairgt canonical 4 of 4
yushuowiki/FairGT — 0 of 1
FunctionStatusWhere it lives
gelu Ran yushuowiki/fairgt/model.py
pointer only (licence: NONE) · get_code("be4a5b4fd2623b72")
load_dataset Ran yushuowiki/fairgt/utils.py
pointer only (licence: NONE) · get_code("76d13c8799516603")
sparse_2_edge_index Ran yushuowiki/fairgt/utils.py
pointer only (licence: NONE) · get_code("493c41f2ac83b511")
train_val_test_split Ran yushuowiki/fairgt/utils.py
pointer only (licence: NONE) · get_code("5e16588d4905b5fe")
FairGT Not yet run yushuowiki/FairGT/model.py
pointer only (licence: NONE) · get_code("6846f24a59ee1d82")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

The design of Graph Transformers (GTs) generally neglects considerations for fairness, resulting in biased outcomes against certain sensitive subgroups. Since GTs encode graph information without relying on message-passing mechanisms, conventional fairness-aware graph learning methods cannot be directly applicable to address these issues. To tackle this challenge, we propose FairGT, a Fairness-aware Graph Transformer explicitly crafted to mitigate fairness concerns inherent in GTs. FairGT incorporates a meticulous structural feature selection strategy and a multi-hop node feature integration method, ensuring independence of sensitive features and bolstering fairness considerations. These fairness-aware graph information encodings seamlessly integrate into the Transformer framework for downstream tasks. We also prove that the proposed fair structural topology encoding with adjacency matrix eigenvector selection and multi-hop integration are theoretically effective. Empirical evaluations conducted across five real-world datasets demonstrate FairGT's superiority in fairness metrics over existing graph transformers, graph neural networks, and state-of-theart fairness-aware graph learning approaches.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2404.17169")
get_code_for_paper("2404.17169")
have("2404.17169")

Connect an agent — have() is free.