DeepRobust icon indicating copy to clipboard operation
DeepRobust copied to clipboard

what is the param "ptb_rate " of PrePtbDataset means ?

Open chengglmotto opened this issue 1 year ago • 1 comments

ie: ptb_rate=0.05 means ptb 0.05% or 5%? image

chengglmotto avatar Feb 26 '23 05:02 chengglmotto

Hi,

ptb_rate means perturbation rate, which is the ratio of changed edges to total edges. For example, if we have 1000 edges in the original graph, ptb_rate=0.05 indicates that we change 50 edges (5%) in this graph.

ChandlerBang avatar Feb 26 '23 05:02 ChandlerBang