File Information

File: 05-lr/acl_arc_1_sum/cleansed_text/xml_by_section/metho/94/w94-0317_metho.xml

Size: 32,180 bytes

Last Modified: 2025-10-06 14:13:53

<?xml version="1.0" standalone="yes"?>
<Paper uid="W94-0317">
  <Title>Planning Reference Choices for Argumentative Texts</Title>
  <Section position="3" start_page="0" end_page="146" type="metho">
    <SectionTitle>
2 The System PROVERB
</SectionTitle>
    <Paragraph position="0"> PROVERB is a text planner that verbalizes natural deduction (ND) style proofs \[Gen35\]. Several similar attempts can be found in previous work. The system EX-POUND \[Che76\] is an example of direct translation: Although a sophisticated linearization is applied on the input ND proofs, the steps are then translated locally in a template driven way. ND proofs were tested as inputs to an early version of MUMBLE \[McD83\], the main aim however, was to show the feasibility of the architecture. A more recent attempt can be found in THINKER \[EP93\], which implements several interesting but isolated proof presentation strategies. PRO VERB therefore can be seen</Paragraph>
    <Section position="1" start_page="145" end_page="145" type="sub_section">
      <SectionTitle>
7th International Generation Workshop * Kennebunkport, Maine * June 21-24, 1994
</SectionTitle>
      <Paragraph position="0"> as the first serious attempt to devise a comprehensive computational model that produces adequate argumentative texts from ND style proofs.</Paragraph>
      <Paragraph position="1"> Most current NL text planners assume that language generation is planned behavior and therefore adopt a hierarchical planning approach \[Hov88, Moo89, Da192, Rei91\]. Nevertheless there is psychological evidence that language has an unplanned, spontaneous aspect as well \[Och79\]. Based on this observation, Sibun \[Sib90\] implemented a system for generating descriptions of objects with a strong domain structure, such as houses, chips and families. Once a discourse is started, local structures suggest the next objects available. From a computational point of view, a hierarchical planner elaborates recursively on the initial communicative goal until the final subgoals can be achieved by applying primitive operators. Local organization, on the other hand, chooses a part of the remaining task and carries it out.</Paragraph>
    </Section>
    <Section position="2" start_page="145" end_page="145" type="sub_section">
      <SectionTitle>
2.1 The Planning Framework
</SectionTitle>
      <Paragraph position="0"> PROVERB combines both of these approaches in a uniform planning framework \[Hua94c\]. The hierarchical planning is realized by so-called top-down presentation operators that split the task of presenting a particular proof into subtasks of presenting subproofs. While the * overall planning mechanism follows the RST-based planning approach \[Hov88, Moo89, Rei91\], the planning operators resemble more the schemata in schema-based planning \[McK85, Par88\]. Bottom-up presentation operators are devised to simulate the unplanned aspect, where the next intermediate conclusion to be presented is chosen under the guidance of the local focus mechanism. It is called bottom-up since one new intermediate conclusion or subproof is chosen and presented, using previously presented intermediate conclusions as premises.</Paragraph>
      <Paragraph position="1"> The two kinds of presentation operators are treated differently. Since top-down operators embody explicit communicative norms, they are given a higher priority. Only when no top-down presentation operator is applicable, will a bottom-up presentation operator be chosen. The overall planning framework is realized by a function called Present. Taking as input a subproof, Present repeatedly executes a basic planning cycle until the input subproof is conveyed. Each cycle carries out one presentation operator, where Present always tries first to choose and apply a top-down operator. If impossible, a bottom-up operator will be chosen. The function Present is first called with the entire proof as the presentation task. The execution of a top-down presentation operator may generate subtasks by calling it recursively.</Paragraph>
    </Section>
    <Section position="3" start_page="145" end_page="145" type="sub_section">
      <SectionTitle>
