# Multimodal Data に注釈を付ける

Multimodal プロジェクトの一部であるデータセットにラベル付けする場合、画像にアノテーションを付けるためにプレフィックスが使用されます。

プレフィックスには次のいずれかを指定できます:

* 次のような識別子 `<PREFIX>`、これは次のものをプロンプトするために使用されます [VLM](https://blog.roboflow.com/what-is-a-vision-language-model/) のような Florence-2、または;
* 「この画像には何が写っていますか？」のような質問。GPT-4o のような一般的な VQA モデルでの使用に最適です。

たとえば Florence-2 の fine-tuning では、選択したプレフィックスはモデルに与えるプレフィックスプロンプトに対応します。Florence-2 では、プレフィックスは次の形式にする必要があります `<PREFIX>`、たとえば `<TOTAL>`.

GPT-4o では、プレフィックスは「この領収書の合計はいくらですか？」のようにできます。

識別したいオブジェクト内の total、subtotal、tax など、異なる特徴ごとに異なるプレフィックスを追加するとよいでしょう。

### プレフィックスを追加

プレフィックスを追加するには、Roboflow サイドバーで「Classes & Tags」をクリックし、次に「Add 」ボタンをクリックします:

<figure><img src="/files/f4760b4897928453a9ea985204350d697af2be4b" alt=""><figcaption></figcaption></figure>

次に、プレフィックスを入力します。これは、モデルによって「この画像には何が写っていますか？」のような質問や、「\<RECEIPT>」のような一意の ID になります。

「+」ボタンで複数のプレフィックスを追加できます。

「Add Prefixes」をクリックしてプレフィックスを追加します。

プレフィックスを設定すると、アノテーションエディターで質問として利用できるようになります:

<figure><img src="/files/b08a93334e70bd3a128ec7eea5b1ee7b9ed8f06e" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/annotate/annotate-multimodal-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
