Actions

Actions (or more fully, Action types) represent individual semantically disambiguated verbs. They are lemma-meaning units, i.e. one meaning of a specific lemma corresponds to one Action. Thus, we can have many Actions labelled "to see": one for "be able of sight, not blind", one for "perceive with sight", one for "go to meet somebody".

Three valencies: Entity type valency, grammatical valency, and semantic valency

Introduction

Actions acquire three kinds of valencies for any actant slot (subject, object 1, object 2; the data model is potentially extensible further, beyond trivalent verbs):

  1. entity type valency, which defines which entity type (Person, Concept, etc.) is allowed in the given actant slot;
  2. morphosyntactic valency,  which is a free text field defining the prepositions and grammatical cases, but uses a formalized notation (grammatical cases are noted with numbers, prepositions are in quote marks "", alternative is marked with a pipe "|"); and
  3. semantic valency, i.e. what kind of role the entity occupying the given actant slot has by implication (e.g., the subject of the Action “to travel” would have the semantic valency C “traveller”).

The main benefits from valencies are that they:

  1. guide users in their choice of the correct Action (or creating a new one if none among the existing fits the meaning and syntactic structure);
  2. help users with validity of data in actant slots;
  3. allow InkVisitor to deploy data validation features;
  4. facilitate machine understanding of text, allowing semantic disambiguation of verbs based on their morphosyntactic valency (recognized by dependency parsing), and optionally, entity type valency (recognized e.g. through named entity recognition).
Morphosyntactic valency notation for Latin

In the field marking morphosyntactic valency, we use the following abbreviations and signs:

E.g., 4 | 4inf | "quod" means that in this actant slot, this verb can only take either an accusative, or a sentence rendered as accusative with infinitive, or a clause starting with "quod".

Before assigning an Action the approved status, it should meet the following standards:

For something to be aligned with a synset definition in WordNet, it is not required that you accept its hypernyms or synonyms, just the definition needs to match.


Revision #18
Created 22 February 2023 17:51:59 by Prof. Dr. David Zbíral, Ph.D.
Updated 23 June 2025 10:08:36 by Prof. Dr. David Zbíral, Ph.D.