130 likes | 174 Views
Explore semantic interpretation rules in linguistics using logic to interpret sentences. Learn to represent events and actions in language through structured rules and compositions.
E N D
Semantic Interpretation … plus logic
s.o. chased the-boys.o. = the-dog S s.o. chased s.t.s.t. = the-boy VP ‘the-dog’ ‘the-boy’ NP NP det noun verb det noun The dog chased the boy
Semantic interpretation rules ‘Transitive’ Events as two-place predicates “John chases the gnome”: person(John) & gnome (x) & chase (John, x)
Semantic interpretation rules S : chase (John ,__) NP : John VP : chase (__, x)
Semantic interpretation rules S : e (x ,__) NP : x VP : e S : chase (John ,__) NP : John VP : chase (__, x)
Problem… • What could the semantic representation of the following be? • The man ran quickly • The man chased the gnome quickly • The man went into the house • The man chased the gnome into the garden
John went S : went (John) NP : John VP : went (__)
John went S : went (John) NP : John VP : went (__) J λx.[ go´ (x) ]
Semantic Interpretation Rule function composition S NP VP λx.[ VERB´ (x) ] X
S NP VP PP NP verb det noun prep det noun into The man went the house