{ "paper_id": "A92-1006", "header": { "generated_with": "S2ORC 1.0.0", "date_generated": "2023-01-19T02:03:39.577498Z" }, "title": "Applied Text Generation*", "authors": [ { "first": "Owen", "middle": [], "last": "Rambow", "suffix": "", "affiliation": { "laboratory": "", "institution": "University of Pennsylvania", "location": { "postCode": "19104", "region": "PA" } }, "email": "rambow@linc.cis.upenn" }, { "first": "Tanya", "middle": [], "last": "Korelsky", "suffix": "", "affiliation": {}, "email": "" } ], "year": "", "venue": null, "identifiers": {}, "abstract": "", "pdf_parse": { "paper_id": "A92-1006", "_pdf_hash": "", "abstract": [], "body_text": [ { "text": "This paper presents the Joyce system as an example of a fully-implemented, application-oriented text generation system. Joyce covers the whole range of tasks associated with text generation, from content selection to morphological processing. It was developped as part of the interface of the software design environment Ulysses. The following design goals were set for it:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "\u2022 The generated text must be of sufficiently high quality so that the user community of the underlying application accepts it as part of the documentation of software designs.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "\u2022 The generation must be fast enough so that the system can be used as a tool during the design process.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "\u2022 The system must be adaptable to new needs as they arise during further development of the underlying system, and it must be portable to completely new applications.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "While we were able to exploit existing research for many of the design issues, it turned out that we needed to develop our own approach to text planning (Rambow 1990) .", "cite_spans": [ { "start": 153, "end": 166, "text": "(Rambow 1990)", "ref_id": "BIBREF22" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "This paper will present the system and attempt to show how these design objectives led to particular design decisions. The structure of the paper is as follows. In Section 2, we will present the underlying application and give examples of the output of the System. In Section 3, we will discuss the overall structure of Joyce. We then discuss the three main components in turn: the text planner in Section 4, the sentence planner in Section 5 and the realizer in Section 6. We will discuss the text planner in some detail since it represents a new approach to the problem. Section 7 traces the generation of a short text. In Section 8, we address the problem of portability, and wind up by discussing some shortcomings of Joyce in the conclusion.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "\"Research on the original Joyce system (described in this paper) was supported by the AFSC at Rome Laboratory under grant no. F30602-85-C-0098 to Odyssey Research Associates. A successor system to Joyce has been under development at CoGenTex since early 1991. We would like to thank Richard Kittredge, Robert Rubinoff and two anonymous reviewers for helpful comments on earlier versions of this paper.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "The Joyce System in the Ulysses User Interface", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "2", "sec_num": null }, { "text": "The Joyce text generation system was developped a~ part of the software design environment Ulysses (Korelsky and Ulysses Staff 1988; Rosenthal et al 1988) Ulysses includes a graphical environment for the de. sign of secure, distributed software systems. The useJ manipulates icons that symbolize components (boxes) data ports of components (circles) and data flow between ports (arrows). Additional information, princi pally about the security level of the components ant ports, is entered through menus. The design proceed, hierarchically by top-down structural decomposition.", "cite_spans": [ { "start": 99, "end": 132, "text": "(Korelsky and Ulysses Staff 1988;", "ref_id": null }, { "start": 133, "end": 154, "text": "Rosenthal et al 1988)", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "2", "sec_num": null }, { "text": "As a tool in the user interface, Joyce generates two different types of texts about software designs:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "2", "sec_num": null }, { "text": "\u2022 It generates annotations of the design which are in tended to serve as part of the system documentatior during and after the design process. A short and long version of these texts are available. The lon~ version can be several paragraphs long. The text~ usefully complement the graphical representation~ since the graphical representation can show only om level in the structural decomposition, and since th, additional information that is available about eacl component (in particular, security level) cannot b, displayed graphically.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "2", "sec_num": null }, { "text": "\u2022 It is used to explain the result of the application o a heuristic security design tool, the \"flow analyzer\"", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "2", "sec_num": null }, { "text": "The texts Joyce generates are specifically conceived c as written texts. The text output is integrated into th graphical environment in such a way that much of th same interactive functionality is available either throug] the text output window or through the graphical inter face window. For example, if a designer reads the desig] annotation generated by Joyce and notices that the secu rity level of a component has been entered wrong, the1 the error can be corrected by clicking at the name of th component in the text window and accessing the apprc priate menu.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "2", "sec_num": null }, { "text": "As an example of the output of Joyce, consider the tex in Figure 2 . It is an annotation of the component \"Host\" The top level decomposition of this component is show] in Figure 1 . The text annotates the software design b: describing its structure and interpreting it in terms c Figure 4 is generated by 3oyce in order to report the results of the flow analyzer; the graphical representation of the underlying system can be seen in Figure 3 . Note that the structures of the two texts are quite different: while the Host text is structured according to more abstract categories such as design structure and functionality, the Black Box text follows the path of the insecure flow through the component.", "cite_spans": [], "ref_spans": [ { "start": 58, "end": 66, "text": "Figure 2", "ref_id": null }, { "start": 171, "end": 179, "text": "Figure 1", "ref_id": "FIGREF0" }, { "start": 280, "end": 288, "text": "Figure 4", "ref_id": "FIGREF2" }, { "start": 433, "end": 441, "text": "Figure 3", "ref_id": "FIGREF1" } ], "eq_spans": [], "section": "2", "sec_num": null }, { "text": "Joyce has been fully implemented in Common Lisp, and runs on the Symbolics Lisp Machine and on Sun workstations. A successor version has been ported to the Apple Macintosh.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "2", "sec_num": null }, { "text": "The multilevel Host is a complex component of the Station. It contains a Kernel, a TIP, a Process, a Net Handler and a group of Managers. The Process, the TIP, the Managers and the Net Handler communicate only through the Kernel. The manifestly secure Process and the Managers perform auxiliary functions. The Process is low-level. The TIP serves as interface to a User; the Net Handler handles communication with a Net. The security statuses of the TIP, the Classified information enters the Black Box through P6. It is passed through the Inputter to the Merger, which may upgrade it to top-secret. The Merger passes it to the Analyzer, which has been assumed secure. The Analyzer downgrades it to secret. It passes it through the Incrementor to the Formater, which downgrades it when a classified corrected reading leaves through P34. The Structure of Joyce Joyce consists of three separate modules, which perform distinct tasks and access their own knowledge bases (Figure 5 ).", "cite_spans": [], "ref_spans": [ { "start": 968, "end": 977, "text": "(Figure 5", "ref_id": null } ], "eq_spans": [], "section": "HOST: General Structure and Security Features", "sec_num": null }, { "text": "and produces a list of propositions, which represents both the content and the structure of the intended text. Each proposition is expressed in a languageindependent, conceptual frame-like formalism. It encodes a minimal amount of information, but can be realized as an independent sentence if necessary. The text planner draws on domain communication knowledge expressed in a high-level schema language (see Section 4).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The text planner accesses the domain representation", "sec_num": "1." }, { "text": "2. The sentence planner takes the list of propositions and determines how to express them in natural language. This task includes choosing lexicalizations and a syntactic structure for each proposition, and assembling these lexico-syntactic structures, called Deep Syntactic Representation or DSyntR, into larger sentences. It draws on knowledge captured in the conceptual/English dictionary.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The text planner accesses the domain representation", "sec_num": "1." }, { "text": "3. The linguistic realizer takes the syntactic structures and produces surface sentences. It draws on syntactic and morphological knowledge, expressed in the English lexicon.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The text planner accesses the domain representation", "sec_num": "1." }, { "text": "Usually, the different tasks of text generation are divided among two modules (planning and realization), ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The text planner accesses the domain representation", "sec_num": "1." }, { "text": "Text '.. .............. , , Tat Planner ....... ....... i i Conceptual Representation i Sentence Plannes\" ....... J ....... i v~-sr.,-~ ! Representation i Realizer -j", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The text planner accesses the domain representation", "sec_num": "1." }, { "text": "Figure 5: The Structure of Joyce rather than three. However, there is a certain amount of disagreement about where the line between the two is to be drawn. For example, MeKeown's TEXT (McKeown 1985) performs the tasks that Joyce classifies as sentence planning as part of the realization process, whereas Meteer's SPOKESMAN (Meteer 1989 ) classifies them as part of text planning. (See (Meteer 1990 , p.23sq) for a useful summary of the terminological issues 1.) In this paper, \"text planning\" will always be used in the narrow sense of \"content selection and organization\". The architecture of Joyce is directly influenced by that of the SEMSYN system (RSsner 1987; RSsner 1988) . RSsner divides the realization component into two parts, the \"generator kernel\" and the \"generator front end\". This distinction is mirrored exactly by the distinction between sentence planning and realization in Joyce.", "cite_spans": [ { "start": 184, "end": 198, "text": "(McKeown 1985)", "ref_id": "BIBREF14" }, { "start": 324, "end": 336, "text": "(Meteer 1989", "ref_id": "BIBREF17" }, { "start": 386, "end": 398, "text": "(Meteer 1990", "ref_id": "BIBREF18" }, { "start": 653, "end": 666, "text": "(RSsner 1987;", "ref_id": "BIBREF23" }, { "start": 667, "end": 679, "text": "RSsner 1988)", "ref_id": "BIBREF24" } ], "ref_spans": [], "eq_spans": [], "section": "The text planner accesses the domain representation", "sec_num": "1." }, { "text": "There are two main advantages to such a tripartite architecture, one conceptual and the other practical. Conceptually, the advantage is that linguistic planning tasks are clearly separated from the actual grammar, which comprises word order and morphological rules. These rules can be stated independently of the formulation of purely semantic rules that determine lexical and syntactic choices. This modularity makes the system more maintainable. The linguistic planning tasks should, however, be clearly separated from the textual planning tasks: while the linguistic planning tasks are languagedependent, the textual planning tasks appear not to be 2.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The text planner accesses the domain representation", "sec_num": "1." }, { "text": "1 Note that the tasks Meteer groups together as \"Syntax\" -choosing the syntactic structure and linearization -are inseparable only in certain syntactic representations. In Joyce, the Deep-Syntactic Representation encodes syntactic structure but not linear order (see Section 6 for details).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The text planner accesses the domain representation", "sec_num": "1." }, { "text": "2We are not aware of any example in which different text plans (as defined here) are needed for different languages. The fact that functionally similar texts may display different structures in different cultures should not be confused with language-specific constraints on text structure.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The text planner accesses the domain representation", "sec_num": "1." }, { "text": "Thus, if multi-lingual generation is desired, text planning and sentence planning ought to be performed by distinct components.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The text planner accesses the domain representation", "sec_num": "1." }, { "text": "On a more practical level, modularity in design and implementation can be exploited by parallel processing of independent modules. While the current implementations of Joyce do not allow for parallel execution, the incremental processing of parallel computing tasks on a serial machine is also advantageous, as is argued in the WIP project (Wahlster et al 1991; Harbusch et al 1991) 3. Incrementality reduces the initial response time of the system (though not the overall processing time). This can be crucial if multi-paragraph text is to be generated by an interface tool. In the Joyce system, the text planner cedes control to the sentence planner as soon as the text planner has defined a proposition. Once the sentence planner has constructed the DSyntR of a complete sentence, it sends it to the realizer which generates the English sentence. Thus, the first sentence is output by Joyce shortly after the text generator is invoked; text continues to be output approximately at reading speed. The effect is that a user of the text generator has the impression that he or she never has to wait for the system to respond, even when it is generating lengthy texts.", "cite_spans": [ { "start": 340, "end": 361, "text": "(Wahlster et al 1991;", "ref_id": null }, { "start": 362, "end": 382, "text": "Harbusch et al 1991)", "ref_id": "BIBREF5" } ], "ref_spans": [], "eq_spans": [], "section": "The text planner accesses the domain representation", "sec_num": "1." }, { "text": "Throughout the system, processing is message-driven in the sense of (McDonald et al 1987): control lies in the input, which is used to construct the next level of representation. There is no need for backtracking or feedback from one level of processing to an earlier one. As is argued by McDonald el al., such an architecture contributes to processing efficiency.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The text planner accesses the domain representation", "sec_num": "1." }, { "text": "We will now discuss the three modules of Joyce in more detail.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The text planner accesses the domain representation", "sec_num": "1." }, { "text": "The Text Planner", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "4", "sec_num": null }, { "text": "Prior to the design of the text planning component of Joyce, several existing approaches were studied. Since the structure of the descriptive text ( Figure 2 ) does not mirror the structure of the domain, Paris's \"procedural strategy\" (Paris and McKeown 1987 ) cannot be used in general. Hovy's RST-based planner (Hovy 1988) assumes that content selection has Mready been performed, contrary to the situation in the Ulysses application; furthermore, there are efficiency problems in a pure STRIPS-like planning paradigm. We therefore found McKeown's schema-based approach (McKeown 1985) to be the most promising. However, it turned out that general rhetorical schemas cannot adequately capture the structure of the intended texts. In (Kittredge et al 1991) , we argue that planning certain types of texts -such as reports and descriptions -requires domain-specific knowledge about how to communicate in that domain. That knowledge we call \"domain communication knowledge\" (DCK). For example, in describing secure system designs 3Incrementality within the realizer has little practical benefit when the realizer is reasonably fast; its study is mainly motivated by psycholinguistic considerations. Therefore, there was no attempt in Joyce to make the realizer incremental. you must relate the security level of each component, but not, say, the number of ports or their security levels. Furthermore, the connectivity of components should be stated before their functionality. In the flow analyzer text, the security levels of the components need not be communicated at all, but if a component (other than the final component of the path) downgrades information, it must be stated whether and why the component is secure. This very precise knowledge about which domain information needs to communicated and in what order cannot simply be derived from general principles. We have also argued that in many existing text planning systems, such DCK has been encoded implicitly. In the interest of efficiency, modularity and portability we have decided to represent DCK explicitly in Joyce.", "cite_spans": [ { "start": 235, "end": 258, "text": "(Paris and McKeown 1987", "ref_id": "BIBREF21" }, { "start": 313, "end": 324, "text": "(Hovy 1988)", "ref_id": "BIBREF6" }, { "start": 572, "end": 586, "text": "(McKeown 1985)", "ref_id": "BIBREF14" }, { "start": 734, "end": 756, "text": "(Kittredge et al 1991)", "ref_id": "BIBREF11" } ], "ref_spans": [ { "start": 149, "end": 157, "text": "Figure 2", "ref_id": null } ], "eq_spans": [], "section": "4", "sec_num": null }, { "text": "We have developed a \"schema language\" for easy representation of DCK, called DICKENS (Domain Communication Knowledge ENcoding Schemas). The schemas are similar in form to those used by McKeown. Basically, schemas can be seen as a description of text structure. The system, however, interprets each schema as a list of instructions. The instructions can be calls to other schemas, recursive calls to the same schema, or they can be one of a set of special commands provided by the schema language. One special command produces a specific proposition and sends it to the sentence planner. Other special commands support conditional branching and iteration. During execution, each schema is associated with a particular subset of the domain representation, which is called the focus (in the sense of McKeown's \"global focus\"). In the Ulysses application, the focus always corresponds to one component. There are special commands to shift the focus. In addition to the focus, which limits the domain representation from which information can be communicated, a theme can be set which determines information structure within individual propositions. The theme corresponds to McKeown's \"local focus\". As has been widely recognized, thematic structure affects issues such as grammatical voice at the linguistic level.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "4", "sec_num": null }, { "text": "In addition, two further special commands were found to be necessary in order to perform text planning:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "4", "sec_num": null }, { "text": "\u2022 A portion of the text plan can be edited. To do this, a schema is called, but any propositions that are created (by the schema or by any schema it calls) are not sent to the sentence planner. They are kept on a separate list in the order they are created. When the execution of the schema terminates, an editing function is applied to the list. The editing function can delete propositions, change their order, change their contents or create new ones. The choice of an editing function depends on the domain and on the particular requirements of the text. Further study is needed in order to determine the types of editing operations that can be made and to devise a high-level language to express them; the goal is to eventually establish a library of editing operations. Typical editing operations we have used include juxtaposing similar propositions or juxtaposing propositions with certain similar slots (typically, the agent slot). An example is given in Section 7.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "4", "sec_num": null }, { "text": "This type of revision is different from the revision discussed in (Gabriel 1988) and (Meteer 1991) . In these systems, the linguistic specification of the target texts is revised. In Joyce, it is the text plan itself, i.e. the pre-linguistic representation of text content and structure, that is subject to revision.", "cite_spans": [ { "start": 66, "end": 80, "text": "(Gabriel 1988)", "ref_id": "BIBREF4" }, { "start": 85, "end": 98, "text": "(Meteer 1991)", "ref_id": "BIBREF19" } ], "ref_spans": [], "eq_spans": [], "section": "4", "sec_num": null }, { "text": "\u2022 Schemas can post to a \"blackboard\", and check this blackboard for messages. This allows for additional control and communication between schemas which are called at different times during the text planning process and cannot communicate with each other directly.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "4", "sec_num": null }, { "text": "Instead of being templates that limit the structure of the text to certain preconceived types, the schemas are now an explicit and compact representation of domain communication knowledge.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "4", "sec_num": null }, { "text": "The Sentence Planner", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "5", "sec_num": null }, { "text": "The sentence planner combines all those planning tasks that are specific to the target language. It receives propositions from the text planner and sends the DSyntR of complete sentences to the realizer for processing. It has two main tasks: first, it chooses lexical and syntactic realizations by consulting the Conceptual/English dictionary; second, it determines sentence scope by merging the DSyntR of individual propositions. We will discuss each of these steps in turn. The Conceptual/English dictionary is implemented as a set of procedures that operate on the propositions. Each proposition is mapped into the DSyntR of a clause (i.e., its root is a verb). Lexicalization can take pragmatic factors into account. It can also refer to a history of lexicalizations if lexical variation is desired. After a DSyntR has been constructed, certain syntactic paraphrase operations are performed if necessary, for example passivization if a grammatical object is the theme of the sentence, or if the subject is absent.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "5", "sec_num": null }, { "text": "The second task of the sentence planner is to determine the scope of sentences. Combining the linguistic realization of propositions into larger sentences is a crucial issue because it increases the quality of the generated text. For example, The low-level Address Register and the multilevel Locator are data-bases (from the Host text in Figure 2 ) is significantly better than the four clauses from which it was formed: The Address Register is a data-base. It is low-level. The Locator is a data-base. It is multilevel. An informal study in which subjects were asked to revise a (grammatical) text containing only single-proposition sentences supported the claim that longer sentences are preferred over shorter ones whenever possible and reasonable.", "cite_spans": [], "ref_spans": [ { "start": 339, "end": 347, "text": "Figure 2", "ref_id": null } ], "eq_spans": [], "section": "5", "sec_num": null }, { "text": "The first question that arises is at what level propositions should be combined. To date, the issue of sentence scoping has always been dealt with at a pre-linguistic, conceptual level (e.g. (Dale 1988) or (Carcagno and Iordanskaja 1989) ). However, different languages have different syntactic means of combining clauses; clause combining must refer to the specific linguistic resources of the target language. Therefore, in Joyce the task is performed by the sentence planner rather than the text planner 4. Joyce performs the following syntactic clausecombining operations: Relative clause formation, adjectival attachment (the process by which an adjective from a copula-construction is embedded in an NP), and conjunction. Conjunction includes multiple conjunctions of more than one clause, and may lead to elision of repeated sentence elements (\"conjunction reduction\"). For example, in the example quoted above, the lexeme data base occurs only once in the conjoined sentence.", "cite_spans": [ { "start": 191, "end": 202, "text": "(Dale 1988)", "ref_id": "BIBREF1" }, { "start": 206, "end": 237, "text": "(Carcagno and Iordanskaja 1989)", "ref_id": "BIBREF0" } ], "ref_spans": [], "eq_spans": [], "section": "5", "sec_num": null }, { "text": "The second question that arises is how clause combination should be restricted. We have identified stylistic and discourse constraints. The stylistic constraints are constraints against the sentence becoming too long (an upper bound on the number of clauses that can be combined into one sentence), and a constraint on recursive embedding of relative clauses. Discourse constraints are imposed by the structure of the text: clauses belonging to conceptually distinct text units should not be combined. The text planner can send a special message, called conceptual-break, to the sentence planner. It signals the beginning of a new textual unit. These special messages are triggered by appropriate indications in the DICKENS specifcation of the DCK.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "5", "sec_num": null }, { "text": "The algorithm is as follows. The sentence planner maintains a \"current\" DSyntR. Each incoming proposition is translated into a DSyntR, which the sentence planner then attempts to merge with the current DSyntR. If none of the clause combination strategies work, or if stylistic heuristics interfere, or if the incoming proposition is a conceptual-break, the current DSyntR is sent to the realizer and the new DSyntR becomes the current one. The process of clause combination can be very easily modeled at the DSyntR level: relative clause formation and conjunction reduce to simple tree composition operations. (In the case of adjectival attachment only the adjective node is attached.) Issues such as word order in relative clauses, the morphological form of the complementizer, and conjunction reduction can be dealt with at further stages of processing.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "5", "sec_num": null }, { "text": "The linguistic component is based on Meaning-Text Theory (MTT) (Mel'~uk 1988), and is a reimplementation (in Lisp) of Polgu~re's Prolog implementation of a Meaning-Text model for English (Iordanskaja et al 1988; Iordanskaja et al 1991) .", "cite_spans": [ { "start": 187, "end": 211, "text": "(Iordanskaja et al 1988;", "ref_id": "BIBREF8" }, { "start": 212, "end": 235, "text": "Iordanskaja et al 1991)", "ref_id": "BIBREF9" } ], "ref_spans": [], "eq_spans": [], "section": "The Linguistic Realizer", "sec_num": "6" }, { "text": "MTT defines three successive levels of representation. With each level of representation is associated a component which transforms the representation into the next higher level. Each component is implemented as a separate module in Joyce.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The Linguistic Realizer", "sec_num": "6" }, { "text": "\u2022 The Deep-Syntactic Representation (DSyntR) is a dependency grammar tree representing the syntactic relationships between the meaning-bearing 4In Section 7, we discuss an example in which two propositions are merged by the text planner. The crucial point is that in that example, the two propositions are merged into a single proposition. Here, we are discussing cases in which two distinct propositions are linguistically realized in the same sentence. Figure 6 . Note that the function words the, is, to are not yet represented.", "cite_spans": [], "ref_spans": [ { "start": 455, "end": 463, "text": "Figure 6", "ref_id": "FIGREF4" } ], "eq_spans": [], "section": "The Linguistic Realizer", "sec_num": "6" }, { "text": "\u2022 The Surface-Syntactic Representation (SSyntR) is also a dependency grammar representation, but it includes all lexemes of the final sentence. The transition between DSyntR and SSyntR is achieved by looking up function words in the English lexicon. and by expanding grammatical features such as verb tenses.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The Linguistic Realizer", "sec_num": "6" }, { "text": "\u2022 The Deep Morphological Representation (DMor-phR) is a linearization of the nodes of the SSyntR.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The Linguistic Realizer", "sec_num": "6" }, { "text": "\u2022 The Surface Morphological Representation is in fac! the written form of the English sentence. Morphological processing is done by a component closel~ based on SUTRA-S (Emele and Momma 1985) .", "cite_spans": [ { "start": 169, "end": 191, "text": "(Emele and Momma 1985)", "ref_id": "BIBREF3" } ], "ref_spans": [], "eq_spans": [], "section": "The Linguistic Realizer", "sec_num": "6" }, { "text": "While linguistic realizers based on other theories coulc have been used, this MTT-based approach offers the following advantages:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The Linguistic Realizer", "sec_num": "6" }, { "text": "\u2022 The approach is based on an independently moti. vated linguistic theory. Much linguistic work ha., already been done in the MTT framework (for ex. ample (Mel'6uk and Pertsov 1987)).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The Linguistic Realizer", "sec_num": "6" }, { "text": "\u2022 The modularization of different types of linguisti~ knowledge makes the grammar easier to maintain Parallelism in computation could be exploited.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The Linguistic Realizer", "sec_num": "6" }, { "text": "\u2022 The dependency grammar used to express the tw( syntactic levels of representation permits the sepa ration of the semantically relevant issue of grammat ical relations (e.g., subjecthood) from pragmaticall] relevant issues of surface word order (e.g., topical ization).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The Linguistic Realizer", "sec_num": "6" }, { "text": "As an example, consider the sample text in Figure 4 . I describes the occurrence of an insecure flow in compo nent Black Box. The texts that explain insecure flow; are generated by a set of eight schemas, one of which i shown in Figure 7 . It is the first that is invoked. Special commands are preceded by a colon; command not starting with a colon are calls to other schemas (defschema flow-analysis-error :title \"Insecure flow\" : theme \"information\"", "cite_spans": [], "ref_spans": [ { "start": 43, "end": 51, "text": "Figure 4", "ref_id": "FIGREF2" }, { "start": 229, "end": 237, "text": "Figure 7", "ref_id": null } ], "eq_spans": [], "section": "An Example", "sec_num": "7" }, { "text": ":make-proposition (insecure-flow :location focus) :make-proposition (enter :agent (get-infornation) :object focus :location (entry-port focus)) :make-proposition (id-security :agent (get-information) :value (get-level (entry-port focus))) conceptual-break :shift-focus-and-edit (next-component initial-follow-path #'merge-send-data)) Figure 7 : The FLOW ANALYZER schema The arguments to special commands immediately follow the command. The :title special command generates a title. Command :theme sets the initial theme of the paragraph, influencing issues such as passivization. Then follow three :make-proposition commands, which each produce one proposition. The first argument to :make-proposition is the class of the proposition. The slots are typically filled with pointers into the domain representation of the application program. focus is a pointer maintained by the text planner which refers to the global focus (currently the component Black Box, represented by pointer #), while get-information and entry-port are functions provided by the underlying application program. Not all arguments must be filled by a :make-proposition command; the sentence planner will choose lexical and syntactic realizations accordingly. The text planner sends an insecure-flow proposition to the sentence planner, which translates it into a DSyntR tree (which represents the clause In the Black Box an insecure flow occurs) and returns control to the text planner. The text planner then proceeds to the next :make-proposition command, and sends the proposition shown in Figure 8 to the sentence planner. When the sentence planner re-", "cite_spans": [ { "start": 68, "end": 99, "text": "(enter :agent (get-infornation)", "ref_id": null } ], "ref_spans": [ { "start": 334, "end": 342, "text": "Figure 7", "ref_id": null }, { "start": 1584, "end": 1592, "text": "Figure 8", "ref_id": null } ], "eq_spans": [], "section": "An Example", "sec_num": "7" }, { "text": "ENTER AGENT # OBJECT # LOCATION #", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "An Example", "sec_num": "7" }, { "text": "Figure 8: The ENTER proposition ceives the enter proposition, it translates it into the DSyntR tree shown in Figure 9 , which could be expressed as the clause information enters the Black Box through P6. Note that the choice of enter as verb is due to the fact that information is currently the theme; if Black Box were the theme, the choice would have been receives. The sentence planner then tries to combine the new DSyntR with the current one (which was derived from the previous proposition). This fails (since the two clauses have different verbs and different actants), so the current DSyntR is sent to the realizer, which prints out the first sentence. becomes the current one. Control is returned to the text planner, which processes the third :make-proposition command and sends the appropriate proposition to the sentence planner. The sentence planner generates the clausal DSyntR tree shown in Figure 10 (the information is classified). It then attempts to combine the new information classified def'mite adjective Figure 10 : DSyntR of sentence The information is classified clause with the \"current DSyntR\", first using the adjectival attachment strategy. This succeeds, yielding the tree shown in Figure 11 . It then returns control to the text planner, since another clause could be merged with the current DSyntR. The text planner then calls schema conceptual-break. The only effect of this schema is to send a conceptual-break message to the sentence planner, which thereupon sends its current DSyntR to the realizer. The realizer prints out the surface sentence Classified information enters the Black Box through P6. The last command of the schema first shifts the (global) focus to next-component, which is the next component traversed by the insecure flow. The second argument of the : shift-focus-and-edit command designates the next schema to be called. This corn- mand also initiates the editing process. All propositions that are generated as a result of this command are kept on a list rather than sent to the sentence planner. When the command has been executed, the list is edited by the function given as the third argument, #'merge-send-data. The effect of this function is to combine two successive send propositions into a single, new one, so that two clauses such as the Analyzer sends the information to the Incrementor and the Incrementor sends the information to the Formater yield the Analyzer sends the information to the Formater through the Incrementor. Note that this combination is not a linguistic one but a conceptual one, since it relies on facts about sending data in this domain, rather than on the syntax or lexical semantics about the verb send. It must therefore be performed by the text planner, and not the sentence planner.", "cite_spans": [], "ref_spans": [ { "start": 109, "end": 117, "text": "Figure 9", "ref_id": "FIGREF5" }, { "start": 906, "end": 915, "text": "Figure 10", "ref_id": "FIGREF0" }, { "start": 1027, "end": 1036, "text": "Figure 10", "ref_id": "FIGREF0" }, { "start": 1212, "end": 1221, "text": "Figure 11", "ref_id": "FIGREF0" } ], "eq_spans": [], "section": "An Example", "sec_num": "7" }, { "text": "Porting is an important way to evaluate complete applied text generation systems, since there is no canonical set of tasks that such a system must be able to perform and on which it can be tested. (Realization components, on the other hand, can be tested for their syntactic and perhaps lexical coverage.) Joyce was originally designed to generate only component descriptions (as in Figure 2 ). The \"flow analyzer\" heuristic tool was added later to the system, and the completely different type of text it required was a first successful test of Joyce and its text planner in particular. The modular design of Joyce proved beneficial during the porting to the new application. The following conceptually well-defined tasks were required during the development of the \"flow analyzer\" application: 1. Since the flow analyzer is a new type of tool, no corpus of texts was available for study. Instead, sample texts were written by hand and critiqued by domain experts. The texts were then revised and resubmitted to the experts. The \"ideal text\" that emerged was then analyzed and the DCK needed to generate it expressed in terms of schemas. We interpret the cycle of writing, critiquing and revising as a process of DCK acquisition.", "cite_spans": [], "ref_spans": [ { "start": 383, "end": 391, "text": "Figure 2", "ref_id": null } ], "eq_spans": [], "section": "Porting the System", "sec_num": null }, { "text": "2. New classes of proposition were defined. These include enter, upgrade and downgrade. Some of the proposition classes from the earlier descriptive application could be reused, such as send.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Porting the System", "sec_num": null }, { "text": "3. The Conceptual/English dictionary was extended to account for the new proposition classes.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Porting the System", "sec_num": null }, { "text": "4. Several new lexical items were entered into the English lexicon. For example, the English lexeme downgrade subcategorizes for two nouns and a propositional phrase obligatorily headed by to.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Porting the System", "sec_num": null }, { "text": "Note that those parts of Joyce that deal with facts of English (including clause combination) needed no attention (other than updating the lexicon).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Porting the System", "sec_num": null }, { "text": "We are currently working on porting a successor of Joyce to several new applications, including the generation of project management reports. Initial results, including a prototype, are encouraging.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Porting the System", "sec_num": null }, { "text": "We are aware of several shortcomings of Joyce, which we will address in future versions of the system.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Conclusion", "sec_num": "9" }, { "text": "\u2022 While we have argued in (Kittredge et al 1991) that rhetoric cannot be the central guiding principle in text planning, it appears to play an important role as a constraint on possible text structures. Furthermore, it helps determine the use of connectives between rhetorically related clauses. Finally, it may determine when conceptual breaks occur in text structure which affect sentence scoping (Scott and de Souza 1990) . We are currently investigating the option of augmenting the DCK schemas with rhetorical annotations.", "cite_spans": [ { "start": 26, "end": 48, "text": "(Kittredge et al 1991)", "ref_id": "BIBREF11" }, { "start": 399, "end": 424, "text": "(Scott and de Souza 1990)", "ref_id": "BIBREF25" } ], "ref_spans": [], "eq_spans": [], "section": "Conclusion", "sec_num": "9" }, { "text": "\u2022 The current form of the Conceptual/English dictionary is not satisfactory, since the dictionary writer is too free in writing dictionary entries. For example, the dictionary could be used as a back door for the introduction of new content which the text planner was (for whatever reasons) unable to plan. Meteer discusses the same problem in McKeown's original TEXT system (Meteer 1990, p.35 ). An interface to the dictionary that is more restrictive is needed.", "cite_spans": [ { "start": 375, "end": 393, "text": "(Meteer 1990, p.35", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Conclusion", "sec_num": "9" }, { "text": "\u2022 While it is possible to set a theme in the text plan, thematic structure has not received sufficient attention. Rules of thematic progression (as implemented, for instance, in McKeown's TEXT) are not taken into consideration. Furthermore. clause combination is also sensitive to thematic structure (Kuno 1976; Derr and McKeown 1986: Iordanskaja 1989) , which is currently not taken intc account.", "cite_spans": [ { "start": 300, "end": 311, "text": "(Kuno 1976;", "ref_id": "BIBREF12" }, { "start": 312, "end": 320, "text": "Derr and", "ref_id": "BIBREF2" }, { "start": 321, "end": 352, "text": "McKeown 1986: Iordanskaja 1989)", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Conclusion", "sec_num": "9" }, { "text": "Despite these shortcomings, Joyce has proven to be successful and useful tool in the Ulysses user interface. I! has met the design objectives of speed and quality, and our experience in porting the text generator to new task., and to new applications indicates that Joyce is a flexible system that can adapt to a variety of text generatior tasks.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Conclusion", "sec_num": "9" } ], "back_matter": [], "bib_entries": { "BIBREF0": { "ref_id": "b0", "title": "Content Determination and Text Structuring in Gossip", "authors": [ { "first": "Denis", "middle": [], "last": "Carcagno", "suffix": "" }, { "first": "Lidija", "middle": [], "last": "Iordanskaja", "suffix": "" } ], "year": 1989, "venue": "Proceedings of the Second European Workshop on Text Generation", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Carcagno, Denis and Iordanskaja, Lidija, 1989. Con- tent Determination and Text Structuring in Gossip. In Proceedings of the Second European Workshop on Text Generation. Edinburgh.", "links": null }, "BIBREF1": { "ref_id": "b1", "title": "Generating Referring Expressions in a Domain of Objects and Processes", "authors": [ { "first": "Robert", "middle": [], "last": "Dale", "suffix": "" } ], "year": 1988, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Dale, Robert, 1988. Generating Referring Expressions in a Domain of Objects and Processes. PhD thesis, University of Edinburgh.", "links": null }, "BIBREF2": { "ref_id": "b2", "title": "Using Focus to Generate Complex and Simple Sentences", "authors": [ { "first": "Marcia", "middle": [ "A" ], "last": "Derr", "suffix": "" }, { "first": "Kathleen", "middle": [ "R" ], "last": "Mckeown", "suffix": "" } ], "year": 1986, "venue": "24 th Meeting of the Association for Computational Linguistics (ACL'86), ACL", "volume": "", "issue": "", "pages": "319--326", "other_ids": {}, "num": null, "urls": [], "raw_text": "Derr, Marcia A. and McKeown, Kathleen R., 1986. Us- ing Focus to Generate Complex and Simple Sentences. In 24 th Meeting of the Association for Computational Linguistics (ACL'86), ACL, pages 319-326.", "links": null }, "BIBREF3": { "ref_id": "b3", "title": "SUTRA-S: Erweiternngen eines Generator-Front-End fiir das SEMSYN-Projekt", "authors": [ { "first": "Martin", "middle": [], "last": "Emele", "suffix": "" }, { "first": "Stefan", "middle": [], "last": "Momma", "suffix": "" } ], "year": 1985, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Emele, Martin and Momma, Stefan, 1985. SUTRA- S: Erweiternngen eines Generator-Front-End fiir das SEMSYN-Projekt. Technical Report, Universit~t Stuttgart.", "links": null }, "BIBREF4": { "ref_id": "b4", "title": "Deliberate Writing", "authors": [ { "first": "Richard", "middle": [ "P" ], "last": "Gabriel", "suffix": "" } ], "year": 1988, "venue": "Natural Language Generation Systems", "volume": "", "issue": "", "pages": "1--46", "other_ids": {}, "num": null, "urls": [], "raw_text": "Gabriel, Richard P., 1988. Deliberate Writing. In Mc- Donald, David D. and Bolc, Leonard (editors), Natural Language Generation Systems, pages 1-46. Springer Verlag.", "links": null }, "BIBREF5": { "ref_id": "b5", "title": "Incremental Syntax Generation with Tree Adjoining Grammars", "authors": [ { "first": "Karin", "middle": [ ";" ], "last": "Harbusch", "suffix": "" }, { "first": "Wolfgang", "middle": [ ";" ], "last": "Finkler", "suffix": "" }, { "first": "Anne", "middle": [], "last": "Schauder", "suffix": "" } ], "year": 1991, "venue": "Proceedings 4.Int. GI-Kongress Wissensbasiertc Systeme, GWAI. Miinchen", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Harbusch, Karin; Finkler, Wolfgang; and Schauder, Anne, 1991. Incremental Syntax Generation with Tree Adjoining Grammars. In Proceedings 4.Int. GI- Kongress Wissensbasiertc Systeme, GWAI. Miinchen.", "links": null }, "BIBREF6": { "ref_id": "b6", "title": "Planning coherent multisententim text", "authors": [ { "first": "Eduard", "middle": [ "H" ], "last": "Hovy", "suffix": "" } ], "year": 1988, "venue": "Proceedings of the 26th Annual Meeting, ACL", "volume": "", "issue": "", "pages": "163--169", "other_ids": {}, "num": null, "urls": [], "raw_text": "Hovy, Eduard H., 1988. Planning coherent multisenten- tim text. In Proceedings of the 26th Annual Meeting, ACL, pages 163-169. Buffalo.", "links": null }, "BIBREF7": { "ref_id": "b7", "title": "Communicative Structure and Its Use During Text Generation", "authors": [ { "first": "Lidija", "middle": [], "last": "Iordanskaja", "suffix": "" } ], "year": 1989, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Iordanskaja, Lidija, 1989. Communicative Structure and Its Use During Text Generation. Technical Re- port TR 15-10, Odyssey Research Associates, Ithaca, NY/Montr~al, PQ.", "links": null }, "BIBREF8": { "ref_id": "b8", "title": "Implementing the Meaning-Text Model for Language Generation", "authors": [ { "first": "Lidija", "middle": [ ";" ], "last": "Iordanskaja", "suffix": "" }, { "first": "Richard", "middle": [ ";" ], "last": "Kittredge", "suffix": "" }, { "first": "Alain", "middle": [], "last": "Polgu~re", "suffix": "" } ], "year": 1988, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Iordanskaja, Lidija; Kittredge, Richard; and Polgu~re, Alain, 1988. Implementing the Meaning-Text Model for Language Generation. Paper presented at COLING-88.", "links": null }, "BIBREF9": { "ref_id": "b9", "title": "Lexical Selection and Paraphrase in a Meaning-Text Generation Model", "authors": [ { "first": "Lidija", "middle": [ ";" ], "last": "Iordanskaja", "suffix": "" }, { "first": "Richard", "middle": [ ";" ], "last": "Kittredge", "suffix": "" }, { "first": "Alain", "middle": [], "last": "Polgu~re", "suffix": "" } ], "year": 1991, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Iordanskaja, Lidija; Kittredge, Richard; and Polgu~re, Alain, 1991. Lexical Selection and Paraphrase in a Meaning-Text Generation Model. In Paris, Cecile;", "links": null }, "BIBREF10": { "ref_id": "b10", "title": "Natural Language Generation in Artifical Intelligence and Computational Linguistics", "authors": [ { "first": "William", "middle": [ ";" ], "last": "Swartout", "suffix": "" }, { "first": "William", "middle": [], "last": "Mann", "suffix": "" } ], "year": null, "venue": "", "volume": "", "issue": "", "pages": "293--312", "other_ids": {}, "num": null, "urls": [], "raw_text": "Swartout, William; and Mann, William (editors), Nat- ural Language Generation in Artifical Intelligence and Computational Linguistics, pages 293-312. Kluwer Academic Publishers.", "links": null }, "BIBREF11": { "ref_id": "b11", "title": "On the Need for Domain Communication Knowledge", "authors": [ { "first": "Richard", "middle": [ ";" ], "last": "Kittredge", "suffix": "" }, { "first": "Tanya", "middle": [ ";" ], "last": "Korelsky", "suffix": "" }, { "first": "Owen", "middle": [], "last": "Rambow", "suffix": "" } ], "year": 1991, "venue": "Computational Intelligence", "volume": "7", "issue": "4", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Kittredge, Richard; Korelsky, Tanya; and Rambow, Owen, 1991. On the Need for Domain Communica- tion Knowledge. Computational Intelligence 7(4).", "links": null }, "BIBREF12": { "ref_id": "b12", "title": "Subject, theme and the speaker's empathy -a reexamination of relativization phenomena", "authors": [ { "first": "S", "middle": [], "last": "Kuno", "suffix": "" } ], "year": 1976, "venue": "Subject and Topic", "volume": "", "issue": "", "pages": "417--444", "other_ids": {}, "num": null, "urls": [], "raw_text": "Kuno, S., 1976. Subject, theme and the speaker's empa- thy -a reexamination of relativization phenomena. In Li, Charles N. (editor), Subject and Topic, pages 417- 444. Academic Press.", "links": null }, "BIBREF13": { "ref_id": "b13", "title": "Factors contributing to efficiency in Natural Language Generation", "authors": [ { "first": "David", "middle": [ "D" ], "last": "Mcdonald", "suffix": "" }, { "first": ")", "middle": [], "last": "Meteer (vaughan", "suffix": "" }, { "first": "Marie", "middle": [ "W" ], "last": "Pustejovsky", "suffix": "" }, { "first": "James", "middle": [ "D" ], "last": "", "suffix": "" } ], "year": 1987, "venue": "Natural Language Generation", "volume": "", "issue": "", "pages": "159--181", "other_ids": {}, "num": null, "urls": [], "raw_text": "McDonald, David D.; Meteer (Vaughan), Marie W.; and Pustejovsky, James D., 1987. Factors contributing to efficiency in Natural Language Generation. In Kern- pen, Gerard (editor), Natural Language Generation, pages 159-181. Martinus Nijhoff Publishers.", "links": null }, "BIBREF14": { "ref_id": "b14", "title": "Text Generation. Cambridge University Press", "authors": [ { "first": "Kathleen", "middle": [], "last": "Mckeown", "suffix": "" } ], "year": 1985, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "McKeown, Kathleen, 1985. Text Generation. Cam- bridge University Press, Cambridge.", "links": null }, "BIBREF15": { "ref_id": "b15", "title": "Dependency Syntax: Theory and Practice", "authors": [ { "first": "Igor", "middle": [ "A" ], "last": "Mel'suk", "suffix": "" } ], "year": 1988, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Mel'Suk, Igor A., 1988. Dependency Syntax: Theory and Practice. State University of New York Press, New York.", "links": null }, "BIBREF16": { "ref_id": "b16", "title": "Surface Syntax of English", "authors": [ { "first": "Igor", "middle": [ "A" ], "last": "Mel'suk", "suffix": "" }, { "first": "Nikolaj", "middle": [ "V" ], "last": "Pertsov", "suffix": "" } ], "year": 1987, "venue": "John Benjamins", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Mel'Suk, Igor A. and Pertsov, Nikolaj V., 1987. Sur- face Syntax of English. John Benjamins, Amster- dam/Philadelphia.", "links": null }, "BIBREF17": { "ref_id": "b17", "title": "The SPOKESMAN Natural Language Generation System", "authors": [ { "first": "Marie", "middle": [ "W" ], "last": "Meteer", "suffix": "" } ], "year": 1989, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Meteer, Marie W., 1989. The SPOKESMAN Natural Language Generation System. Technical Report, BBN Systems and Technologies Corporation.", "links": null }, "BIBREF18": { "ref_id": "b18", "title": "The 'Generation Gap': The Problem of Expressibility in Text Planning", "authors": [ { "first": "Marie", "middle": [ "W" ], "last": "Meteer", "suffix": "" } ], "year": 1990, "venue": "BBN Systems and Technologies Corporation", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Meteer, Marie W., 1990. The 'Generation Gap': The Problem of Expressibility in Text Planning. Technical Report 7347, BBN Systems and Technologies Corpo- ration.", "links": null }, "BIBREF19": { "ref_id": "b19", "title": "The Implication of Revisions for Natural Language Generation", "authors": [ { "first": "Marie", "middle": [ "W" ], "last": "Meteer", "suffix": "" } ], "year": 1991, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Meteer, Marie W., 1991. The Implication of Revisions for Natural Language Generation. In Paris, Cecile;", "links": null }, "BIBREF20": { "ref_id": "b20", "title": "Natural Language Generation in Artificai Intelligence and Computational Linguistics", "authors": [ { "first": "William", "middle": [ ";" ], "last": "Swartout", "suffix": "" }, { "first": "William", "middle": [], "last": "Mann", "suffix": "" } ], "year": null, "venue": "", "volume": "", "issue": "", "pages": "155--177", "other_ids": {}, "num": null, "urls": [], "raw_text": "Swartout, William; and Mann, William (editors), Nat- ural Language Generation in Artificai Intelligence and Computational Linguistics, pages 155-177. Kluwer Academic Publishers.", "links": null }, "BIBREF21": { "ref_id": "b21", "title": "Discourse Strategies for Describing Complex Physical Objects", "authors": [ { "first": "Cecile", "middle": [ "L" ], "last": "Paris", "suffix": "" }, { "first": "Kathleen", "middle": [ "R" ], "last": "Mckeown", "suffix": "" } ], "year": 1987, "venue": "Natural Language Generation", "volume": "", "issue": "", "pages": "97--115", "other_ids": {}, "num": null, "urls": [], "raw_text": "Paris, Cecile L. and McKeown, Kathleen R., 1987. Dis- course Strategies for Describing Complex Physical Ob- jects. In Kempen, Gerard (editor), Natural Language Generation, pages 97-115. Martinus Nijhoff Publish- ers.", "links": null }, "BIBREF22": { "ref_id": "b22", "title": "Domain Communication Knowledge", "authors": [ { "first": "Owen", "middle": [], "last": "Rambow", "suffix": "" } ], "year": 1990, "venue": "Proceedings of the Fifth International Workshop on Natural Language Generation", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Rambow, Owen, 1990. Domain Communication Knowl- edge. In Proceedings of the Fifth International Work- shop on Natural Language Generation. Dawson, PA.", "links": null }, "BIBREF23": { "ref_id": "b23", "title": "The Automated News Agency SEMTEX -a Text Generator for German", "authors": [ { "first": "Dietmar", "middle": [], "last": "Rssner", "suffix": "" } ], "year": 1987, "venue": "Natural Language Generation: New Results in Artificial Intelligence, Psychology and Linguistics", "volume": "", "issue": "", "pages": "138--148", "other_ids": {}, "num": null, "urls": [], "raw_text": "RSsner, Dietmar, 1987. The Automated News Agency SEMTEX -a Text Generator for German. In Kem- pen, G. (editor), Natural Language Generation: New Results in Artificial Intelligence, Psychology and Lin- guistics, pages 138-148. Kluwer Academic Publishers, Boston.", "links": null }, "BIBREF24": { "ref_id": "b24", "title": "The SEMSYN Generation System: Ingredients, Applications, Prospects", "authors": [ { "first": "Dietmar", "middle": [], "last": "Rssner", "suffix": "" } ], "year": 1988, "venue": "Proceedings of the Second Conference on Applied Natural Language Processing", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "RSsner, Dietmar, 1988. The SEMSYN Generation Sys- tem: Ingredients, Applications, Prospects. In Pro- ceedings of the Second Conference on Applied Natural Language Processing, ACL. Austin.", "links": null }, "BIBREF25": { "ref_id": "b25", "title": "Getting the message across in RST-based Text Generation", "authors": [ { "first": "Donia", "middle": [ "R" ], "last": "Scott", "suffix": "" }, { "first": "Clarisse", "middle": [], "last": "De Souza", "suffix": "" }, { "first": "", "middle": [], "last": "Sieckenius", "suffix": "" } ], "year": 1990, "venue": "Current Research in Natural Langugae Generation", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Scott, Donia R. and de Souza, Clarisse Sieckenius, 1990. Getting the message across in RST-based Text Gen- eration. In Dale, Robert; Mellish, Chris; and Zock, Michael (editors), Current Research in Natural Lan- gugae Generation. Academic Press, London.", "links": null }, "BIBREF28": { "ref_id": "b28", "title": "WIP: The Coordinated Generation of Multimodal Presentations from a Common Representation", "authors": [ { "first": "Winfried", "middle": [ ";" ], "last": "Graf", "suffix": "" }, { "first": "Thomas", "middle": [], "last": "Rist", "suffix": "" } ], "year": 1991, "venue": "Proceedings of the 5th Conference of the European Chapter", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Graf, Winfried; and Rist, Thomas, 1991. WIP: The Coordinated Gen- eration of Multimodal Presentations from a Common Representation. In Proceedings of the 5th Conference of the European Chapter, ACL. Berlin.", "links": null } }, "ref_entries": { "FIGREF0": { "type_str": "figure", "num": null, "uris": null, "text": "The HOST Graphical Representation its security characteristics. The text in" }, "FIGREF1": { "type_str": "figure", "num": null, "uris": null, "text": "The BLACK BOX Graphical Representation BLACK BOX: INSECURE FLOW In the Black Box an insecure flow occurs." }, "FIGREF2": { "type_str": "figure", "num": null, "uris": null, "text": "The BLACK BOX Text 3" }, "FIGREF4": { "type_str": "figure", "num": null, "uris": null, "text": "DSyntR of sentence The Merger is passing information to the Analyzer words of a sentence. Sister nodes are unordered with respect to each other. The nodes are labelled with lexemes which are annotated with features. Numerical arc labels represent the syntactic arguments of the governing lexeme, while ATTR represents the attributive relation. An example is shown in" }, "FIGREF5": { "type_str": "figure", "num": null, "uris": null, "text": "DSyntR of sentence information enters the Black Box through P6" }, "FIGREF6": { "type_str": "figure", "num": null, "uris": null, "text": "DSyntR of sentence Classified information enters the Black Box through P6" } } } }