From cde244dec896e7d28877b08e2067edbb12b51f32 Mon Sep 17 00:00:00 2001 From: Maksym Date: Sun, 18 Feb 2024 18:45:55 -0500 Subject: [PATCH] LLMFactCheck --- src/processing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/processing.py b/src/processing.py index 7377630..231a781 100644 --- a/src/processing.py +++ b/src/processing.py @@ -20,7 +20,7 @@ def create_prompt(triple_text, sentence, context=""): Returns: str: The constructed prompt. """ - return f"'Is the trupple \"{triple_text}\" supported by the sentence: \"{sentence}\"?" + return f"'Is the tripple \"{triple_text}\" supported by the sentence: \"{sentence}\"?" def process_data(model_info, model_type, use_icl, triple_data: pd.DataFrame, sentence_data: pd.DataFrame,