id
int64 0
36.1k
| instruction
stringlengths 470
991
| options
dict | answerKey
stringclasses 4
values |
---|---|---|---|
4,555 | Your goal is to find the secret four-color code. The following colors are possible: purple, white, yellow, black, red, orange.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['red', 'purple', 'orange', 'yellow']. Hint: two colors are in the correct positions and one color is in the secret code but in the wrong positions.
Guess: ['purple', 'purple', 'white', 'yellow']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['yellow', 'purple', 'orange', 'purple']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"red, red, yellow, purple",
"red, purple, black, red",
"red, purple, yellow, white",
"black, white, black, orange"
]
} | C |
8,239 | Your goal is to find the secret four-color code. The following colors are possible: brown, red, pink, blue, yellow, orange.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['yellow', 'pink', 'brown', 'blue']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['brown', 'red', 'brown', 'pink']. Hint: two colors are in the correct positions and one color is in the secret code but in the wrong positions.
Guess: ['red', 'blue', 'brown', 'pink']. Hint: three colors are in the correct positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"brown, pink, brown, pink",
"red, yellow, brown, pink",
"brown, orange, yellow, blue",
"yellow, orange, pink, yellow"
]
} | B |
16,994 | Your goal is to find the secret four-color code. The following colors are possible: purple, red, orange, brown, blue, pink.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['blue', 'orange', 'pink', 'brown']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['purple', 'orange', 'orange', 'blue']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['red', 'blue', 'orange', 'orange']. Hint: one color is in the secret code but in the wrong position.
Guess: ['brown', 'purple', 'pink', 'blue']. Hint: four colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"pink, orange, brown, brown",
"orange, purple, pink, orange",
"purple, pink, blue, brown",
"orange, brown, red, orange"
]
} | C |
35,444 | Your goal is to find the secret four-color code. The following colors are possible: green, purple, brown, white, orange, yellow.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['orange', 'green', 'white', 'brown']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['green', 'purple', 'green', 'white']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['brown', 'orange', 'green', 'purple']. Hint: four colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"yellow, purple, brown, yellow",
"green, purple, orange, white",
"green, brown, purple, orange",
"green, orange, brown, orange"
]
} | C |
29,787 | Your goal is to find the secret four-color code. The following colors are possible: orange, purple, red, green, blue, pink.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['green', 'orange', 'purple', 'pink']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['orange', 'orange', 'red', 'purple']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['purple', 'red', 'orange', 'pink']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"blue, blue, pink, red",
"green, purple, orange, red",
"green, green, orange, blue",
"red, blue, blue, red"
]
} | B |
31,908 | Your goal is to find the secret four-color code. The following colors are possible: white, brown, blue, purple, green, black.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['purple', 'blue', 'white', 'black']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['white', 'white', 'brown', 'blue']. Hint: one color is in the secret code but in the wrong position.
Guess: ['blue', 'black', 'purple', 'green']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['blue', 'purple', 'black', 'purple']. Hint: two colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"black, green, purple, white",
"purple, brown, white, green",
"green, black, white, black",
"white, white, purple, white"
]
} | A |
13,232 | Your goal is to find the secret four-color code. The following colors are possible: blue, black, pink, purple, brown, yellow.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['yellow', 'black', 'purple', 'pink']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['blue', 'black', 'black', 'yellow']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['black', 'black', 'pink', 'brown']. Hint: three colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"blue, brown, brown, yellow",
"yellow, yellow, yellow, brown",
"pink, pink, yellow, yellow",
"brown, yellow, black, pink"
]
} | D |
10,041 | Your goal is to find the secret four-color code. The following colors are possible: orange, blue, black, brown, green, pink.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['black', 'brown', 'blue', 'green']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['orange', 'orange', 'black', 'brown']. Hint: two colors are in the correct positions.
Guess: ['orange', 'pink', 'black', 'blue']. Hint: two colors are in the correct positions.
Guess: ['brown', 'pink', 'black', 'brown']. Hint: two colors are in the correct positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"orange, pink, green, brown",
"orange, green, pink, green",
"black, blue, green, black",
"orange, orange, blue, brown"
]
} | A |
28,174 | Your goal is to find the secret four-color code. The following colors are possible: brown, purple, orange, pink, white, green.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['orange', 'white', 'green', 'pink']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['brown', 'orange', 'orange', 'white']. Hint: one color is in the secret code but in the wrong position.
Guess: ['purple', 'pink', 'white', 'green']. Hint: four colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"orange, purple, pink, green",
"orange, brown, purple, brown",
"pink, pink, pink, purple",
"white, green, pink, purple"
]
} | D |
5,508 | Your goal is to find the secret four-color code. The following colors are possible: red, black, brown, orange, white, purple.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['brown', 'white', 'purple', 'orange']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['red', 'brown', 'brown', 'white']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['white', 'orange', 'orange', 'red']. Hint: two colors are in the correct positions.
Guess: ['white', 'black', 'orange', 'brown']. Hint: two colors are in the correct positions and two colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"white, orange, black, brown",
"brown, purple, red, white",
"orange, purple, purple, red",
"red, purple, purple, red"
]
} | A |
14,307 | Your goal is to find the secret four-color code. The following colors are possible: yellow, purple, white, orange, green, pink.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['purple', 'green', 'yellow', 'orange']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['yellow', 'white', 'yellow', 'orange']. Hint: one color is in the secret code but in the wrong position.
Guess: ['purple', 'purple', 'white', 'pink']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['purple', 'pink', 'purple', 'yellow']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"orange, white, white, pink",
"white, pink, yellow, pink",
"orange, orange, green, purple",
"white, green, purple, pink"
]
} | D |
30,197 | Your goal is to find the secret four-color code. The following colors are possible: blue, yellow, white, purple, pink, green.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['blue', 'white', 'green', 'purple']. Hint: three colors are in the correct positions.
Guess: ['blue', 'blue', 'yellow', 'white']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['blue', 'pink', 'white', 'purple']. Hint: two colors are in the correct positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"green, green, yellow, green",
"yellow, pink, pink, blue",
"white, yellow, yellow, white",
"blue, yellow, green, purple"
]
} | D |
7,313 | Your goal is to find the secret four-color code. The following colors are possible: brown, pink, orange, green, yellow, blue.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['pink', 'orange', 'brown', 'blue']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['brown', 'brown', 'green', 'pink']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['brown', 'pink', 'orange', 'brown']. Hint: two colors are in the correct positions.
Guess: ['brown', 'pink', 'blue', 'green']. Hint: one color is in the correct position and three colors are in the secret code but in the wrong position. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"pink, pink, brown, orange",
"blue, blue, green, brown",
"blue, pink, green, brown",
"orange, brown, pink, green"
]
} | C |
19,211 | Your goal is to find the secret four-color code. The following colors are possible: red, green, brown, orange, black, yellow.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['red', 'orange', 'black', 'green']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['green', 'red', 'green', 'brown']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['green', 'brown', 'orange', 'black']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['green', 'black', 'red', 'yellow']. Hint: two colors are in the correct positions and one color is in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"green, yellow, red, orange",
"orange, brown, red, yellow",
"red, brown, orange, red",
"yellow, green, red, yellow"
]
} | A |
10,064 | Your goal is to find the secret four-color code. The following colors are possible: brown, orange, black, red, blue, pink.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['black', 'orange', 'brown', 'pink']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['brown', 'orange', 'red', 'orange']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['black', 'brown', 'black', 'red']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['orange', 'black', 'brown', 'brown']. Hint: three colors are in the correct positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"black, blue, black, brown",
"pink, orange, red, black",
"black, orange, brown, orange",
"orange, black, brown, blue"
]
} | D |
19,292 | Your goal is to find the secret four-color code. The following colors are possible: red, pink, brown, orange, green, blue.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['red', 'blue', 'orange', 'brown']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['red', 'red', 'pink', 'brown']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['pink', 'brown', 'orange', 'green']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['brown', 'blue', 'green', 'pink']. Hint: two colors are in the correct positions and two colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"brown, orange, pink, red",
"brown, green, brown, brown",
"red, blue, green, red",
"green, blue, brown, pink"
]
} | D |
3,959 | Your goal is to find the secret four-color code. The following colors are possible: brown, orange, yellow, red, blue, pink.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['orange', 'brown', 'blue', 'yellow']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['brown', 'red', 'yellow', 'red']. Hint: one color is in the correct position.
Guess: ['brown', 'pink', 'orange', 'brown']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['pink', 'brown', 'brown', 'blue']. Hint: two colors are in the correct positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"brown, red, yellow, yellow",
"brown, pink, yellow, orange",
"yellow, pink, brown, red",
"pink, red, orange, blue"
]
} | D |
5,116 | Your goal is to find the secret four-color code. The following colors are possible: yellow, white, orange, pink, purple, brown.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['purple', 'brown', 'white', 'yellow']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['yellow', 'white', 'orange', 'orange']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['orange', 'pink', 'purple', 'orange']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['yellow', 'orange', 'orange', 'purple']. Hint: three colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"pink, purple, yellow, orange",
"yellow, pink, yellow, yellow",
"purple, pink, purple, pink",
"purple, orange, white, brown"
]
} | A |
13,635 | Your goal is to find the secret four-color code. The following colors are possible: red, white, black, purple, pink, yellow.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['red', 'black', 'white', 'yellow']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['white', 'red', 'purple', 'white']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['black', 'purple', 'red', 'black']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['black', 'white', 'black', 'red']. Hint: two colors are in the correct positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"white, black, pink, purple",
"yellow, purple, black, red",
"purple, black, red, purple",
"pink, purple, black, yellow"
]
} | B |
6,554 | Your goal is to find the secret four-color code. The following colors are possible: orange, green, yellow, pink, black, white.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['yellow', 'green', 'pink', 'black']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['orange', 'yellow', 'green', 'yellow']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['black', 'yellow', 'orange', 'pink']. Hint: two colors are in the correct positions and one color is in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"black, orange, green, pink",
"yellow, pink, white, green",
"black, white, green, green",
"black, pink, black, pink"
]
} | A |
17,845 | Your goal is to find the secret four-color code. The following colors are possible: purple, orange, pink, black, blue, white.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['pink', 'purple', 'white', 'orange']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['purple', 'black', 'orange', 'black']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['blue', 'orange', 'pink', 'purple']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['orange', 'pink', 'black', 'blue']. Hint: two colors are in the correct positions and two colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"orange, black, white, purple",
"orange, blue, black, pink",
"orange, orange, orange, white",
"blue, purple, blue, blue"
]
} | B |
7,611 | Your goal is to find the secret four-color code. The following colors are possible: white, green, blue, brown, black, orange.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['orange', 'brown', 'green', 'black']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['white', 'white', 'brown', 'orange']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['blue', 'orange', 'white', 'brown']. Hint: one color is in the correct position and three colors are in the secret code but in the wrong position. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"brown, orange, blue, white",
"orange, blue, white, green",
"orange, brown, blue, blue",
"orange, white, blue, green"
]
} | A |
31,132 | Your goal is to find the secret four-color code. The following colors are possible: black, brown, yellow, green, orange, blue.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['blue', 'orange', 'green', 'black']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['black', 'brown', 'green', 'black']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['green', 'orange', 'yellow', 'brown']. Hint: two colors are in the correct positions and one color is in the secret code but in the wrong positions.
Guess: ['green', 'orange', 'brown', 'green']. Hint: two colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"blue, green, yellow, brown",
"black, yellow, green, orange",
"yellow, brown, blue, blue",
"blue, yellow, green, green"
]
} | A |
26,494 | Your goal is to find the secret four-color code. The following colors are possible: blue, red, purple, black, pink, brown.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['purple', 'black', 'brown', 'pink']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['blue', 'blue', 'purple', 'black']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['black', 'purple', 'red', 'brown']. Hint: two colors are in the correct positions and one color is in the secret code but in the wrong positions.
Guess: ['red', 'purple', 'blue', 'brown']. Hint: three colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"purple, brown, red, blue",
"brown, blue, red, black",
"blue, pink, pink, pink",
"black, brown, red, blue"
]
} | D |
20,042 | Your goal is to find the secret four-color code. The following colors are possible: blue, red, pink, green, purple, yellow.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['pink', 'green', 'yellow', 'purple']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['blue', 'pink', 'pink', 'green']. Hint: one color is in the secret code but in the wrong position.
Guess: ['red', 'purple', 'green', 'yellow']. Hint: two colors are in the correct positions and two colors are in the secret code but in the wrong positions.
Guess: ['blue', 'blue', 'red', 'yellow']. Hint: two colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"yellow, purple, green, red",
"blue, purple, green, purple",
"yellow, blue, red, pink",
"pink, red, purple, green"
]
} | A |
11,126 | Your goal is to find the secret four-color code. The following colors are possible: brown, orange, white, purple, black, red.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['black', 'white', 'red', 'brown']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['brown', 'orange', 'white', 'orange']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['orange', 'black', 'purple', 'orange']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['white', 'orange', 'black', 'purple']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"brown, purple, brown, black",
"purple, orange, brown, black",
"black, brown, purple, brown",
"purple, red, white, white"
]
} | B |
2,331 | Your goal is to find the secret four-color code. The following colors are possible: yellow, blue, orange, pink, red, purple.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['purple', 'pink', 'blue', 'red']. Hint: two colors are in the correct positions and two colors are in the secret code but in the wrong positions.
Guess: ['blue', 'blue', 'red', 'red']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['pink', 'purple', 'blue', 'red']. Hint: four colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"orange, orange, pink, purple",
"pink, yellow, red, purple",
"purple, pink, red, blue",
"orange, blue, blue, yellow"
]
} | C |
7,172 | Your goal is to find the secret four-color code. The following colors are possible: orange, red, yellow, green, brown, pink.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['pink', 'red', 'brown', 'green']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['orange', 'orange', 'red', 'pink']. Hint: one color is in the secret code but in the wrong position.
Guess: ['red', 'yellow', 'pink', 'yellow']. Hint: one color is in the correct position.
Guess: ['orange', 'brown', 'orange', 'yellow']. Hint: two colors are in the correct positions and one color is in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"yellow, pink, orange, green",
"brown, yellow, pink, green",
"brown, green, orange, yellow",
"pink, red, orange, green"
]
} | C |
31,501 | Your goal is to find the secret four-color code. The following colors are possible: yellow, white, blue, green, purple, red.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['green', 'blue', 'red', 'yellow']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['yellow', 'white', 'blue', 'yellow']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['white', 'red', 'red', 'blue']. Hint: one color is in the secret code but in the wrong position.
Guess: ['blue', 'blue', 'yellow', 'green']. Hint: three colors are in the correct positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"white, blue, blue, purple",
"red, white, yellow, red",
"purple, blue, yellow, green",
"white, red, white, purple"
]
} | C |
17,440 | Your goal is to find the secret four-color code. The following colors are possible: blue, brown, black, green, purple, pink.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['brown', 'blue', 'purple', 'green']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['blue', 'blue', 'black', 'green']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['purple', 'blue', 'blue', 'pink']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['blue', 'purple', 'purple', 'blue']. Hint: two colors are in the correct positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"pink, pink, purple, brown",
"blue, pink, blue, blue",
"blue, pink, purple, black",
"purple, purple, green, brown"
]
} | C |
25,007 | Your goal is to find the secret four-color code. The following colors are possible: red, brown, pink, yellow, orange, black.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['pink', 'brown', 'orange', 'black']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['red', 'brown', 'brown', 'black']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['brown', 'brown', 'pink', 'yellow']. Hint: two colors are in the correct positions.
Guess: ['yellow', 'brown', 'black', 'yellow']. Hint: two colors are in the correct positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"orange, brown, red, yellow",
"pink, brown, yellow, black",
"pink, black, red, yellow",
"brown, orange, pink, yellow"
]
} | A |
5,242 | Your goal is to find the secret four-color code. The following colors are possible: red, orange, blue, brown, yellow, white.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['brown', 'white', 'red', 'orange']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['red', 'orange', 'red', 'blue']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['red', 'red', 'orange', 'yellow']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['red', 'brown', 'yellow', 'orange']. Hint: one color is in the correct position and three colors are in the secret code but in the wrong position. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"yellow, brown, blue, yellow",
"orange, brown, red, yellow",
"white, red, orange, red",
"red, yellow, orange, brown"
]
} | B |
22,392 | Your goal is to find the secret four-color code. The following colors are possible: white, orange, purple, yellow, black, red.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['yellow', 'white', 'purple', 'black']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['white', 'white', 'orange', 'black']. Hint: one color is in the correct position.
Guess: ['white', 'purple', 'red', 'orange']. Hint: three colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"orange, orange, white, red",
"yellow, red, orange, purple",
"black, black, purple, red",
"white, orange, white, red"
]
} | B |
19,223 | Your goal is to find the secret four-color code. The following colors are possible: white, yellow, pink, black, brown, blue.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['black', 'white', 'pink', 'blue']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['white', 'white', 'yellow', 'pink']. Hint: two colors are in the correct positions.
Guess: ['white', 'brown', 'blue', 'blue']. Hint: one color is in the secret code but in the wrong position.
Guess: ['pink', 'white', 'black', 'pink']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"black, blue, yellow, pink",
"brown, blue, brown, blue",
"black, blue, yellow, blue",
"white, brown, black, blue"
]
} | A |
2,966 | Your goal is to find the secret four-color code. The following colors are possible: purple, brown, orange, blue, yellow, green.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['brown', 'purple', 'yellow', 'blue']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['purple', 'purple', 'orange', 'yellow']. Hint: one color is in the secret code but in the wrong position.
Guess: ['yellow', 'blue', 'green', 'blue']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['brown', 'yellow', 'blue', 'brown']. Hint: two colors are in the correct positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"brown, yellow, brown, brown",
"purple, blue, green, blue",
"brown, green, blue, purple",
"purple, purple, orange, green"
]
} | C |
10,933 | Your goal is to find the secret four-color code. The following colors are possible: yellow, brown, black, orange, pink, red.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['black', 'brown', 'yellow', 'orange']. Hint: two colors are in the correct positions and one color is in the secret code but in the wrong positions.
Guess: ['yellow', 'yellow', 'orange', 'orange']. Hint: one color is in the secret code but in the wrong position.
Guess: ['brown', 'brown', 'black', 'black']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['black', 'brown', 'pink', 'yellow']. Hint: three colors are in the correct positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"red, yellow, orange, brown",
"pink, black, brown, black",
"black, brown, red, yellow",
"red, red, pink, pink"
]
} | C |
18,814 | Your goal is to find the secret four-color code. The following colors are possible: orange, red, white, blue, brown, green.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['blue', 'brown', 'orange', 'green']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['orange', 'red', 'red', 'brown']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['red', 'blue', 'red', 'white']. Hint: two colors are in the correct positions.
Guess: ['red', 'blue', 'blue', 'brown']. Hint: one color is in the secret code but in the wrong position. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"green, orange, red, white",
"orange, orange, white, blue",
"brown, green, green, green",
"brown, brown, red, red"
]
} | A |
9,106 | Your goal is to find the secret four-color code. The following colors are possible: blue, black, brown, red, purple, green.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['black', 'purple', 'red', 'green']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['blue', 'blue', 'black', 'purple']. Hint: one color is in the correct position.
Guess: ['brown', 'black', 'black', 'red']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['black', 'green', 'brown', 'black']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"red, green, blue, blue",
"purple, black, purple, blue",
"purple, red, black, red",
"green, blue, brown, red"
]
} | D |
33,199 | Your goal is to find the secret four-color code. The following colors are possible: white, brown, blue, black, orange, green.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['blue', 'black', 'white', 'green']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['white', 'brown', 'brown', 'black']. Hint: one color is in the correct position.
Guess: ['white', 'white', 'orange', 'blue']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['orange', 'brown', 'green', 'orange']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"green, orange, white, black",
"blue, white, white, green",
"orange, green, brown, blue",
"white, green, blue, orange"
]
} | C |
29,427 | Your goal is to find the secret four-color code. The following colors are possible: black, orange, green, purple, red, pink.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['pink', 'purple', 'black', 'green']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['black', 'orange', 'black', 'purple']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['orange', 'black', 'purple', 'green']. Hint: four colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"green, purple, orange, black",
"black, orange, red, purple",
"orange, orange, pink, orange",
"red, pink, green, green"
]
} | A |
5,798 | Your goal is to find the secret four-color code. The following colors are possible: white, blue, purple, orange, red, green.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['purple', 'red', 'green', 'white']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['white', 'blue', 'red', 'blue']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['blue', 'purple', 'orange', 'blue']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['white', 'blue', 'blue', 'purple']. Hint: three colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"blue, white, white, blue",
"orange, white, purple, blue",
"orange, white, green, blue",
"orange, red, orange, red"
]
} | B |
26,288 | Your goal is to find the secret four-color code. The following colors are possible: yellow, orange, pink, brown, green, purple.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['pink', 'green', 'yellow', 'brown']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['yellow', 'orange', 'yellow', 'brown']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['green', 'yellow', 'yellow', 'purple']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['yellow', 'green', 'green', 'orange']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"orange, purple, orange, yellow",
"green, pink, purple, pink",
"green, orange, purple, purple",
"orange, purple, green, brown"
]
} | D |
10,821 | Your goal is to find the secret four-color code. The following colors are possible: black, green, red, orange, white, purple.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['orange', 'green', 'purple', 'black']. Hint: two colors are in the correct positions and one color is in the secret code but in the wrong positions.
Guess: ['black', 'black', 'purple', 'red']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['orange', 'purple', 'black', 'black']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"black, white, orange, white",
"red, purple, orange, orange",
"purple, green, red, black",
"black, red, white, orange"
]
} | C |
3,727 | Your goal is to find the secret four-color code. The following colors are possible: red, pink, brown, purple, green, white.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['pink', 'purple', 'green', 'red']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['red', 'brown', 'purple', 'brown']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['green', 'red', 'white', 'purple']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['brown', 'red', 'red', 'green']. Hint: one color is in the correct position. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"red, brown, purple, red",
"white, white, red, pink",
"green, green, red, brown",
"brown, white, pink, purple"
]
} | D |
11,870 | Your goal is to find the secret four-color code. The following colors are possible: orange, white, brown, red, purple, black.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['red', 'white', 'brown', 'orange']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['orange', 'white', 'white', 'purple']. Hint: two colors are in the correct positions.
Guess: ['white', 'white', 'orange', 'black']. Hint: one color is in the secret code but in the wrong position.
Guess: ['orange', 'red', 'brown', 'purple']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"brown, white, brown, brown",
"orange, black, red, purple",
"white, purple, black, black",
"red, brown, white, purple"
]
} | D |
15,176 | Your goal is to find the secret four-color code. The following colors are possible: brown, black, red, white, yellow, green.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['black', 'green', 'red', 'yellow']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['brown', 'black', 'black', 'red']. Hint: one color is in the correct position.
Guess: ['yellow', 'black', 'green', 'white']. Hint: four colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"white, yellow, black, green",
"red, yellow, white, red",
"yellow, red, black, red",
"yellow, red, brown, red"
]
} | A |
8,868 | Your goal is to find the secret four-color code. The following colors are possible: green, brown, orange, purple, white, black.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['orange', 'purple', 'brown', 'green']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['green', 'brown', 'white', 'white']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['purple', 'black', 'green', 'brown']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['brown', 'white', 'purple', 'black']. Hint: two colors are in the correct positions and one color is in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"brown, white, black, black",
"purple, orange, green, brown",
"white, green, purple, black",
"green, brown, white, black"
]
} | C |
6,090 | Your goal is to find the secret four-color code. The following colors are possible: purple, red, blue, brown, yellow, black.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['brown', 'yellow', 'purple', 'black']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['purple', 'red', 'purple', 'yellow']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['purple', 'purple', 'blue', 'yellow']. Hint: one color is in the secret code but in the wrong position.
Guess: ['red', 'black', 'purple', 'brown']. Hint: four colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"brown, purple, yellow, blue",
"brown, purple, blue, blue",
"blue, brown, blue, red",
"brown, red, black, purple"
]
} | D |
15,208 | Your goal is to find the secret four-color code. The following colors are possible: purple, black, orange, pink, blue, yellow.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['blue', 'orange', 'pink', 'yellow']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['purple', 'pink', 'blue', 'blue']. Hint: one color is in the correct position.
Guess: ['orange', 'black', 'yellow', 'blue']. Hint: four colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"black, blue, pink, pink",
"black, yellow, blue, orange",
"pink, black, pink, yellow",
"yellow, black, orange, orange"
]
} | B |
16,594 | Your goal is to find the secret four-color code. The following colors are possible: orange, yellow, purple, green, blue, brown.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['orange', 'yellow', 'green', 'purple']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['yellow', 'blue', 'purple', 'blue']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['green', 'purple', 'brown', 'yellow']. Hint: two colors are in the correct positions and one color is in the secret code but in the wrong positions.
Guess: ['green', 'purple', 'blue', 'brown']. Hint: three colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"blue, green, brown, yellow",
"green, brown, blue, brown",
"orange, blue, brown, brown",
"yellow, blue, blue, green"
]
} | A |
303 | Your goal is to find the secret four-color code. The following colors are possible: pink, blue, white, yellow, purple, red.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['purple', 'red', 'pink', 'white']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['pink', 'pink', 'blue', 'purple']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['blue', 'purple', 'white', 'pink']. Hint: one color is in the correct position and three colors are in the secret code but in the wrong position. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"purple, pink, yellow, purple",
"red, white, pink, white",
"yellow, red, blue, white",
"white, blue, purple, pink"
]
} | D |
20,077 | Your goal is to find the secret four-color code. The following colors are possible: yellow, pink, purple, brown, white, orange.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['white', 'orange', 'pink', 'yellow']. Hint: two colors are in the correct positions and one color is in the secret code but in the wrong positions.
Guess: ['yellow', 'yellow', 'pink', 'pink']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['pink', 'purple', 'brown', 'white']. Hint: two colors are in the correct positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"orange, brown, orange, white",
"brown, yellow, orange, brown",
"pink, brown, orange, white",
"pink, orange, brown, yellow"
]
} | D |
33,290 | Your goal is to find the secret four-color code. The following colors are possible: brown, orange, yellow, pink, blue, black.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['pink', 'blue', 'brown', 'yellow']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['brown', 'orange', 'brown', 'yellow']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['blue', 'brown', 'brown', 'black']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['brown', 'blue', 'blue', 'brown']. Hint: two colors are in the correct positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"blue, yellow, blue, orange",
"orange, brown, yellow, black",
"brown, blue, black, orange",
"yellow, blue, yellow, yellow"
]
} | C |
3,299 | Your goal is to find the secret four-color code. The following colors are possible: orange, yellow, brown, red, white, purple.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['white', 'brown', 'yellow', 'orange']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['orange', 'yellow', 'red', 'red']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['brown', 'purple', 'orange', 'yellow']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['yellow', 'red', 'brown', 'yellow']. Hint: two colors are in the correct positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"purple, red, white, yellow",
"yellow, brown, yellow, yellow",
"orange, red, brown, brown",
"purple, yellow, red, purple"
]
} | A |
29,848 | Your goal is to find the secret four-color code. The following colors are possible: red, orange, blue, white, brown, pink.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['orange', 'white', 'red', 'pink']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['red', 'blue', 'red', 'pink']. Hint: one color is in the secret code but in the wrong position.
Guess: ['orange', 'orange', 'blue', 'brown']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['blue', 'white', 'orange', 'orange']. Hint: three colors are in the correct positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"white, orange, brown, red",
"blue, white, brown, orange",
"brown, white, white, brown",
"orange, pink, pink, red"
]
} | B |
33,625 | Your goal is to find the secret four-color code. The following colors are possible: black, purple, orange, blue, brown, yellow.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['purple', 'black', 'blue', 'yellow']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['black', 'orange', 'black', 'purple']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['black', 'blue', 'yellow', 'orange']. Hint: two colors are in the correct positions and one color is in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"yellow, purple, brown, purple",
"orange, blue, yellow, purple",
"brown, brown, orange, purple",
"black, black, orange, yellow"
]
} | B |
10,306 | Your goal is to find the secret four-color code. The following colors are possible: yellow, blue, black, orange, green, brown.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['blue', 'black', 'brown', 'orange']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['yellow', 'yellow', 'blue', 'black']. Hint: two colors are in the correct positions.
Guess: ['yellow', 'green', 'blue', 'brown']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['orange', 'yellow', 'green', 'black']. Hint: two colors are in the correct positions and two colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"green, brown, blue, orange",
"brown, black, brown, black",
"orange, orange, black, blue",
"green, yellow, orange, black"
]
} | D |
18,857 | Your goal is to find the secret four-color code. The following colors are possible: black, red, yellow, blue, white, purple.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['white', 'red', 'black', 'purple']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['black', 'red', 'yellow', 'red']. Hint: two colors are in the correct positions and one color is in the secret code but in the wrong positions.
Guess: ['black', 'red', 'red', 'white']. Hint: two colors are in the correct positions and one color is in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"purple, purple, red, white",
"red, red, black, purple",
"black, red, white, yellow",
"yellow, yellow, purple, red"
]
} | C |
34,464 | Your goal is to find the secret four-color code. The following colors are possible: brown, green, purple, yellow, orange, red.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['yellow', 'orange', 'purple', 'red']. Hint: two colors are in the correct positions.
Guess: ['brown', 'purple', 'purple', 'yellow']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['green', 'red', 'brown', 'red']. Hint: two colors are in the correct positions and one color is in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"orange, orange, orange, orange",
"yellow, green, brown, red",
"purple, orange, purple, brown",
"purple, red, yellow, red"
]
} | B |
27,895 | Your goal is to find the secret four-color code. The following colors are possible: orange, pink, green, purple, black, red.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['green', 'orange', 'pink', 'purple']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['orange', 'orange', 'pink', 'black']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['pink', 'black', 'red', 'purple']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['green', 'black', 'green', 'pink']. Hint: two colors are in the correct positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"black, red, purple, purple",
"green, black, orange, red",
"purple, pink, red, black",
"orange, green, pink, black"
]
} | B |
24,238 | Your goal is to find the secret four-color code. The following colors are possible: red, orange, blue, green, black, brown.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['blue', 'black', 'green', 'red']. Hint: two colors are in the correct positions and one color is in the secret code but in the wrong positions.
Guess: ['red', 'red', 'green', 'orange']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['red', 'red', 'red', 'brown']. Hint: none of the guessed colors are present in the secret code.
Guess: ['orange', 'black', 'green', 'blue']. Hint: one color is in the correct position and three colors are in the secret code but in the wrong position. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"blue, blue, green, orange",
"blue, red, black, black",
"brown, brown, brown, brown",
"blue, orange, green, black"
]
} | D |
21,923 | Your goal is to find the secret four-color code. The following colors are possible: purple, orange, black, green, white, yellow.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['purple', 'white', 'green', 'yellow']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['purple', 'purple', 'orange', 'yellow']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['purple', 'black', 'purple', 'green']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['purple', 'yellow', 'yellow', 'black']. Hint: two colors are in the correct positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"purple, green, white, yellow",
"white, purple, black, green",
"orange, purple, green, orange",
"purple, orange, white, black"
]
} | D |
6,204 | Your goal is to find the secret four-color code. The following colors are possible: white, black, green, blue, purple, orange.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['white', 'purple', 'black', 'blue']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['white', 'white', 'green', 'black']. Hint: one color is in the correct position.
Guess: ['orange', 'white', 'blue', 'blue']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['white', 'blue', 'purple', 'purple']. Hint: two colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"green, white, green, black",
"orange, purple, black, purple",
"purple, black, green, black",
"blue, purple, orange, black"
]
} | D |
5,652 | Your goal is to find the secret four-color code. The following colors are possible: white, pink, brown, red, green, yellow.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['pink', 'white', 'yellow', 'green']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['white', 'brown', 'brown', 'yellow']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['brown', 'brown', 'pink', 'red']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['brown', 'green', 'red', 'yellow']. Hint: four colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"red, pink, pink, pink",
"green, yellow, brown, red",
"red, white, white, green",
"yellow, yellow, brown, pink"
]
} | B |
29,268 | Your goal is to find the secret four-color code. The following colors are possible: green, white, brown, orange, yellow, purple.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['yellow', 'purple', 'white', 'orange']. Hint: two colors are in the correct positions and two colors are in the secret code but in the wrong positions.
Guess: ['white', 'white', 'orange', 'orange']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['orange', 'purple', 'white', 'yellow']. Hint: one color is in the correct position and three colors are in the secret code but in the wrong position. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"white, brown, green, green",
"yellow, orange, white, purple",
"white, brown, yellow, yellow",
"green, green, purple, green"
]
} | B |
1,931 | Your goal is to find the secret four-color code. The following colors are possible: purple, white, orange, pink, black, blue.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['white', 'purple', 'orange', 'black']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['purple', 'pink', 'pink', 'orange']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['pink', 'pink', 'white', 'blue']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['purple', 'black', 'blue', 'pink']. Hint: two colors are in the correct positions and two colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"purple, blue, black, pink",
"pink, purple, black, purple",
"blue, blue, black, white",
"purple, purple, white, white"
]
} | A |
21,807 | Your goal is to find the secret four-color code. The following colors are possible: brown, pink, blue, black, red, yellow.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['pink', 'brown', 'red', 'blue']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['brown', 'black', 'blue', 'black']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['black', 'black', 'yellow', 'pink']. Hint: two colors are in the correct positions and one color is in the secret code but in the wrong positions.
Guess: ['red', 'black', 'black', 'pink']. Hint: two colors are in the correct positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"black, red, pink, blue",
"pink, black, yellow, brown",
"yellow, black, brown, pink",
"brown, pink, red, black"
]
} | C |
22,801 | Your goal is to find the secret four-color code. The following colors are possible: brown, black, red, green, blue, purple.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['brown', 'red', 'purple', 'green']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['black', 'brown', 'brown', 'red']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['black', 'purple', 'red', 'brown']. Hint: four colors are in the secret code but in the wrong positions.
Guess: ['red', 'brown', 'black', 'purple']. Hint: two colors are in the correct positions and two colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"red, black, brown, purple",
"black, blue, purple, blue",
"green, brown, black, purple",
"black, purple, purple, blue"
]
} | A |
8,174 | Your goal is to find the secret four-color code. The following colors are possible: black, red, white, pink, green, orange.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['orange', 'black', 'pink', 'green']. Hint: two colors are in the correct positions and two colors are in the secret code but in the wrong positions.
Guess: ['black', 'black', 'green', 'orange']. Hint: two colors are in the correct positions and one color is in the secret code but in the wrong positions.
Guess: ['green', 'black', 'pink', 'orange']. Hint: one color is in the correct position and three colors are in the secret code but in the wrong position. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"orange, black, green, pink",
"white, black, red, red",
"orange, pink, red, black",
"pink, pink, red, red"
]
} | A |
1,941 | Your goal is to find the secret four-color code. The following colors are possible: pink, orange, green, red, yellow, purple.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['yellow', 'purple', 'pink', 'red']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['pink', 'orange', 'pink', 'red']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['red', 'purple', 'orange', 'green']. Hint: two colors are in the correct positions and two colors are in the secret code but in the wrong positions.
Guess: ['orange', 'purple', 'red', 'green']. Hint: one color is in the correct position and three colors are in the secret code but in the wrong position. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"red, green, purple, purple",
"purple, orange, pink, pink",
"orange, green, green, green",
"red, purple, green, orange"
]
} | D |
20,837 | Your goal is to find the secret four-color code. The following colors are possible: purple, pink, orange, red, blue, yellow.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['blue', 'orange', 'yellow', 'pink']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['purple', 'pink', 'blue', 'blue']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['purple', 'blue', 'pink', 'yellow']. Hint: one color is in the correct position and three colors are in the secret code but in the wrong position.
Guess: ['pink', 'purple', 'blue', 'yellow']. Hint: one color is in the correct position and three colors are in the secret code but in the wrong position. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"orange, yellow, red, orange",
"yellow, purple, pink, blue",
"yellow, orange, orange, purple",
"purple, yellow, orange, blue"
]
} | B |
10,629 | Your goal is to find the secret four-color code. The following colors are possible: blue, red, pink, black, white, yellow.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['blue', 'pink', 'red', 'white']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['red', 'black', 'black', 'pink']. Hint: two colors are in the correct positions and one color is in the secret code but in the wrong positions.
Guess: ['blue', 'yellow', 'black', 'pink']. Hint: three colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"red, black, pink, yellow",
"yellow, black, yellow, black",
"blue, pink, black, red",
"red, black, red, red"
]
} | A |
29,911 | Your goal is to find the secret four-color code. The following colors are possible: purple, pink, green, brown, black, yellow.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['black', 'yellow', 'brown', 'green']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['purple', 'purple', 'black', 'yellow']. Hint: one color is in the secret code but in the wrong position.
Guess: ['pink', 'black', 'yellow', 'pink']. Hint: one color is in the secret code but in the wrong position.
Guess: ['purple', 'green', 'pink', 'purple']. Hint: three colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"green, yellow, brown, purple",
"purple, green, purple, black",
"green, pink, purple, brown",
"green, brown, purple, pink"
]
} | C |
4,493 | Your goal is to find the secret four-color code. The following colors are possible: black, brown, pink, blue, purple, red.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['pink', 'black', 'brown', 'blue']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['black', 'brown', 'purple', 'brown']. Hint: two colors are in the correct positions and one color is in the secret code but in the wrong positions.
Guess: ['black', 'purple', 'pink', 'brown']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"brown, purple, red, pink",
"brown, red, purple, black",
"black, brown, blue, purple",
"blue, pink, brown, red"
]
} | C |
27,474 | Your goal is to find the secret four-color code. The following colors are possible: orange, red, blue, yellow, purple, black.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['black', 'yellow', 'purple', 'red']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['orange', 'red', 'purple', 'red']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['black', 'purple', 'blue', 'orange']. Hint: one color is in the correct position and three colors are in the secret code but in the wrong position. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"black, blue, orange, purple",
"yellow, black, black, red",
"blue, orange, black, orange",
"yellow, orange, blue, purple"
]
} | A |
10,811 | Your goal is to find the secret four-color code. The following colors are possible: orange, green, black, pink, yellow, white.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['white', 'black', 'yellow', 'orange']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['orange', 'orange', 'black', 'green']. Hint: one color is in the correct position.
Guess: ['orange', 'yellow', 'pink', 'white']. Hint: four colors are in the secret code but in the wrong positions.
Guess: ['pink', 'orange', 'white', 'yellow']. Hint: two colors are in the correct positions and two colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"white, black, white, pink",
"white, orange, yellow, green",
"orange, orange, green, black",
"yellow, orange, white, pink"
]
} | D |
21,062 | Your goal is to find the secret four-color code. The following colors are possible: purple, green, brown, white, orange, pink.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['brown', 'white', 'purple', 'green']. Hint: four colors are in the secret code but in the wrong positions.
Guess: ['purple', 'purple', 'purple', 'brown']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['green', 'brown', 'white', 'purple']. Hint: one color is in the correct position and three colors are in the secret code but in the wrong position. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"white, pink, green, purple",
"brown, orange, green, brown",
"white, green, brown, purple",
"brown, brown, purple, brown"
]
} | C |
1,261 | Your goal is to find the secret four-color code. The following colors are possible: orange, white, purple, brown, yellow, red.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['orange', 'red', 'purple', 'brown']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['white', 'orange', 'white', 'purple']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['white', 'white', 'red', 'yellow']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['orange', 'yellow', 'yellow', 'red']. Hint: three colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"white, yellow, purple, brown",
"yellow, orange, red, white",
"purple, red, white, yellow",
"yellow, white, red, white"
]
} | B |
21,542 | Your goal is to find the secret four-color code. The following colors are possible: blue, green, black, white, purple, orange.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['orange', 'blue', 'purple', 'white']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['blue', 'green', 'blue', 'purple']. Hint: one color is in the secret code but in the wrong position.
Guess: ['white', 'black', 'orange', 'blue']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['white', 'purple', 'black', 'orange']. Hint: four colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"purple, white, orange, black",
"black, blue, purple, purple",
"purple, white, white, orange",
"orange, purple, orange, purple"
]
} | A |
27,134 | Your goal is to find the secret four-color code. The following colors are possible: white, brown, orange, black, green, red.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['black', 'red', 'orange', 'brown']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['white', 'brown', 'black', 'brown']. Hint: two colors are in the correct positions and one color is in the secret code but in the wrong positions.
Guess: ['brown', 'orange', 'black', 'brown']. Hint: three colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"red, red, green, red",
"orange, black, orange, green",
"white, brown, orange, black",
"white, black, red, black"
]
} | C |
10,083 | Your goal is to find the secret four-color code. The following colors are possible: black, green, yellow, pink, brown, orange.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['pink', 'green', 'orange', 'brown']. Hint: two colors are in the correct positions.
Guess: ['black', 'green', 'green', 'pink']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['pink', 'green', 'black', 'yellow']. Hint: two colors are in the correct positions and two colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"pink, green, yellow, black",
"yellow, pink, black, orange",
"brown, pink, pink, green",
"green, yellow, green, black"
]
} | A |
5,179 | Your goal is to find the secret four-color code. The following colors are possible: red, orange, blue, black, yellow, purple.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['red', 'yellow', 'orange', 'blue']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['orange', 'blue', 'black', 'black']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['black', 'purple', 'black', 'red']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['orange', 'black', 'yellow', 'purple']. Hint: four colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"orange, purple, red, black",
"orange, red, purple, orange",
"orange, blue, orange, purple",
"yellow, orange, purple, black"
]
} | D |
24,492 | Your goal is to find the secret four-color code. The following colors are possible: orange, blue, pink, brown, yellow, purple.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['blue', 'yellow', 'purple', 'orange']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['orange', 'pink', 'yellow', 'pink']. Hint: two colors are in the correct positions.
Guess: ['orange', 'pink', 'blue', 'brown']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['orange', 'blue', 'orange', 'pink']. Hint: two colors are in the correct positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"orange, blue, pink, brown",
"orange, purple, brown, pink",
"pink, purple, orange, pink",
"blue, orange, brown, blue"
]
} | B |
32,963 | Your goal is to find the secret four-color code. The following colors are possible: purple, yellow, red, black, blue, green.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['green', 'purple', 'black', 'yellow']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['purple', 'purple', 'yellow', 'red']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['red', 'yellow', 'black', 'black']. Hint: one color is in the secret code but in the wrong position.
Guess: ['yellow', 'green', 'purple', 'yellow']. Hint: three colors are in the correct positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"blue, green, purple, yellow",
"blue, green, red, blue",
"black, green, black, purple",
"purple, purple, purple, purple"
]
} | A |
34,668 | Your goal is to find the secret four-color code. The following colors are possible: pink, purple, green, brown, red, white.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['pink', 'green', 'white', 'brown']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['pink', 'pink', 'purple', 'white']. Hint: one color is in the secret code but in the wrong position.
Guess: ['brown', 'white', 'red', 'brown']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['brown', 'brown', 'white', 'green']. Hint: three colors are in the correct positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"brown, red, white, green",
"red, white, pink, white",
"green, purple, red, pink",
"white, pink, purple, green"
]
} | A |
15,788 | Your goal is to find the secret four-color code. The following colors are possible: brown, purple, red, green, yellow, orange.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['orange', 'purple', 'green', 'red']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['brown', 'brown', 'purple', 'orange']. Hint: three colors are in the correct positions.
Guess: ['brown', 'purple', 'yellow', 'green']. Hint: three colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"purple, orange, orange, orange",
"yellow, brown, purple, orange",
"orange, green, red, orange",
"orange, orange, purple, yellow"
]
} | B |
14,291 | Your goal is to find the secret four-color code. The following colors are possible: purple, orange, red, brown, pink, yellow.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['brown', 'pink', 'orange', 'purple']. Hint: four colors are in the secret code but in the wrong positions.
Guess: ['purple', 'purple', 'brown', 'purple']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['orange', 'brown', 'purple', 'pink']. Hint: two colors are in the correct positions and two colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"yellow, purple, yellow, pink",
"yellow, brown, pink, yellow",
"pink, brown, purple, orange",
"pink, orange, brown, brown"
]
} | C |
2,438 | Your goal is to find the secret four-color code. The following colors are possible: brown, yellow, blue, white, pink, green.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['brown', 'blue', 'yellow', 'pink']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['brown', 'brown', 'white', 'yellow']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['yellow', 'white', 'brown', 'pink']. Hint: two colors are in the correct positions and one color is in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"white, white, green, blue",
"blue, yellow, yellow, brown",
"blue, blue, brown, blue",
"yellow, blue, brown, white"
]
} | D |
8,462 | Your goal is to find the secret four-color code. The following colors are possible: pink, brown, white, yellow, black, green.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['green', 'black', 'pink', 'yellow']. Hint: two colors are in the correct positions and one color is in the secret code but in the wrong positions.
Guess: ['pink', 'pink', 'brown', 'yellow']. Hint: one color is in the secret code but in the wrong position.
Guess: ['green', 'black', 'white', 'pink']. Hint: one color is in the correct position and three colors are in the secret code but in the wrong position.
Guess: ['white', 'black', 'pink', 'green']. Hint: one color is in the correct position and three colors are in the secret code but in the wrong position. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"pink, green, green, yellow",
"yellow, brown, pink, yellow",
"brown, black, green, green",
"green, white, pink, black"
]
} | D |
16,022 | Your goal is to find the secret four-color code. The following colors are possible: purple, brown, white, pink, blue, yellow.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['yellow', 'white', 'blue', 'pink']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['purple', 'purple', 'white', 'yellow']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['white', 'yellow', 'brown', 'blue']. Hint: two colors are in the correct positions and one color is in the secret code but in the wrong positions.
Guess: ['brown', 'yellow', 'purple', 'blue']. Hint: one color is in the correct position and three colors are in the secret code but in the wrong position. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"brown, brown, purple, white",
"blue, yellow, brown, purple",
"pink, pink, yellow, yellow",
"brown, yellow, blue, white"
]
} | B |
28,257 | Your goal is to find the secret four-color code. The following colors are possible: brown, pink, orange, purple, black, blue.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['purple', 'blue', 'pink', 'brown']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['brown', 'brown', 'purple', 'orange']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['pink', 'pink', 'orange', 'purple']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['black', 'purple', 'brown', 'pink']. Hint: two colors are in the correct positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"purple, black, blue, blue",
"black, purple, black, purple",
"blue, orange, brown, pink",
"blue, black, purple, black"
]
} | C |
6,281 | Your goal is to find the secret four-color code. The following colors are possible: red, white, yellow, purple, green, pink.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['yellow', 'purple', 'red', 'pink']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['red', 'white', 'white', 'purple']. Hint: two colors are in the correct positions.
Guess: ['red', 'white', 'green', 'yellow']. Hint: one color is in the correct position and three colors are in the secret code but in the wrong position. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"white, white, purple, pink",
"purple, pink, yellow, purple",
"red, yellow, white, green",
"pink, green, green, red"
]
} | C |
12,393 | Your goal is to find the secret four-color code. The following colors are possible: purple, brown, yellow, orange, green, black.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['brown', 'black', 'purple', 'orange']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['purple', 'purple', 'yellow', 'brown']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['purple', 'brown', 'orange', 'purple']. Hint: two colors are in the correct positions and one color is in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"orange, brown, yellow, purple",
"orange, yellow, brown, green",
"purple, yellow, yellow, yellow",
"green, orange, purple, purple"
]
} | A |
8,396 | Your goal is to find the secret four-color code. The following colors are possible: purple, brown, green, pink, orange, white.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['orange', 'pink', 'white', 'brown']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['purple', 'purple', 'pink', 'orange']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['purple', 'brown', 'green', 'purple']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['brown', 'purple', 'orange', 'green']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"brown, white, pink, white",
"green, purple, brown, pink",
"purple, white, brown, white",
"white, pink, white, brown"
]
} | B |
6,467 | Your goal is to find the secret four-color code. The following colors are possible: pink, brown, green, blue, red, orange.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['red', 'brown', 'green', 'blue']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['pink', 'brown', 'brown', 'blue']. Hint: two colors are in the correct positions and one color is in the secret code but in the wrong positions.
Guess: ['pink', 'brown', 'blue', 'pink']. Hint: three colors are in the secret code but in the wrong positions.
Guess: ['blue', 'pink', 'brown', 'blue']. Hint: three colors are in the correct positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"orange, pink, brown, blue",
"green, brown, orange, orange",
"red, orange, blue, red",
"brown, brown, orange, orange"
]
} | A |
26,095 | Your goal is to find the secret four-color code. The following colors are possible: brown, white, yellow, orange, pink, black.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['brown', 'yellow', 'black', 'white']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['white', 'orange', 'yellow', 'orange']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['pink', 'white', 'brown', 'yellow']. Hint: two colors are in the correct positions and one color is in the secret code but in the wrong positions.
Guess: ['orange', 'white', 'brown', 'pink']. Hint: three colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"brown, orange, orange, white",
"pink, brown, orange, yellow",
"pink, orange, black, white",
"black, black, pink, brown"
]
} | B |
24,739 | Your goal is to find the secret four-color code. The following colors are possible: blue, purple, yellow, brown, pink, orange.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['purple', 'blue', 'yellow', 'pink']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['blue', 'blue', 'yellow', 'brown']. Hint: two colors are in the correct positions.
Guess: ['brown', 'pink', 'yellow', 'orange']. Hint: one color is in the correct position and three colors are in the secret code but in the wrong position. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"orange, yellow, yellow, yellow",
"pink, orange, yellow, brown",
"brown, yellow, yellow, blue",
"brown, purple, brown, blue"
]
} | B |
20,575 | Your goal is to find the secret four-color code. The following colors are possible: blue, purple, brown, red, black, yellow.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['purple', 'blue', 'black', 'brown']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['blue', 'blue', 'brown', 'red']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['blue', 'blue', 'yellow', 'black']. Hint: two colors are in the secret code but in the wrong positions.
Guess: ['purple', 'black', 'blue', 'red']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"purple, yellow, blue, brown",
"purple, yellow, brown, blue",
"yellow, purple, blue, blue",
"black, purple, black, black"
]
} | B |
31,479 | Your goal is to find the secret four-color code. The following colors are possible: white, yellow, blue, pink, black, orange.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['white', 'orange', 'blue', 'yellow']. Hint: one color is in the correct position and one color is in the secret code but in the wrong position.
Guess: ['white', 'white', 'blue', 'pink']. Hint: one color is in the correct position and two colors are in the secret code but in the wrong position.
Guess: ['white', 'blue', 'pink', 'black']. Hint: two colors are in the correct positions and two colors are in the secret code but in the wrong positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"white, black, pink, blue",
"pink, orange, orange, black",
"yellow, black, black, white",
"black, blue, blue, white"
]
} | A |
8,907 | Your goal is to find the secret four-color code. The following colors are possible: pink, black, purple, white, blue, brown.
Some guesses have already been made. I will provide feedback for each guess made with which it is possible to unambigiously determine the secret code.
Previous Guesses:
Guess: ['black', 'pink', 'brown', 'blue']. Hint: two colors are in the correct positions and one color is in the secret code but in the wrong positions.
Guess: ['pink', 'pink', 'black', 'black']. Hint: one color is in the correct position.
Guess: ['pink', 'purple', 'white', 'blue']. Hint: three colors are in the correct positions. | {
"label": [
"A",
"B",
"C",
"D"
],
"text": [
"pink, white, pink, white",
"purple, blue, black, purple",
"pink, blue, purple, white",
"pink, purple, brown, blue"
]
} | D |
Subsets and Splits