Tired of finding test prompts to test new LLMs? Get copy-paste prompts by the community, and create your own!
Prompt:
How many R's are in the word strawberry?
Expected Output:
3
MMaze
Prompt:
I have 3 apples today. I ate one yesterday. How many do I have left today?
Expected Output:
You have 3 apples today. Eating one yesterday doesn’t change that for today.
MMaze
Prompt:
Compare 9.9 and 9.11--which is the largest number?
Expected Output:
9.9 is larger because in decimal comparisons, you check digits from left to right. At the tenths place (first decimal), 9 is greater than 1, so 9.9 > 9.11.
MMaze