> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-jp/universe/find-a-dataset-on-universe.md).

# UniverseでDatasetを見つける

Universeでデータセットを見つけるには、検索バーに探したい内容を入力します。

検索結果の一覧が表示され、クエリに意味的に関連するデータセットが並びます:

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

デフォルトでは、Universe は CLIP ベースのセマンティック検索を使用して、クエリに一致するデータセットを見つけます。キーワードで検索したい場合は、「Search By」オプションを切り替えて「Metadata」を選択します。

検索結果は次の条件で絞り込めます:

* モデルがあるデータセット
* Project の種類（物体検出、分類、セグメンテーション、キーポイント検出、マルチモーダルなど）
* 学習済みモデルの種類（例: YOLOv12）

さらに、データセット内の画像数、Project のスター数などで検索をさらに絞り込める高度なフィルターもあります。

個別のデータセットをクリックすると、そのデータについて詳しく確認できます。

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

Classes の一覧には、データセット内でラベルとして使用されているクラスが表示されます。 [Classes は名前を変更できます](/roboflow/roboflow-jp/datasets/manage-datasets/manage-classes.md) データセットを workspace にインポートした場合。

### Roboflow Universe データセットのライセンス

データセットのライセンスを確認するには、「Cite this Project」セクションまでスクロールします。

ライセンスは「License」ラベルの横に表示されます。ライセンスが指定されていない場合は、作成者がすべての権利を保有していることを意味します。

<figure><img src="/files/18a6e15447de9599233cb9566f5f10d6a4e88386" alt=""><figcaption></figcaption></figure>

Cite This Project タブの内容には、Project を引用するために必要な情報が含まれています。

### データセットを使用する

使用したいデータセットを見つけたら、自分のアカウントに fork できます。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/universe/find-a-dataset-on-universe.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
