diff --git a/docs/concepts/metrics/faithfulness.md b/docs/concepts/metrics/faithfulness.md index a220b7325..59e405160 100644 --- a/docs/concepts/metrics/faithfulness.md +++ b/docs/concepts/metrics/faithfulness.md @@ -2,7 +2,7 @@ This measures the factual consistency of the generated answer against the given context. It is calculated from answer and retrieved context. The answer is scaled to (0,1) range. Higher the better. -The generated answer is regarded as faithful if all the claims that are made in the answer can be inferred from the given context. To calculate this a set of claims from the generated answer is first identified. Then each one of these claims are cross checked with given context to determine if it can be inferred from given context or not. The faithfulness score is given by divided by +The generated answer is regarded as faithful if all the claims made in the answer can be inferred from the given context. To calculate this, a set of claims from the generated answer is first identified. Then each of these claims is cross-checked with the given context to determine if it can be inferred from the context. The faithfulness score is given by: ```{math} :label: faithfulness