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

2019, WWW, Algorithms for Fair Team Formation in Online Labour #5

Open
Rounique opened this issue Feb 18, 2022 · 1 comment
Open

2019, WWW, Algorithms for Fair Team Formation in Online Labour #5

Rounique opened this issue Feb 18, 2022 · 1 comment
Assignees
Labels
literature-review Summary of the paper related to the work

Comments

@Rounique
Copy link
Contributor

Marketplaces∗

@Rounique Rounique self-assigned this Feb 18, 2022
@Rounique Rounique added the literature-review Summary of the paper related to the work label Feb 18, 2022
@Rounique
Copy link
Contributor Author

Rounique commented Feb 18, 2022

Title: Algorithms for Fair Team Formation in Online Labour Marketplaces∗
Venue: WWW
Year: 2019

Introdcution:
Researchers have concentrated their efforts on the study of team formation and matching algorithms since companies frequently utilize these platforms to recruit a group of workers to perform a certain assignment.

Fair Team Formation Definition:

Given an online labour marketplace where each worker possesses one or more skills, and where all workers are divided into two or more, not overlapping classes (for example, men and women), we want to design an algorithm that is able to find a team with all the skills needed to complete a given task, and that has the same number of people from all classes.

Definition of “unfair” in this work:

Treating someone differently based on her/his group membership, and not their merit.

Type of the bias:

The algorithmic bias, which occurs when the bias is added by the algorithm itself or by the way this algorithm manages the bias present in the data it crunches, is one of the many different sources of bias on the Web that in this paper has been working on, as a solution to the Fair Team Formation problem.

Formalizing the Fair Team Formation problem:
The 
problem of finding the cheapest team that can complete the task and, at the same time, that counts the same number of people from two not overlapping classes.

Algorithms:
This work presents 4 algorithms: The first three are partially based on greedy Set Cover Problem and the 4th one is based on linear programming formulation of Fair Team Formation.

Future work:
This work is limited to no more than 6 skills, therefore working on this could be an extension of the work

@hosseinfani hosseinfani transferred this issue from fani-lab/OpeNTF Mar 12, 2022
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

1 participant