2.2 The Discourse Model and the Atten-
tional Hierarchy
</SectionTitle>
      <Paragraph position="0"> The discourse carried out so far is recorded in a discourse model. Rather than recording the semantic objects and their properties, the intermediate conclusions of a ongoing argument or mathematical proof are stored. Therefore, our discourse model consists basically of the part of the input proof tree which has already been conveyed. The segmentation of the discourse is described in section 3.</Paragraph>
      <Paragraph position="1"> The following are some notions useful for the formulation of the presentation operators: * Task is the subproof in the input proof whose presentation is the current task.</Paragraph>
      <Paragraph position="2"> * Local focus is the intermediate conclusion last presented, the semantic objects involved in the local focus are called the focal centers.</Paragraph>
    </Section>
    <Section position="4" start_page="145" end_page="145" type="sub_section">
      <SectionTitle>
2.3 Proof Communicative Acts
</SectionTitle>
      <Paragraph position="0"> PCAs are the primitive actions planned to achieve communicative goals. When enriched with reference decisions, they are called preverbal messages (PM). Like speech acts, PCAs can be defined in terms of the communicative goals they fulfill as well as their possible verbalizations. Based on analysis on proofs in mathematical textbooks, thirteen PCAs are identified and employed in PROVERB, see \[Hua94b\] for details. The simplist one conveying the derivation of a new intermediate conclusion is illustrated in the introduction. There are also PCAs that update the global attentional structure. These PCAs also convey a partial plan for the further presentation. For instance, the PCA</Paragraph>
    </Section>
    <Section position="5" start_page="145" end_page="145" type="sub_section">
      <SectionTitle>
(Begin-Cases Goal: Formula
</SectionTitle>
      <Paragraph position="0"> Assumptions: (A B)) creates two attentional units with A and B as the assumptions, and Formula as the goal by producing the verbalization: &amp;quot;To prove Formula, let us consider the two cases by</Paragraph>
    </Section>
    <Section position="6" start_page="145" end_page="146" type="sub_section">
      <SectionTitle>
assuming A and B.&amp;quot;
2.4 Top-Down Planning
</SectionTitle>
      <Paragraph position="0"> Top-down presentation operators express communicative norms concerning how a proof to be presented can be split into subproofs, as well as how the hierarchically structured subproofs can be mapped onto some linear order for presentation. Because it is not the main concern of this paper, we will look at only one such operator, which handles proof segments containing cases. The corresponding schema of such a proof tree is shown in Figure 1, where the subproof rooted at ?L4 leads to F V G, while subproofs rooted at ?L2 and ?La are the two cases proving Q by assuming F or G, respectively. Under two circumstances a writer may recognize that he is confronted with a proof segment containing cases. First, when the subproof that has the structure as given above is the current presentation task, tested by (task ?L1) 1. Second,  when the disjunction FVG has just been presented in the bottom-up mode, tested by (local-focus ?L4). In both circumstances, a communication norm motivates the writer to first present the part leading to F V G (in the second case this subgoal has already been achieved), and then to proceed with the two cases. This norm also requires that certain PCAs be used to mediate between parts of proofs.</Paragraph>
      <Paragraph position="1"> This procedure is ,captured by the presentation operator below.</Paragraph>
      <Paragraph position="2"> Case-Implicit  * Proof: as given in Figure 1 * Applicability Condition: ((task ?L1) V (local-focus ?L4)) A (not-conveyed (?L2 ?L3)) * Acts: 1. if ?L4 has not been conveyed, then present ?L4 (subgoal 1) 2. a PCA with the verbalization: &amp;quot;First, let us consider the first case by assuming F.&amp;quot; 3. present ?L2 (subgoal 2) 4. a PCA with the verbalization: &amp;quot;Next, we consider the second case by assuming G.&amp;quot; 5. present ?L3 (subgoal 3) 6. mark ?L1 as conveyed * features: (top-down compulsory implicit)</Paragraph>
    </Section>
    <Section position="7" start_page="146" end_page="146" type="sub_section">
      <SectionTitle>
