ModelRefs / Context Precision — AI Glossary

Context Precision — AI Glossary

A RAG evaluation metric measuring what fraction of retrieved context chunks are actually relevant to answering the question.

Overview

Context precision (RAGAS) measures retrieval quality: of all retrieved chunks, how many are actually relevant? Low precision means the retrieved context is polluted with irrelevant passages that distract the generator. Computed by grading each retrieved chunk against the question using an LLM judge.

Reference details

Topicevaluation
Last reviewed2026-06-24

Continue your research

Use these connected ModelRefs sections to compare alternatives, inspect implementation paths, and review the evidence and governance boundaries relevant to Context Precision — AI Glossary.

Frequently asked questions

What is Context Precision?

A RAG evaluation metric measuring what fraction of retrieved context chunks are actually relevant to answering the question.

What concepts are related to Context Precision?

Closely related concepts include context recall, faithfulness, ragas.