Recall & Review
beginner
What is word similarity in NLP?
Word similarity measures how close or related two words are in meaning, often using numbers to show how similar they are.
Click to reveal answer
beginner
How do word embeddings help find word similarity?
Word embeddings turn words into numbers (vectors) so we can use math to find how close words are, showing their similarity.
Click to reveal answer
intermediate
What is a common method to measure similarity between word vectors?
Cosine similarity measures the angle between two word vectors to find how similar their meanings are.
Click to reveal answer
beginner
Explain word analogies with an example.
Word analogies show relationships like 'king is to queen as man is to woman'. It means the difference between king and queen is like the difference between man and woman.
Click to reveal answer
intermediate
How can word embeddings solve analogies?
By using vector math: for example, vector('king') - vector('man') + vector('woman') is close to vector('queen'). This helps find the missing word in analogies.
Click to reveal answer
What does a high cosine similarity between two word vectors indicate?
✗ Incorrect
Cosine similarity measures how close two word vectors are in meaning, so a high value means similar meanings.
Which of these is an example of a word analogy?
✗ Incorrect
Word analogies show relationships between pairs of words, like parent to child.
What is the main purpose of word embeddings?
✗ Incorrect
Word embeddings turn words into vectors so computers can understand and compare their meanings.
In the analogy 'man is to king as woman is to ?', which word fits best?
✗ Incorrect
The relationship between man and king is similar to woman and queen.
Which metric is commonly used to measure similarity between word vectors?
✗ Incorrect
Cosine similarity measures the angle between vectors, which works well for word meaning comparison.
Describe how word embeddings help in finding word similarity and solving analogies.
Think about how numbers can represent words and how math can find relationships.
You got /4 concepts.
Explain the concept of word analogies with a simple example.
Use a real-life example comparing two pairs of related words.
You got /3 concepts.