> For the complete documentation index, see [llms.txt](https://docs.datasaur.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datasaur.ai/advanced/extensions/label-error-detection.md).

# Label Error Detection

## Overview

**Label error detection** helps identify potentially incorrect labels in your dataset to improve data quality and model performance.

The feature automatically detects possible labeling inconsistencies, helping users review data more efficiently and validate labels with additional model-based suggestions.

<figure><img src="/files/vj1rp2IXNWD7f3Ua2ogT" alt=""><figcaption><p>Label error detection</p></figcaption></figure>

## Quick guide

1. Create a [row labeling](/data-studio-projects/creating-a-project.md) project.

   <figure><img src="/files/eEUlDBqc8XKIl417isdk" alt=""><figcaption></figcaption></figure>
2. Click the gear icon in the extension panel on the right to open the **Manage extensions** dialog, then enable the **Label error detection** feature.

   <figure><img src="/files/O1JW09lhDuI63GFfhkpM" alt=""><figcaption></figcaption></figure>
3. Label your data manually or using **ML-assisted labeling** or **Predictive labeling.**

   <figure><img src="/files/eEUlDBqc8XKIl417isdk" alt=""><figcaption></figcaption></figure>
4. In the **Label error detection** extension, select the target column to use as context and the target question, then click **Find label errors.**

   <figure><img src="/files/RA6C0JKQ39OhLodYvw2J" alt=""><figcaption></figcaption></figure>
5. Click **View all** and review the detection. You can revise them individually or click **Reject all** or **Accept all**.

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

{% hint style="info" %}
For more information, see [Assisted Review - Label Error Detection](/assisted-review/label-error-detection.md).
{% endhint %}


---

# 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:

```
GET https://docs.datasaur.ai/advanced/extensions/label-error-detection.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.
