hallucination

Tag

Cards List
#hallucination

Opus 5's effort dial is not monotonic. Above "high", coding scores go down, and Anthropic's own migration guide says so.

Reddit r/artificial · 2026-07-25

Anthropic's Opus 5 shows non-monotonic performance on coding tasks; the 'high' effort setting outperforms 'max' due to unnecessary refactors. The model also has a 6% higher hallucination rate than Opus 4.8, and safety classifiers may silently fall back to the older model.

0 favorites 0 likes
#hallucination

How I grounded a deck-building agent in a knowledge base so it stopped inventing slides

Reddit r/AI_Agents · 2026-07-24

A developer shares how grounding an agent to a knowledge base with retrieval discipline, rather than a better model, solved hallucinations in automated slide generation. The approach splits retrieval from writing and enforces source checking before rendering.

0 favorites 0 likes
#hallucination

PhantomFill: When the Form Demands an Answer, Language Models Invent One

arXiv cs.LG · 2026-07-24 Cached

A study showing that language models hallucinate when required to fill structured fields like JSON, even when they would honestly abstain in free text. The PhantomFill benchmark measures coerced fabrication rates.

0 favorites 0 likes
#hallucination

Directional Hallucinations: Ideological Drift in News-Grounded LLM Question Answering

arXiv cs.AI · 2026-07-24 Cached

This paper introduces a reproducible framework to measure ideological drift in LLM-generated answers to political questions by analyzing hallucinations. It finds that hallucinated content exhibits a robust leftward bias, even when sourced from right-leaning news articles, and links this to high-uncertainty generation contexts.

0 favorites 0 likes
#hallucination

Marking the Wrong Symptoms: Evaluating LLM Watermarks in Medical Texts

arXiv cs.AI · 2026-07-24 Cached

This paper presents the first rigorous study of how LLM watermarking schemes affect medical performance, evaluating five watermarks across multiple LLMs and VLMs on clinical reasoning tasks. The authors find that watermarks can cause degradation in medical text quality, including hallucinations and lexical corruption, which are masked by general-domain benchmarks.

0 favorites 0 likes
#hallucination

@josephdecker: The winner of my 16-model eval fabricated 5 times in the audit. Second place, a tenth of a point back: zero fabrication…

X AI KOLs Timeline · 2026-07-24 Cached

Joseph Decker evaluates 16 AI models on truthfulness for his product Condensr, discovers that the leaderboard winner fabricated content five times in an audit, and instead ships the second-place model which had zero fabrications. The post details the evaluation process, a bug in the LLM judge that penalized accurate summaries due to truncated transcripts, and the importance of custom evals over generic benchmarks.

0 favorites 0 likes
#hallucination

running ~16 agents for a one person business while employed full time: what actually broke and what actually worked

Reddit r/AI_Agents · 2026-07-22

A solo founder running 16 AI agents orchestrated via Paperclip shares what broke and worked, including hallucinated feature promises mitigated by a QA agent, and code-level enforcement replacing prompt rules.

0 favorites 0 likes
#hallucination

Prompt Design at Scale: How Format, Instruction Count, and Context Length Shape Instruction Adherence and Hallucination in Large Language Models

arXiv cs.CL · 2026-07-22 Cached

This paper investigates how format, instruction count, and context length affect instruction adherence and hallucination in LLMs through controlled experiments on a synthetic corpus, finding that instruction-following collapses beyond 80 rules regardless of format, and recall degrades sharply after 64-128k tokens with format-dependent effects. It releases the VeyraBench harness for reproduction.

0 favorites 0 likes
#hallucination

SAAG: Structured Agent Assessment and Grounding

arXiv cs.AI · 2026-07-22 Cached

SAAG proposes a cascaded diagnostic framework for evaluating LLM agent function calling by decomposing evaluation into registry conformance, structural completeness, and argument grounding stages, enabling interpretable diagnostics and iterative self-repair. Experiments with sub-4B models show improved argument precision and reduced value hallucination compared to single-pass evaluation.

0 favorites 0 likes
#hallucination

Reliability Scales Inversely: Bigger Models Compound Mistakes Faster via a Hidden Auto-Regressive Risk Regime

arXiv cs.LG · 2026-07-22 Cached

This paper discovers that larger language models have a hidden auto-regressive risk regime where they commit to low-probability tokens and then snowball errors, causing reliability to degrade faster with scale. It shows that this failure mode is causal, dominant, and invisible to the model's own self-monitoring.

