遇见数据集

Risk Commodity Dataset (RCDD) from Alibaba's e-commerce platform

收藏
Zenodo2023-07-01 更新2026-05-26 收录
数据链接:
官方服务:

资源简介:

This is a risk commodity detection dataset (RCDD) that is based on a real risk detection scenario from Alibaba's e-commerce platform. All the <em>.csv </em>files are the initial data which consists of edges, node features, supervised information as well as IDs of candidate items. More details can see in <em>README.md</em>, we list the type of each column in each file as follows: 1. RCDD_edges.csv (edge file): <br> source_node_id int, target_node_id int, source_node_type string, target_node_type string, edge_type string<br> 2. RCDD_nodes.csv (node file):<br> node_id int, node_type string, node_atts string (notice that node_atts are 256-dimensional feature vector strings with delimiter ":")<br> 3. RCDD_train_labels.csv (training labels):<br> item_id int, label int<br> 4. RCDD_test_ids.csv (testing ids):<br> item_id int<br> 5. RCDD_test_labels.csv (testing labels):<br> item_id int, label int Besides that,<em> graph.bin</em> is the format in DGL which is constructed by all <em>*.csv</em> files, and a general method to load this graph as follows: <pre><code class="language-python">from dgl import load_graphs #should install dgl ds,_ = load_graphs("./graph.bin") g = ds[0] print(g)</code></pre> And then you can easily get a large-scale heterogeneous graph with 157,814,864 edges and 13,806,619 nodes, our graph task is node classification: detect risk product.

提供机构:
Zenodo
创建时间:
2023-06-12
二维码
社区交流群
二维码
科研交流群
商业服务