- SkillSkape dataset as ranking task
- Job title similarity as a ranking task
- move functions centered in run.py for public api to registry.py and results.py.
- rename evaluate.py to run.py to remove ambiguity with workrb.evaluate function
- README updated with ContextMatch and CurriculumMatchModel. CurriculumMatchModel added to pkg imports.
- Context-Match: Contribution of ConTeXTMatch model
- skill-encoder: curriculum skill encoder model for skill extraction tasks, following the work: https://ceur-ws.org/Vol-4046/ (paper 5)
- usage example fixed
- wrong order attributes evaluate call in evaluate_multiple_models function (#17)
- first version 0.1.0 for release