Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question and Possible Discussion regarding Role Discovery as an addition to CDLib #137

Closed
DonaldTsang opened this issue Dec 20, 2020 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@DonaldTsang
Copy link

DonaldTsang commented Dec 20, 2020

I would like to ask something regarding Role Detection as a derivation of Community Detection:
Is it possible to consider role detection (role discovery, role similarity, role-based similarity), since it seems that research regarding roles are still a bit too new and that most research tends to treat it as a sub-problem of Community Detection?

For reference regarding lists of Role Detection algorithms:

@GiulioRossetti
Copy link
Owner

Hi, thanks for the very interesting references, I'll give them a proper look as soon as possible.

Indeed, Community Detection and Role Detection are strictly related problems and some approaches devised for the latter can be seen as specific case instances of the former.

Cdlib aims to collect as much implementations as possible of existing algorithms: suggestions on resources to be included are welcome.

Nowadays, we are working to add support for dynamic community discovery and, among other stuff, we are planning to extend the library to multiplex community discovery.

If you like to contribute to the project feel free to contact me here or via email.

Best,
Giulio

@DonaldTsang
Copy link
Author

I would hope that CDLib can include Role Detection algorithms as a bonus to Community Detection, as I am going to do research on the subject matter soon. I would hope that CDLib can grow and prosper with more features, algorithms, and optimizations.

@Yquetzal
Copy link
Collaborator

We hope so too, but the work on CDlib relies also on contributions by the community(or time is limited...), so, we can add the role detection module easily (actually, roles and communities are both particular cases of node clustering, so we can already represent roles as communities), but if you find implementations of methods or if you have made implementation yourself, it would help us a lot! Adding implementations to cdlib is simple, but if there is no implementation available, it is much more difficult.

@GiulioRossetti GiulioRossetti added the help wanted Extra attention is needed label Jan 14, 2021
@BradKML
Copy link

BradKML commented Mar 5, 2021

So it seems the two heads of this idea are @ryanrossi @nkahmed and @DerekDiJin, would you consider contacting them?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Development

No branches or pull requests

4 participants