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

Add NLP Model Fine-Tuning for Better Resume Parsing #2

Open
sriraamav opened this issue Oct 15, 2024 · 0 comments
Open

Add NLP Model Fine-Tuning for Better Resume Parsing #2

sriraamav opened this issue Oct 15, 2024 · 0 comments
Labels

Comments

@sriraamav
Copy link
Collaborator

Description:

The current resume parsing process relies on basic text cleaning and skill extraction. This issue focuses on fine-tuning a pre-trained NLP model (e.g., BERT, RoBERTa) specifically for resume parsing to better handle ambiguous or missing skills.

Tips for the issue:

  • Use the Hugging Face transformers library to fine-tune a pre-trained model on a custom resume dataset.
  • Train the model to recognize skill-related phrases and context from resumes.
  • Test the fine-tuned model against the current rule-based skill extraction method to compare performance.

To do:

  • Ask us to assign the issue.
  • Once the issue is assigned, you can start working on it.
  • Create a PR.

Resource:

  • Hugging Face transformers library
  • Pre-trained BERT, RoBERTa models

Notes:
The task is assigned on a first-come, first-serve basis, and the contributor must report progress every 3 days to ensure active development.

@sriraamav sriraamav added the hard label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant