Overcoming Shortcut Learning in Graph Neural Networks through Active Explanation Guidance Researchers introduced XIGL, an architecture-agnostic human-in-the-loop strategy that uses active explanation guidance to remove shortcut learning from Graph Neural Networks (GNNs), improving their reliability in out-of-distribution tasks. The method detects shortcuts via GNN explanations and incorporates expert corrective feedback, with an active learning strategy to prioritize explanations likely to exhibit shortcut behavior, reducing annotation costs. The implementation is available online. arXiv:2608.14121v1 Announce Type: new Abstract: Graph Neural Networks GNNs can solve prediction tasks by unintentionally exploiting shortcuts---that is, edges, nodes, and features that correlate with but are not causal for the prediction---which compromise their reliability in out-of-distribution tasks. We introduce XIGL, an architecture-agnostic human-in-the-loop strategy for removing such shortcuts from GNNs. Our key insight is twofold. On the one hand, reliance on shortcuts can be detected by inspecting GNN explanations. On the other hand, once made aware of such shortcuts, sufficiently expert users can provide tailored corrective feedback, which helps deconfound the model. XIGL supports any query strategy; however, since corrective feedback can be expensive to acquire, we develop an active learning strategy for prioritizing explanations that are more likely to display shortcut behavior, lowering annotation and cognitive costs. We showcase the effectiveness of XIGL, including both existing and proposed explanation-based strategies, on several GNN architectures. Our implementation is available online.