2.5 Bottom-up Presentation
</SectionTitle>
      <Paragraph position="0"> The bottom-up presentation process simulates the unplanned part of proof presentation. Instead of splitting presentation goals into subgoals, it follows the local derivation relation to find a proof node to be presented next.</Paragraph>
      <Paragraph position="1">  The node to be presented next is suggested by the mechanism of local focus. Although logically any proof node having the local focus as a child could be chosen for the next step, usually the one with the greatest semantic overlap with the focal centers is preferred. As mentioned above, focal centers are semantic objects mentioned in the proof node which is the local focus. This is based on the observation that if one has proved a property about some semantic objects, one will tend to continue to talk about these particular objects, before turning to new objects. Let us examine the situation when the proof below is awaiting presentation.</Paragraph>
      <Paragraph position="2"> \[1\]: P(a,b) \[1\]: P(a,b), \[3\]: S(c) \[2\]: Q(a,b)' \[4\]: R(b,c) \[5\]: Q(a, b) A R(b, c) Assume that node \[1\] is the local focus, {a, b} is the set of focal centers, \[3\] is a previously presented node and node \[5\] is the current task. \[2\] is chosen as the next node to be presented, since it does not (re)introduce any new semantic element and its overlapping with the focal centers ({a, b}) is larger than the overlap of \[4\] with the focal centers ({b}).</Paragraph>
      <Paragraph position="3">  Under different circumstances the derivation of the nextnode is also presented in different ways. The corresponding presentation knowledge is encoded as bottom-up presentation operators. In this paper, we only examine the most frequently used bottom-up operator below: Derive-Bottom-Up  * Proof: ?Node1,.. &amp;quot;7 ?Noden ?M ?Noden+l * Applicability Condition: ?Noden+l is suggested by the  focus mechanism as the next node, and ?Node1, ..., ?Noden are conveyed.</Paragraph>
      <Paragraph position="4"> * Acts: a PCA that conveys the fact that the conclusion ?Noden+l is derived from the premises ?Node1, ..., ?Noden by applying the method ?M.</Paragraph>
      <Paragraph position="5"> * Features: (bottom-up general explicit detailed) If the conclusion, the premises and the method are instantiated to a E $1, (a E $2, $1 E $2), and def-subset respectively, the following verbalization can be produced: &amp;quot;Since a is an element of $1, and S1 is a subset of $2, a is an element of $2 according to the definition of subset.&amp;quot; Currently seven bottom-up operators are integrated in PROVERB.</Paragraph>
    </Section>
  </Section>
  <Section position="4" start_page="146" end_page="147" type="metho">
    <SectionTitle>
3 The Attentional Hierarchy
</SectionTitle>
    <Paragraph position="0"> The distinction between planned and unplanned presentation leads to a very natural segmentation of the discourse into an attentional hierarchy, since following the theory of Grosz and Sidner \[GS86\], there is a one-to-one correspondence between the intentional hierarchy and the attentional hierarchy. In this section, we illustrate the attentional hierarchy with the help of an example, which will be used to discuss reference choices.</Paragraph>
    <Paragraph position="1"> The input proof in Figure 2 2 is an ND style proof at the assertion level, abstracted from a machine-generated ND proof \[Hua94a\], for a theorem taken from a mathematical textbook.</Paragraph>
    <Paragraph position="2">  7th International Generation Workshop * Kennebunkport, Maine * June 21-24, 1994 NNo S;D Formula 7. 7; * group(F,*)Asubgroup(U,F,*)Aunit(F,l,*)Aunit(U, 1v,*) 8. 7; * UCF 9. 7; * 1v E U 10. 7; * 3~x E U  Theorem: Let F be a group and U a subgroup of F. If 1 and lu are unit elements of F and U respectively, then 1 = 1v. The definitions of semigroup, group, and unit are obvious, solution(a, b, c, F, *) should be read as &amp;quot;c is a solution of the equation a * z = b in F.&amp;quot; The proof-to be presented is represented in a linearized version of ND proofs. In this formalism, every proof is a sequence of proof lines, each of them is of the form: Label ~ ~- Conclusion (Justification reason-pointers) where Justification is either an ND inference rule, a definition or theorem, which justifies the derivation of the Conclusion using formulas in lines pointed to by reason-pointers as the premises. ~ can be ignored for our purpose. null The corresponding discourse model after the completion of the presentation is a proof tree shown in Figure  3. Children of nodes are given in the order as they have been presented. The circles denote nodes which are first derived at this place, and nodes in the form of small boxes are copies of some previously derived nodes, which are  used as premises again. The big boxes represent attentional units called proof units, created during the presentation process. The naturalness of this segmentation is largely due to the naturalness of the top-down presentation operators. For example, unit U2 has two subordinate units U3 and U4. This reflects a natural shift of attention between a subproof that derives a formula of the pattern 3~P(x) (node 10, 3~x E U), and the subproof that proceeds after assuming a new constant u satisfying P(u) (node 11, ul E U). There are also elementary units composed of multiple PCAs, such as U5 and U6. They produce two important premises required by a theorem about the concept solution, which are applied at node 20. It is interesting to node that elementary attentional units that contain multiple PCAs would be impossible, if we did not distinguish between hierarchical planning and local organization.</Paragraph>
    <Paragraph position="3"> Adapting the theory of Reichman for our purpose \[Rei85\], we assume that each proof unit may have one of the following status:  * a unit is said to be. open, if its root is still awaiting to be conveyed.</Paragraph>
    <Paragraph position="4"> - The active proof unit is the innermost proof unit containing the local focus. There is exactly one active proof unit at any moment.</Paragraph>
    <Paragraph position="5"> - The controlling proof unit is the innermost proof unit containing the active unit.</Paragraph>
    <Paragraph position="6"> - precontrol proof units are proof units containing the controlling proof unit.</Paragraph>
    <Paragraph position="7"> * Closed units are proof units containing only conveyed proof nodes.</Paragraph>
  </Section>
  <Section position="5" start_page="147" end_page="150" type="metho">
    <SectionTitle>
