fani-lab / OpeNTF

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

Unigram LM for team formation #113

Closed hosseinfani closed 2 years ago

hosseinfani commented 2 years ago

We want to study the application of language models, particularly unigram lm, for team formation. Simply, conditioned on the bag of input subset of skills, we want to generate a bag of output experts.

hosseinfani commented 2 years ago

We have integrated opennmt to apply this idea.