You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that in stage 1 and stage 2, the training data lacked benchmarks. Can you help explain this? Thank you!
graph_matching.json in stage 1:
Counter({'Industrial': 84003, 'arxiv': 74075, 'cora': 25120})
Arxiv-PubMed-mix-NC-LP.json in stage 2:
Counter({'arxiv': 94441, 'pubmed': 73660})
What is the benchmark "Industrial"? I didn't see the name anywhere in the paper.
And why graph_matching.json lacks PubMed but Arxiv-PubMed-mix-NC-LP.json doesn't have Cora?
The text was updated successfully, but these errors were encountered:
I found that in stage 1 and stage 2, the training data lacked benchmarks. Can you help explain this? Thank you!
graph_matching.json in stage 1:
Counter({'Industrial': 84003, 'arxiv': 74075, 'cora': 25120})
Arxiv-PubMed-mix-NC-LP.json in stage 2:
Counter({'arxiv': 94441, 'pubmed': 73660})
What is the benchmark "Industrial"? I didn't see the name anywhere in the paper.
And why graph_matching.json lacks PubMed but Arxiv-PubMed-mix-NC-LP.json doesn't have Cora?
The text was updated successfully, but these errors were encountered: