MLnet Choosing an Algorithm for ranking categories matching a sentence

Ide 1 Reputation point
2021-11-08T06:08:20.077+00:00

I am looking to train a model to suggest tags/categories for a given text string.

eg: "the fox is weak and limping" = [1-animal],[34-weak],[2667-injury],[16-foot] (a list of tags each with probabilities generated by past associations)

This data would be trained from a data set of many instances of text each with a corresponding string representing the list of tags that match the text.

Is there a way to featurize the text AND the result tags? And apply an algorithm to cross reference them?
The closest I have come is the idea of duplicating each of the training data rows so that each row has only one tag at a time.

I have been researching this question for a week and am thinking the problem is how I am asking it! Everything I have read does not hint at an existing algorithm to match this use case so should I look towards manipulating the data to a different structure.

Any help greatly appreciated.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,563 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,616 Reputation points
    2021-11-09T11:34:41.42+00:00

    @Ide Thanks, Here is the sample to finetune using BERT to identify the tags.

    0 comments No comments