Actions
Actions (or more fully, Action types) represent individual semantically disambiguated verbs.
Three valencies: Entity type valency, grammatical valency, and semantic valency
Actions acquire three kinds of valencies per any actant slot (subject, object 1, object 2 –2; the data model is potentially extensible further, beyond trivalent verbs):
- entity type
valency,valency, which defines which entity type is allowed in the given actant slot; grammaticalmorphosyntacticvalency,valency, which is a free text field defining theprepositions,prepositions and grammatical cases,etc.but–usesita formalized notation (grammatical cases are noted with numbers 1-6, prepositions are in quote marks "", alternative isusefulmarkedforwiththeausepipeof our Actions for machine understanding;"|"); and- semantic
valency,valency, i.e. what kind of roleanytheholderentityofoccupying the given actant slotcanhasacquireby implication (e.g.,in our example,the subject of the Action “to travel” would have the semantic valency C “traveller”, and thus, in a research-oriented data projection, Alice could be tagged as traveller, and we could find all travellers throughout the dataset)).
ValenciesThe main benefits from valencies are that they:
- guide coders in their choice of the correct Action (or towards creating a new one if none among the existing yet fits the syntactic and semantic definition)
.; - allow us to implement data validation features in a data collection
interface.interface; - facilitate
theymachineareunderstandingusefuloffortext,NLPallowing semantic disambiguation ofdifferentverbs based on theirgrammaticalmorphosyntacticvalency,valency (recognizedthroughby dependencyparsing,parsing), andoptionally theiroptionally, entity typevalency,valency (recognized e.g. throughsome other procedure (such asthrough named entity recognition).