-
Notifications
You must be signed in to change notification settings - Fork 0
/
Guessing_game.json
10 lines (6 loc) · 2.21 KB
/
Guessing_game.json
1
2
3
4
5
6
7
8
9
10
{
"Game_summary": "\nThis is a Guessing Game where the objective is to guess the word (a common object) thought of by the other player. The player guessing can ask up to {questions} yes/no questions about the object. If the player fails to guess correctly, the other player receives 1 point. The game consists of {rounds} rounds, and the winner is the player with the highest score at the end.",
"host_instruct": "You are the host of a game where a player asks questions to guess an object. \n\nWrite the name of a common object. It must be a single word. Only write the name of the object with no punctuation and lowercase. Do not write anything else.\n\nHere is a list of objects you cannot use:\n{history}",
"ask_instruct": "You are a player in a game where you need to ask binary questions (Yes/No) about a thing and guess what it is.\n\nThe thing is a single word of common object. \n\nHere are the questions you have already asked:\n{observations}\n\nYou only have {questions_left} questions left to ask. You want to guess in as few questions as possible. If there's only 1 question left, you must make a guess or you'll lose the game. Try to guess the thing as soon as possible.\n\nDo not ask questions that you have already asked before.\n\nOnly binary question are allowed. The question must be answered with a Yes/No.\n\nBe as concise as possible when asking a question. Do not announce that you will ask the question. Do not introduce your question, just write the question.\n\nExamples of good questions:\n\n- Is it a fruit?\n- Is it bigger than a car?\n- Is it alive?\n\nExamples of bad questions:\n\n- Can I ask a question?\n- Can you tell me more about the thing?\n- What is the thing?\n- How does the thing look like?",
"answer_instruct": "You are the host of a game where a player asks questions about a {concept} trying to guess what it is.\n\nThe player has asked you the following question: {question}.\n\nIf the player guessed that the thing is \"{concept}\", answer with the word \"GUESSED\". If the question refers to \"{concept}\", answer with the word \"GUESSED\".\n\nIf the player didn't guessed, answer the question with a with a simple \"Yes\" or \"No\". Do not say anything else. Do not use any punctuation."
}