# Information Extraction

{% hint style="info" %}
Exclusive to enterprise customers. [Contact us](https://calendly.com/nirmalya-raga/30min?month=2025-09) to activate this feature.
{% endhint %}

RagaAI provides metrics for evaluating specific information extraction tasks, in order to quantify the quality and specificity of the retrieval of targeted information from the source documents. Here is a list of available metrics:

{% content-ref url="/pages/zGqdxtq0CVI7rRONOgT3" %}
[MINEA](/ragaai-catalyst/ragaai-metric-library/information-extraction/minea.md)
{% endcontent-ref %}

{% content-ref url="/pages/BjIxwXbD9T7eP2AN2bLp" %}
[Subjective Question Correction](/ragaai-catalyst/ragaai-metric-library/information-extraction/subjective-question-correction.md)
{% endcontent-ref %}

{% content-ref url="/pages/iO7GWyEPaZIbLNrDXXE2" %}
[Precision@K](/ragaai-catalyst/ragaai-metric-library/information-extraction/precision-k.md)
{% endcontent-ref %}

{% content-ref url="/pages/Pb9J5NdjmUWwXKLj3Gni" %}
[Chunk Relevance](/ragaai-catalyst/ragaai-metric-library/information-extraction/chunk-relevance.md)
{% endcontent-ref %}

{% content-ref url="/pages/lMKlbATn0aSigIMpOndU" %}
[Entity Co-occurrence](/ragaai-catalyst/ragaai-metric-library/information-extraction/entity-co-occurrence.md)
{% endcontent-ref %}

{% content-ref url="/pages/9x8nJZVlvonz4q4YoRVh" %}
[Fact Entropy](/ragaai-catalyst/ragaai-metric-library/information-extraction/fact-entropy.md)
{% endcontent-ref %}


---

# 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.raga.ai/ragaai-catalyst/ragaai-metric-library/information-extraction.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.
