| { |
| "paper_id": "W96-0403", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T04:58:51.899962Z" |
| }, |
| "title": "Paraphrasing and Aggregating Argumentative Text Using Text Structure", |
| "authors": [ |
| { |
| "first": "Xiaorong", |
| "middle": [], |
| "last": "Huang", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Saarlandes Postfach", |
| "location": { |
| "addrLine": "15 11 50", |
| "postCode": "D-66041", |
| "settlement": "Saarbriicken", |
| "country": "Germany" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Armin", |
| "middle": [], |
| "last": "Fiedler", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Saarlandes Postfach", |
| "location": { |
| "addrLine": "15 11 50", |
| "postCode": "D-66041", |
| "settlement": "Saarbriicken", |
| "country": "Germany" |
| } |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "We argue in this paper that sophisticated microplanning techniques are required even for mathematical proofs, in contrast to the belief that mathematical texts are only schematic and mechanical. We demonstrate why paraphrasing and aggregation significantly enhance the flexibility and the coherence of the text produced. To this end, we adopted the Text Structure of Meteer as our basic representation. The type checking mechanism of Text Structure allows us to achieve paraphrasing by building comparable combinations of linguistic resources. Specified in terms of concepts in an uniform ontological structure called the Upper Model, our semantic aggregation rules are more compact than similar rules reported in the literature.", |
| "pdf_parse": { |
| "paper_id": "W96-0403", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "We argue in this paper that sophisticated microplanning techniques are required even for mathematical proofs, in contrast to the belief that mathematical texts are only schematic and mechanical. We demonstrate why paraphrasing and aggregation significantly enhance the flexibility and the coherence of the text produced. To this end, we adopted the Text Structure of Meteer as our basic representation. The type checking mechanism of Text Structure allows us to achieve paraphrasing by building comparable combinations of linguistic resources. Specified in terms of concepts in an uniform ontological structure called the Upper Model, our semantic aggregation rules are more compact than similar rules reported in the literature.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Many of the first NLG systems link their information structure to the corresponding linguistic resources either through predefined templates or via careful engineering for a specific application. Therefore their expressive power is restricted (see [12] for an extensive discussion). An increasing interest in more sophisticated microplanning techniques can be clearly observed [12, 14] , however. In this paper, we first motivate the needs for paraphrasing and aggregation for the generation of argumentative texts, in particular of mathematical proofs, and then describe how our microplanning operations can be formulated in terms of Meteer's Text Structure.", |
| "cite_spans": [ |
| { |
| "start": 248, |
| "end": 252, |
| "text": "[12]", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 377, |
| "end": 381, |
| "text": "[12,", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 382, |
| "end": 385, |
| "text": "14]", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The work reported here is part of a fully implemented system called PRO VERB, which produces natural language proofs from proofs found by' automated reasoning systems [7] . First experiments with PRO VERB resulted in very mechanical texts due to the lack of microplanning techniques. According to our analysis, there are at least two linguistic phenomena that call for appropriate microplanning techniques.", |
| "cite_spans": [ |
| { |
| "start": 167, |
| "end": 170, |
| "text": "[7]", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "First, naturally occurring proofs contain paraphrases with respect to both rhetorical relations, as well as to logical functions or predicates. For instance, the derivation of B from A can be verbalized as:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "\"Since A, B.\" or as \"A leads to B.\"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The logic predicate para(C1, C2), also, can be verbalized as:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "\"Line C1 parallels line C2. \" or as \"The parallelism of the lines C1 and C2.\"", |
| "cite_spans": [ |
| { |
| "start": 28, |
| "end": 29, |
| "text": "\"", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "PROVERB generates text structured exactly mirroring the information structure of the proof and the formulae. This means that every step of derivation is translated into a separate sentence, and formulae are recursively verbalized. As an instance of the latter, the formula", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Second, without microplanning", |
| "sec_num": null |
| }, |
| { |
| "text": "is verbalized as \"F is a set. F is a subset of G.\" although the following is much more natural:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Set(F) A Subset(F, G)", |
| "sec_num": null |
| }, |
| { |
| "text": "\"The set F is a subset of G.\"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Set(F) A Subset(F, G)", |
| "sec_num": null |
| }, |
| { |
| "text": "Therefore, we came to the conclusion that an intermediate level of representation is necessary that allows flexible combinations of linguistic resources. It is worth pointing out that these techniques are required although the input information chunks are of clause size. Another requirement is that this intermediate representation is easy to control, since a mathematical text must conform to the syntactic rules of its sublanguage. In the next section, we first give a brief overview of PROVERB. Then we describe the architecture of our microplanner, and illustrate how Meteer's Text Structure can be adopted as our central representation. In Sec. 5 and 6 we describe the handling of paraphrases and aggregation rules, two of the major tasks of our microplanner.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Set(F) A Subset(F, G)", |
| "sec_num": null |
| }, |
| { |
| "text": "The macroplanner of PROVERB combines hierarchical planning [13] with local organization [15] in a uniform planning framework [6] . 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 is similar to the RST-based planning approach, the plan operators resemble the schemata in schema-based planning. The output of the macroplanner is an ordered sequence of proof communicative acts (PCAs).", |
| "cite_spans": [ |
| { |
| "start": 59, |
| "end": 63, |
| "text": "[13]", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 88, |
| "end": 92, |
| "text": "[15]", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 125, |
| "end": 128, |
| "text": "[6]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Macroplanner of P R 0 VERB", |
| "sec_num": "2" |
| }, |
| { |
| "text": "PCAs are the primitive actions planned during macroplanning to achieve communicative goals. Like speech acts, PCAs can be defined in terms of the communicative goals they fulfill as well as in terms of their possible verbalizations. Based on an analysis of proofs in mathematical textbooks, there are mainly two types of goals:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Macroplanner of P R 0 VERB", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Conveying derivation step: In terms of rhetorical relations, PCAs in this category represent a variation of the rhetorical relation derive [8] . Below we examine the simple PCA called Derive as an example. (Derive Reasons: (a 6F, F C G) Method : def-subset", |
| "cite_spans": [ |
| { |
| "start": 139, |
| "end": 142, |
| "text": "[8]", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 206, |
| "end": 222, |
| "text": "(Derive Reasons:", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "The Macroplanner of P R 0 VERB", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Depending on the reference choices, the following is a possible verbalization: \"Since a is an element of F and F is a subset of G, a is an element of G by the definition of subset.\"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion: a 6G)", |
| "sec_num": null |
| }, |
| { |
| "text": "Updating the global attentional structure: These PCAs either convey a partial plan for the forthcoming discourse or signal the end of a subproof. PCAs of this sort are also called meta-comments [16] .", |
| "cite_spans": [ |
| { |
| "start": 194, |
| "end": 198, |
| "text": "[16]", |
| "ref_id": "BIBREF14" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion: a 6G)", |
| "sec_num": null |
| }, |
| { |
| "text": "The PCA (Begin-Cases Goal :", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion: a 6G)", |
| "sec_num": null |
| }, |
| { |
| "text": "Assumptions: (A B)) produces the verbalization:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Formula", |
| "sec_num": null |
| }, |
| { |
| "text": "\"To prove Formula, let us consider the two cases by assuming A and B.\" Introduction and General Structure Text Structure is first proposed by Meteer [11, 12] in order to bridge the generation gap between the representation in the application program and the linguistic resources provided by the language. By abstracting over concrete linguistic resources, Text Structure should supply the planner with basic vocabularies, with which it chooses linguistic resources. Meteer's text structure is organized as a tree, in which each node represents a constituent of the text. In this form it contains three types of linguistic information: constituency, structural relations among constituents, and in particular, the semantic categories the constituents express.", |
| "cite_spans": [ |
| { |
| "start": 149, |
| "end": 153, |
| "text": "[11,", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 154, |
| "end": 157, |
| "text": "12]", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Formula", |
| "sec_num": null |
| }, |
| { |
| "text": "The main role of the semantic categories is to provide vocabularies which specify type restrictions for nodes. They define how separate Text Structures can be combined, and ensure that the planner only builds expressible Text Structures. For instance if tree A should be expanded at node n by tree B, the resulting type of B must be compatible to the type restriction attached to n. Panaget [14] argues, however, that Meteer's semantic categories mix the ideational and the textual dimension as argued in the systemic linguistic theory [5] . Here is one of his examples:", |
| "cite_spans": [ |
| { |
| "start": 391, |
| "end": 395, |
| "text": "[14]", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 536, |
| "end": 539, |
| "text": "[5]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Formula", |
| "sec_num": null |
| }, |
| { |
| "text": "\"The ship sank\" is an ideational event, and it is textually presented from an EVENT-PERSPECTIVE. \"The sinking of the ship\" is still an ideational event, but now presented from an OBJECT-PERSPECTIVE.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Formula", |
| "sec_num": null |
| }, |
| { |
| "text": "On account of this, Panaget split the type restrictions into two orthogonal dimensions: the ideational dimension in terms of the Upper Model [1] , and the hierarchy of textual semantic categories based on an analysis of French and of English. In our work, we basically follow the approach of Panaget.", |
| "cite_spans": [ |
| { |
| "start": 141, |
| "end": 144, |
| "text": "[1]", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Formula", |
| "sec_num": null |
| }, |
| { |
| "text": "Technically speaking, the Text Structure in PROVERB is a tree recursively composed of kernel subtrees or composite subtrees:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Formula", |
| "sec_num": null |
| }, |
| { |
| "text": "An atomic kernel subtree has a head at the root and arguments as children, representing basically a predicate/argument structure.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Formula", |
| "sec_num": null |
| }, |
| { |
| "text": "Composite subtrees can be divided into two subtypes: the first has a special matrix child and zero or more adjunct children and represents linguistic hypotaxis, the second has two or more coordinated children and stands for parataxis.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Formula", |
| "sec_num": null |
| }, |
| { |
| "text": "Each node is typed both in terms of the Upper Model and the hierarchy of textual semantic categories. The Upper Model is a domain-independent property inheritance network of concepts that are hierarchically organized according to how they can be linguistically expressed. Figure 1 shows a fragment of the Upper Model in PRO VERB. For every domain of application, domain-specific concepts must be identified and placed as an extension of the Upper Model.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 272, |
| "end": 280, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Type Restrictions", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "The hierarchy of textual semantic categories is also a domain-independent property inheritance network. The concepts axe organized in a hierarchy based on their textual realization. For example, the concept clause-modifier-rankingl t is realized as an adverb, clause-modifier-rankingll as a prepositional phrase, and clause-modifier-embedded as an adverbial clause. Fig. 2 shows a fragment of the hierarchy of textual semantic categories.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 366, |
| "end": 372, |
| "text": "Fig. 2", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Type Restrictions", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "The mapping from the content to the linguistic resources now happens in a two-staged way. While Meteer associates the application program objects (APOs) directly with so-called resources trees, we map APOs into Upper Model objects, which in turn are expanded to the Text Structures. It is worth noting that there is a practical advantage of this two-staged process. Instead of having to construct resource trees for APOs, the user of our system only needs to define a mapping from the APOs to Upper Model objects (UMOs). When mapping APOs to UMOs, the microplanner must choose among available alternatives.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Mapping APOs to UMOs", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "For example, the application program object para that stands for the logical predicate denoting the parallelism relation between lines may map in five different Upper Model concepts. In the 0-place case, para can be mapped into object leading to the noun \"parallelism,\" or quality, leading to the adjective \"parallel.\" In the binary case, the choices are property-ascription that may be verbalized as \"x and y are parallel,\" quality-relation that allows the verbalization as \"x is parallel to y\", or process-relation, that is the formula \"x II Y.\"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Mapping APOs to UMOs", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "The mapping of Upper Model objects into the Text Structure is defined by so-called resource trees, i.e. reified instances of text structure subtrees. The main tasks of our microplanner include aggregation to remove redundancies, insertion of cue words to increase coherence, and reference choices, as well as lexical choices. Apart from that, the microplanner also handles sentence scoping and layout. An overview of the microplanner's architecture is provided in Figure 3 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 464, |
| "end": 472, |
| "text": "Figure 3", |
| "ref_id": "FIGREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Mapping APOs to UMOs", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "Our microplanner takes as input an ordered sequence of PCAs, structured in an attentional hierarchy.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Mapping APOs to UMOs", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "The first module, the derivation reference choice component (DRCC), suggests which parts of a PCA are to be verbalized. This is done based on the hierarchical discourse structure as well as on the textual distance. PCAs annotated with these decisions annotated are called preverbal messages (PMs).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Mapping APOs to UMOs", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "Starting from a list of PMs as the initial \u2022 When the current node is an APO with more than one son, apply ordering and aggregation, in order to produce more concise and more coherent text. The application of an aggregating rule before the expansion of a leaf node may trigger the insertion of cue words.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Mapping APOs to UMOs", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "\u2022 An APO is mapped into an UMO, which is in turn expanded into a Text Structure by choosing an appropriate resource tree. to choose the appropriate lexical items.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Mapping APOs to UMOs", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "to make sentence scoping decisions by singling out one candidate textual semantic category for each constituent. This in turn may trigger the execution of a cue word rule. For instance, the choice of the category sentence for a constituent may lead to the insertion of the cue word \"furthermore\" in the next sentence. --to determine the layout parameters, which will be realized later as ~TEXcommands in the final output text.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "--", |
| "sec_num": null |
| }, |
| { |
| "text": "A Text Structure constructed in this way is the output of our microplanner, and will be transformed into the input formalism of TAG-GEN [10] , our linguistic realizer.", |
| "cite_spans": [ |
| { |
| "start": 136, |
| "end": 140, |
| "text": "[10]", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "--", |
| "sec_num": null |
| }, |
| { |
| "text": "In the next two sections, we concentrate on two major tasks of the Text Structure generator: to choose compatible paraphrases of application program concepts, and to improve the textual structure by applying ag-ture generator chooses among paraphrases and avoids building inexpressible text structures via type checking.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "--", |
| "sec_num": null |
| }, |
| { |
| "text": "We examine a simple logic formula derive(para(C1,C2),B). Note that B stands for a conclusion which will not be examined here. We will also not follow the procedure in detail.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Example", |
| "sec_num": null |
| }, |
| { |
| "text": "In the current implementation, the rhetorical relation derive is only connected to one Upper Model concept derive, a subconcept of cause.relation. The realization class associated to the concept, however, contains several alternative resource trees leading to different patterns of verbalization. We only list two variations below:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Example", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 B, since A.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Example", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 Because of A, B.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Example", |
| "sec_num": null |
| }, |
| { |
| "text": "The resource tree of the first alternative is given in Fig. 4 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 55, |
| "end": 61, |
| "text": "Fig. 4", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Example", |
| "sec_num": null |
| }, |
| { |
| "text": "The logic predicate para(C1, C2) can be mapped to one of the following Upper Model concepts, where we always include one possible verbalization: \u2022 property-ascription(para, Cl A C2) (lines C1 and C2 are parallel)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Example", |
| "sec_num": null |
| }, |
| { |
| "text": "Textually, the property-ascription version can be realized in two forms, represented by the two resource trees in Fig. 5 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 114, |
| "end": 120, |
| "text": "Fig. 5", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Example", |
| "sec_num": null |
| }, |
| { |
| "text": "Type checking during the construction of the Text Structure must ensure, that the realization be compatible along both the ideational and the textual dimension. In this example, the combination of the tree in Fig. 4 and the first tree in Fig. 5 is compatible and will lead to the verbalization:", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 209, |
| "end": 215, |
| "text": "Fig. 4", |
| "ref_id": null |
| }, |
| { |
| "start": 238, |
| "end": 244, |
| "text": "Fig. 5", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Example", |
| "sec_num": null |
| }, |
| { |
| "text": "\"B, since C1 and C2 are parallel.\" The second tree in Fig. 5 , however, can only be combined with another realization of derive, resulting in:", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 54, |
| "end": 60, |
| "text": "Fig. 5", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Example", |
| "sec_num": null |
| }, |
| { |
| "text": "\"Because of the parallelism of line C1 and line C2, B.\" In our current system we concentrat on the mechanism and are therefore still experimenting with heuristics which control the choice of paraphrases. One interesting rule is to distinguish between general rhetorical relations and domain specific mathematical concepts. While the former should be paraphrased to increase the flexibility, continuity of the latter helps the user to identify technical concepts.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Example", |
| "sec_num": null |
| }, |
| { |
| "text": "Although the handling of paraphrase generation already increases the flexibility in the text, the default verbalization strategy will still expand the Text Structure by recursively descending the proof and formula structure, and thereby forced to keep these structures. To achieve the second verbalization of equation 1in the introduction, however, we have to combine Set(F) and Subset(F, G) to form an embedded structure Subset(Set(F), G). Clearly, although still in the same format, this is no more an Upper Model object, since Set(F) is an Upper Model process, not an object. Actually, this documents a textual decision that no matter how Subset and Set should be instantiated, the argument F in Subset(F, G) will be replaced by Set(F). This textual operation eliminates one of the duplicates of F. This section is devoted to various textual reorganisations which eliminate such redundancies. Following the tradition, we call them aggregation rules.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Semantic Aggregation Rules", |
| "sec_num": "6" |
| }, |
| { |
| "text": "As it will become clear when handling concrete aggregation rules, such rules may narrow the realization choices of APOs by imposing additional type restrictions. Furthermore, some realization choices block desirable textual reorganisation. On account of this we carry out aggregations before concrete resources for the APOs like object and class-ascription are chosen.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Semantic Aggregation Rules", |
| "sec_num": "6" |
| }, |
| { |
| "text": "APOs, before they are mapped to UMOs, can be viewed as variables for UMOs (for convenience, we continue to refer to them as APOs). In this sense, our rules work with such variables at the semantic level of the Upper Model, and therefore differ from those more syntactic rules reported in the literature. For a comparison see Sec. 6.4.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Semantic Aggregation Rules", |
| "sec_num": "6" |
| }, |
| { |
| "text": "So far, we have investigated three types of aggregation which will be addressed in the next two subsections. A categorization of the aggregation rules is given in Fig. 6 . ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 163, |
| "end": 169, |
| "text": "Fig. 6", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Semantic Aggregation Rules", |
| "sec_num": "6" |
| }, |
| { |
| "text": "We use semantic grouping to characterize the merge of two parallel Text Structure objects with the same top-concept by grouping their arguments. Two APOs are parallel in the sense that they have the same parent node. The general form of this type of rules can be characterized by the pattern as given below:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Semantic Grouping", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "Rule Pattern A", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Semantic Grouping", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "The syntax of our rules means that a text structure of the form above the bar will be transformed into one of the form below the where + can be either a logical A or a logical V, and P stands for a logical predicate. The following example illustrates the effect of this rule.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "P[a] + P[b] P[aCb]", |
| "sec_num": null |
| }, |
| { |
| "text": "\"F is a set. G is a set.\" are aggregated to:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Set(F) A Set(G)", |
| "sec_num": null |
| }, |
| { |
| "text": "\"F and G are sets.\" The rule covers the predicate grouping rule reported in [3] . This is also the best place to explain why we apply aggregation before choosing concrete linguistic resources. If the two occurrences of Set are instantiated differently, this rule will be blocked. Now let us examine another semantic grouping rule, where + and ~ are no longer identical.", |
| "cite_spans": [ |
| { |
| "start": 76, |
| "end": 79, |
| "text": "[3]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Set(F A G)", |
| "sec_num": null |
| }, |
| { |
| "text": "c) A (P2 c)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Rule A.2 (Implication with identical conclusion )", |
| "sec_num": null |
| }, |
| { |
| "text": "(& v P2) c", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Rule A.2 (Implication with identical conclusion )", |
| "sec_num": null |
| }, |
| { |
| "text": "Here +, ~, and P are instantiated to A, V, and ~, respectively. By instantiating +, E[~ and P in pattern A to different logical connectives and derivation relations, we have alltogether five rules in this category. The correctness of the rules in this category with respect to the information conveyed is guaranteed by the semantics of the Upper Model concerned. In the case of rule A.2 for instance, (PiVP2) ~ C is a logical consequence of (P1 ~ C) A (P2 ~ C).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Rule A.2 (Implication with identical conclusion )", |
| "sec_num": null |
| }, |
| { |
| "text": "The next category of aggregation rules handles parallel structures which are not identical. In this case, some of them may be converted to embedded structures, as is done by the following rule. We require also that PIT] is realized as an object T with modifiers. It is this intuitive explanation which guarantees the correctness of this rule with respect to meaning.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Semantic Embedding", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "The following example illustrates this rule, in particular, how the decision made here narrows the choices of linguistic resources for both P and T as an argument of Q. We begin with the two APOs in a conjunction below, containing a common APO F.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Semantic Embedding", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "\"F is a set. F is a subset of G.\"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Set(F) A Subset(F, G)", |
| "sec_num": null |
| }, |
| { |
| "text": "Since F is directly governed by Subset, f and Q in our rule above coincide here.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Set(F) A Subset(F, G)", |
| "sec_num": null |
| }, |
| { |
| "text": "Therefore, their intersection is {object).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "concepts(Subset, F) = {object), while concepts(Set) = (class-ascription, object).", |
| "sec_num": null |
| }, |
| { |
| "text": "This not only guarantees the expressibility of the new APO, but also restricts the choice of linguistic resources for Set, now restricted to object. The result as well as its verbalization is given below:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "concepts(Subset, F) = {object), while concepts(Set) = (class-ascription, object).", |
| "sec_num": null |
| }, |
| { |
| "text": "\"The set F is a subset of G.\" Actually, for mathematical texts we have only used two embedding rules, with the other being the dual of rule B.1 where P and Q change their places.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Subset(Set(F), G)", |
| "sec_num": null |
| }, |
| { |
| "text": "Pattern-based rules", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "6.3", |
| "sec_num": null |
| }, |
| { |
| "text": "Rules in the third category involve more complex changes of the textual structure in a way which is neither a grouping nor an embedding. They could be understood as some domain-specific communicative conventions, and must be explored in every domain of application. In PRO VERB, currently four such rules are integrated. Three of them build a sequence of some transitive relations into a chain. Rule C. 1 below addresses the problem that every step of derivation is mapped to a separate sentence in the default verbalization. It reflects the familiar phenomenon that when several derivation steps form a chain, they are verbalized in a more connected way. To accommodate the phenomenon of a chain, we have also added a slot called next in the domain model concept derive-chain. Now suppose that we have two consecutive derivations with R1,M1,C1 and R2, M2, C2 as its premises (called reasons), the rule of inference (called method), and the conclusion. They form part of a chain if the conclusion C1 is used as a premise in the second step, namely C1 E R2. In this case, the following rule combines them into a chain by putting the second derivation into the next slot of the chain. At the same time, C1 is removed from R2 since it is redundant.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Optimization", |
| "sec_num": null |
| }, |
| { |
| "text": "The following example illustrates how this rule works. We will only give the verbalization and omit the Text Structure. Given a sequence of two derivation steps which can be verbalized as:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Rule C.1 Derivation Chain 2 derive(R1, M1, C1), derive(R2, IVI2, C2) derive-chain(R1, M1, C1, derive( R2 \\ C1, M2, C2, ))", |
| "sec_num": null |
| }, |
| { |
| "text": "\"0 C_ o'*, by the definition of transitive closure.\" and \"Since (x, y) E a and o C o*, (x, y) E c* by the definition of subset.\" Rule C.1 will produce a chain which will be verbalized as \"a C 0\" by the definition of transitive closure, thus establishing (x, y) E 0\" by the definition of subset, since (x,y) E 0.\" Note that the rule above is only a simplification of a recursive definition, since chaining is not restricted to two derivation steps. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Rule C.1 Derivation Chain 2 derive(R1, M1, C1), derive(R2, IVI2, C2) derive-chain(R1, M1, C1, derive( R2 \\ C1, M2, C2, ))", |
| "sec_num": null |
| }, |
| { |
| "text": "While many systems have some. aggregation rules implemented [9, 2] , there are comparatively few detailed discussions in the literature. The most structured categorization we found is the work of Dalianis and Hovy [3] , where they define aggregation as a way of avoiding redundancy. Some of their rules, nevertheless, make decisions which we would call reference choice. Since this is treated in another module, we define our aggregation at the semantic level. The following are several significant features of our aggregation rules. The first difference is that our aggregation rules are defined in terms of manipulations of the Upper Model. They remove redundancies by combining the linguistic resources of two adjacent APOs, which contain redundant content. They cover the more syntactic rules reported in the literature at a more abstract level.", |
| "cite_spans": [ |
| { |
| "start": 60, |
| "end": 63, |
| "text": "[9,", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 64, |
| "end": 66, |
| "text": "2]", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 196, |
| "end": 217, |
| "text": "Dalianis and Hovy [3]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "6.4" |
| }, |
| { |
| "text": "Second, Text Structure provides us stronger means to specify textual operations. While rules reported in the literature typically aggregate clauses, our rules operate both above and beneath the level of clause constituents.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "6.4" |
| }, |
| { |
| "text": "Third, while most investigations have concentrated on general purpose microplanning operations, we came to the conclusion that microplanning needs domain-specific rules and patterns as well.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "6.4" |
| }, |
| { |
| "text": "The following example illustrates the mechanism of aggregation and its effect on resulting text. We start with the following sequence of PMs:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A Running Example", |
| "sec_num": "7" |
| }, |
| { |
| "text": "assume(Set(F)) assume(Set(G)) assume(Subset(F, G) ) assume (element(a, F) After that, the predicate grouping rule A.1 is applied to the arguments of assume, which are grouped to:", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 59, |
| "end": 73, |
| "text": "(element(a, F)", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "A Running Example", |
| "sec_num": "7" |
| }, |
| { |
| "text": "Note that F A F is later reduced to F. Predicate grouping applies to the arguments of derive in a similar way. Finally, the system produces the following output:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "( Set( F A G) A Subset(F, G) A element(a A B, F A F)))", |
| "sec_num": null |
| }, |
| { |
| "text": "\"Let F and G be sets, F C G, and a, b E F. Then a, b E G.\"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "( Set( F A G) A Subset(F, G) A element(a A B, F A F)))", |
| "sec_num": null |
| }, |
| { |
| "text": "We argued in this paper that sophisticated microplanning techniques are required even for mathematical proofs, in contrast to the belief that mathematical texts are only schematic and mechanical. We demonstrated why paraphrasing and aggregation will significantly enhance the flexibility and the coherence of text produced. In order to carry out appropriate textual rearrangement we need a representation formalism which allows flexible but principled manipulation of linguistic resources. To this end, we basically adopted the Text Structure of Meteer, but split her semantic categories into two dimensions following Panaget. The type checking mechanism of Text Structure allows us to achieve paraphrasing by building comparable combinations of linguistic resources. Specified in terms of Upper Model concepts, our semantic aggregation rules are more abstract than similar rules reported in the literature.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "8" |
| }, |
| { |
| "text": "One important feature of our work is the integration of microplanning knowledge specific to our domain of application. This body of knowledge must be refined to further improve the quality of the text produced. More experience is also required to formulate strategies to choose among alternatives.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "8" |
| } |
| ], |
| "back_matter": [], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "The penman upper model", |
| "authors": [ |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Bateman", |
| "suffix": "" |
| }, |
| { |
| "first": "Bob", |
| "middle": [], |
| "last": "Kasper", |
| "suffix": "" |
| }, |
| { |
| "first": "Johanna", |
| "middle": [], |
| "last": "Moore", |
| "suffix": "" |
| }, |
| { |
| "first": "Richard", |
| "middle": [], |
| "last": "Whitney", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "John Bateman, Bob Kasper, Johanna Moore, and Richard Whitney. The pen- man upper model. Technical Report ISI research report, USC/Information Sci- ence institute, 1990.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Generating Referring Expressions", |
| "authors": [ |
| { |
| "first": "Robert", |
| "middle": [], |
| "last": "Dale", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "ACL-MIT PressSeries in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Robert Dale. Generating Referring Ex- pressions. ACL-MIT PressSeries in Nat- ural Language Processing. MIT Press, 1992.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Aggregation in natural language generation", |
| "authors": [ |
| { |
| "first": "Hercules", |
| "middle": [], |
| "last": "Dalianis", |
| "suffix": "" |
| }, |
| { |
| "first": "Eduard", |
| "middle": [], |
| "last": "Hovy", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proc. 4th European Workshop on Natural Language Generation", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hercules Dalianis and Eduard Hovy. Aggregation in natural language gener- ation. In Proc. 4th European Workshop on Natural Language Generation, 1993.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Mikroplanungstechniken zur PrEsentation mathematischer Beweise", |
| "authors": [ |
| { |
| "first": "Armin", |
| "middle": [], |
| "last": "Fiedler", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Armin Fiedler. Mikroplanungstechniken zur PrEsentation mathematischer Be- weise. Master's thesis, Fachbereich In- formatik, Universit\u00a3t des Saartandes, 1996.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Xiaorong Huang. Planning argumentative texts", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [ |
| "A K" |
| ], |
| "last": "Halliday", |
| "suffix": "" |
| } |
| ], |
| "year": 1985, |
| "venue": "Proc. of 15th International Conference on Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M.A.K. Halliday. Introduction to func- tional grammar. Edward Arnold, 1985. Xiaorong Huang. Planning argumenta- tive texts. In Proc. of 15th International Conference on Computational Linguis- tics, 1994.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "PROVERB: A system explaining machine-found proofs", |
| "authors": [ |
| { |
| "first": "Xiaorong", |
| "middle": [], |
| "last": "Huang", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Proc. of 16th Annual Conference of the Cognitive Science Society", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xiaorong Huang. PROVERB: A sys- tem explaining machine-found proofs. In Proc. of 16th Annual Conference of the Cognitive Science Society, 1994.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Human Oriented Proof Presentation: A Reconstructive Approach", |
| "authors": [ |
| { |
| "first": "Xiaorong", |
| "middle": [], |
| "last": "Huang", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "Infix", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xiaorong Huang. Human Oriented Proof Presentation: A Reconstructive Approach. Infix, 1996.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Conjunction reduction and gapping in clause-level coordination: an inheritance-based approach", |
| "authors": [ |
| { |
| "first": "Gerard", |
| "middle": [], |
| "last": "Kempen", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "Computational Intelligence", |
| "volume": "7", |
| "issue": "4", |
| "pages": "357--360", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Gerard Kempen. Conjunction reduc- tion and gapping in clause-level coordi- nation: an inheritance-based approach. Computational Intelligence, 7(4):357- 360, 1991.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Incremental generation for real-time applications", |
| "authors": [ |
| { |
| "first": "Anne", |
| "middle": [], |
| "last": "Kilger", |
| "suffix": "" |
| }, |
| { |
| "first": "Wolfgang", |
| "middle": [], |
| "last": "Finkler", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Anne Kilger and Wolfgang Finkler. In- cremental generation for real-time ap- plications. Research Report RR-95-11, DFKI, Saarbriicken, 1995.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Bridging the generation gap between text planning linguistic realization", |
| "authors": [ |
| { |
| "first": "Marie", |
| "middle": [ |
| "W" |
| ], |
| "last": "Meteer", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "Computational Intelligence", |
| "volume": "7", |
| "issue": "4", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Marie W. Meteer. Bridging the genera- tion gap between text planning linguis- tic realization. Computational Intelli- gence, 7(4), 1991.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Expressibility and the Problem of Efficient Text Planning", |
| "authors": [ |
| { |
| "first": "Marie", |
| "middle": [ |
| "W" |
| ], |
| "last": "Meteer", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Marie W. Meteer. Expressibility and the Problem of Efficient Text Planning. Pin- ter Publishes, London, 1992.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Planning text for advisory dialogues", |
| "authors": [ |
| { |
| "first": "Johanna", |
| "middle": [ |
| "Doris" |
| ], |
| "last": "Moore", |
| "suffix": "" |
| }, |
| { |
| "first": "Cecile", |
| "middle": [ |
| "L" |
| ], |
| "last": "Paris", |
| "suffix": "" |
| } |
| ], |
| "year": 1989, |
| "venue": "Proc. 27th Annual Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Johanna Doris Moore and CEcile L. Paris. Planning text for advisory dia- logues. In Proc. 27th Annual Meeting of the Association for Computational Lin- guistics, 1989.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Using a textual representational level component in the context of discourse or dialogue generation", |
| "authors": [ |
| { |
| "first": "Ffranck", |
| "middle": [], |
| "last": "Panaget", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Proc. of 7th International Workshop on Natural Language Generation", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "FFranck Panaget. Using a textual repre- sentational level component in the con- text of discourse or dialogue generation. In Proc. of 7th International Workshop on Natural Language Generation, 1994.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "The local organization of text", |
| "authors": [ |
| { |
| "first": "Penelope", |
| "middle": [], |
| "last": "Sibun", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "Proe. of the fifth international natural language generation workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Penelope Sibun. The local organiza- tion of text. In Proe. of the fifth in- ternational natural language generation workshop, 1990.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Using meta-comments to generate fluent text in a technical domain", |
| "authors": [ |
| { |
| "first": "Ingrid", |
| "middle": [], |
| "last": "Zukerman", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "Computational Intelligence", |
| "volume": "7", |
| "issue": "", |
| "pages": "276--295", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ingrid Zukerman. Using meta-com- ments to generate fluent text in a techni- cal domain. Computational Intelligence, 7:276-295, 1991.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "uris": null, |
| "type_str": "figure", |
| "num": null, |
| "text": "A Fragment of Upper Model in PROVERB -modifier-rankingl clause-modifier-rankingll clause-modifier-embedded" |
| }, |
| "FIGREF1": { |
| "uris": null, |
| "type_str": "figure", |
| "num": null, |
| "text": "A Fragment of the Hierarchy of Textual Semantic Categories in PROVERB 4 Architecture and Control" |
| }, |
| "FIGREF2": { |
| "uris": null, |
| "type_str": "figure", |
| "num": null, |
| "text": "Architecture of the Microplanner\u2022 A fully expanded Text Structure will be traversed again:--" |
| }, |
| "FIGREF3": { |
| "uris": null, |
| "type_str": "figure", |
| "num": null, |
| "text": "quality-relation(para, C1, C2) (line C1 is parallel to C2) \u2022 process-relation(para, C1, C2) (C1[[C2)" |
| }, |
| "FIGREF4": { |
| "uris": null, |
| "type_str": "figure", |
| "num": null, |
| "text": "realization-class (derive :reason R :conclusion C) (resource-tree (composite-tree :content nil :tsc (sentence clause) :matrix (leaf :content C :tsc (clause)) :adjunct (composite-tree :content since :tsc (clause) :matrix (leaf :content R : tsc (clause)) ) ) ) (.further resource trees . . . )) The Realization Class for derive Textual Variations in form of Resource Trees" |
| }, |
| "FIGREF5": { |
| "uris": null, |
| "type_str": "figure", |
| "num": null, |
| "text": "Figure 6: Aggregation Rules in PROVERB" |
| }, |
| "FIGREF6": { |
| "uris": null, |
| "type_str": "figure", |
| "num": null, |
| "text": "bar. Viewing Text Structure as a tree, P[a] and P[b] are both sons of +, they are merged together by grouping the arguments a and b under another operator ~. In the first rule below, + and ~ are identical. Rule A.1 (Predicate Grouping) P[a] + P[b] P[a + b]" |
| }, |
| "FIGREF7": { |
| "uris": null, |
| "type_str": "figure", |
| "num": null, |
| "text": "Object Embedding) P[T] A Q[T] Q[P[T]] where \u2022 concepts(f,T) M concepts(P) # 0 \u2022 f is the innermost application program concept.governing T in Q[T], \u2022 concepts(f, T) denotes the Upper Model concepts the argument T of f may take, \u2022 concepts(P) denotes the Upper Model concept P may result in." |
| }, |
| "FIGREF8": { |
| "uris": null, |
| "type_str": "figure", |
| "num": null, |
| "text": "2This is a simplified version of the original rule defined recursively in[4] Readers are referred to[4]. Although this rule inserts the second derive into another Text Structure, the resulting structure is now a chain, no longer a plain derive. Therefore it distinguishes clearly f;om the rules in Section 6.2.There are two more chaining rules for the logical connectors implication and equivalence. A further rule removes redundancies in some case analyses (see[4])." |
| }, |
| "FIGREF9": { |
| "uris": null, |
| "type_str": "figure", |
| "num": null, |
| "text": ") assume(element(b, F) ) derive( (element(a, F) A Subset(F, G) ), e, element(a, G) ) derive( (element(b, F) A Subset(F, G)), e, element(b, G) ) Without aggregation, the system produces: \"Let F be a set. Let G be a set. Let F C G. Let a E F. Let b E F. Since a E F and F C G, a E G. Since b E F and F C G, b E G.\" Aggregation of the assume-PMs results in: assume(Set(F) A Set(G) A Subset(F, G) i element(a, F) i element(b, F)) whereas the application of the grouping rule for independent derive-PMs provides: derive( ( element( a, F) A element(b, F) A Subset(F, G)), e, (element(a, G) A element(b, G) ) )" |
| }, |
| "TABREF0": { |
| "type_str": "table", |
| "content": "<table><tr><td colspan=\"3\">\" modified-concept</td><td/></tr><tr><td/><td>f-</td><td>conscious-being</td><td/></tr><tr><td colspan=\"2\">-object ---q</td><td>..</td><td/></tr><tr><td/><td>t-</td><td>non-concious-Uung</td><td>r\"</td><td>logical</td></tr><tr><td>concept</td><td/><td/><td>-arbitraty-place-relation-~ ,-</td><td>sequence</td></tr><tr><td/><td colspan=\"2\">[-relational-processes-</td><td/><td>-generalized-possession</td></tr><tr><td>-process</td><td colspan=\"2\">t. mental-processes ._~-modal-qualio'</td><td>discrete-place-relation ~</td><td>-quantifications ., . . r\" taenttty . tntenstve ---'1 . . t-ascription -1_ r\" property-ascription circumstantial class-ascription</td></tr><tr><td>quality</td><td/><td>t. material-word-quality</td><td/></tr></table>", |
| "text": "The resource trees of an Upper Model concept are assembled in its realization class. ~Concepts of the hierarchy of textual semantic categories are noted in sans-serif text.", |
| "html": null, |
| "num": null |
| }, |
| "TABREF2": { |
| "type_str": "table", |
| "content": "<table><tr><td/><td/><td>gregation rules.</td></tr><tr><td colspan=\"3\">With Text Structure Expansion F</td></tr><tr><td>Sentence Striping</td><td/><td/></tr><tr><td>Lexical Choice</td><td>~</td><td>[ Realizatioa Closes</td></tr><tr><td>Ordering Aggregation Insertion Cue Word</td><td/><td>] Textual Semantic I Categories</td></tr><tr><td>Layout</td><td colspan=\"2\">Text Structure</td></tr></table>", |
| "text": "Natural Deduction Proof Macroplanner ......................... R) k: ..................... the help of a concrete example we M~c'r~p]~e[ ......... ~ ...................... illustrate in this section how the Text Struc-", |
| "html": null, |
| "num": null |
| } |
| } |
| } |
| } |