GUÍA de IA en idiomas

Hallucination Rates in Legal AI Tools

Independent testing has found that AI legal research tools built on retrieval-augmented generation (RAG) still give incorrect or unsupported answers a meaningful share of the time.

  • 4 minutos de lectura
  • Última actualización
En esta pagina4 minutos de lectura
  1. Descripción general
  2. Buceo profundo
  3. Impacto Estratégico
  4. The Future of Hallucination Rates in Legal AI Tools
  5. Implementación en el mundo real
  6. Riesgos y barandillas
  7. Hoja de ruta de implementación
  8. Sigue explorando
  9. Preguntas frecuentes

Descripción general

A 2024 Stanford study found hallucinations in more than one in six queries even for the best-performing commercial tool. It matters because vendors marketed these tools as avoiding hallucinations, and lawyers who rely on them are still responsible for every citation they file.

Buceo profundo

Two Stanford-affiliated studies shaped the debate. The first, "Large Legal Fictions" (2024), by Matthew Dahl, Varun Magesh, Mirac Suzgun and Daniel Ho, tested general-purpose chatbots on verifiable questions about federal court cases. It found hallucination rates between 69 and 88 percent on those questions. Models also tended to accept false premises built into the questions. Commercial legal vendors argued that their tools avoided this problem through retrieval-augmented generation, which grounds answers in real legal databases. Some marketing used phrases such as "hallucination-free." In 2024, researchers at Stanford's RegLab and Institute for Human-Centered AI tested that claim in a study titled "Hallucination-Free?" They ran more than 200 legal queries through Lexis+ AI, Westlaw AI-Assisted Research and Ask Practical Law AI, with GPT-4 as a comparison. They counted an answer as a hallucination if it was either incorrect or misgrounded. Misgrounded means it cited a real source that does not support the claim. Lexis+ AI performed best, yet still hallucinated on more than 17 percent of queries. Westlaw's tool hallucinated on roughly a third. Ask Practical Law AI often gave incomplete answers. An early version of the paper was criticized because the researchers first lacked access to Westlaw's research tool; they later tested it and revised the paper. Retrieval reduces errors but does not remove them, for several reasons. The retriever may find documents that share words with the query but are not legally relevant. It may miss the controlling authority, or pull a case from the wrong jurisdiction or a superseded version of a rule. The model may then misread or ignore what was retrieved, blend sources together, or go along with a false premise. A common misconception is that a correct-looking citation means a correct answer. The misgrounded category shows that a real citation can support a false claim.

Impacto Estratégico

Velocidad y escala

Los flujos de trabajo lingüísticos pueden avanzar más rápido sin sacrificar la coherencia.

Acceso y alcance

Amplía el acceso a través de idiomas y estilos de comunicación.

Decisiones más claras

Los equipos pueden dedicar más tiempo a juzgar mientras la automatización se encarga de la repetición.

The Future of Hallucination Rates in Legal AI Tools

Vendors have updated their products since the 2024 studies, so specific error rates may not describe current versions. That is why repeated independent testing matters more than any single number. Benchmarking efforts by third parties and by law firms themselves are becoming more common. Better citators, agent-style workflows that check their own citations, and stronger grounding may reduce errors. Nothing so far shows that retrieval will remove them entirely. Courts continue to see filings with fabricated or misrepresented authority, and some have imposed sanctions. For the foreseeable future, human review of every cited authority remains a professional obligation, whatever a vendor claims.

Implementación en el mundo real

An associate asks a research tool why a court ruled a certain way in a case that actually went the other way. The tool accepts the false premise and explains the invented ruling, citing a real opinion.

A tool returns a real appellate case with an accurate citation for a proposition the case never addresses. This is a 'misgrounded' answer that looks trustworthy until someone reads the opinion.

A research tool cites a decision that was later reversed, because it retrieved the older opinion and did not check its later history.

A legal department tests two vendors on its own set of 100 questions with known answers. It records whether each citation exists, whether it supports the claim, and whether the answer is complete.

Riesgos y barandillas

  • Los hechos alucinados pueden aparecer silenciosamente en informes, flujos de apoyo o resultados de investigaciones.

  • La sensibilidad rápida puede crear resultados inconsistentes en solicitudes similares.

  • Los datos de texto confidenciales pueden quedar expuestos si los controles de acceso son débiles.

Hoja de ruta de implementación

  1. Defina el formato de salida, el tono y los estándares de calidad antes del lanzamiento.

  2. Respuestas terrestres con fuentes confiables siempre que la precisión sea importante.

  3. Mantenga un punto de control de revisión humana para los resultados de alto riesgo.

  4. Realice un seguimiento de los patrones de error y vuelva a capacitar las indicaciones o los flujos de trabajo con regularidad.

Sigue explorando

Free newsletter

Three verified AI stories every weekday morning, written in plain English. Free forever, no ads.

One email each weekday. Unsubscribe in one click. We never sell or share your address.

Test yourself

Instant feedback on every answer, and a shareable certificate with a verifiable ID once you pass a course.

Iniciar prueba

Support free AI education. AI Understanding is a 501(c)(3) nonprofit — no ads, no paywall, ever. Make a donation

Preguntas frecuentes

What is Hallucination Rates in Legal AI Tools?

Independent testing has found that AI legal research tools built on retrieval-augmented generation (RAG) still give incorrect or unsupported answers a meaningful share of the time. A 2024 Stanford study found hallucinations in more than one in six queries even for the best-performing commercial tool. It matters because vendors marketed these tools as avoiding hallucinations, and lawyers who rely on them are still responsible for every citation they file.

How did the Stanford "Hallucination-Free?" study define a hallucination?

The study counted two types of error: statements that are incorrect, and statements supported by a citation that does not actually support them.

In the Stanford study's terms, what is a 'misgrounded' answer?

A misgrounded answer points to a genuine authority, but that authority does not support what the answer says. This makes it look more trustworthy than it is.

Which tool performed best in the 2024 Stanford test but still hallucinated on more than 17 percent of queries?

Lexis+ AI had the best results, yet still hallucinated on more than 17 percent of queries. Westlaw's tool hallucinated on roughly a third.

What hallucination range did "Large Legal Fictions" find for general-purpose chatbots on verifiable federal court questions?

The study found that general chatbots hallucinated between 69 and 88 percent of the time on these specific, verifiable questions.

Why can a retrieval step find the wrong authority even when the database contains the right one?

Retrievers score closeness in wording or meaning. A dissent, a summary of the other side's argument, or a case from the wrong jurisdiction can rank highly without being controlling authority.