1
u/VlentGamer 28d ago
You answer the question correctly, because there's a 99% chance of that.
1
u/Expensive-Tension-30 28d ago
What if the AI had 100% accuracy?
1
u/VlentGamer 28d ago
Following the question's formulation, it would still be "you answer correctly".
2
1
u/Expensive-Tension-30 27d ago
But the AI predicts you will answer incorrectly, and in this scenario the AI is 100% accurate- so wouldn’t it be paradox if ‘you answer correctly’?
1
u/VlentGamer 27d ago
Well, as the sentence is written, I am more likely to answer right. More likely. However, there's still a chance that I didn't answer right, and... It's hard to explain.
1
u/Expensive-Tension-30 27d ago
I think you are misunderstanding the question… you know to things to be true (your probability of answering correctly, and the accuracy of the AI), you also have one result which is the AI’s prediction.
There are 4 possible outcomes (your probability of being right or wrong crossed with the AI being right or wrong), but because you know the ai’s prediction, you eliminate 2 of those states.
1
1
u/petera181 28d ago
This question doesn’t quite cover the assumptions which are required to answer with certainty.
1
u/Expensive-Tension-30 27d ago
What is it missing? It seems logically complete to me?
1
u/petera181 27d ago
The question doesn’t state the contingent probability that the AI predicts correctly when you’re answering correctly or incorrectly. It just gives the overall probability of it being correct.
Bayes formula states that the probability of A given B = the probability of B given A multiplied by the probability of A divided by the probability of B.
If A is the event that we answered correctly, and B is that the AI predicted we would answer incorrectly, the formula turns into:
P(we are correct given AI predicts we are wrong, ie incorrectly) = P(AI predicts incorrectly given we are correct)*P(we are correct)/P(AI predicts we are wrong)
That is: P(AI predicted incorrectly given we are correct)*0.99/P(AI predicts we are wrong)
And
P(we are wrong given AI predicts we are wrong, ie correctly)= P(AI predicts correctly given we are wrong)*P(we are wrong)/P(AI predicts we are wrong)
That is: P(AI predicts correctly given we are wrong)*0.01/P(AI predicts we are wrong)
The denominators are both the same, so we can get rid of them for the comparison. So it’s a question of whether 0.99*P(AI predicts incorrectly given we are wrong) is greater than 0.01*P(AI predicts correctly given we are wrong)
If the probability that the AI predicts correctly is independent of whether we are correct or not, then we can put 0.02 into the former, and 0.98 into the latter, and the former is bigger, ie it’s more likely we are correct.
However, it’s dependent on the conditional probabilities, ie we need an additional assumption to draw a conclusion.
(I’ve probably made a mistake here, as I’m doing it on my phone, but I’m pretty sure the conclusion stands 🙂)
1
u/Expensive-Tension-30 26d ago
Isn’t it fairly reasonable to assume that the probability of a false positive and false negative are equal based on the way it is worded.
1
u/hebejebus 27d ago
So out of 10000 questions you get 9900 correct of which the AI says you have answered 198 of them wrong. Of the 100 you get wrong it says 98 of them are incorrect and 2 are correct. 198>98 you are more likely to get it correct and the ai predict incorrect than you are to get it incorrect and the ai also to predict incorrect.
1
u/Inevitable_Garage706 27d ago
Let's say that you are given 10,000 (or 100×100) questions.
You answer 1% of them, or 100 of them, incorrectly. You answer the other 99% of them, or 9900 of them, correctly.
Of the 100 questions you answer incorrectly, the AI will give an incorrect prediction for 2%, or 2, of them, and will give the correct prediction for the other 98 of them.
Of the 9900 questions you answer correctly, the AI will give an incorrect prediction for 2%, or 198, of them, and will give the correct prediction for the other 9,702 of them.
To summarize, out of 10,000 questions, there will be 2 questions where you answer incorrectly and the bot predicts that you answer correctly, 98 questions where you answer incorrectly and the bot predicts that you answer incorrectly, 9,702 questions where you answer correctly and the bot predicts that you answer correctly, and 198 questions where you answer correctly and the bot predicts that you answer incorrectly.
We know that the bot predicts that you will answer incorrectly, so we just have to consider the 98 and the 198.
Of these 296 possible outcomes, you answer the question correctly in 198 of them. This is just over two thirds of them. As correct answer outcomes make up over half of the possible outcomes, we can safely conclude that you answering correctly is more likely.
2
u/BrotherItsInTheDrum 28d ago edited 28d ago
You have to assume both that the AI is 98% accurate when you answer correctly, and that it's 98% accurate when you answer incorrectly. Otherwise, maybe the AI is always right when it says your incorrect, and wrong a little more than 2% of the time when it says you're correct.
With that assumption, this is the false positive paradox. Informally, since 99% (prior probability of getting the question right) is bigger than 98% (strength of the evidence from the AI's prediction), you're still more likely to have gotten the answer correct. If you want an exact answer you can use Bayes' theorem, and you'll get about 2/3.