Meaning and short answer
AI hallucinations are incorrect, fabricated, or misleading outputs generated by an artificial-intelligence system that appear plausible or confident. An AI hallucination may be a made-up fact, nonexistent source, false quotation, invented event, invalid calculation, fictitious image detail, or unsupported conclusion. The term is used most often for generative AI systems such as chatbots, large language models, image generators, and multimodal assistants.
In plain language, an AI system hallucinates when it presents an answer that sounds as though it is based on knowledge or evidence but is not adequately supported by the available information. The system is not experiencing a human-style visual or mental hallucination; the term is a metaphor for an output that departs from reality. What Are AI Hallucinations? | IBM What are AI hallucinations? - Google Cloud
A hallucination is not limited to an obviously absurd response. Some of the most dangerous examples are fluent, detailed, and partly correct. An answer may correctly describe a real subject while quietly attaching the wrong date, author, legal rule, medical recommendation, or citation to it.
What an AI hallucination looks like
The exact form depends on the system and its input. Common examples include:
- Fabricated facts: stating that a real person held an office they never held or that a real company released a nonexistent product.
- Invented sources: providing a journal article, court case, book, website, or quotation that cannot be found.
- False attribution: assigning a genuine quotation to the wrong speaker or changing the meaning of a real source.
- Unsupported reasoning: drawing a conclusion that does not follow from the supplied evidence.
- Contradictory answers: giving mutually inconsistent dates, definitions, or explanations in the same response or across similar prompts.
- Mathematical and logical errors: producing a polished explanation with an incorrect calculation or invalid inference.
- Prompt contamination: treating an assumption in the user’s question as an established fact.
- Image and audio fabrications: generating distorted hands, unreadable text, impossible objects, false transcriptions, or audio that appears to imitate a person saying something they did not say.
- False descriptions of actions: claiming to have searched a database, opened a file, run code, contacted a service, or verified a source when the system did not actually perform that action.
For example, if asked to summarize a fictional report, a language model may produce a realistic-looking abstract, findings, and bibliography. If asked about a little-known historical figure, it may combine details from several people with similar names. If asked for legal or medical guidance, it may turn a general pattern learned from text into advice that is inappropriate for the user’s jurisdiction or circumstances.
The central feature is not merely that the output is wrong. A typo, failed calculation, or misunderstood instruction can be an ordinary error. “Hallucination” usually refers to a response that is unsupported or fabricated while retaining the appearance of a knowledgeable answer.
Why generative AI hallucinates
Prediction is not the same as verification
Many generative AI systems are trained to produce likely continuations of input. A language model generates text by estimating which tokens—small units such as words or word fragments—best fit the context. This makes it highly effective at producing fluent language, but fluency does not guarantee that each claim has been checked against a reliable source.
The model’s internal representation is also not a conventional database. It may encode useful associations among names, concepts, and language patterns without preserving a dependable record of where each fact came from or whether it remains true. When a prompt asks for a precise answer that is absent, ambiguous, obscure, or outside the model’s reliable knowledge, the system may construct a plausible continuation rather than decline to answer.
This is one reason a model can be excellent at explaining a familiar concept yet unreliable when asked for a precise citation, an obscure biography, or a current fact. The wording of an answer can be generated with high confidence even when the underlying claim is uncertain. Why language models hallucinate Tracing the thoughts of a large language model
Training and evaluation can reward guessing
If a system is generally rewarded for responding to every question, it can learn that producing an answer is preferable to expressing uncertainty. Standard evaluations may also favor a specific answer over a cautious statement, even when the question is ambiguous or the required information is unavailable. This creates pressure toward plausible guessing.
A model may therefore be “helpful” in a conversational sense but unreliable in an evidentiary sense. It is optimized to generate a useful-looking response, not necessarily to act as a truth-preserving information retrieval system. Some systems add search, retrieval, calculators, code execution, or other tools to address this limitation, but those tools introduce their own failure modes and do not make every generated statement automatically verified. Why language models hallucinate
Context, data, and prompt effects
Hallucinations are more likely or more difficult to detect when:
- The subject is rare or poorly represented in training data.
- The question is ambiguous, such as referring to several people, laws, products, or places with similar names.
- The requested information is time-sensitive, including current prices, officeholders, regulations, software features, or research findings.
- The prompt contains a false premise, encouraging the system to accept an invented event as real.
- The requested format encourages completion, such as “list ten scholarly sources” even when only three can be reliably identified.
- The context is long or confusing, causing the system to overlook a qualification or contradict an earlier passage.
- The source material is incomplete, low-quality, or itself contradictory.
- The model is asked to make a precise judgment from insufficient evidence.
A model can also hallucinate during summarization, translation, retrieval-augmented generation, and question answering. Supplying documents reduces reliance on unsupported memory, but the system may still misread the documents, merge information from separate passages, cite the wrong passage, or answer beyond what the documents establish.
Different kinds of hallucination
Researchers and practitioners use the word in several overlapping ways, and there is no single classification accepted for every AI system. A useful distinction is between factuality and faithfulness.
Factual hallucinations
A factual hallucination conflicts with information that can be independently checked. Examples include an incorrect date, nonexistent institution, false quotation, or inaccurate description of a scientific result.
A response can be factually wrong even if it is not contradicted by the prompt. For instance, a chatbot asked “Who wrote this paper?” might invent an author because the paper title resembles other publications.
Unfaithful or context-inconsistent hallucinations
An output is unfaithful when it does not accurately reflect the information provided in the input. A summary may add a claim not present in the source, reverse the conclusion, or assign a statement to the wrong person. In this case, the problem may be detectable by comparing the answer with the supplied text, even if the added claim happens to be true in the outside world.
This distinction matters operationally:
| Question | Factuality test | Faithfulness test |
|---|---|---|
| What is being checked? | Whether the claim matches reliable external evidence | Whether the output accurately represents the supplied context |
| Typical failure | Invented date or nonexistent citation | Summary adds a conclusion absent from the source |
| Useful remedy | Retrieval, source checking, specialist review | Extractive evidence, quotations, comparison with the input |
| Can a response pass one and fail the other? | Yes | Yes |
Intrinsic and extrinsic errors
Some classifications describe hallucinations as intrinsic when the output contradicts the source or prompt, and extrinsic when it introduces information that cannot be confirmed from the source. These categories are especially useful for summarization, but their boundaries depend on the task and the definition of “source.”
Modality-specific hallucinations
In image generation, a hallucination may appear as an extra finger, a physically impossible object, distorted lettering, or a scene that does not correspond to the prompt. In speech systems, it may involve a transcription that inserts words not present in the audio. In video, it can involve inconsistent identities, objects, or motion between frames. In multimodal systems, one modality may cause the system to invent details that are not visible or supported by another modality.
How to recognize an AI hallucination
A polished style is not evidence of accuracy. Verification should focus on the claim, its evidence, and the system’s actual capabilities.
Warning signs
Treat an answer as requiring verification when it:
- gives highly specific details without sources or reasoning;
- cites sources with unusual titles, missing publication information, or links that do not resolve;
- uses confident language for an obscure, current, or controversial topic;
- answers a question containing an unverified assumption without challenging it;
- changes details when the same question is asked again;
- claims to have taken an external action that was not visibly enabled;
- produces exact quotations without a page, recording, or authoritative transcript;
- gives medical, legal, financial, safety, or security advice without identifying relevant limits;
- offers a long list of names, statistics, or references on demand.
A practical verification method
For a consequential answer, use a layered process:
- Separate claims. Break the response into individual factual statements instead of checking the prose as a whole.
- Identify the important claims. Prioritize information that could affect health, safety, legal rights, money, reputation, or major decisions.
- Check primary or authoritative sources. Prefer official records, original research, governing documents, direct data, or qualified professionals over copied summaries.
- Test citations independently. Confirm that the source exists, actually says what the answer claims, and applies to the relevant date and jurisdiction.
- Look for uncertainty and scope. A true statement in one country, year, population, or software version may not apply to another.
- Use a second method for high-stakes claims. For example, compare an official source with an independent expert source, or reproduce a calculation with a calculator or script.
- Ask the system for evidence, not just confidence. Request quotations, assumptions, provenance, and a distinction between known information and inference—but verify the result rather than treating the explanation as proof.
A citation is not automatically evidence. A model can hallucinate a bibliography as easily as it can hallucinate a fact.
Reducing hallucinations in AI systems
No general-purpose generative system can be assumed to eliminate hallucinations entirely. Mitigation works by reducing unsupported generation, increasing access to relevant evidence, detecting doubtful outputs, and placing human review where errors matter.
Ground responses in evidence
Retrieval-augmented generation supplies the model with relevant documents at answer time. The model is instructed to answer from those documents, cite the supporting passages, and say when the evidence is insufficient. This approach can improve traceability and freshness, but retrieval quality is critical: a model cannot reliably answer from a document that was not retrieved, was incorrectly parsed, or is itself wrong.
For structured tasks, systems may use databases, APIs, calculators, code interpreters, or rules engines rather than asking a language model to reproduce exact facts or arithmetic from memory. These tools should be checked for stale data, permission errors, malformed inputs, and incorrect interpretation of results.
Prompt for uncertainty and evidence
Instructions can tell a system to:
- distinguish fact from inference;
- ask clarifying questions when a request is ambiguous;
- refuse to invent missing details;
- quote or link the relevant evidence;
- state the date and scope of time-sensitive information;
- return “not enough information” when the documents do not support an answer;
- provide assumptions and intermediate steps for calculations.
Such instructions help, but they are not a guarantee. The instruction itself is still interpreted by the model, and a system may confidently claim that its answer is supported when it is not.
Evaluate and monitor outputs
Organizations can test systems with known-answer datasets, adversarial prompts, ambiguous questions, citation checks, and examples designed to expose fabricated details. Monitoring should examine not only whether an answer is correct, but also whether its citations support it, whether uncertainty is expressed appropriately, and whether the system follows its permitted scope.
Human review remains important for high-impact uses. A reviewer should have the authority, time, and subject knowledge needed to challenge the output—not merely approve it because it is well written. Guidance from AI safety and platform documentation commonly emphasizes grounding answers in direct evidence, allowing uncertainty, and verifying important claims. Reduce hallucinations - Claude Platform Docs
Why the term can be misleading
“Hallucination” is convenient shorthand, but it may obscure the technical cause of an error. It can suggest that an AI system has perception, beliefs, or subjective experiences comparable to a person’s. In most cases, the underlying issue is better described as unsupported generation, factual inaccuracy, source-inconsistent summarization, or a failure of uncertainty calibration.
The term also covers different problems across different systems. A fabricated legal citation, an image with six fingers, an incorrect speech transcription, and a chatbot’s false claim that it used a tool do not arise from exactly the same mechanism. Calling each a hallucination is useful for public discussion, but technical analysis should specify the modality, task, evidence standard, and failure mode.
Finally, not every creative invention is a hallucination. Fiction writing, brainstorming, role-playing, and image creation may intentionally produce imaginary content. It becomes a hallucination when the system presents invented or unsupported content as though it were an answer about reality, or when it fails to follow a task that requires fidelity to a supplied source.
Sources
Understanding AI Hallucinations
An AI hallucination (or artificial hallucination) is a phenomenon where a generative artificial intelligence model produces an output that is incorrect, nonsensical, ungrounded, or entirely fabricated, while presenting it with a high degree of confidence and plausibility. In natural language processing, this typically manifests as an AI generating false historical dates, inventing non-existent academic papers and legal citations, or misrepresenting facts found within an input prompt.
The term is borrowed metaphorically from human psychology, where a hallucination refers to a perception in the absence of an external stimulus. In generative AI, however, the model is not conscious or experiencing sensory illusions; rather, it is executing statistical pattern completion over probabilistic distributions without an inherent mechanism for understanding objective reality or verifying truth.
Taxonomy and Categorization
Researchers broadly classify hallucinations in large language models (LLMs) and multimodal systems along two major dimensions: factuality and faithfulness.
┌───────────────────────────────┐
│ AI Hallucinations │
└───────────────┬───────────────┘
│
┌───────────────────────┴───────────────────────┐
▼ ▼
┌─────────────────────────┐ ┌─────────────────────────┐
│ Factuality Hallucination│ │Faithfulness Hallucination│
├─────────────────────────┤ ├─────────────────────────┤
│ • Factual Inconsistency │ │ • Instruction Inconsistency│
│ • Factual Fabrication │ │ • Context Inconsistency │
│ (Contradicts real-world │ │ • Logical Inconsistency │
│ knowledge) │ │ (Contradicts user input │
│ │ │ or context) │
└─────────────────────────┘ └─────────────────────────┘1. Factuality Hallucinations
A factuality hallucination occurs when the model's generated text contradicts established, verifiable world knowledge or invents claims that cannot be grounded in factual reality.
- Factual Inconsistency: The model makes a statement that directly conflicts with known facts (e.g., stating that “Neil Armstrong set foot on Mars in 1969” instead of the Moon).
- Factual Fabrication: The model invents non-existent entities, events, or artifacts from scratch (e.g., fabricating a court case complete with real judge names, fake case numbers, and fictitious legal precedents).
2. Faithfulness Hallucinations
A faithfulness hallucination occurs when the model's output deviates from, contradicts, or misinterprets the specific context, constraints, or source documents provided directly by the user in the prompt.
- Context Inconsistency: When asked to summarize a specific 500-word article, the model introduces external claims or alters the numbers given in the text.
- Instruction Inconsistency: The model ignores or contradicts explicit negative constraints (e.g., asked to produce a response without mentioning dates, but including them anyway).
- Logical Inconsistency: The model provides a line of reasoning where the conclusion directly contradicts the premises it laid out in the preceding sentences.
Root Causes of Hallucinations
Hallucinations are not simple programming bugs that can be patched with standard software debugging; they arise from the fundamental architecture, training objectives, and data foundations of modern deep learning models.
Statistical Prediction vs. World Understanding
Autoregressive language models operate by predicting the next most likely token (a word or sub-word unit) given a sequence of preceding tokens:
The objective of the model is to maximize the statistical likelihood of the sequence based on training patterns, not to evaluate factual veracity. If a syntactically elegant lie has a higher aggregate conditional probability in the model's parameter space than an awkward truth, the model will naturally output the falsehood.
Data-Level Flaws
Models inherit the biases, inaccuracies, and gaps present in their massive web-scale training datasets:
- Noise and Misinformation: Web crawls contain satire, outdated facts, conspiracy theories, and contradictory perspectives that models absorb uniformly.
- Knowledge Decay: Information that was correct at the time of training data collection may become false over time (temporal drift).
- Frequency Bias: Entities or associations that appear frequently in text corpora dominate generation over rarer, more accurate nuances.
Alignment and Training Dynamics
- Over-Optimization via Reinforcement Learning (RLHF): Training models with Reinforcement Learning from Human Feedback can incentivize the model to sound convincing, authoritative, and helpful rather than admitting uncertainty, as human evaluators frequently rate confident-sounding answers higher than non-committal or cautious ones.
- Attention Degradation: In long contexts, transformer attention mechanisms can suffer from "lost in the middle" phenomena, leading the model to overlook key source constraints and revert to ungrounded parametric memory.
Real-World Impact and High-Stakes Risks
While hallucinations in creative writing or brainstorming may appear harmless, their occurrence in mission-critical domains carries severe legal, financial, and safety consequences. [3](#source-3 "Hallucination (
What an AI Hallucination Actually Is
An AI hallucination is a confident, fluent output from an AI system that contains false, fabricated, or unsupported information presented as if it were fact. The term is most often applied to large language models (LLMs) such as chatbots and writing assistants, but it also covers image models that invent details, speech-recognition systems that insert words nobody said, and vision systems that "see" objects that are not in a picture. The defining feature is not simply that the model is wrong — it is that the output is plausible: well-formed, stylistically confident, and often indistinguishable in tone from the model's correct answers. What Are AI Hallucinations? | IBM Hallucination (artificial intelligence) - Wikipedia
A useful mental model: a language model is not a database that looks up facts and returns them. It is a statistical system trained to continue text in a way that resembles its training data. When the pattern it has learned points toward a fluent continuation but the underlying fact is missing, ambiguous, or was never in the training data at all, the model still produces a continuation. That continuation can be a real citation or an invented one, and the model has no built-in signal telling it — or you — which one it produced. Researchers describe hallucinated text as output that is fluent and coherent yet factually incorrect, logically inconsistent, or entirely fabricated. Survey and analysis of hallucinations in large language models - PMC
The terminology is genuinely disputed
"Hallucination" became the popular label, but it is a metaphor borrowed from clinical psychiatry, and a number of researchers object to it. In medicine, a hallucination is a perception without an external stimulus, associated with conditions such as schizophrenia or Parkinson's disease; applying that word to a text generator implies a perceiving mind where there is none. Critics have proposed confabulation (the neurological phenomenon of filling memory gaps with plausible invented detail) as a closer analogy, since it emphasises fluent gap-filling rather than false perception. Others prefer blunter framings, arguing that the systems are indifferent to truth rather than mistaken about it. These alternatives — confabulation, fabrication, and less formal terms — appear alongside "hallucination" in the literature, and no single label is universally accepted. Hallucination (artificial intelligence) - Wikipedia Hallucination or Confabulation? Neuroanatomy as metaphor in ...
Types of Hallucination
The most established distinction in the natural language generation literature separates hallucinations by what they contradict. An intrinsic hallucination conflicts with the source material the model was given — a summary that states the opposite of what the article said. An extrinsic hallucination adds content that the source neither supports nor contradicts, so it cannot be verified from the input at all. This maps onto a second pair of concepts: faithfulness (does the output stay true to the provided source?) and factuality (is the output true about the world?). A response can be faithful to a flawed document while being factually wrong, or factually correct while being unfaithful to the text it was supposed to summarise. Survey of Hallucination in Natural Language Generation
| Type | What it looks like | Typical setting |
|---|---|---|
| Intrinsic / unfaithful | Contradicts the supplied document, transcript, or retrieved passage | Summarisation, RAG systems, document Q&A |
| Extrinsic / unsupported | Adds detail absent from the source; may or may not be true | Open-ended drafting, "expand on this" prompts |
| Factual fabrication | Invents citations, statutes, studies, quotes, people, or product features | Research assistance, legal and medical questions |
| Reasoning error | Arithmetic, logic, or multi-step chains that look valid but aren't | Analysis, calculations, code logic |
| Instruction-level drift | Answers a question the user did not ask, or asserts constraints that don't exist | Long conversations, agentic workflows |
| Perceptual (non-text) | Objects described in images that aren't present; invented words in transcripts | Vision-language models, speech-to-text |
Why Models Hallucinate
Missing or arbitrary information
Many facts are effectively arbitrary: an obscure person's birthday, the exact page number of a quotation, a specific API parameter. If such a fact appeared rarely or never in training data, the model has no reliable internal representation of it — yet the prompt still demands an answer, and the machinery that produces text has no "I don't know" state unless it has been trained to use one. The result is a statistically shaped guess wearing the costume of a fact. Why language models hallucinate | OpenAI
Training and evaluation reward confident guessing
One influential explanation frames hallucination as an incentive problem rather than a mysterious defect. Standard benchmarks are scored like multiple-choice exams: a correct answer earns a point, an abstention earns nothing, and a wrong answer also earns nothing. Under that scoring, guessing strictly dominates saying "I'm not sure," so models optimised against such benchmarks learn to always produce an answer. The associated research argues that hallucinations originate in the statistical pressures of pretraining and then persist because evaluation procedures reward guessing over acknowledging uncertainty, and it suggests that scoring schemes penalising confident errors more than expressions of uncertainty would shift model behaviour. Why language models hallucinate | OpenAI [2509.04664] Why Language Models Hallucinate
Data quality, prompts, and generation settings
Other contributing factors compound the core problem:
- Noisy or biased training data. Errors, outdated claims, and contradictions in the corpus get absorbed and reproduced. Web-scale data guarantees some of this.
- Knowledge cutoffs. A model asked about events after its training data ends may fabricate rather than decline, unless it has search or retrieval available.
- Ambiguous or leading prompts. A question containing a false premise ("summarise Einstein's 1961 paper on…") invites the model to elaborate on something that doesn't exist. Prompts asking for a fixed number of examples or citations pressure the model to fill quotas.
- Decoding randomness. Sampling settings that favour variety over the highest-probability continuation increase novelty and, with it, the chance of unsupported detail.
- Long contexts and long outputs. Errors accumulate across multi-step reasoning and long documents; a single early fabrication can be carried forward as an assumption.
- Sycophancy. Models tuned to be agreeable may adopt a user's incorrect assertion rather than contradict it. What Are AI Hallucinations? | IBM Survey and analysis of hallucinations in large language models - PMC
What Hallucinations Cost in Practice
Two widely reported incidents illustrate the practical stakes and the way liability tends to land on the human or organisation deploying the system.
In the US federal case Mata v. Avianca, attorneys submitted a brief containing case citations generated by ChatGPT. Several of the cited decisions did not exist; the model produced case names, reporter citations, and quotations in the correct format for authorities that had never been decided. The court sanctioned the attorneys and their firm. The episode is instructive because format-correctness is exactly what a language model is good at, and exactly what a busy reader uses as a proxy for authenticity. Mata v. Avianca, Inc.
In Canada, British Columbia's Civil Resolution Tribunal held Air Canada liable after its website chatbot described a bereavement-fare policy that did not match the airline's actual rules, leading a passenger to buy a ticket on the mistaken belief that he could claim a discount retroactively. The tribunal rejected the argument that the chatbot was a separate entity responsible for its own statements and awarded the passenger damages of about $812 (Canadian). The ruling is frequently cited for the principle that organisations remain accountable for information their AI systems give customers. BC Tribunal Confirms Companies Remain Liable for ... Airline held liable for its chatbot giving passenger bad advice
The same failure mode carries different weights in different domains: an invented statistic in a blog post is embarrassing, an invented drug interaction or dosage is dangerous, and an invented compliance requirement can be expensive. Health, legal, financial, and safety-critical questions warrant verification against primary sources and review by a qualified professional, regardless of how confident the output sounds.
Reducing Hallucinations
No known technique eliminates hallucination from current generative models, and claims of a "hallucination-free" system should be treated sceptically. What is achievable is a meaningful reduction in rate and, just as importantly, a workflow that catches the errors that remain.
Ground the model in real sources. Retrieval-augmented generation (RAG) supplies relevant documents at query time and asks the model to answer from them, which converts many open-ended factual questions into reading-comprehension tasks. Grounding narrows the failure surface but does not close it: models can still misread, over-generalise, or blend retrieved text with parametric memory, so requiring quotations and passage-level citations that a reader can check is more useful than a bare answer. What Are AI Hallucinations? | IBM
Design prompts that permit uncertainty. Explicitly allowing "I don't know," asking the model to separate what the source supports from what it is inferring, and avoiding prompts that impose arbitrary quotas all reduce pressure to invent. On the evaluation side, the argument that scoring should penalise confident errors more heavily than abstentions applies equally to internal quality metrics: if your acceptance test never rewards a hedged answer, you are training your own process to prefer guesses. Why language models hallucinate | OpenAI
Verify mechanically wherever possible. Some claims are cheap to check automatically: does the cited case, DOI, URL, or package version exist? Does the code compile and pass tests? Does the number reconcile with the spreadsheet? Building these checks into the pipeline catches a large share of fabrications without human effort.
Use cross-checking and human review proportionate to risk. Comparing independent generations, asking a second model to audit the first against sources, and routing high-stakes output to a subject-matter expert are all standard mitigations. Constraining scope — a narrow assistant over a curated corpus rather than an open-ended oracle — reliably lowers exposure.
Adjust generation and system settings. Lower-randomness decoding, tighter system instructions, and explicit refusal policies for out-of-scope topics reduce inventive drift, at some cost in creative range.
Measurement and its limits
Hallucination rates are frequently quoted, but they depend heavily on the task, the domain, the prompt style, the grounding available, and the definition of a hallucination being used. A summarisation-faithfulness score and an open-domain factuality score measure different things, and neither transfers cleanly to your own workload. Comparative figures published by vendors or leaderboards are best read as directional signals under a specific test design, not as a property of the model in general. Detection is also asymmetric: fabricated content is often easier for the model to produce than for a reader to falsify, which is precisely why the phenomenon causes harm at scale. The practical posture is to treat generative output as a draft that carries an unknown but non-zero error rate, and to build verification into the point where the output becomes a decision. Survey and analysis of hallucinations in large language models - PMC Survey of Hallucination in Natural Language Generation
Sources
- [1]What Are AI Hallucinations? | IBMibm.com
- [2]Hallucination (artificial intelligence) - Wikipediaen.wikipedia.org
- [3]Survey and analysis of hallucinations in large language models - PMCpmc.ncbi.nlm.nih.gov
- [4]Hallucination or Confabulation? Neuroanatomy as metaphor in ...journals.plos.org
- [5]Survey of Hallucination in Natural Language Generationdl.acm.org
- [6]Why language models hallucinate | OpenAIopenai.com
- [7][2509.04664] Why Language Models Hallucinatearxiv.org
- [8]Mata v. Avianca, Inc.en.wikipedia.org
- [9]BC Tribunal Confirms Companies Remain Liable for ...americanbar.org
- [10]Airline held liable for its chatbot giving passenger bad advicebbc.com