Semantics week 10

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/7

flashcard set

Earn XP

Description and Tags

LING2121

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

8 Terms

1
New cards

What is distributional semantics?

A theory that models word meaning based on distributional patterns - i.e., the idea that words with similar meaning occur in similar contexts (the distributional hypothesis)

2
New cards

What is the distributional hypothesis?

‘you shall know a word by the company it keeps’

Words appearing in similar contexts tend to have similar meanings.

3
New cards

What kind of data is used in distributional semantics?

Large corpora of natural language text, used to gather co-occurence statistics between words and their surrounding context.

4
New cards

What is a vector space model of meaning?

Each word is represented as a vector in high-dimensional space, where each dimension corresponds to a contextual feature (e.g., a nearby word, syntactic role, etc)

5
New cards

What is the difference between count-based and prediction based models?

Count-based models: Build vectors directly from co-occurance counts (e.g., LSA, PMI)

Prediction-based models: Use neural nets to predict context from target words or vice versa (e.g., Word2vec, GloVe)

6
New cards

What kinds of meaning relations do distributional models capture well?

Semantic similarity (e.g., dog vs. wolf)

Analogy (e.g., king - man + woman = queen)

Topical relatedness (e.g., bank vs. money)

7
New cards

What are limitations of distributional semantics?

-Poor at logical inference and truth-conditions

-Struggle with compositionally (combining word meanings into sentence meanings)

-Contextual meaning is often flattened in static models

8
New cards

Why is compositionally a problem in distributional semantics?

Because simple vector addition/multiplication often fails to capture syntactic structure and logical scope (e.g., negation, quantification)can