Week 6 - Sequence Labelling Flashcards
What is the task of sequence labelling defined as
the ask of
-assigning a label yi to each token xi in an input token sequence X
-the output sequence Y has the same length as X
What are the 8 main word classes for POS tagging
Nouns
pronouns
verbs
adjectives
adverbs
determiners
conjunctions
prepositions
what are determiners
a, the, an
used to specify nouns
what are prepositions
in, of, from
denote spatial information
What are word classes defined base on:
(1) Their grammatical relationship with neighbouring words
eg I went for a walk/ I will walk to work
(2) morphological properties (eg of suffixes)
dance (VB), danced (VBD), dancing (VBG)
ie VBD - past tense
What are POS tags broadly categorised into
closed class v open class
what is a closed class
members are fixed; unlikely that new words are added
what is an open class
new words likely to be added/coined over time
POS: Task, Input, Output
Task: assign a POS tag to each word in a sequence
Input: sequence x1,…,xn of words and a tagset
Output: sequence y1,..,yn of tags where each tag corresponds to input token
eg Janet/NOUN will/AUX …bill/NOUN
Why is POS tagging difficult
words are syntactically ambiguous
“back” -> noun, adjective
How do we measure POS accuracy
proportion of POS tags that match gold standard POS tags
What is Semantic Role Labelling (SRL)
identifying predicate-argument structures
Answers the question:
“who did what to whom where and when?”
What is predicate (SRL)
word(s) expressing the event
ie the what
What is argument (SRL)
the participants in the events
ie the who, whom, where, when
What is the semantic role (SRL)
the role that each argument (of a predicate) takes