Skip to content

Commit d1afd17

Browse files
committed
Fix d4explainer comments format
1 parent 75a0c20 commit d1afd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/projects/d4explainer/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { Authors, Badges } from '@/components/utils'
1717
## Introduction
1818
Graph neural networks (GNNs) have rapidly gained popularity recently due to their ability to model relational data. However, when it comes to critical decision-making and high-stake applications, such as healthcare, finance, and autonomous systems, the explainability of GNNs is fundamental for humans to understand the model’s decision-making logic and build trust in the deployment of GNNs in real-world scenarios.
1919

20-
<!-- Counterfactual explanation considers "what-if" scenarios of model predictions, addressing the question of how slight adjustments to the input graph can lead to different model predictions. Model-level explanation, on the other hand, aims to generate the most discriminative graph pattern for a target class, thus shedding light on the overall decision-making behavior and internal functioning of the model. -->
20+
{/* Counterfactual explanation considers "what-if" scenarios of model predictions, addressing the question of how slight adjustments to the input graph can lead to different model predictions. Model-level explanation, on the other hand, aims to generate the most discriminative graph pattern for a target class, thus shedding light on the overall decision-making behavior and internal functioning of the model. */}
2121

2222
![Figure 1: t-SNE Projection of Tree-Cycle dataset,where Cycle is a counterfactual motif for Tree.|scale=0.5](./assets/intro_fig.png)
2323

0 commit comments

Comments
 (0)