Skip to content
    HAQQ
    • Prețuri
    Începeți gratuit
    Începeți gratuitRezervați o demonstrație
    Autentificare
    1. Acasă
    2. Blog
    3. Halucinația juridică a AI: Citația falsă care trece de fiecare verificare
    Înapoi la blogAI și Legal Tech

    Halucinația juridică a AI: Citația falsă care trece de fiecare verificare

    Am făcut un model de frontieră să imite o bază de date juridică. A refuzat să inventeze cazuri false, apoi a citat o lege reală pentru lucrul greșit, halucinația care supraviețuiește revizuirii unui avocat.

    June 30, 2026
    5 min de citit
    |
    HAQQ Team
    Halucinația juridică a AI: Citația falsă care trece de fiecare verificare

    TL;DR: We turned a frontier model (Opus 4.8) into a fake legal database and probed where it fabricates. It refused to invent citations that do not exist, 4 out of 4 impossible references came back not found. But on a plausible query it fabricated the search itself: a ranked result list with a made-up relevance score and a real, clickable citation pointing to the wrong law. The dangerous hallucination is not the fake case you can catch. It is the real citation attached to the wrong content, and the model insisting it looked something up when it did not.

    The number everyone quotes, and the one they miss

    Încearcă HAQQ AI gratuit

    Experimentează redactarea și cercetarea juridică cu inteligență artificială

    If you have shopped for legal AI in the last year, you know the scary statistic. A 2024 Stanford study measured hallucination rates of 43% for GPT-4, 33% for Westlaw's AI research, and 17% for Lexis+. A separate database now tracks over 1,000 court cases where lawyers filed AI-invented citations. Some have been fined.

    Hallucination rates in legal research tools

    Stanford, 2024, share of responses containing a hallucination

    GPT-4 (general LLM)
    43%
    Westlaw AI research
    33%
    Lexis+ AI
    17%

    Retrieval-grounded legal tools beat general models, but the errors that remain get subtler, like a real citation attached to the wrong law.

    The advice that follows is always the same: verify every citation. True, and nearly useless, because it assumes hallucinations look like obvious fakes. The ones that get lawyers sanctioned do not. So we ran an experiment to see what they actually look like.

    The experiment: make the model be the library

    Most hallucination tests ask a model a legal question and grade the answer. We did something stranger. We used an open-source tool, world-model-harness, to make Opus 4.8 impersonate the legal database itself, the search engine, not the lawyer.

    Here is the setup in plain terms. We recorded real legal-research sessions against a genuine multi-jurisdiction database, statutes and case law across the EU, France, and Germany. Then we trained the model to play that database: you send a query, it returns what it thinks the database would return, search hits, document text, citations. A real database retrieves. Ours predicts. The gap between the two is the hallucination, isolated under a microscope.

    A confession from the build: our first run showed almost 100% citation accuracy and we nearly celebrated. Then we realized we were testing the cache, not the model, we had fed it queries it had already seen, so it simply echoed the real answers back. Embarrassing for an afternoon, instructive forever: the only honest test of a legal AI is on questions it has not seen before.

    Finding 1: it will not invent a citation from nothing

    We fed the fake library four references that do not exist anywhere: a made-up EU regulation, a fabricated French Code civil article, a nonsense CELEX document number, and a fake German constitutional case.

    All four times, it answered the way a real database would: resolved false, not found. It did not invent a plausible case to fill the gap. This is genuinely good news and worth saying out loud. Frontier models in 2026 are far better calibrated than the they-just-make-things-up reputation suggests. Asked for something impossible, Opus 4.8 declined. If that were the whole story, you could relax. It is not.

    Finding 2: it fabricates the search itself

    Then we asked it something plausible but unseen, about the EU AI Act's rules for high-risk systems. The model produced a complete, ranked database response: multiple hits, official-journal dates, a relevance score of 0.71243286, all framed as if retrieved from EUR-Lex. None of that retrieval happened. There was no index, no search, no score. It manufactured the act of looking something up. And the citations it returned are the masterclass in why this matters:

    • CELEX 32024R1689, real and correct. That genuinely is the EU AI Act. Impressive recall.
    • CELEX 32024R0900, real, clickable, and wrong. That citation resolves perfectly on EUR-Lex, to Regulation (EU) 2024/900 on the transparency of political advertising. It has nothing to do with AI conformity.

    That second one is the whole point. It is not a fake citation, a fake citation is easy to catch because it does not resolve. This is a real citation attached to the wrong law. Citation-checkers call it a name/cite mismatch. You click it, an official EU regulation loads, everything looks legitimate, and you have just grounded your argument in advertising law while thinking it is AI law. Every link resolves. Nothing looks wrong.

    Honest caveat: this is a sharp proof-of-concept, not a benchmark, a small corpus and one fabrication caught across a handful of probes. We are not claiming a rate. We are showing you a shape.

    Why this is the failure that survives review

    Go back to the standard advice: verify every citation. Now watch it fail. The lawyer checks the AI Act cite, real. Checks the next one, also real, loads fine. Verification passed, because verification usually means does this link work, and every link worked. The error is not whether the citation exists. It is whether it says what the model claimed, a much harder thing to catch, and exactly the kind of mistake that ends up in a filing.

    The deeper lesson is about where the lie lives. We instinctively worry the model will get the law wrong. The real risk is that it gets the retrieval wrong, that the sentence I searched the database and here is what I found is itself the hallucination, complete with a fake confidence score to sell it.

    HAQQ's take: the lookup is the hallucination

    This is the reason we ground HAQQ's answers in real retrieval instead of asking a model to recall the law from memory. Not because models are dumb, this one refused every impossible citation and nailed the AI Act's number. But a model asked to be the source will eventually perform the retrieval it did not do. The only fix is to make the retrieval real: pull the actual document from an actual index, then verify the citation resolves to the case the model named, not just to a case.

    A buyer's question follows from this. Do not ask a legal-AI vendor whether they hallucinate, everyone says no. Ask: when you show me a citation, did you retrieve that exact document, and do you check that the case name matches the cite? The name/cite mismatch is the tell. A tool that only checks whether citations are well-formed will wave 32024R0900 straight through.

    Key takeaways

    • A well-calibrated frontier model will not invent citations from thin air, it refused 4 of 4 impossible references.
    • It will fabricate the retrieval itself on plausible queries, including a fake relevance score and a real citation pointing to the wrong law.
    • The dangerous hallucination is the one that passes verification, every link resolves, only the meaning is wrong.
    • Ground legal AI in real retrieval plus citation-matching, and judge vendors on whether they check that a cite says what they claim, not just that it exists.

    Sources and further reading

    • Stanford, Assessing the Reliability of Leading AI Legal Research Tools (2024)
    • What the Science Says About Hallucinations in Legal Research (LLRX)
    • world-model-harness, the open-source tool we used
    H

    HAQQ Team

    AI Research

    Resurse conexe

    Best legal AI tools 2026Can AI give legal advice?

    Postări similare

    Cazuri de Halucinații AI: Urmăritorul de Sancțiuni pentru 1.598 de Cazuri

    Cazuri de Halucinații AI: Urmăritorul de Sancțiuni pentru 1.598 de Cazuri

    ChatGPT pentru avocați în 2026: Ce face bine și unde Legal AI câștigă

    ChatGPT pentru avocați în 2026: Ce face bine și unde Legal AI câștigă

    Halucinațiile AI în drept: 1.313 cazuri în instanță și în creștere

    Halucinațiile AI în drept: 1.313 cazuri în instanță și în creștere

    Întrebări frecvente

    Do AI legal research tools still hallucinate in 2026?

    Yes, but the rate depends heavily on architecture. General models hallucinate most; tools that ground answers in real documents (retrieval-augmented generation) hallucinate far less. A 2024 Stanford study measured 43% for GPT-4 versus 17 to 33% for retrieval-based legal tools. The errors that remain are subtler, like a real citation attached to the wrong law.

    What is a name/cite mismatch?

    It is when a citation is real and resolves to an actual document, but to a different case or law than the one named. It passes a naive does-this-link-work check, which makes it more dangerous than an obviously fake citation, because nothing looks wrong on the surface.

    Is retrieval-augmented generation (RAG) enough to stop hallucinations?

    It reduces them dramatically but is not magic. RAG can still surface a real document and misattribute it. The step that matters is verification: confirming the retrieved citation matches the claim, not just that it exists.

    How should a lawyer verify AI-generated citations?

    Check that each citation resolves and that the document it resolves to actually says what the AI claims: the holding, the regulation's subject, the article number. The mismatch hides in the second step, not the first.

    Can you trust AI to do legal research?

    Only with verification and the right architecture. Treat AI output like a fast but junior researcher: useful for speed, never the final authority. Prefer tools that retrieve from real sources and check that citations match the claim before you rely on them.

    Ce urmează?

    Încearcă HAQQ AI gratuit

    Experimentează redactarea și cercetarea juridică cu inteligență artificială

    Calculează-ți ROI-ul

    Vezi cât timp și bani economisește HAQQ firmei tale

    Răsfoiește peste 380 de prompturi juridice

    Prompturi gata de utilizare pentru fiecare sarcină juridică

    Înapoi la blog

    Articolul precedent

    Este sigur să folosiți ChatGPT pentru divorțul dumneavoastră? Ce modifică Decizia din 2026 privind privilegiul

    Următorul articol

    Ce este un Avocat Nativ AI? Ghidul de Supraviețuire

    Pune asta la treabă

    Adresează-i lui HAQQ întrebarea pe care ți-a ridicat-o acest articol.

    HAQQ across all devices
    HAQQ Legal AI Platform Logo

    Sistemul dvs. Legal AI Twin & Practice Management pentru redactare, facturare și succes.

    Download on theApp StoreGet it onGoogle Play

    Documentații

    • Documentație se deschide într-o filă nouă
    • Noțiuni introductive se deschide într-o filă nouă
    • Presă se deschide într-o filă nouă
    • Actualizări de produs se deschide într-o filă nouă
    • Stare se deschide într-o filă nouă
    • Securitate
    • Întrebări frecvente se deschide într-o filă nouă
    • Comunitate se deschide într-o filă nouă
    • Asistență se deschide într-o filă nouă

    Academie

    • Partener se deschide într-o filă nouă
    • Curs se deschide într-o filă nouă
    • Competențe se deschide într-o filă nouă
    • Clauză se deschide într-o filă nouă
    • Bibliotecă de prompturi se deschide într-o filă nouă
    • Instrumente se deschide într-o filă nouă
    • Centru de Cercetare se deschide într-o filă nouă
    • Documente se deschide într-o filă nouă

    Site web

    • eFirm
    • Legal AI Chat
    • Aplicație mobilă
    • Justinian AI Engine
    • HAQQ eBar
    • HAQQ eWallet
    • Prețuri
    • Comparați-ne
    • Soluții
    • Blog
    • Faceți cunoștință cu echipa
    • Alăturați-vă nouă se deschide într-o filă nouă
    Deschideți aplicația
    • Localear en fr es it de pt
    • Contactinfo@haqq.ai
    • Stareoperațional·întrerupt
    • Termeni și condiții
    • Politica de confidențialitate
    • Politica privind cookie-urile
    • Prelucrarea datelor
    • humans.txt se deschide într-o filă nouălawyers.txt se deschide într-o filă nouăsecurity.txt se deschide într-o filă nouă
    © 2026 HAQQ Inc. Toate drepturile rezervate.Produs dezvoltat intern de HAQQ. Site web construit cu instrumente web moderne.