Sentiment Defenition

Copper Contributor

Is there any other explanation out there regarding sentiment analysis, what is deemed negative vs. positive.  All I see on the site is the below - 

Sentiment insights: Displays the average sentiment score and a word cloud for positive and negative feedback of respondents. Sentiment score is calculated based on the sentiment of the responses to the text-based questions. The word cloud is created from key phrases in the feedback.

 

 

1 Reply

@joel91482 I am not 100% certain but I would imagine it uses Microsofts Text Analytics API's Sentiment Analysis feature. You can find out more about it here:

https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/how-tos/text-analytics-how-...

 

You don't say if you are Forms or Forms Pro, but in FP it was recently added to where you could determine WHICH of your text questions would be used in the sentiment analysis on a survey response. Previously it would read ALL of the questions including things like First Name, Last Name and Email. 

 

Here is some of the text from the link I shared above that might be of interest.  

 

The Text Analytics API uses a machine learning classification algorithm to generate a sentiment score between 0 and 1. Scores closer to 1 indicate positive sentiment, while scores closer to 0 indicate negative sentiment. Sentiment analysis is performed on the entire document, instead of individual entities in the text. This means sentiment scores are returned at a document or sentence level.

The model used is pre-trained with an extensive corpus of text and sentiment associations. It utilizes a combination of techniques for analysis, including text processing, part-of-speech analysis, word placement, and word associations. For more information about the algorithm, see Introducing Text Analytics. Currently, it isn't possible to provide your own training data.