amazon-science / tgl

Apache License 2.0
192 stars 31 forks source link

A question about provided preprocessed data #5

Closed jasperzhong closed 2 years ago

jasperzhong commented 2 years ago

Are T-CSR representations in down.sh all undirected graphs? i.e., is add_reverse enabled when generating the T-CSR representations?

tedzhouhk commented 2 years ago

The bipartite graph (WIKI and Reddit) are undirected while the two large graphs are directed.

jasperzhong commented 2 years ago

Thanks for your clarification.