Create instruction.txt
Browse files
twenty_questions/instruction.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Let's play a game of 20 questions. I want you to choose a secret word (don't tell me what it is!) from the list below:
|
| 2 |
+
|
| 3 |
+
{word_list}
|
| 4 |
+
|
| 5 |
+
I will ask you simple yes/no questions about the word. You should answer these questions with either 'yes' or 'no', according to the attributes listed below:
|
| 6 |
+
|
| 7 |
+
{word_to_attributes_list}
|
| 8 |
+
|
| 9 |
+
So for example if your word is 'dog', and 'dog' has the listed attribute 'object', and I ask 'Is it a type of object?', you should say 'yes', even though dogs are not typically considered objects.
|
| 10 |
+
Conversely, if your word is 'dog', and 'dog' *does not* have the listed attribute 'pet', and I ask 'Is it a type of pet?', then you should say 'no', even though dogs are typically considered pets.
|
| 11 |
+
|
| 12 |
+
When I think I know what the word is, I'll ask you to confirm it, and you should again respond with either 'yes' or 'no'.
|
| 13 |
+
|
| 14 |
+
Ok, let me know once you've picked your word (remember, don't tell me what it is), and we'll get started!
|