MGTAB icon indicating copy to clipboard operation
MGTAB copied to clipboard

A Multi-relational Graph-Based Twitter Account Detection Benchmark

Results 8 MGTAB issues
Sort by recently updated
recently updated
newest added

Hello @GraphDetec, First time, thank you for your great works. I want to ask about code for preprocess the raw data from the original author into the format used by...

Can you provide the scripts you used to produce the embeddings?

Hello, 1)You mentioned in the paper that you've calculated the z-score of each feature. However, upon inspecting the dataset, I found that no feature has a value greater than one....

Hello! Is there a way to access the raw data of the tweets? I mean the text itself. This would be very helpful if I want to try different embeddings....

Why are there more "friends" than "followers"?

Are the numerical and Boolean characteristics with the top 10 information gain of stance and bot detection the same?

可以详细说明一下**如何处理**和**采用什么规则**得到边的权重edge_weight的嘛

I have encountered a bug related to the forward method of BotRGCN in models.py. It seems that the indexing should start at 0 instead of 1. This could lead to...