|
|
|
|
|
by cporios
2787 days ago
|
|
> With 85% accuracy, 85 of liars are flagged as lying (correctly), [...] This is not what accuracy means. 85% accuracy just means that 85% of all the decisions the system makes are correct. A system in such a setting, where a single false negative matters a lot more than a single false positive (which would simply be handed over to a human for further investigation) would necessarily be tuned for extremely high recall at the cost of precision. In other words, it would often flag innocent people for further investigation (as you've said), but it would almost never clear people that should've been flagged. |
|
Let's make the spherical cow approximation that "a lie" is a fully defined concept, then we have 4 conditional (bayesian) probabilities:
P( "sincere" | sincere) The probability a sincere person is reported as "sincere".
P( "lying" | sincere) The probability a sincere person is reported as "lying".
P( "sincere" | lying) The probability a lying person is reported as "sincere".
P( "lying" | lying) The probability a lying person is reported as "lying".
The first 2 probabilities should sum to 1, and the latter 2 possibilities too, so we have 4-2 = 2 degrees of freedom. A reported "accuracy" tells us nothing without knowing the distribution of liars and sincere people in the test group..