Custom Named Entity Recognition for Resumes Using Azure Services

Dinnemidi Ananda Kumar 60 Reputation points
2024-05-22T17:21:46.36+00:00

I am working on a project to create a custom named entity recognition (NER) model for extracting information from resumes. i am totally new to this . I would like to know:

  1. Which service is better suited for this task, Azure Language Studio or Azure Machine Learning Studio?
  2. What type of dataset should I use for training the NER model is there any sample dataset available to train azure ml model?
  3. Which pre-trained model is recommended for fine-tuning for resume data?
  4. Is there a recommended workflow or best practices for achieving this using Azure resources?

Any guidance or resources would be greatly appreciated.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,664 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,039 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. VasaviLankipalle-MSFT 15,401 Reputation points
    2024-05-23T00:03:32.5866667+00:00

    Hello @Dinnemidi Ananda Kumar , Thanks for using Microsoft Q&A Platform.

    I believe natural language processing tasks like NER may be a better fit for your project. Specially, creating a custom NER project where you can train custom models for custom entity recognition to do a certain task. These models extract named entities and are trained by learning from tagged data.

    I will suggest you to explore this model if that fits your use case: https://learn.microsoft.com/en-us/azure/ai-services/language-service/custom-named-entity-recognition/quickstart?pivots=language-studio

    I hope this helps.

    Regards,

    Vasavi

    0 comments No comments