Scale-free Graphs
收藏资源简介:
该数据集适用于“一对多”映射版本的图转换。数据集中没有节点特征,目标是学习从输入图拓扑到目标图拓扑的映射。每个输入图生成为有向无标度网络,其度分布遵循幂律属性。生成目标图时,选择一个节点作为目标节点,其概率与其入度成正比,该节点将以0.41的概率连接到新的源节点。类似地,选择一个节点作为源节点,其概率与其出度成正比,该节点将以0.54的概率连接到新的目标节点。然后,通过在两个节点之间添加m(m等于输入图的节点数)条边来生成相应的目标图。因此,输入和目标图都是有向无标度图。
This dataset is suitable for the 'one-to-many' mapping version of graph transformation. The dataset does not contain node features, and the goal is to learn the mapping from the input graph topology to the target graph topology. Each input graph is generated as a directed scale-free network, with its degree distribution following a power-law property. When generating the target graph, a node is selected as the target node with a probability proportional to its in-degree, and this node will connect to a new source node with a probability of 0.41. Similarly, a node is selected as the source node with a probability proportional to its out-degree, and this node will connect to a new target node with a probability of 0.54. Then, the corresponding target graph is generated by adding m (where m equals the number of nodes in the input graph) edges between the two nodes. Therefore, both the input and target graphs are directed scale-free graphs.
数据集概述
本数据集专注于深度图翻译问题,提供了多种合成和真实世界的图数据集,用于研究和探索图之间的映射规则。数据集包括以下几个部分:
1. Scale-free Graphs
- 问题类型:适合“一对多”映射图翻译版本。
- 数据内容:包含五个不同大小的子集(节点数为10、20、50、100、150)。
- 文件格式:每个子集中的输入和输出图分别存储在
.csv文件中,文件名格式为"scale-(graph_size)-input-index.csv"和"scale-(graph_size)-target-index.csv"。 - 数据链接:Scale_free_150等。
2. Erdos-Renyi Graphs
- 问题类型:适合“一对一”映射图翻译版本。
- 数据内容:包含三个不同大小的子集(节点数为20、40、60)。
- 文件格式:每个子集中的输入和输出图分别存储在
.csv文件中,文件名格式为"ER-(graph_size)-input-index.csv"和"ER-(graph_size)-target-index.csv"。 - 数据链接:ER_20等。
3. Barab´asi-Albert Graphs
- 问题类型:适合“一对一”映射图翻译版本。
- 数据内容:包含三个不同大小的子集(节点数为20、40、60)。
- 文件格式:每个子集中的输入和输出图分别存储在
.csv文件中,文件名格式为"BA-(graph_size)-input-index.csv"和"BA-(graph_size)-target-index.csv"。 - 数据链接:BA_20等。
4. IoT
- 问题背景:涉及物联网中的恶意软件隔离问题。
- 数据内容:包含三个不同大小的子集(节点数为20、40、60)。
- 文件格式:每个子集中的输入和输出图分别存储在
.csv文件中,文件名格式为"IoT-[graph_size]-[input/output]-[infection rate]-[recovery rate]-[decay rate]-[index].csv"。 - 数据链接:IoT_20等。
5. User Authentication
- 问题背景:涉及企业网络中用户认证的恶意行为预测。
- 数据内容:包含两个不同大小的子集(节点数为50和300)。
- 文件格式:每个子集中的输入和输出图分别存储在
.csv文件中,文件名格式为"Auth-[graph_size]-[input/output]-[index].csv"。 - 数据链接:Auth_50等。
6. Chemistry Reaction
- 问题背景:涉及化学反应预测。
- 数据内容:包含7180对反应物和产物分子图。
- 文件格式:数据存储在多个文件夹中,包括"mol_edge"和"mol_nodes"等。
- 数据链接:Mol_edge等。
7. Molecule Optimization
- 问题背景:涉及分子优化,通过匹配分子对分析(MMPA)来改善分子化学性质。
- 数据内容:数据集包括多个任务,如改善惩罚logP分数和药物相似性(QED)。
- 数据链接:Penalized logP等。
这些数据集为深度图翻译问题的研究提供了丰富的资源,适用于不同类型的图映射规则学习和应用。




