Skip to content

Commit

Permalink
Update: restriction removal, 40% score now
Browse files Browse the repository at this point in the history
  • Loading branch information
patham9 committed Apr 28, 2023
1 parent ca5ded0 commit 43d30ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 43d30ca

Please sign in to comment.