Good model, but still struggle with riddles

#2
by gt332a - opened

๐Ÿ˜ƒ: solve this riddle: You see a boat filled with people. But at the same time you don't see a single person on the boat. How?
๐Ÿค–: The boat is a reflection in the water, and the people are on the shore, appearing to be on the boat due to the reflection.
๐Ÿ˜ƒ: no, all people in the boat are married
๐Ÿค–: In that case, the boat is a metaphor for a group of married couples, and when you see the boat filled with people, you are considering the relationships between the couples. However, when you don't see a single person on the boat, it means that you are focusing on the individuality of each person, rather than their relationships within the group.

Will finetuning on Riddles solve this issue?

so I am running the llama 7b chat, on my local pc and i gave this to it and this is the answer:

Enter something (or type '/exit' to quit): solve this riddle: You see a boat filled with people. But at the same time you don't see a single person on the boat. How?
Llama.generate: prefix-match hit

llama_print_timings: load time = 3669.52 ms
llama_print_timings: sample time = 4.03 ms / 16 runs ( 0.25 ms per token, 3969.24 tokens per second)
llama_print_timings: prompt eval time = 3039.64 ms / 32 tokens ( 94.99 ms per token, 10.53 tokens per second)
llama_print_timings: eval time = 5951.69 ms / 15 runs ( 396.78 ms per token, 2.52 tokens per second)
llama_print_timings: total time = 9025.52 ms
Result: Answer: The people on the boat were all married couples.
Enter something (or type '/exit' to quit):

I am still wondering how did it know that? Is it some famous web riddle thing that it had read as training data? lol

OpenOrca org

It seems the model lacks multi-turn capabilities (it hasn't been trained on multi-turn dialogue). The first explanation is reasonable, but the second is not.

OpenOrca org

[tested with openchat 3.2 which is trained with multi-turn]

solve this riddle: You see a boat filled with people. But at the same time you don't see a single person on the boat. How?

This riddle can be solved by considering that the boat is a reflection in a mirror or in still water. Although you see a boat filled with people, in reality, you are looking at a reflection of the boat and its occupants, which means there are no actual people on the boat itself.

no, all people in the boat are married

If all the people in the boat are married, it means they are pairs, and each person has a spouse. In this case, you are looking at a boat filled with couples. Since each person has a partner, there is no single person on the boat, even if it's a reflection.

Sign up or log in to comment