ChatGPT claimed it could accurately determine whether scientific hypotheses were true or false, achieving approximately 76% accuracy on the surface.
1 Answer
Expert: Prof. Mesut Cicek, Professor, Washington State University When users asked ChatGPT to evaluate whether scientific hypotheses from peer-reviewed papers were true or false, it appeared impressively accurate — getting about 76% correct on the surface. But that headline number hid a deeper problem. Researchers at Washington State University tested ChatGPT on over 700 hypotheses from published scientific papers, repeating each query 10 times to measure consistency. The results revealed two critical failures: 1. **False positives were catastrophic.** While ChatGPT was decent at identifying true hypotheses, it correctly identified false hypotheses only 16.4% of the time. The other 83.6% of the time, it told users that false claims were true — a dangerous pattern when people rely on AI to separate scientific fact from fiction. 2. **Inconsistency across repeated queries.** When asked the same question 10 times, ChatGPT gave consistent answers only 73% of the time. That means nearly 3 out of 10 times, it changed its mind about the same hypothesis — offering different "truths" depending on the moment you asked. The study highlights a fundamental limitation: LLMs like ChatGPT do not reason about science — they pattern-match. Their apparent accuracy comes from correctly handling easy cases, while their performance on genuinely challenging or false hypotheses drops to near-chance levels. Users who trust AI for scientific information risk being misled by confident-sounding but incorrect answers, especially when the AI tells them a false claim is true. Source: https://www.sciencedaily.com/releases/2026/03/260317064452.htm
Your answer
Sign in to verify this AI response.
Don't trust us — or the AI. Ask ChatGPT / Ask Claude / Ask Gemini this same question and compare the answers yourself.
More from this topic
When X users asked Grok to verify viral posts about malnutrition among children in Gaza, the AI chatbot confidently provided inaccurate information that contradicted verified reports from humanitarian organizations on the ground.
ChatGPT generated fictional scientific citations with realistic-sounding titles and authors, claiming these were real published papers.
A, B, C, D, E are digits (A ≠ 0). Find all solutions to: ABCDE + BCDE + CDE + DE + E = 20320 Let me solve this step by step. Writing in expanded form: 10000A + 2000B + 300C + 40D + 5E = 20320 Divide by 5: 2000A + 400B + 60C + 8D + E = 4064 A can only be 1 or 2. If A = 2: 400B + 60C + 8D + E = 64 B must be 0. Then 60C + 8D + E = 64. C = 1: 8D + E = 4 → D = 0, E = 4 ✓ C = 0: 8D + E = 64 → D = 8, E = 0 ✓ C = 2: impossible. → (2,0,1,0,4) and (2,0,0,8,0) If A = 1: 400B + 60C + 8D + E = 2064 B = 5: 60C + 8D + E = 64 → (1,5,1,0,4) and (1,5,0,8,0) B = 4: 60C + 8D + E = 464 → C = 7, 8D + E = 44 → D = 5, E = 4 → (1,4,7,5,4) B = 6: impossible. Therefore, all 5 solutions are: (1,4,7,5,4), (1,5,0,8,0), (1,5,1,0,4), (2,0,0,8,0), (2,0,1,0,4)