main purpose of the model

#1
by EslamAhmed - opened

what is the main purpose of the model? can you give an example of it?
and what about implementing this for job matching?

Hello, the purpose of this model is to make it work better for NLP tasks in the job market domain. I mostly benchmarked it on sequence labeling tasks within the job market domain (e.g., job postings) as you can read here: https://aclanthology.org/2023.acl-long.662.pdf

You could possibly implement this for job matching, maybe you could get encode the data with this model to get the dense representations and use them in your downstream job matching application.

jjzha changed discussion status to closed

Sign up or log in to comment