4 A Classification of Reference
</SectionTitle>
    <Paragraph position="0"/>
    <Section position="1" start_page="147" end_page="147" type="sub_section">
      <SectionTitle>
Forms
</SectionTitle>
      <Paragraph position="0"> This section presents a classification of the possible forms with which mathematicians refer to intermediate conclusions previously proved (called reasons) or to methods of inference. The classification is based on our analysis of proofs presented in mathematical textbooks.</Paragraph>
    </Section>
    <Section position="2" start_page="147" end_page="148" type="sub_section">
      <SectionTitle>
4.1 Reference Forms for Reasons
</SectionTitle>
      <Paragraph position="0"> Three reference forms have been identified for reasons in naturally occurring proofs:</Paragraph>
      <Paragraph position="2"> PCA. That is, either in the verbalization of the inference method, or in that of the conclusion. For example, in the verbalization below &amp;quot;Since u is an element in U, u* 1v = u by the definition of unit.&amp;quot; the first reason of the PCA in Section 1, &amp;quot;since 1v is the unit element of U&amp;quot; is hinted at by the inference method which reads &amp;quot;by the definition of unit&amp;quot;. Note that although omit and implicit forms lead to an identical surface structure, the existence of an implicit hint in the other part of the verbalization affects a reader's understanding.</Paragraph>
    </Section>
    <Section position="3" start_page="148" end_page="148" type="sub_section">
      <SectionTitle>
4.2 Reference Forms for Methods
</SectionTitle>
      <Paragraph position="0"> PROVERB must select referring expressions for methods of inference in PCAs as well. Below are the three reference forms identified, which are analogous to the corresponding cases for reasons: 1. the explicit form: this is the case where a writer may decide to indicate explicitly which inference rule he is using. For instance, explicit translations of domain-specific rules could look like: &amp;quot;by the definition of unit element&amp;quot;, or &amp;quot;by the uniqueness of solution.&amp;quot; ND rules have usually standard verbalizations.</Paragraph>
      <Paragraph position="1">  2. the omit form: in this case a word such as &amp;quot;thus&amp;quot; or &amp;quot;therefore&amp;quot; will be used.</Paragraph>
      <Paragraph position="2"> 3. The implicit form: Similar to the implicit form for reasons, an implicit hint to a domain-specific inference method can be given either in the verbalization of the reasons, or in that of the conclusion.</Paragraph>
      <Paragraph position="3"> 5 Making Reference Choices for</Paragraph>
    </Section>
    <Section position="4" start_page="148" end_page="149" type="sub_section">
      <SectionTitle>
