From 1290c1bb2efb32a36537f3de96841c7552a7f5a6 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 2 Aug 2024 03:58:17 +0900 Subject: [PATCH] chore: update base.py (#1480) --- embedchain/embedchain/config/evaluation/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedchain/embedchain/config/evaluation/base.py b/embedchain/embedchain/config/evaluation/base.py index 942302dd..5c44d3f8 100644 --- a/embedchain/embedchain/config/evaluation/base.py +++ b/embedchain/embedchain/config/evaluation/base.py @@ -35,7 +35,7 @@ $answer """ # noqa:E501 GROUNDEDNESS_CLAIMS_INFERENCE_PROMPT = """ -Given the context and the provided claim statements, please provide a verdict for each claim statement whether it can be completely infered from the given context or not. +Given the context and the provided claim statements, please provide a verdict for each claim statement whether it can be completely inferred from the given context or not. Use only "1" (yes), "0" (no) and "-1" (null) for "yes", "no" or "null" respectively. You must provide one verdict per line, ONLY WITH "1", "0" or "-1" as per your verdict to the given statement and nothing else. You must provide the verdicts in the same order as the claim statements.