# Universe에서 Dataset 찾기

Universe에서 dataset을 찾으려면, 검색창에 찾고자 하는 대상을 입력하세요.

검색어와 의미적으로 관련된 dataset이 포함된 결과 목록이 나타납니다:

<figure><img src="/files/8637d087cfc582b4889d909c35cb8f33a417be37" alt=""><figcaption></figcaption></figure>

기본적으로 Universe는 CLIP 기반 semantic search를 사용하여 검색어와 일치하는 dataset을 찾습니다. keyword로 검색하려면 "Search By" 옵션을 전환한 뒤 "Metadata"를 선택하세요.

검색 결과는 다음 기준으로 필터링할 수 있습니다:

* model이 있는 dataset
* Project type (object detection, classification, segmentation, keypoint detection, multimodal.)
* 학습된 model의 유형(예: YOLOv12)

또한 dataset의 이미지 수, 프로젝트의 star 수 등으로 검색을 더 세부적으로 좁힐 수 있는 advanced filter도 사용할 수 있습니다.

개별 dataset을 클릭하여 데이터에 대해 더 자세히 알아볼 수 있습니다.

<figure><img src="/files/6cbe5b63595befb44cda39be8ce0c059bc33763f" alt=""><figcaption></figcaption></figure>

Classes list에는 dataset에서 label로 사용된 class가 무엇인지 표시됩니다. [Classes는 이름을 변경할 수 있습니다](/roboflow/roboflow-ko/datasets/manage-datasets/manage-classes.md) dataset을 workspace로 import하면.

### Roboflow Universe Dataset Licenses

dataset의 라이선스를 확인하려면 "Cite this Project" 섹션으로 스크롤하세요.

라이선스는 "License" 레이블 옆에 표시됩니다. 라이선스가 지정되지 않은 경우, 이는 작성자가 모든 권리를 보유함을 의미합니다.

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

Cite This Project 탭의 내용에는 프로젝트를 인용하는 데 필요한 정보가 포함됩니다.

### Use a Dataset

사용하고 싶은 dataset을 찾았다면, 이를 계정으로 fork할 수 있습니다.


---

# 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-ko/universe/find-a-dataset-on-universe.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.
