First page Back Continue Last page Summary Graphic
Representing Thematic Roles
implicit representation
- CS: [Person:Brutus] -> (STAB) -> [Person:Caesar]
- Cyc: (stab Brutus Caesar)
explicit representation
- CS: [Person:Brutus] -> (AGNT) <- [Stab:Stabbing1] ->
- (PTNT) -> [Person:Caesar)
- Cyc: (and (performedby Stabbing1 Brutus)
- (victim Stabbing1 Caesar))
note: equivalent except for specificity