Reasons
</SectionTitle>
      <Paragraph position="0"> Because reasons are intermediate conclusions proved previously in context, their reference choices have much in common with the problem of choosing anaphoric referring expressions in natural language generation in general. A number of theories have been put forward to account for the pronominalization, which is usually ascribed to the focus mechanism. For this purpose, concepts like activatedness, foregroundness and consciousness have been introduced. More recently, the shift of focus has been further investigated in the light of a more structured flow of discourse \[Rei85, GS86, Dal92\]. The issue of salience is also studied in a broader framework in \[PC93\]. Apart from salience, it is also shown that referring expressions are strongly influenced by other aspects of human preference.</Paragraph>
      <Paragraph position="1"> For example, easily perceivable attributes and basic-level attributes values are preferred \[DH91, Da192, RD92\].</Paragraph>
      <Paragraph position="2"> Common to all discourse based theories, the update of the focus status is tightly coupled to the factoring of the flux of text into segments. As illustrated in section 3, we basically follow the approach of Grosz and Sidner \[GS86\] in that a direct correspondence between the plan hierarchy and the attentional spaces is assumed.</Paragraph>
      <Paragraph position="3"> With the segmentation problem settled, the reference choices in our theory largely follow the approach of Reichman. Reichman handles the reference problem in a more general framework of her discourse grammar \[Rei85\].</Paragraph>
      <Paragraph position="4"> Based on empirical data, Reichman argues that the choice of referring expressions is constrained both by the status of the discourse space and by the object's level of focus within this space. In her theory, there are seven status assignments a discourse space may have at any given time.</Paragraph>
      <Paragraph position="5"> Within a discourse space, four levels of focus can be as-</Paragraph>
    </Section>
    <Section position="5" start_page="149" end_page="150" type="sub_section">
      <SectionTitle>
