Word Sense Disambiguation Flashcards

1
Q

Where can we get a list of all the different senses of a word

A

wordnet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is a ‘supersense’

A

gives a lexicographic category based on word meaning e.g. location

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is a ‘sense relation’

A

describes things like ‘part of’, or subbordinate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the word sense disambiguation task

A

given a word in its context and lots of different possible word senses

output the correct word sense given the context

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

describe the hypernym relationships

A

from concepts to superordinates

breakfast->meal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

describe the hyponym relationship

A

from concepts to subtypes

meal->lunch

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

describe the instance hypernym relationship

A

from instances to their concepts

jane austen->author

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

describe the instance hyponym relationship

A

from concepts to their instances

composer->bach

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

describe the part meronym relationship

A

has part
from wholes to parts
table->leg

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

describe the part holonym relationship

A

part of
from parts to wholes
course->meal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

describe the antonym relationship

A

semantic opposition between lemmas

leader->follower

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

describe the derivation relationship

A

lemmas with the same morphological root

destruction -> destroy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what are the two possible tasks to tackle word sense disambiguation

A
  • the lexical simple task- the sense of just one word

- all words task- the sense of every word in the sentence

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what is the lesk algorithm

A

a simple but good baseline approach

  • choose the word whose dictionary or definition shares the most words with the target words neighbourhood
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

what are the benefits of the lesk algorithm (2)

A

simple

no training data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what are the disadvantages of the lesk algorithm (3)

A

not all words have word net definitions
ambiguous context words
poor performance compared to other methods

17
Q

what is semcor

A

the largest corpus with word net labelled senses

18
Q

how can we use supervised learning for all word WSD

A

tag each word with its word net senses
POS tags
collocation features of words and n-grams
weighted average of word embeddings

^ as features into a svm