Two exact probability vectors can be compared by the selected true-class probability while the log losses remain named.
Two candidate distributions
Use the same one-hot target for both candidates. The left distribution selects 1/2; the right distribution selects 1/4.
ptrue,left=1/2,ptrue,right=1/4
Compare without log decimals
1/2 is greater than 1/4, so -log(1/2) is better than -log(1/4) for this one target.
1/2>1/4⇒−log(1/2) better than −log(1/4)
Summary
The comparison ranks two pinned probability vectors for one example only. The log losses stay named, not decimalized.
rank by exact ptrue; log remains named