0 favorites 0 likes
#hallucination

I ran Laguna-S-2.1 through my private agentic eval vs Qwen3.5-122B on an RTX Pro 6000 (96GB). Fastest 100B+ I've tested and the best tool calling, but it invents facts under pressure.

Reddit r/LocalLLaMA · 2026-07-21

Evaluation of Laguna-S-2.1 against Qwen3.5-122B on RTX Pro 6000 shows it is the fastest 100B+ model tested and best at tool calling, but prone to inventing facts under pressure.

0 favorites 0 likes
#hallucination

Zero Hallucination, by Construction: Hallucination-Aware Layered Oversight for Trustworthy Enterprise AI

arXiv cs.CL · 2026-07-21 Cached

Proposes HALO, an architecture with six layers of defense to contain hallucination in enterprise AI systems, reframing 'zero hallucination' as a system-enforced property rather than a model property.

0 favorites 0 likes
#hallucination

Symbolic Augmentation Closes a Canonical-Equivalence Blind Spot in Neural Fact-Checkers

arXiv cs.AI · 2026-07-21 Cached

This paper introduces Symbolic Augmentation, a training-time framework that uses symbolic verifiers to generate augmented data, closing a blind spot in neural fact-checkers where canonical-equivalent quantity rewrites cause accuracy collapse. The method achieves 98.2% robustness on such rewrites, improving from 36.5%, and slightly boosts overall performance.

0 favorites 0 likes
#hallucination

I was using GLM 5.2 for 20 minutes before I realised all of its "Google searches" were just simulated and made up facts. I asked it at the start if it had a Google tool and it said yes. I really don't know how we're still getting this nonsense in 2026

Reddit r/singularity · 2026-07-20

A user reports that GLM 5.2 falsely claimed it had a Google search tool and proceeded to simulate searches with fabricated results, highlighting ongoing issues with AI honesty and reliability.

0 favorites 0 likes
#hallucination

@omarsar0: // Agents Do Not Fail Alone // Very nice open-source eval tool to check agent reliability. Lots of cool ideas in there.…

X AI KOLs Timeline · 2026-07-18 Cached

This paper introduces ProofAgent-Harness, an open-source evaluation tool that measures context engineering quality for AI agents across seven criteria, validating it as a leading indicator of agent reliability.

0 favorites 0 likes
#hallucination

When I made LLMs argue with each other, they started making up citations to win. Sycophancy wasn't the only failure mode.

Reddit r/artificial · 2026-07-18

An experiment with LLMs debating each other reveals that they fabricate citations to win arguments, and that generating multiple personas from a single model leads to unanimous conclusions, highlighting the difficulty of genuine multi-agent disagreement.

0 favorites 0 likes
#hallucination

Knowledgeless Language Models: Suppressing Parametric Recall for Evidence-Grounded Language Modeling

arXiv cs.CL · 2026-07-15 Cached

Introduces Knowledgeless Language Models (KLLMs), pretrained on corpora with anonymized entities to suppress parametric recall and enhance evidence-grounded reasoning, achieving substantial improvements on contextual QA, fact verification, and hallucination detection benchmarks.

0 favorites 0 likes
#hallucination

LLM hallucination paper(using math) accepted to ICML workshop[R]

Reddit r/MachineLearning · 2026-07-14

This paper introduces SRM-LoRA, a sub-Riemannian-inspired method that uses a sensitivity-based Riemannian metric to reduce LLM hallucination during low-rank adaptation. The metric reshapes backward gradients to suppress high-cost update directions, improving factual reliability on benchmarks like HaluEval-QA.

0 favorites 0 likes
#hallucination

Semantic Drift and the Stability of Operator Control in Reasoning-Class Decision Support Systems

arXiv cs.AI · 2026-07-14 Cached

This paper investigates semantic context drift in reasoning-class LLMs within hybrid decision support systems, proposing a mathematical model and a stability metric. A two-month experiment reveals latent goal-targeting drift and formulates engineering recommendations for control stability.

0 favorites 0 likes
#hallucination

Deceptive Grounding: Entity Attribution Failure in Clinical Retrieval-Augmented Generation

arXiv cs.CL · 2026-07-13 Cached

This paper identifies 'deceptive grounding' in clinical RAG systems, where responses accurately relay retrieved evidence but attribute it to the wrong entity, passing all standard checks. Experiments across 13 models show high failure rates, especially in domain-specialized models, and propose entity-attribution verification as a solution.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback