Hi, I have a question about how to obtain the node attributes used in Prov-GAT.
Specifically, in the supply chain dataset, the NODE_TYPE.csv (e.g., FileNode.csv) contains a base64 node attr string, which is a vector with a length of 768 after decoding. I was wondering how to obtain these vectors? This is quite important if extending Prov-GAT to other datasets.
Hi, I have a question about how to obtain the node attributes used in Prov-GAT. Specifically, in the supply chain dataset, the NODE_TYPE.csv (e.g.,
FileNode.csv
) contains a base64 node attr string, which is a vector with a length of 768 after decoding. I was wondering how to obtain these vectors? This is quite important if extending Prov-GAT to other datasets.