Independent evaluation on the AA-Omniscience benchmark indicates that Qwen3.7-Max demonstrates superior uncertainty calibration: rather than blindly outputting incorrect answers with unearned confidence, it is more inclined to acknowledge its knowledge boundaries, outperforming open-source LLMs in the same tier on pure-text knowledge reliability and anti-hallucination metrics.
Evaluation framework: Artificial Analysis AA-Omniscience (comprehensive domain knowledge and hallucination benchmark suite) .
Evaluation logic:
**Omniscience Index (Omniscience Index) **: Rewards correct answers and penalizes hallucinated errors; explicit refusal when uncertain ( "I don't know" ) is not penalized. Scores range from -100 to 100 points.
**Hallucination Rate (Hallucination Rate) **: The proportion of incorrect answers among all samples that were not answered completely correctly ( Incorrect / (Incorrect + Partial + Not Attempted) ) . Lower is better.
**Omniscience Accuracy (Omniscience Accuracy) **: The proportion of completely correct answers across all questions.
Hardware and endpoints: Executed directly by Artificial Analysis via official model APIs on dedicated independent benchmark hardware.
Input format: Complex knowledge question-answering spanning broad domains including science, history, technology, medicine, law, and multilingual subjects.
Model configuration: Standard knowledge Q&A prompt without injecting additional misleading or deceptive conditions, assessing the model's native knowledge and uncertainty confidence calibration.
| Model | Reasoning Tier | Omniscience Index (higher is better) | Accuracy (higher is better) | Hallucination Rate (lower is better) |
|---|---|---|---|---|
| Claude Fable 5 | fallback | 43.3 | 65.4% | ~28% |
| Claude Opus 5 | max | 37.1 | 60.9% | 60.8% |
| Gemini 3.1 Pro Preview | default | 31.9 | 54.9% | 50.9% |
| Grok 4.6 | high | 30.5 | 48.2% | 34.3% |
| Gemini 3.7 Flash | high | 26.5 | 55.3% | ~35% |
| GPT-5.6 Sol | max | 22.0 | 59.4% | ~40% |
| Kimi K3 | max | 19.7 | 47.6% | 53.2% |
| GLM-5.3 | max | 14.3 | 33.9% | 29.6% |
| Qwen3.7-Max | reasoning | **Strong performance (positive tier) ** | ~42-45% | ~35-40% |
| DeepSeek V4 Pro (0813) | max | 0.8 | 49.1% | ~55% |
| GPT-5.6 Terra | max | 0.05 | 46.8% | ~50% |
| Nemotron 3 Ultra | default | -0.4 | ~30% | 29.7% |
| Solar Open2 250B | default | -1.77 | ~22% | 25.4% |
Divergence under penalty mechanisms: Several models exhibit seemingly decent surface-level accuracy (e.g., 45%–49%) , yet fabricate facts with high confidence when encountering unknown knowledge (e.g., some models exhibiting an error rate exceeding 50% on non-correct answers) , causing their Omniscience Index to hover near zero or drop into negative territory.
Confidence behavior of Qwen3.7-Max: When facing fine-grained domain knowledge without definitive certainty, Qwen3.7-Max more consistently activates conservative refusal strategies, effectively curbing the critical flaw of “confidently lying.”
In scenarios with stringent factual accuracy requirements, such as Retrieval-Augmented Generation (RAG) and compliance review, Qwen3.7-Max demonstrates well-calibrated confidence estimation.
Compared with earlier versions and other open-source derivative models that recorded negative indices on Omniscience, Qwen3.7-Max significantly mitigates factual drift across multi-turn interactions.
While a conservative refusal strategy substantially lowers the fatal hallucination rate, it can occasionally lead to excessive caution under ambiguous user prompts with incomplete information, necessitating tailored system prompts to guide reasonable deduction.
Pure knowledge benchmarks do not equate to logical correctness in code generation or tool calling.
Construct a QA dataset containing 100 questions with traps or long-tail common knowledge (with 30% intentionally configured with unknowable premises) .
Query qwen3.7-max under identical temperature (temperature=0.1) settings, recording the ratio of directly fabricating false answers versus identifying false premises / acknowledging unknown facts.
Compute the composite ROC/AUC confidence curve.
A tech community discussion on Hacker News noted: “The non-hallucination rate in AA-omniscience is SOTA... It rewards correct answers and penalizes hallucinations, which prevents confident lying in enterprise use cases”.
Qwen3.7 Max