試験AI-103-JPN トピック1 問題54 スレッド

Microsoft AI-103-JPNのリアル試験問題集
問題 #: 54
トピック #: 1
あなたは、Azure AI Languageサービスを使用して、ソーシャルメディアの投稿の感情分析を行うアプリを開発しています。
サンプル投稿に対してテストを実行します。
テスト結果を定量化する必要があります。
どのJSONプロパティを確認すべきでしょうか?

おすすめの解答:C 解答を投票する

Sentiment analysis
The sentiment analysis feature assigns sentiment labels, such as "negative," "neutral," and
"positive." The service determines these labels using the highest confidence score. Sentiment is evaluated at both the sentence level and the document level. This feature also returns confidence scores between 0 and 1 for each document & sentences within it for positive, neutral, and negative sentiment.
In Azure AI Language's sentiment analysis, confidenceScores are numerical values between 0 and 1 that represent the probability that the text belongs to a specific sentiment (positive, neutral, or negative). A score closer to 1 indicates a higher confidence from the service that the text exhibits that sentiment, while a lower score signifies less confidence in that particular label. The service calculates these scores for both individual sentences and the entire document, providing a granular understanding of sentiment.
How to interpret confidenceScores:
High Score (close to 1): The model is very sure about the assigned sentiment. For example, a positive score of 0.95 means the model is 95% confident the text is positive.
Low Score (close to 0): The model is not very sure about the assigned sentiment.
Scores for each sentiment: For any given piece of text, the service returns a score for positive, neutral, and negative sentiment. The sentiment label that receives the highest score is assigned as the overall sentiment for that text.
Reference:
https://learn.microsoft.com/en-us/azure/ai-services/language-service/sentiment-opinion-mining/overview

桜木** 2026-07-16 11:16:13

コメント

正解:
?」こちらは投票コメントになっております。普通のコメントに切り替えます。
ニックネーム: 送信 キャンセル
投票コメントをあげるごとに、選択した解答の投票数を1つ増やすことができます。

他人の解答コメントを賛成するのも、その解答に一票を入れることになります。したがって、すでに同じ意見の投票コメントが存在する場合、新規コメントをする代わりに賛成することもできます。