LINGUIST 316: Hallucinations

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/46

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:40 PM on 6/1/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

47 Terms

1
New cards

Hallucination

occurs when an LLM generates information that is inaccurate, misleading, or entirely fabricates rather than fully correct

2
New cards

Why are hallucinations a major concern?

They reduce the reliability and trustworthiness of LLM outputs, especially in high-stakes domains such as medicine, law, education, and research.

3
New cards

Factuality

Refers to whether the generated info is true and corresponds to reality

4
New cards

Faithfulness

Refers to whether the generated output accurately reflects its source material without adding unsupported info

5
New cards

How can an output be faithful but not factual?

If it accurately reproduces information from a source that itself contains incorrect information

6
New cards

How can an output be factual but not faithful?

If it includes information that was not present in the original source

7
New cards

Do hallucinations occur only in text generation?

No. Hallucinations occur across multiple modalities, including:

  • Text (Q&A, dialogue, summarisation)

  • Images (e.g., six fingers)

  • Video

  • Audio transcription

8
New cards

Why are hallucinations common in generative AI?

Generative models predict likely outputs rather than retrieving verified facts.

9
New cards

Why can't LLMs simply memorise all information?

The amount of information is too large, so models compress patterns and relationships rather than storing exact facts.

10
New cards

What is the primary cause of hallucination?

The model generates text based on statistical prediction rather than direct access to truth.

11
New cards

Why does incomplete information increase hallucinations?

The model must interpolate between known patterns, increasing the chance of generating unsupported details.

12
New cards

How can training data contribute to hallucinations?

Training datasets may contain inaccuracies, inconsistencies, gaps, or conflicting information.

13
New cards

How can bias contribute to hallucinations?

Biased training data can encourage the model to generate stereotypical or unsupported information.

14
New cards

Why doesn't an LLM simply admit uncertainty?

Fine-tuning often rewards producing an answer rather than admitting a lack of knowledge

15
New cards

Intrinsic hallucination

A contradiction between the source content and the generated output

16
New cards

Give an example of intrinsic hallucination.

A summarisation system reports the wrong date from an article it was asked to summarise.

17
New cards

Extrinsic hallucinaion

Information generated by the model that cannot be verified from the source material.

18
New cards

Give an example of extrinsic hallucination.

A summary introduces an event or fact that was never mentioned in the original text.

19
New cards

Which type of hallucination is harder to detect?

Extrinsic hallucinations, because they may sound plausible despite lacking source support.

20
New cards

Why are multilingual LLMs especially vulnerable to hallucinations?

Translation and cross-lingual generation introduce additional opportunities for meaning distortion and unsupported inferences.

21
New cards

Why can translation tasks produce hallucinations?

The model may infer missing information or incorrectly transfer meaning between languages.

22
New cards

Why can hallucinations be understood through pragmatics?

LLMs learn how language is used in context rather than learning what is objectively true.

23
New cards

Why does fluency not equal truth?

A response can sound coherent, relevant, and natural while still being factually incorrect.

24
New cards

What are LLMs primarily trained on?

Patterns of language use and communication in context.

25
New cards

What are LLMs not directly trained on?

A verified model of truth or real-world knowledge.

26
New cards

What is pragmatic alignment?

Producing responses that sound appropriate, coherent, and contextually relevant

27
New cards

What is epistemic alignment?

Producing responses that are factually correct and grounded in reality.

28
New cards

How can hallucinations be defined using pragmatic and epistemic alignment

Hallucinations are the gap between pragmatic alignment (sounding correct) and epistemic alignment (being correct).

29
New cards

What are Grice's four conversational maxims?

  • Quantity (give enough information)

  • Quality (be truthful)

  • Relation (be relevant)

  • Manner (be clear)

30
New cards

Which Gricean maxim do hallucinations most often violate?

The Maxim of Quality (truthfulness).

31
New cards

How can a hallucination satisfy the other maxims?

It may still appear informative, relevant, and clear despite being false.

32
New cards

How can hallucination be described in Gricean terms?

A pragmatic failure of the Quality Maxim under pressure to satisfy Quantity, Relation, and Manner

33
New cards

What is conversational implicature?

The process of inferring meanings beyond what is explicitly stated.

34
New cards

How do LLMs use implicature?

They learn statistical patterns about what is typically implied in conversation.

35
New cards

Why can implicature lead to hallucinations?

Models may treat common inferences and statistical regularities as established facts.

36
New cards

Are hallucinations random mistakes?

No. They are often plausible overextensions of learned language patterns.

37
New cards

What is common ground in pragmatics?

The set of facts assumed to be mutually known by conversational participants.

38
New cards

Why do LLMs struggle with common ground?

: They lack:

  • Real-time world knowledge

  • A stable world model

  • Reliable distinction between fact and plausibility

39
New cards

How can failures of common ground produce hallucinations?

The model assumes shared knowledge that does not actually exist or fabricates it to maintain coherence.

40
New cards
41
New cards

Why can subtle hallucinations be more dangerous than obvious ones?

They may go unnoticed while appearing highly credible.

42
New cards

How can training data misalignment create hallucinations?

The target text may contain information not present in the source data.

43
New cards

How can hallucinations be reduced?

By improving dataset quality and faithfulness.

44
New cards

What does creating a faithful dataset involve?

Ensuring outputs accurately reflect source content without unsupported additions.

45
New cards

Why is dataset cleaning important?

It removes noise that interferes with accurate learning.

46
New cards

What is lossy compression?

Compression that removes information, producing approximations rather than perfect copies.

47
New cards

Why are hallucinations expected according to Chiang?

A: LLMs reconstruct patterns from compressed representations rather than retrieving

LLMs reconstruct patterns from compressed representations rather than retrieving exact facts.