-
Notifications
You must be signed in to change notification settings - Fork 15
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
2023-ACM-A Variational Neural Architecture for Skill-based Team Formation #252
Comments
Hi @thangk |
I'm not sure if I'd be able to find the author's cleaned Dota2 dataset. I checked his Github repo and he's got only the dblp and imdb datasets there, not Dota2. Also, his source for the raw version is here and it seems like he's done a lot of work to clean his data based on what's posted here (link is from the paper) |
@thangk |
@hosseinfani |
Myself. I can explain the code for you at lab |
Link: https://dl.acm.org/doi/10.1145/3589762
Main problem
Forming successful teams of experts for projects isn't straightforward and complicated. Existing models are often graph-based operations and are not the most efficient nor most accurate when forming teams. So, there is room for improvement in the team formation tasks problems.
Proposed method
The author proposes a method that accounts for the past collaborations of the experts in past teams for future team prediction—a variational Bayesian neural network. The proposed method aims to form teams more accurately while fulfilling the required skills in a team with past collaboration information.
My Summary
In this paper, the proposed methods outperformed the baselines on all ranking and quality metrics. The training process is also faster and more efficient. There were some drawbacks to the proposed method. When there are similar skill keywords, they're considered different skills which can be as simple as "server admin" and "server administrator". This is something the paper needs more work on but it suggests it can be resolved by adding a word analysis step in the pipeline so the skills are cleaned before going into the neural network.
Datasets
The text was updated successfully, but these errors were encountered: