From 69835dfbed8354dcc4d4ebf9aeaf76059bd2b2e6 Mon Sep 17 00:00:00 2001 From: Francesco De Falco <38818486+francesco-defalco@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:37:01 +0100 Subject: [PATCH] Update faithfulness.md I added "in generated answer" since in my opinion is not clear if the number of claims are extracted by the answer or the context. Thank you --- docs/concepts/metrics/faithfulness.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/metrics/faithfulness.md b/docs/concepts/metrics/faithfulness.md index a18d57455..1845d3995 100644 --- a/docs/concepts/metrics/faithfulness.md +++ b/docs/concepts/metrics/faithfulness.md @@ -6,7 +6,7 @@ The generated answer is regarded as faithful if all the claims that are made in ```{math} :label: faithfulness -\text{Faithfulness score} = {|\text{Number of claims that can be inferred from given context}| \over |\text{Total number of claims in the generated answer}|} +\text{Faithfulness score} = {|\text{Number of claims in the generated answer that can be inferred from given context}| \over |\text{Total number of claims in the generated answer}|} ```