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

2023-ACM-A Variational Neural Architecture for Skill-based Team Formation #252

Open
thangk opened this issue Aug 5, 2024 · 5 comments
Open
Assignees
Labels
literature-review Summary of the paper related to the work

Comments

@thangk
Copy link
Collaborator

thangk commented Aug 5, 2024

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

DBLP (33,002 teams, 2,000 skills, and 2,470 experts)
Dota2 (6,390 teams, 3,005 skills, and 2,727 experts)
@thangk thangk added the literature-review Summary of the paper related to the work label Aug 5, 2024
@thangk thangk self-assigned this Aug 5, 2024
@hosseinfani
Copy link
Member

Hi @thangk
thanks for the summary. Are you able to track down the Dota2 dataset and add it to our pipeline as a new dataset?

@thangk
Copy link
Collaborator Author

thangk commented Aug 7, 2024

Hi @thangk thanks for the summary. Are you able to track down the Dota2 dataset and add it to our pipeline as a new dataset?

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.
https://github.com/radinhamidi/A-Variational-Neural-Architecture-for-Skill-based-Team-Formation/tree/main/dataset

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)
https://www.kaggle.com/datasets/devinanzelmo/dota-2-matches/data

@hosseinfani
Copy link
Member

@thangk
So, the dataset is available but not in our format, right? pls explore how can we map it to our definition of teams with experts and skills, e.g., players would be the experts, ...
Would be great if we have a dataset in online gaming.

@thangk
Copy link
Collaborator Author

thangk commented Aug 12, 2024

So, the dataset is available but not in our format, right? pls explore how can we map it to our definition of teams with experts and skills, e.g., players would be the experts, ...
Would be great if we have a dataset in online gaming.

@hosseinfani
Sure, I can look into it. May I know who/how our filtered datasets were made? maybe I can follow a similar process.

@hosseinfani
Copy link
Member

Myself. I can explain the code for you at lab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
literature-review Summary of the paper related to the work
Projects
None yet
Development

No branches or pull requests

2 participants