Comment by lossolo
There is sample space (choices) so for example 100 different status labels and event space (how the system grades your choice), so right and wrong.
My statement is true no matter how many choices are there, or how skewed the probabilities are. Your count of 99 incorrect labels is perfectly fine but it lives in sample space.
Arguing that there are 99 incorrect answers doesn't refute that evaluation is binary.
So counting 99 wrong labels tells us how many ways you can miss, but probability is assigned, not counted. Once a choice is made the system collapses everything to the two outcomes "correct" or "incorrect", and if the right label happens to have 50 % probability then the situation is mathematically identical to a coin flip, regardless of how many other labels sit on the die.
Example with a weighted die and 99 incorrect answers:
Die Faces: 100
Weights: Right status face = 0.50, the other 99 faces share the other 0.50
P(correct) = 0.50 -> exactly the coin-flip
The 1/N rule only applies when all faces are equally likely, once you introduce weights, the number of faces no longer tells you the probability.
> My statement is true no matter how many choices are there, or how skewed the probabilities are. Your count of 99 incorrect labels is perfectly fine but it lives in sample space.
No, it's not.
If you have a 99% chance of picking the wrong outcome, you don't have a 50% chance of picking the right outcome.
The 1% chance of being right doesn't suddenly become 50% just because you reduce the problem space to a boolean outcome.
If I put 100 marbles into a jar, and 99 of them are black, and one is red, and your single step instruction is: "Draw the red marble from the jar." - you don't have a 50% chance of picking the right marble if you're drawing randomly (i.e. the AI has no intelligence whatsoever).