paper-with-me

홈 › Papers

Mitigating Relational Bias on Knowledge Graphs

2022-11-26 · Yu-Neng Chuang, Kwei-Herng Lai, Ruixiang Tang, Mengnan Du, Chia-Yuan Chang, Na Zou, Xia Hu

Knowledge graph data are prevalent in real-world applications, and knowledge graph neural networks (KGNNs) are essential techniques for knowledge graph representation learning. Although KGNN effectively models the structural information from knowledge graphs, these frameworks amplify the underlying data bias that leads to discrimination towards certain groups or individuals in resulting applications. Additionally, as existing debiasing approaches mainly focus on the entity-wise bias, eliminating the multi-hop relational bias that pervasively exists in knowledge graphs remains an open question. However, it is very challenging to eliminate relational bias due to the sparsity of the paths that generate the bias and the non-linear proximity structure of knowledge graphs. To tackle the challenges, we propose Fair-KGNN, a KGNN framework that simultaneously alleviates multi-hop bias and preserves the proximity information of entity-to-relation in knowledge graphs. The proposed framework is generalizable to mitigate the relational bias for all types of KGNN. We develop two instances of Fair-KGNN incorporating with two state-of-the-art KGNN models, RGCN and CompGCN, to mitigate gender-occupation and nationality-salary bias. The experiments carried out on three benchmark knowledge graph datasets demonstrate that the Fair-KGNN can effectively mitigate unfair situations during representation learning while preserving the predictive performance of KGNN models.

📄 PDF Abstract BibTeX arXiv:2211.14489

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Representation LearningKnowledge GraphsOpen-Ended Question AnsweringRepresentation Learning

Methods 이 논문이 사용한 방법론

RGCN An RGCN, or Relational Graph Convolution Network, is a an application of the GCN framework to modeling relational data,…

Similar Papers 제목 키워드 기반

What Makes a Desired Graph for Relational Deep Learning?

2026-06-07 · Yao Cheng, Siqiang Luo arxiv

Relational deep learning (RDL) converts relational databases (RDBs) into heterogeneous graphs, but graphs derived directly from database schemas are often not well suited for how graph neural networks (GNNs) perform rela…

Relational Reasoning

Grid-to-Graph: Flexible Spatial Relational Inductive Biases for Reinforcement Learning

2021-02-08 · Zhengyao Jiang, Pasquale Minervini, Minqi Jiang, Tim Rocktaschel

Although reinforcement learning has been successfully applied in many domains in recent years, we still lack agents that can systematically generalize. While relational inductive biases that fit a task can improve genera…

reinforcement-learningReinforcement Learning (RL)

Geometric Structural Knowledge Graph Foundation Model

2025-12-28 · Ling Xin, Mojtaba Nayyeri, Zahra Makki Nayeri, Steffen Staab arxiv

Structural knowledge graph foundation models aim to generalize reasoning to completely new graphs with unseen entities and relations. A key limitation of existing approaches like Ultra is their reliance on a single relat…

Inductive Link PredictionKnowledge Graphs

Cardinality Estimation on Hyper-relational Knowledge Graphs

2024-05-24 · Fei Teng, Haoyang Li, Shimin Di, Lei Chen

Cardinality Estimation (CE) for query is to estimate the number of results without execution, which is an effective index in query optimization. Recently, CE over has achieved great success in knowledge graphs (KGs) that…

Graph Neural NetworkKnowledge Graphs

Poisson-Gamma Modeling of Inter-Relational Dependencies in Dynamic Knowledge Graphs

2026-07-03 · Nan Fang, Yijun Wang, Hao Liao, Sikun Yang arxiv

Dynamic knowledge graphs are ubiquitous in today's AI applications, as we represent molecular structures, social relationships, and language information using these graph models. As knowledge graphs evolve over time and …

Knowledge GraphsLink Prediction