Operator: Generate-operator |
Problem space: generator
For u-constructors there are also a few specialized generate-operator proposals which are not based on the A/R set. These are for completing the projection of verbs: on for projecting to the IP and one for the CP-projection. The IP is projected using the downward-movement-projection pointer and the CP is projecting using the cp-projection pointer. The values for these pointers are assigned during lexical access.
The generate-operator proposals for S-constructors works quite differently because the semantic A/R set is set up differently. It is not possible in semantics to cleanly predict what category a particular receiver will receive its role from. For example, a THING could receive an internal role from either an ACTION, EVENT, or STATE. It could also receive the external role of a PROPERTY. It could additionally receive a role from any number of other categories providing there is sufficient knowledge to allow a semantic type coercion. Following the scheme used for u-constructors would cause the size of the Semantics A/R set to grow very quickly since every item would have to be a receiver of every other item. To solve this, we index items on the semreceivers set only under their own category and relax the constraint used in syntax that items must be in the A/R set in the same relation. To maintain the possibility for items to receive relations from any other, we generate all possible matches and rely on constraints to weed them out. Thus, the generate-operator proposals for fuse operators do not check for adjacent edges as is done with the syntactic link operators.
Generate-operator proposals for semantics differ from syntax in one additional way. The LCS of an item could have embedded psenses which may have their own embedded roles. For example, the verb "enter" has the psense GO which has an internal role with psense PATH which itself has an internal role of psense PLACE. In order to fill the embedded psense role, we have specialized productions to propose the appropriate fuse operators. These are needed because ordinarily only the root psense is indexed on the semantic A/R set so the embedded psenses would not be available to assign relations.
In addition to the above discussion of generate-operator proposals for semantic fuses, one additional specialized proposal exists for relative clauses: generator*propose-generate-operator*sem-link*non-ar-set*rel-clause . This proposal looks at the syntactic u-model to see if a relative clause exists. (Note this is rather different than the normal mechanism for keeping semantic and syntactic models in synchronization: normal fuse operators are proposed without regard for syntax and the compatibility is checked using the check-syntax constraint. )
The constraints for relative clauses have not been examined (so far they have not been required). The only constraints proposed for the clause-property fuse are dummy-constraint and a constraint that is specific to clause-properties which currently always passes (constraints*check-syntax*rel-clause*ok). Proposals for other constraints have been changed so they do not fire for clause-property roles.
The clause-property fuse is implemented in the same way as the property fuse.
On the other hand, if there is no generate-operator(link) operators, generate-operator(empty-op) will be selected and an operator no-change impasse will follow. The unconstraints space responds to this impasse and various beads will be proposed.
Back to the operator hierarchy.
This page written by Jill Fain Lehman (jef@cs.cmu.edu) and Han Ming Ong(hanming@cs.cmu.edu)
Updated by Julie Van Dyke (vandyke@cs.cmu.edu), August 1997