All corrections
1
Claim
Jabarian and Imas indicate that it achieves a false positive rate of approximately 0, while having a true negative rate of under 5%.
Correction

This misstates the paper’s metrics. Jabarian and Imas report Pangram had near-zero false positive and false negative rates; a near-zero false positive rate implies a near-100% true negative rate, not under 5%.

Full reasoning

In binary classification, the true negative rate (TNR) is the share of human-written text correctly classified as human, and it equals 1 − false positive rate (FPR). So if a detector’s FPR is approximately zero, its TNR is approximately 100%, not “under 5%.”

The cited Jabarian–Imas paper explicitly says Pangram achieved “a near zero FPR and FNR” on their stimuli. That means the post appears to have confused false negative rate (FNR) with true negative rate (TNR), and then stated the wrong quantity.

So the problem here is not a subtle interpretation dispute: the post names the wrong metric, and the named metric is incompatible with the paper’s reported false-positive result.

2 sources
2
Claim
They found that Pangram performed quite well, achieving a literally 0% false positive rate and a true negative rate of around 28%.
Correction

This misreads the reported metric. In the cited paper, Pangram’s false positive rate is 0.0000 and its true positive rate is 0.7791; a 0% false positive rate implies a true negative rate of 100%, not 28%.

Full reasoning

The EVALITA 2026 paper reports Pangram’s results in a table with Accuracy, TPR, and FPR. For Pangram, the table gives TPR = 0.7791 and FPR = 0.0000.

That means the post’s “true negative rate of around 28%” is not what the paper reports. If anything, the table’s closest relevant quantity is the true positive rate of 77.91%. And because true negative rate = 1 − false positive rate, a 0.0000 FPR means Pangram’s true negative rate is 100% on that test set, not 28%.

So this sentence appears to confuse the paper’s metrics and substantially misstate the result.

1 source
Model: OPENAI_GPT_5 Prompt: v1.16.0