7th International Generation Workshop * Kennebunkport, Maine * June 21-24, 1994
</SectionTitle>
      <Paragraph position="0"> signed to individual objects: high, medium, low, or zero, since there are four major ways of referring to an object using English, namely, by using a pronoun, by name, by a description, or implicitly. Thirteen rules are formulated to assign level of focus to objects when they are activated, either with the initialization of a discourse unit or when they are added to the active unit. Four rules further reassign the level of focus on reentrance to a suspended discourse space. Based on the status assignment of discourse spaces, as well as the level of focus of individual objects, four rules are formulated constraining adequate referring expressions.</Paragraph>
      <Paragraph position="1"> In short, Reichman takes into account both the foreground and background status of discourse spaces as well as the level of focus of individual objects. As a simplification for argumentative discourse, the notions of structural closeness and textual closeness are introduced.</Paragraph>
      <Paragraph position="2"> The structural closeness of a reason reflects the foreground and background character of the innermost proof unit containing it. Intuitively, reasons that may still remain in the focus of attention at the current point from the structural perspective are considered as structurally close. Otherwise they are considered as structurally distant. If a re,on, for instance, is last mentioned or proved in the active proof unit (the unit a writer is currently working on), it is more likely that this reason should still remain in his focus of attention. On the other hand, if the reason is in a closed unit, and is not the root, it is very likely that the reason has already been moved out of the writer's focus of attention. Although the notion of fore- and backgroundness might actually be a continuum, our theory only distinguishes between reasons residing in proof units which are structurally close or structurally disrant. Rules assigning this structural status are given as following.</Paragraph>
      <Paragraph position="3">  1. Reasons in the active unit are structurally close.</Paragraph>
      <Paragraph position="4"> 2. Reasons in the controlling unit are structurally close.</Paragraph>
      <Paragraph position="5"> 3. Reasons in closed units: (a) reasons that are the root of a closed proof unit immediate subordinate to the active unit are structurally close.</Paragraph>
      <Paragraph position="6"> (b) Other reasons in a closed unit are structurally distant. null 4. Reasons in precontrol proof units are structurally dis- null tant.</Paragraph>
      <Paragraph position="7"> Note that, the rules are specified with respect to the innermost proof unit containing a proof node. Rule 3 means that only the conclusions of closed subordinated subproofs still remain in the focus of attention. As a special treatment, premises of the entire theorem will be defined as both structurally distant and far in distance, if they are not repeated at the beginning of the proof.</Paragraph>
      <Paragraph position="8"> The textual closeness is used as an approximation to the level of focus of an individual reason. In general, the level of focus of an object is established when it is activated, and decreases with the flow of discourse. In Reichman's theory, although four levels of focus can be established upon activation, only one is used in the formulation of the four reference rules. In other words, it suffices to track the status high alone. Based on the discussion above, we use only two values to denote the level of focus of individual intermediate conclusions, depending solely on the textual distance between the last mentioning of a reason and the current sentence where the reason is referred to.</Paragraph>
      <Paragraph position="9"> In summary, we assume that each intermediate conclusion is put into high focus when it is presented as a newly derived result or cited as a reason supporting the derivation of a further intermediate result. This level of focus decreases, either when a proof unit is moved out of the foreground of discussion, or with the increase of textual distance. On account of the above, the four reference rules used in our computational model are given below.</Paragraph>
      <Paragraph position="10">  1. If a reason is both structurally and textually close, it will be omitted.</Paragraph>
      <Paragraph position="11"> 2. If a reason is structurally close but textually far, first try to find an implicit form, if impossible, use an explicit form.</Paragraph>
      <Paragraph position="12"> 3. If a reason is structurally distant but textually close, first try to find an implicit form, if impossible, omit it. 4. An explicit form will be used for reasons that are both structurally and textually far.</Paragraph>
      <Paragraph position="13">  Notice that the result of applying rule 2 and rule 3 depends on the fact that an implicit form is available, which often interacts with the verbalization of the rest of the PCA. In particular, it interacts with the reference choices for inference methods. In PROVERB as it currently stands, the interaction is realized by associating a keyword with the verbalization of every predicate, function, and assertion. For instance, suppose the verbalization of unit(F, 1, *) as a reason is &amp;quot;since 1 is an unit element of F&amp;quot;, and the verbalization of the definition of unit element as an inference method is &amp;quot;by the definition of the unit element&amp;quot;. Both the predicate unit and the definition are associated with the same keyword &amp;quot;unit&amp;quot;. Based on this information, PROVERB assumes that the verbalization of the reason unit(F, 1, *) and the verbalization of the definition of unit element hint at each other. Distance is currently calculated in an ad hoc way by counting the PCAs uttered after the corresponding reason was last explicitly mentioned.</Paragraph>
    </Section>
    <Section position="6" start_page="150" end_page="150" type="sub_section">
      <SectionTitle>
Inference Methods
</SectionTitle>
      <Paragraph position="0"> Like the reference to a reason, the explicitness or implicitness of referring to an inference method at a particular point depends on whether the particular method can be easily called into the foreground of the focus of attention. In contrast to references to reasons, this is evidently irrelevant to the particular discourse structure concerned. Actually it is less concerned with the proof context than with the user's familiarity with the particular inference method. This referring behavior remains * the same throughout a whole discourse, similar to the referring behavior relating to the so-called canonical salience \[PC93\]. In the case of applications of definitions or theorems, it depends on the reader's familiarity with the corresponding definition or theorem. This is found to be sensitive to the global hierarchy of the mathematical theories. As it currently stands, PROVERB distinguishes only between assertions in the underlying theories and assertions belonging to the current theory. The reference choice rules for inference methods currently incorporated are listed as follows.</Paragraph>
      <Paragraph position="1">  of quantifiers) will be omitted (In the case of PCA DERIVE, a word like &amp;quot;thus&amp;quot;, &amp;quot;hence&amp;quot;, etc. will be used), because the readers are supposed to be familiar with the elementary logic.</Paragraph>
      <Paragraph position="2"> (b) All structural ND rules (such as the one dividing proofs into eases) will be explicitly given. Although they are also familiar to the readers, they provide landmarks for the overall proof structure.</Paragraph>
      <Paragraph position="3"> 2. Reference Choices for Applications of Assertions Readers are assumed to be familiar with definitions and theorems of the &amp;quot;underlying theories&amp;quot; upon which the current theory is based. For example, when we are reasoning about properties of group theory we assume that the users are familiar with basic set theory: (a) Applications of definitions and theorems of underlying theories will be omitted.</Paragraph>
      <Paragraph position="4"> (b) For applications of definitions or theorems of the current theory, try first to find an implicit form. If impossible, an explicit indication will be given.</Paragraph>
    </Section>
  </Section>
  <Section position="6" start_page="150" end_page="151" type="metho">
    <SectionTitle>
