# Data Samples

This page provides sample datasets that you can use to create **span labeling, span labeling with arrows, row labeling, bounding box labeling, document labeling** projects and explore the labeling interface.\
\
To create an [audio labeling](https://datasaurai.gitbook.io/datasaur/overview/task-type/span-based/audio-project) project or explore [LLM Labs](https://datasaurai.gitbook.io/datasaur/llm-projects/llm-introduction), visit their respective pages. Each page includes sample data that you can use.

## Span labeling

The following `.zip` files include the sample dataset and the label sets. The `.txt` files contain the data to be labeled. Upload the `.txt` files in **step 1** of project creation. The `.csv` files contain the label set (taxonomy) to be applied to the dataset. Upload the `.csv` files in **step 3**.

{% file src="/files/bjmQXTdJ9AIyhHojGhRx" %}

{% file src="/files/P2dtSkMQi1wfJ0pcHt7u" %}

### Span labeling with arrows

The following `.zip` files include the sample dataset and the label sets. The `.tsv` files contain the dataset to be labeled. Upload the `.tsv` files in **step 1** of project creation. The `.csv` files contain the label set (taxonomy) to be applied to the dataset. Upload the `.csv` in **step 3**.

{% file src="/files/EkvD9Ok6kuST7ADUjU4v" %}

{% file src="/files/JoqZNsofhCVzif4Q1CpK" %}

## Row labeling (textual classification)

Upload the `.csv` in **step 1** of project creation. In **step 3,** you can configure your [question set](/data-studio-projects/lets-get-labeling/label-sets.md#row-based-document-based-labeling) by creating from scratch or by uploading a `.csv` question set file. In this example, the task is sentiment analysis.

{% file src="/files/66mQiyVwgHxtfzDemNLr" %}

## Document labeling (document/image classification)

The following `.zip` files include images and `.pdf` files to create a document labeling project. In **step 1** of project creation, you can only upload 1 file type per project. You can configure your [question set](/data-studio-projects/lets-get-labeling/label-sets.md#row-based-document-based-labeling) by creating from scratch or by uploading a `.csv` question set file.

{% file src="/files/AeQPSXcH95fZsFCNmT6x" %}

{% file src="/files/jW8teLOKuOFnr6pEimXN" %}

## Bounding box labeling

The following `.zip` files include the sample images to create bounding box labeling project. In **step 1** of project creation, you can only upload 1 file type per project. In **step 3**, you can configure the label set by uploading a `.csv` [label set (taxonomy) file](/data-studio-projects/lets-get-labeling/label-sets.md#label-sets) or by creating it from scratch.

{% file src="/files/7oMhStTsXP04s1CCXZ8S" %}

## Conversational labeling

In **step 1** of project creation, upload the sample `.json` file from the following `.zip` file to create a conversational labeling project. In **step 3**, you can configure your label set by creating it from scratch or by uploading the `.csv` label set file.

{% file src="/files/W9e9vvGdE77NWIpqSMG6" %}


---

# 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.datasaur.ai/data-studio-projects/creating-a-project/data-samples.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.
