AI Center
最新
バナーの背景画像
AI Center
最終更新日 2024年4月18日

Semantic similarity (意味的類似性)

[すぐに使えるパッケージ] > [UiPath Language Analysis (UiPath 言語分析)] > [Semantic Similarity (意味的類似性)]

注:

Semantic similarity (意味的類似性) モデルは現在パブリック プレビューの段階です。

UiPath は製品の安定性と品質の向上に取り組んでいますが、プレビュー機能はお客様からのフィードバックに基づいて、いつでも変更される可能性があります。運用環境のデプロイでは、プレビュー機能の使用をお勧めしません。

このモデルでは、1 つの参照文を他の多数の候補文と比較して、候補文を類似度の順にランク付けできます。

詳細

入力の種類

JSON

入力の説明

「reference」という 1 つの文字列と、「candidates」という 1 つの文字列リストを含む JSON。つまり、複数の参照「文」を指定することはできません。「candidates」は、候補文のリストです。

{"reference": "I like trains because they are fast", "candidates": ["I like trains because they are quick", "I like trains because they are comfortable", "I do not like buses because they are slow", "I do not like trains because they are uncomfortable"]}{"reference": "I like trains because they are fast", "candidates": ["I like trains because they are quick", "I like trains because they are comfortable", "I do not like buses because they are slow", "I do not like trains because they are uncomfortable"]}

出力の説明

参照と最も類似する候補、およびその類似性に関連するスコア (0-1) を、スコアの降順に示した JSON。

例:

{
  "response": [
    {
      "candidate": "I like trains because they are quick",
      "score": 0.96463942527771
    },
    {
      "candidate": "I like trains because they are comfortable",
      "score": 0.81790685653686523
    },
    {
      "candidate": "I do not like trains because they are uncomfortable",
      "score": 0.53707438707351685
    },
    {
      "candidate": "I do not like buses because they are slow",
      "score": 0.48663735389709473
    }
  ]
}{
  "response": [
    {
      "candidate": "I like trains because they are quick",
      "score": 0.96463942527771
    },
    {
      "candidate": "I like trains because they are comfortable",
      "score": 0.81790685653686523
    },
    {
      "candidate": "I do not like trains because they are uncomfortable",
      "score": 0.53707438707351685
    },
    {
      "candidate": "I do not like buses because they are slow",
      "score": 0.48663735389709473
    }
  ]
}

GPU の推奨

参照当たりの候補文の数が 100 を超える場合は、GPU が推奨されます。

トレーニングが有効

トレーニングは有効化されておらず、このモデルをトレーニングまたは再トレーニングする必要はありません。必要に応じてモデルをデプロイするだけです。

  • 詳細
  • 入力の種類
  • 入力の説明
  • 出力の説明
  • GPU の推奨
  • トレーニングが有効

Was this page helpful?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
UiPath ロゴ (白)
信頼とセキュリティ
© 2005-2024 UiPath. All rights reserved.