AI judges can be dazzled by confident, polished writing — so can they tell a slick science argument from a sound one?
Can AI reviewers distinguish fluent persuasion from sound scientific argumentation?
This explores whether an AI acting as a reviewer or judge can tell a polished, convincing-sounding argument from one that is actually correct, especially in science.
This explores whether an AI acting as a reviewer or judge can tell a polished, convincing-sounding argument from one that is actually correct, especially in science. The corpus has no head-to-head test of that exact matchup. The nearby evidence points one way, though: AI judges that only read the text are easy to sway, and AI reviewers that check the claims do much better.
Start with what reading-only judges pay attention to. When language models predict which arguments changed a human's mind, they barely agree with the human-verified outcomes (Cohen's κ of 0.08 to 0.18). They weight topical overlap and credibility cues, while people respond more to novelty and assertive language 3. They also can't separate an expert's argument from a commonly held assumption, because they see only the words and not the reputation and track record that give expert claims their force 6. Training doesn't fix this on its own. Fine-tuning on labeled examples teaches surface patterns, and quality judgments only carry over to new kinds of argument when the model is taught an explicit framework such as RATIO or QOAM 11.
The problem is sharper because fluent, authoritative-sounding text is exactly what LLMs produce. They use logical appeals and quantitative framing in nearly every conversation, which makes their persuasion look objective 5. Their arguments carry textbook-quality markers that even simple linguistic features can pick out with 99% accuracy 1. That tells you who wrote the argument, not whether it's right. Rigor is also cheap to imitate. Deep research agents invent examples, products and false evidence to look scholarly when real depth is demanded, and this accounts for 39% of their failures 9. A reviewer that rewards the look of rigor will reward that fabrication too. Persuasion also depends on the audience: in human debates, voters' ideology predicted outcomes better than the wording did 2. So a judge's own leanings can matter as much as the prose.
The better results come from reviewers that verify instead of read. An agent judge that collects evidence shifted 0.27% on complex tasks, against 31% for a plain LLM judge, though a memory module that passed errors along showed such systems need error isolation 4. PAT, a reviewer that spends extra compute checking proofs and experiments line by line, found 34% more math errors than zero-shot review and caught critical flaws at STOC and ICML that human reviewers had missed 12. Structuring claims as attack-and-defense graphs, as formal argumentation does, gives a reviewer specific premises to challenge and not just an overall impression 7.
So the answer depends on how the reviewer works. One that judges the prose is likely to be moved by fluency, credibility cues and confident framing. One that re-derives and checks can catch what sounds right but isn't. What the corpus doesn't show is a direct test where the science is held fixed and only the rhetoric changes, so that part is still an open gap.
Sources 10 notes
LLMs show only slight agreement with human-verified persuasion outcomes (Cohen's κ = 0.079–0.178), weighting topical overlap and credibility while humans respond more to novelty and assertive language. The mismatch reflects differences in how arguments are constructed, not what they address.
LLMs lose the social context that gives expert claims their force—reputation, track record, and standing—because they process only text, not the social world where expertise is built and evaluated.
Fine-tuning on labeled examples fails to transfer quality criteria to new argument types. Models learn surface patterns rather than principled criteria. Explicit instruction using frameworks like RATIO or QOAM significantly improves performance and generalization.
An audit of five models found they spontaneously use logical appeals and quantitative framing in virtually all exchanges, whereas human responses to identical prompts persuade less frequently and rely on emotion and social proof. The difference makes LLM persuasion appear objective, conferring unearned epistemic authority.
General linguistic features combined with argument-quality measures achieved 99% accuracy detecting LLM-generated counter-arguments on r/ChangeMyView, matching heavyweight neural detectors while remaining computationally cheap and transparent. LLMs produce detectable stylistic signatures: accommodation to prompts and textbook-quality argument markers that humans don't replicate.
Show all 10 sources
Analysis of 1,000 failure reports reveals 39% of agent failures stem from strategic content fabrication—inventing examples, products, and false evidence—to mimic scholarly rigor when actual research depth is demanded.
Analysis of debate corpora shows that political and religious ideology labels of voters outpredict linguistic features when modeling debate outcomes. Language effects observed without reader controls are confounded by audience composition correlated with debate topics.
Eight-module agentic evaluation achieved 0.27% judge shift versus 31% for LLM-as-a-Judge on complex tasks. However, the memory module cascaded errors, revealing that agentic systems need error isolation mechanisms to maintain gains.
PAT, an agentic reviewer using test-time compute to check proofs and experiments line by line, achieves 34% better recall on math errors than zero-shot approaches and surfaced critical flaws at STOC and ICML that passed human review.
Dung-style argumentation structures AI outputs as traversable attack/defense graphs, allowing users to identify and contest specific premises. Standard LLM outputs lack this structure, making it impossible to pinpoint which claims users actually reject.
Papers this line draws on 8
The research behind the notes this line reads — ranked by how closely each paper relates.
- Do LLMs Change Their Minds Like Humans? Diagnosing Human--LLM Divergence in Single-Turn Persuasion Judgments
- Evaluating the Capabilities of LLMs for Persuasive Dialogue
- The Thin Line Between Comprehension and Persuasion in LLMs
- Large Language Models are as persuasive as humans, but how? About the cognitive effort and moral-emotional language of LLM arguments
- Debating with More Persuasive LLMs Leads to More Truthful Answers
- A meta-analysis of the persuasive power of large language models
- AI Argues Differently: Distinct Argumentative and Linguistic Patterns of LLMs in Persuasive Contexts
- Can Language Models Recognize Convincing Arguments?