7 An Integrated Algorithm for
</SectionTitle>
    <Paragraph position="0"/>
    <Section position="1" start_page="150" end_page="151" type="sub_section">
      <SectionTitle>
Reference Choices
</SectionTitle>
      <Paragraph position="0"> As illustrated above, reference choices for reasons and for methods interact with each other. This section describes an algorithm that combines the reference choice rules for reason and the reference choice rules for methods, to produce preverbal messages (PMs) from PCAs. As such, the main task is to utilize the interaction between the two sets of reference rules to eliminate the indeterminacy in both of the rule sets. The indeterminacy lies in reference rule 1 and 2 in Section 5 and in reference rule 2(b) in Section 6, which need information on decisions made by the other set of rules. In other words, decisions in one rule set may help to narrow the alternatives in the other set.</Paragraph>
      <Paragraph position="1"> PROVERB first makes the reference choice for the inference method. While doing so, it looks ahead and takes the possible reference choices for reasons into account. If still no unique choice can be made, the decision is made according to a predetermined order. Concretely the explicit form will be chosen for rule 2(b) in Section 6. After the reference form of the method has been determined, a unique reference form can always be determined for the reasons. The concrete algorithm is omitted due to space restrictions.</Paragraph>
      <Paragraph position="2"> Now we continue with the subgroup example introduced in section 2. The PCA below aims to convey the derivation of proof node 9 (1v E U) from a part of node 7 (unit(Iv, U, *)), justified by the application of the definition of the unit element in semigroups.</Paragraph>
      <Paragraph position="3">  The current unit is U3. U2 and U1 are the controlling and precontrol unit, respectively, see Figure 3. Since node 7 is in the controlling unit and is mentioned last only two steps earlier, it is therefore judged as both structurally close and near in distance. Rule 1 in Section 5 is applicable and the omit form is chosen. Since the definition of the unit element resides in the current theory, Rule 2(b) in Section 6 suggests that its application be referred to either implicitly or explicitly. Because the implicit option is ruled out by the omit form for reasons, the explicit form is chosen. The PM below is therefore generated:  and node 11 (u E U) by applying the definition of the unit element. U5 is now the current unit, with U4 and U2 as controlling and precontrol unit. U3 is the unique closed unit. Reason node 7 is now structurally distant but still near in distance, and node 11 is in the current unit, and is the node last conveyed, therefore, both 7 and  Fifteen preverbal messages are generated by PRO VERB for our example. One sentence in English is generated from each PM by the surface generator TAG-GEN \[Kilger94\]. The text as generated follows.</Paragraph>
      <Paragraph position="4"> Let F be a group, U be a subgroup of F, 1 be a unit element ofF and 1u be a unit element of U. According to the definition of unit element, 1u E U. Therefore there is an X, X E U. Now suppose that ul is such an X. According to the definition of unit element, ut * lu = ul. Since U is a subgroup of F, U C F. Therefore 1u E F. Similarly ul E F, since ul E U. Since F is a group, F is a semigroup. Because ul * 1u = ul, 1u is a solution of the equation ul * X = u~. Since 1 is a unit element ofF, ul * 1 = ul. Since 1 is a unit element ofF, 1 E F. Because ul E F, 1 is a solution of the equation ul * X = ul. Since F is a group, 1u = 1 by the uniqueness_of solution. This conclusion is independent of the choice of the element ul.</Paragraph>
    </Section>
  </Section>
class="xml-element"></Paper>
Download Original XML