> For the complete documentation index, see [llms.txt](https://docs.chatlayer.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chatlayer.ai/~/changes/zWOY8fNiBBrqneKkuGvA/understanding-users/natural-language-processing-nlp/nlp-dashboard-and-nlp-improve.md).

# NLP Dashboard & NLP Improve

{% hint style="info" %}
The NLP Dashboard & NLP Improve is only available on the Enterprise plan or higher. Want to upgrade? [Get in touch](/~/changes/zWOY8fNiBBrqneKkuGvA/support/get-in-touch.md).
{% endhint %}

The NLP dashboard (and the tab 'improve') give you an overview of the quality of your NLP model. It automatically detects any overlap between intents, which is especially useful if you are building a larger NLP model, or if multiple team members work on it.

## **NLP Dashboard**

The NLP dashboard lets you know how well you are doing for each language. Based on how you have trained your NLP, it gives you an overall model score, ranging from 0% to 100%. The overall model score is calculated based on the amount of intents with too few expressions and the amount of intents with misclassified expressions.

![](https://2786867680-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LLTwFwbOqJj4dDhg8Ju%2F-Lzpb78LWySKzoMXMyk1%2F-LzpblYXRgCCL18MDdRW%2Fimage.png?alt=media\&token=618e723c-090f-47ae-a922-32dae6760dcc)

* On the left side of the dashboard you will find a general summary of your model
* Below you can see your training history which shows how you're doing so far and whether or not you are improving over time
* On the right side, you find an overview of all the intents with know issues. The blue number between brackets indicates how your score has changed since your last training

### **Not enough expressions**

A first metric our platform measures is the amount of **expressions**. To train your model as best as possible, we advise to create at least 20 expressions per intent. Ideally you'd have around 50 expressions per intent. The more, the better, and the more accurate your bot will be able to interact with the user.

### **Misclassified expressions**

Just like us humans, no AI or NLP system is absolutely perfect. And because our brain works different from the Chatlayer.ai NLP, it is hard to predict where mistakes can and might happen.

To guarantee the best possible outcome for your bot, we do an advanced analysis of all the expressions. This recognizes the expressions that the NLP might have a hard time with. For example, it might have difficulties differentiating between sentences like: “I see on my bill that I have the wrong subscription” and “My bill seems wrong if I look at my subscription”.  Both sentences mean a different thing. So the second metric we take into account is the number of intents that have a risk for misclassified expressions like these.

In the intent list on the right side of the NLP Dashboard, you can click on the wrench icon to improve your set of expressions and thus to better differentiate between intents.

NLP Improve

The 'NLP Improve' module helps you create better expressions for where the system has detected issues. At the top of the dashboard, you can select the language and the intent you wish to improve. Quick tip: the list is automatically sorted to show you the intents with the most known issues.

![](https://2786867680-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LLTwFwbOqJj4dDhg8Ju%2F-Lv6KQJaavuUeHIVNDw0%2F-Lv6TiEzgKSwI5DouBUA%2Fimage.png?alt=media\&token=2079ab3c-681a-4dbb-bc61-cead8282ea16)

Next you can select the expression you wish to improve. Once you have selected this expression, you will see the confidence score on the right for the top two or three intents. As you may notice, the NLP model is more confident that your expression belongs to another intent than to this intent.

![](https://2786867680-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LLTwFwbOqJj4dDhg8Ju%2F-Lv6KQJaavuUeHIVNDw0%2F-Lv6U0XkBnKMVq5pZS3I%2Fimage.png?alt=media\&token=66b76203-bbcf-4874-a7be-7ec7e6435d12)


---

# 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.chatlayer.ai/~/changes/zWOY8fNiBBrqneKkuGvA/understanding-users/natural-language-processing-nlp/nlp-dashboard-and-nlp-improve.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.
