Adjust Text Analytics (Sentiment) Model

Justin 26 Reputation points
2021-05-09T14:22:45.267+00:00

I am new to Azure services and just testing it out at the moment.

We are using cognitive services, specifically text analytics / sentiment detection to try and determine the sentiment of short phrases.

I am curious if there is some way to adjust the model being used for smaller amounts of text. Most of the text we are analyzing are about 140 characters long (short).

It seems like the sentiment analysis is tailored towards longer form text. Are there any options to set it to "short text" or to help train the model when we see "incorrect" analysis. I am just trying to find out if we can fine tune the service in any way.

Thanks in advance!

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
364 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,451 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ramr-msft 17,621 Reputation points
    2021-05-11T11:24:07.8+00:00

    @Justin Thanks for the question. Can you please add more details about the Text analytics version that you are trying. The models are pretrained. We do not host custom models. If you want to create and host custom machine learning models, consider the machine learning capabilities. Please follow the Text Analytics API (v3.1-preview.3) API returns a detailed sentiment analysis for the input text. The analysis is done in multiple levels of granularity, start from the a document level, down to sentence and key terms (aspects) and opinions.

    If you have a real dataset (preferably labeled but unlabeled is okay too if you can review the results with us) in any of the supported languages Language support - Text Analytics API - Azure Cognitive Services | Microsoft Learn and have interest in trying out our new Transformer based pre-trained AI models (A holistic representation toward integrative AI - Microsoft Research) – can you please reach out to me to evaluate it?
    Your dataset will not be used to re-train the AI models, but we can fine tune the model if the results are not as desired.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. KR 1 Reputation point
    2022-03-25T16:25:23.19+00:00

    Hello @Ramr-msft - I have a use case for the fine tuning opportunity you mentioned. Should I start a separate thread to start the evaluation process? Thank you!

    0 comments No comments