From 43d30cafb76f3e04070c84415e409888f38aca11 Mon Sep 17 00:00:00 2001 From: Patrick Hammer Date: Fri, 28 Apr 2023 23:10:02 +0200 Subject: [PATCH] Update: restriction removal, 40% score now --- Prompts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Prompts.py b/Prompts.py index c4d4475..d5aae73 100644 --- a/Prompts.py +++ b/Prompts.py @@ -30,7 +30,7 @@ NegatedRelationClaim(noun,"IsA",noun) ... this relation is claimed to be false in the sentence with an explicit 'not' word NegatedPropertyClaim(noun,"HasProperty",adjective) ... this relation is claimed to be false in the sentence with an explicit 'not' word -Capture the complete sentence meaning with code that calls the four functions, and only use a single word per argument. +Capture the complete sentence meaning with code that calls the four functions. Please make sure that the word "not" is not included in your call, just use the functions and Negated functions instead. And use verbs for comparative relations!