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

Request for Baseline Code or Data Processing Method Due to Divergent Training Data Format #2

Open
liane886 opened this issue Mar 12, 2024 · 1 comment

Comments

@liane886
Copy link

Dear Feng,

I've noticed your repository's training data format uniquely diverges from the common ['u', 'i', 'ts', 'label', 'idx'] structure used in temporal graph benchmarks, particularly with distinct labels for src and dst nodes. Could you share insights or provide baseline code on adapting this format for standard methods? Your guidance would greatly enhance our ability to align our research with your innovative framework.

Thank you for considering my request. I look forward to your response.

Best regards,

Liane

@tulerfeng
Copy link
Owner

Thank you for your interest.

Our training data format includes the following attributes: ['u', 'i', 'label_u', 'label_name_u', 'label_i', 'label_name_i', 'ts', 'idx'].

To align our training data format with the standard structure ['u', 'i', 'ts', 'label', 'idx'], you simply need to remove 'label_name_u' and 'label_name_i'. Subsequently, you can use either 'label_u' or 'label_i' as the 'label', depending on your classification needs. 'Label_u' corresponds to the label for the source node, while 'label_i' corresponds to the label for the target node in a directed edge. Alternatively, if your aim is to conduct an edge classification task rather than node classification, the attribute 'label' becomes redundant.

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

2 participants