next up previous contents
Next: Reversible transfer Up: Constraint-based transfer Previous: Simple transfer rules


Translating reentrancies

The discussion of reentrancies in relation with the definition of the p-parsing problem in the foregoing chapter (section 2.4) is not without ramifications for the organization of a transfer grammar and the definition of semantic structures. Some constructions such as control verbs and relative clauses may be represented using such reentrancies (essentially as in LFG's f-structure); for example

\begin{exam}
The soldiers tried to shoot the whisky priest
\end{exam}
may be represented by an argument structure where the first argument of `try' is reentrant with the first argument of `shoot', cf. :

\begin{displaymath}
\avm{\mbox{\it sort}: \mbox{\rm binary} \\
\mbox{\it pred}...
...x{\rm whisky\_priest} \\
\mbox{\it num}: \mbox{\rm sg} } } }
\end{displaymath}

The translation of such argument structures to Dutch equivalents can be defined as in the following rule in matrix notation:

\pr\pred
\head{
\mbox{\it sign}(\avm{
\mbox{\it gb} : \avm{ \mbox{\it sort}:bin...
...it gb} : \mbox{\rm G}_{2}\\
\mbox{\it nl} : \mbox{\rm N}_{2}
}).}
\epred\epr
In this rule the equality representing the control relation is explicitly mentioned for two reasons. The first reason simply is that, given the definition of the p-parsing problem, transfer will not produce anything without explicitly mentioning the reentrancy! The second reason is, that we do not want to translate the two noun phrases in isolation, but rather we want to obtain the same translation for both arguments. These two problems are now explained as follows.

Suppose we did not explicitly mention the reentrancy in the transfer rule. In that case, one of the signs defined by the transfer grammar has the leftmost feature structure in the following figure as the value of its gb label (leaving the sort attribute out for reasons of space):

\begin{center}$
\avm{ \mbox{\it pred} : \mbox{\rm try} \\
\mbox{\it arg1} : \a...
... \\ \mbox{\it num}: \mbox{\rm pl}
} \\ \mbox{\it arg2} : \dots } } $\end{center}

On the other hand, the gb value of the input for transfer would be the rightmost feature structure. The definition of the p-parsing problem (12) requires that the constraints on the gb path should be equivalent. However, the second constraint has more solutions than the first constraint (and hence is not equivalent) because the first constraint requires that the paths X0 arg1 and X0 arg2 arg1 be mapped to the same feature graph, whereas solutions of the second constraint may map these paths to different feature graphs. Hence transfer does not produce a solution if the reentrancy is not `reproduced' in the transfer grammar.

Even if we were to allow the p-parsing problem to produce translations in the case discussed above this would result in some (practical) problems. Suppose indeed that the p-parsing problem were relaxed in order to ignore reentrancies. In this case the transfer grammar might be written without mentioning the reentrancy. However, this is also not what we want: the translation of the arg1 and the embedded arg1 should clearly be the same. Note that the translation of `soldier' into Dutch can be both `soldaat' or `militair'. If the reentrancy is not mentioned the transfer grammar might also produce the corresponding Dutch semantic representation:

\begin{displaymath}
\avm{ \mbox{\it sort}: \mbox{\rm binary}\\
\mbox{\it pred}...
...\rm whisky\_priester} \\
\mbox{\it num}: \mbox{\rm sg} } } }
\end{displaymath}
In most cases the monolingual grammar fails to relate such representations to an utterance, and the system may eventually come up with the appropriate translation as well. However, it is not clear that the monolingual grammar can always be used as a filter for such ill-formed structures. Furthermore such a generate-and-test approach is grossly inefficient.

Note though that unbounded reentrancies can be translated directly in case the reentrancy is between variables. Suppose that the representation for control verbs is not the one shown above, but rather the following (cf. chapter 1):

\begin{displaymath}
\avm{\mbox{\it sort}: \mbox{\rm binary} \\
\mbox{\it pred}...
...x{\rm whisky\_priest} \\
\mbox{\it num}: \mbox{\rm sg} } } }
\end{displaymath}
where I introduce the sort `refer' as a special sort of argument structure. In this case, the reentrancy is only between `variables' and not between `structure'. Hence, it suffices to simply state that the value of the attribute `index' translates as itself, eg. in bilingual lexical entries which translate nullary argument structures:

\begin{displaymath}
\mbox{\it sign}(\avm{ \mbox{\it gb}: \avm{
\mbox{\it sort}...
...\it num}:\mbox{\rm Num}\\
\mbox{\it index}: \mbox{\rm I}}}).
\end{displaymath}
What remains to be done is to define the following rule for argument structures of type `refer':

\begin{displaymath}
\mbox{\it sign}(\avm{ \mbox{\it gb}: \avm{ \mbox{\it sort}: ...
...ort}: \mbox{\rm refer}\\
\mbox{\it index}: \mbox{\rm I}}}) .
\end{displaymath}
Hence if we can limit the need for reentrancies in semantic structures to reentrancies between variables, then the problem disappears.


next up previous contents
Next: Reversible transfer Up: Constraint-based transfer Previous: Simple transfer rules
Noord G.J.M. van
1998-09-30