Skip to content
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

Open
Zhang-Each opened this issue Nov 6, 2022 · 4 comments
Open

Which representation is actually used #1

Zhang-Each opened this issue Nov 6, 2022 · 4 comments

Comments

@Zhang-Each
Copy link

No description provided.

@Zhang-Each
Copy link
Author

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?

@Zhang-Each
Copy link
Author

If the intervention representation is used, how to make the prediction stable due to the random addition?

@Namkyeong
Copy link

I'm also wonder about this.
Which prediction is used for performance?

@czstudio
Copy link

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants