> 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/assisted-review/label-error-detection.md).

# Label Error Detection

## Introduction

The **Label error detection** extension helps you identify possible labeling mistakes in your dataset automatically. It highlights rows that may contain incorrect labels and suggests alternative labels to help improve dataset quality and model performance.

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

## Key features

Reviewing labeled data manually can take time and may lead to missed errors. **Label error detection** helps by:

* **Improving efficiency:** Quickly identify possible label errors without reviewing the entire dataset manually.
* **Helping you focus reviews:** Use an error possibility threshold to prioritize rows that are more likely to contain incorrect labels.
* **Supporting faster corrections:** View suggested labels to make corrections more easily.

## Terminologies

* **Label errors**: Incorrect or inconsistent labels in the dataset that may affect model performance.
* **Error possibility**: A score that shows how likely a label is to be incorrect.
* **Label correction suggestions:** Alternative labels suggested by the model to help review and correct the dataset.

## Quick start guide

To use the extension:

1. Ensure all rows are labeled.
2. Activate the **Label error detection** extension from the **Manage extensions** dialog.

   <figure><img src="/files/O1JW09lhDuI63GFfhkpM" alt=""><figcaption></figcaption></figure>
3. Configure the **Target column** to use as context and the **Target question** containing the answers to check.

   <figure><img src="/files/RA6C0JKQ39OhLodYvw2J" alt=""><figcaption></figcaption></figure>
4. Click **Find label errors**. This might take a moment.

   <figure><img src="/files/ib4kStiSiyING3MYAMLE" alt=""><figcaption></figcaption></figure>
5. Detected rows appear in the **Label errors** section. You can adjust the error possibility threshold to control which rows are shown for review.

   <figure><img src="/files/QKE1tbhZSyYIM7Zw0cBz" alt=""><figcaption></figcaption></figure>
6. Open rows from the **Label errors** section and review the labels. You can reject or accept the suggestions.

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

## **Troubleshooting**

* **Feature not working:** Make sure all rows are labeled and the extension is enabled.
* **Suggestions seem inaccurate:** Adjust the error possibility threshold to refine the results.


---

# 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/assisted-review/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.
