-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which representation is actually used #1
Comments
Nice work! But I have a question to know. According to the paper and code there are three representations for each graph, which one is actually used for label prediction? The causal one or the intervention representation? |
If the intervention representation is used, how to make the prediction stable due to the random addition? |
I'm also wonder about this. |
After reviewing the paper and code, it appears that the intervention representation is used for label prediction. The paper specifically states that the intervention representation is used for both training and evaluation of the model (Section 3.1 and Section 3.2). Additionally, the function generate_intervention_data in the code is used to create the intervention representation of the graph, which is then fed into the model for label prediction (Section 4.1 and Section 4.2). |
No description provided.
The text was updated successfully, but these errors were encountered: