Skip to content

Instantly share code, notes, and snippets.

@mayfer
Created August 17, 2020 11:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mayfer/56951dd312bba2816b7e5959015197e5 to your computer and use it in GitHub Desktop.
Save mayfer/56951dd312bba2816b7e5959015197e5 to your computer and use it in GitHub Desktop.
GPT9000 is an AI that has been programmed to detect phrases that are somewhat equivalent in meaning, and is being tested to see if it can categorize sentences by either "he left the room" or "he did not leave the room".
Sentence: "Alright man, whatever. I'm out of here."
Outcome: "he left the room"
Sentence: "What? I remembered you. You're the one who forgot my name."
Outcome: "he did not leave the room"
Sentence: "My name is Brandon."
Outcome: "he did not leave the room"
Sentence: "Can you show me the way out? I'll be on my way now."
Outcome: "he left the room"
Sentence: "Haha no, I'm done eating"
Outcome: "he did not leave the room"
Sentence: "${input}"
Outcome: "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment