fani-lab / OpeNTF

Neural machine learning methods for Team Formation problem.
Other
18 stars 13 forks source link

2009-SIGKDD- Finding a team of experts in social networks #70

Closed karan96 closed 2 years ago

karan96 commented 2 years ago

Title: Finding a team of experts in social networks Venue: ACM SIGKDD Year: 2009

Main Problem The author describes the problem formally as Given the set of n individuals X = {1, . . . , n}, a graph G(X,E), and task T, find X0 belongs to X, so that C (X0, T) = T, and the communication cost Cc (X0) is minimized.

Input A set of individuals, a connected graph G(X, E) and a Task T.

Output Minimized communication cost Cc (X0) for an individual X0 belonging to X.

Motivation The author starts with a large group of individuals to make a perfect team given some constraint. This problem is prevalent in many different fields of work where organizations struggle to find the best suited subset of individuals for a particular task. In order to solve this problem the author comes up with TEAM FORMATION Problem and proposes algorithms to solve this problem.

Previous works and their drawbacks

Proposed Method The authors propose two algorithms for the Diameter-Tf and Mst-Tf problems.

  1. Algorithm for Diameter-Tf Problem(RarestFirst Algorithm).
  2. Algorithm for Mst-Tf Problem(CoverSteiner and EnhancedSteiner)

Experimentation

Code Link Unavailable

Dataset http://arnetminer.org/citation - 2006 Snapshot

Gaps of the Work

  1. The authors do not explain the rationale behind selecting the communication cost. However, they do provide two alternative approaches in calculating the cost via the graphs. This does not explain the cost that a team must have or how they are calculating the minimum cost required by the team to function optimally.
  2. the authors do not provide any substantial quantitative evidence that the teams chosen by their algorithms are most optimal.
karan96 commented 2 years ago

Update: - Issue Closed.