ACL-OCL / Base_JSON /prefixP /json /P88 /P88-1020.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "P88-1020",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T08:51:49.394668Z"
},
"title": "",
"authors": [
{
"first": "Eduard",
"middle": [
"H"
],
"last": "Hovy",
"suffix": "",
"affiliation": {},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Though most text generators are capable of simply stringing together more than one sentence, they cannot determine which order will ensure a coherent paragraph. A paragraph is coherent when the information in successive sentences follows some pattern of inference or of knowledge with which the hearer is familiar. To signal such inferences, speakers usually use relations that llnk successive sentences in fixed ways. A set of 20 relations that span most of what people usually say in English is proposed in the Rhetorical Structure Theory of Mann and Thompson. This paper describes the formalization of these relations and their use in a prototype text planner that structures input elements into coherent paragraphs.",
"pdf_parse": {
"paper_id": "P88-1020",
"_pdf_hash": "",
"abstract": [
{
"text": "Though most text generators are capable of simply stringing together more than one sentence, they cannot determine which order will ensure a coherent paragraph. A paragraph is coherent when the information in successive sentences follows some pattern of inference or of knowledge with which the hearer is familiar. To signal such inferences, speakers usually use relations that llnk successive sentences in fixed ways. A set of 20 relations that span most of what people usually say in English is proposed in the Rhetorical Structure Theory of Mann and Thompson. This paper describes the formalization of these relations and their use in a prototype text planner that structures input elements into coherent paragraphs.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "The Problem of Coherence",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "1",
"sec_num": null
},
{
"text": "The example texts in this paper are generated by Penman, a systemic grammar-based generator with larger coverage than probably any other existing text generator. Penman was developed at ISI (see [Mann & Matthiessen 831 , [Mann 831 , [Matthiessen 84] ). The input to Penman is produced by PEA (Programming Enhancement Advisor; see [Moore 87 ]), a program that inspects a user's LISP program and suggests enhancements. PEA is being developed to interact with the user in order to answer his or her questions about the suggested enhancements. Its theoretical focus is the production of explanations over extended interactions in ways that are superior to the simple goal-tree traversal of systems such as TYRESIAS ( [Davis 76] ) and MYCIN ( [Shortliffe 76] ).",
"cite_spans": [
{
"start": 195,
"end": 218,
"text": "[Mann & Matthiessen 831",
"ref_id": null
},
{
"start": 221,
"end": 230,
"text": "[Mann 831",
"ref_id": null
},
{
"start": 233,
"end": 249,
"text": "[Matthiessen 84]",
"ref_id": null
},
{
"start": 330,
"end": 339,
"text": "[Moore 87",
"ref_id": null
},
{
"start": 713,
"end": 723,
"text": "[Davis 76]",
"ref_id": null
},
{
"start": 738,
"end": 753,
"text": "[Shortliffe 76]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "1",
"sec_num": null
},
{
"text": "Supported by DARPA contract MDAg03 81 C0~5.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "1",
"sec_num": null
},
{
"text": "In answer to the question how does the system enhance a program~, the following text (not generated by Penman) is not satisfactory:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "1",
"sec_num": null
},
{
"text": "(a). The system performs the enhancement. Before *hat, the system resolves conficts.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "1",
"sec_num": null
},
{
"text": "First, the system asks the user to tell Jt the characteristic of the program to be enhanced. The system app//es transformations to the program. /t confrms the enhancement with the user. It scans the program in order to find opportunities to apply transfarmations to the program.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "1",
"sec_num": null
},
{
"text": "... because you have to work too hard to make sense of it. In contrast, using the same propositions (now rearranged and linked with appropriate connectives), paragraph (b) (generated by Penman) is far easier to understand:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "1",
"sec_num": null
},
{
"text": "(b). The system as/ca ~he user to tell it the characteristic of the program to be enhanced. Then the system applies transformations to the program. In particular, the system scans the program in order to ~nd opportunities to apply transformations to the program. Then the system resolves contlicts. It con~rms the enhancement with the user. Fina//y, it performs the enhancement.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "1",
"sec_num": null
},
{
"text": "Clearly, you do not get coherent text simply by stringing together sentences, even if they are related --note especially the underlined text in (b) and its corresponding three propositions in (a).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "1",
"sec_num": null
},
{
"text": "The goal of this paper is to describe a method of planning paragraphs to be coherent while avoiding unintended spurious effects that result from the juxtaposition of unrelated pieces of text.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "1",
"sec_num": null
},
{
"text": "This planning work, which can be called tezt siructuring, must obviously be clone before the actual generating of language can begin. Text structuring is one of a number of pre-generation text planning tasks. For some of the other tasks Penman has special-purpose domain-specific solutions. They include:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Text Structuring",
"sec_num": "2"
},
{
"text": "\u2022 aggregation: determining, for input elements, the appropriate level of detail (see [Hovy 87 ]), the scoping of sentences, and the use of connectives",
"cite_spans": [
{
"start": 85,
"end": 93,
"text": "[Hovy 87",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Text Structuring",
"sec_num": "2"
},
{
"text": "\u2022 reference: determining appropriate ways of referring to items (see [Appelt 87a , 87b])",
"cite_spans": [
{
"start": 69,
"end": 80,
"text": "[Appelt 87a",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Text Structuring",
"sec_num": "2"
},
{
"text": "\u2022 hypotheticals: determining the introduction, scope, and closing of hypothesis contexts (spans of text in which some values are assumed, as in air you want to go to the game, then ... ~)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Text Structuring",
"sec_num": "2"
},
{
"text": "The problem of text coherence can be characterized in specific terms as follows. Assuming that input elements are sentence-or clause-sized chunks of representation, the permutation set of the input elements defines the space of possible paragraphs. A simplistic, brute-force way to achieve coherent text would be to search this space and pick out the coherent paragraphs. This search would be factorlally expensive. For example, in paragraph (b) above, the 7 input clusters received from PEA provide 7! ----5,040 candidate paragraphs. However, by utilizing the constraints imposed by coherence, one can formulate operators that guide the search and significantly limit the search to a manageable size. In the example, the operators described below produced only 3 candidate paragraphs. Then, from this set of remaining candidates, the best paragraph can be found by applying a relatively simple evaluation metric.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Text Structuring",
"sec_num": "2"
},
{
"text": "The contention of this paper is that, exercising proper care, the coherence relations that hold between successive pieces of text can be formulated as the abovementioned search operators and used in a hierarchical-expanslon planner to limit the search and to produce structures describing the coherent paragraphs.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Text Structuring",
"sec_num": "2"
},
{
"text": "The illustrate this contention, the Penman text structurer is a simplified top-down planner (as described first by [Sacerdoti 77] ). It uses a formalized version of the relations of Rhetorical Structure Theory (see immediately below) as plans. Its output is one (or more) tree(s) that describe the structure(s) of coherent paragraphs built from the input elements. Input elements are the leaves of the tree(s); they are sent to the Penman generator . to be transformed into sentences.",
"cite_spans": [
{
"start": 115,
"end": 129,
"text": "[Sacerdoti 77]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Text Structuring",
"sec_num": "2"
},
{
"text": "The heart of the problem is obviously coherence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Previous Approaches",
"sec_num": "3"
},
{
"text": "Coherent text can be defined as text in which the hearer knows how each part of the text relates to the whole; i.e., (a) the hearer knows why it is said, and (b) the hearer can relate the semantics of each part to a. single overarching framework.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Previous Approaches",
"sec_num": "3"
},
{
"text": "In 1978, Hobhs ([Hobhs 78, 79, 82]) recognized that in coherent text successive pieces of text are related in a specified set of ways. He produced a set of relations organised into four categories, which he postulated as the four types of phenomena that occur during conversation. His argument, unfortunately, contains a number of shortcomings; not only is the categorization not well-motivated, but the llst of relations is incomplete.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Previous Approaches",
"sec_num": "3"
},
{
"text": "In her thesis work, McKeown took a different approach ([McKeown 82] ). She defined a set of relatively static schemas that represent the structure of stereotypical paragraphs for describing objects. In essence, these schemas are paragraph templates; coherence is enforced by the correct nesting and 6]llng.in of templates. No explicit theory of coherence was offered.",
"cite_spans": [
{
"start": 54,
"end": 67,
"text": "([McKeown 82]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Previous Approaches",
"sec_num": "3"
},
{
"text": "Mann and Thompson, after a wide-ranging study involving hundreds of paragraphs, proposed that a set of 20 relations suffice to represent the relations that hold within the texts that normally occur in English ( [Mann & Thompson 87, 86, 83] ). These relations, called RST (rhetorical structure theory), are used recursively; the assumption (never explicitly stated) is that a paragraph is only coherent if all its parts can eventually be made to fit into one overarching relation. The enterprise was completely descriptive; no formal definition of the relations or justification for their completeness were given. However, the relations do include most of Hobbs ",
"cite_spans": [
{
"start": 211,
"end": 231,
"text": "[Mann & Thompson 87,",
"ref_id": null
},
{
"start": 232,
"end": 235,
"text": "86,",
"ref_id": null
},
{
"start": 236,
"end": 239,
"text": "83]",
"ref_id": null
},
{
"start": 655,
"end": 660,
"text": "Hobbs",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Previous Approaches",
"sec_num": "3"
},
{
"text": "As defined by Mann and Thompson, RST relations hold between two successive pieces of text (at the lowest level, between two clauses; at the highest level, between two parts that make up a paragraph} 1. Therefore, each relation has two parts, a aucle~ and a satell~te. To determine the applicability of the relation, each part has a set of constraints on the entities that can be related. Relations may also have requirements on the combination of the two parts. In addition, each relation has an effect field, which is intended to denote the conditions which the speaker is attempting to achieve.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "RST Relations",
"sec_num": null
},
{
"text": "In formalizing these relations and using them generatively to plan paragraphs, rather than analytically to describe paragraph structure, a shift of focus is required. Relations must be seen as plans the operators that guide the search through the permutation space. The nucleus and satellite constraints become requirements that must be met by any piece of text before it can be used in the relation (i.e., before it can be coherently juxtaposed with the preceding text}. The effect field contains a description of the intended effect of the relation (i.e., the goal that the plan achieves, if properly executed}. Since the goals in generation are communicative, the intended effect must be seen as the inferences that the speaker is licensed to make about the bearer's knowledge after the successful completion of the relation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "RST Relations",
"sec_num": null
},
{
"text": "Since the relations are used as plans~ and since their satellite and nucleus constraints must be reformulated as subgoais to the structurer, these constraints are best represented in terms of the communicative intent of the speaker. That is, they are best represented in terms of what the hearer will know --i.e., what inferences the hearer would run --upon being told the nucleus or satellite filler.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "RST Relations",
"sec_num": null
},
{
"text": "As it turns out, suitable terms for this purpose are provided by the formal theory of rational inter- They then define suture,ties as, essen-tiaUy, speech act operators with activating conditious (g~tes) and e~ectz. These summaries closely resemble, in structure, the RST plans described here, with gates corresponding to satellite and nucleus constraints and effects to intended effects.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "RST Relations",
"sec_num": null
},
{
"text": "The RST relation Purpose expresses the relation between an action and its intended result: ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An Example",
"sec_num": "5"
},
{
"text": "The system scans it Satellite Constraints:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "(BMB S H (ACTOR SCAN-I SYS-I})",
"sec_num": null
},
{
"text": "Opportunities to apply transformations exkt 2. (BMB S H (GOAL SYS-10PP-1))",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "(BMB S H (STATE oee-1))",
"sec_num": "1."
},
{
"text": "The system =wants\" to find them",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "(BMB S H (STATE oee-1))",
"sec_num": "1."
},
{
"text": "Scanning wil/result; in findlng 4. (BMB S H (OBJ FIND-10PP-1)) the opportunities Intended Effects:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "(BMB S H (RESULT SCAN-1 FIND-I))",
"sec_num": "3."
},
{
"text": "The system ~believes = that scanning will disclose the opportunities 2.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "(BMB S H (BEL SYS-1 (RESULT SCAN-10PP-1}))",
"sec_num": "1."
},
{
"text": "This is the purpose of the scanning The relations are used as plans; their intended effects are interpreted as the goals they achieve. In other words, in order to bring about the state in which both speaker and hearer know that OPP-1 is the purpose of SCAN-I (and know that they both know it, etc.), the structurer uses Purpose as a plan and tries to satisfy its constraints.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "(BMB S H (PURPOSE SCAN-10PP-I))",
"sec_num": null
},
{
"text": "In this system, constraints and goals are interchangable; for example, in the event that (RESULT SCAN-I FIND-I) is believed not known by the hearer, satellite constraint 3 of the Purpose re= lation simply becomes the goal to achieve (BHB S H (RESULT SCAN-I FIND-I)). Similarly, the propositions (B~ S H (RESULT SCAN-1 ?ACT-2)) (BMB S H (0BJ ?ACT-2 0PP-I)) are interpreted as the goal to find some element that could legitimately take the place of ?ACT-2.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "(BMB S H (PURPOSE SCAN-10PP-I))",
"sec_num": null
},
{
"text": "In order to enable the relations to nest recursively, some relations' nucleuses and satellites contaln requirements that specify additional relations, such as examples, contrasts, etc. Of course, these additional requirements may only be included ff such material can coherently follow the content of the nucleus or satellite. The question of ordering such additional constituents is still under investigation. The question of whether such additional material should be included at all is not addressed; the structure,\" tries to say everything it is given.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "(BMB S H (PURPOSE SCAN-10PP-I))",
"sec_num": null
},
{
"text": "The structurer produces all coherent paragraphs (that is, coherent as defined by the relations) that satisfy the given goal(s) for any set of input elements. For example, paragraph (b) is produced to satiny the initial goal (BMB S e (SEQUENCE ASK-1 ?l~E~r)). This goal is produced by PEA, together with the appropriate representation elements (ASK-1. SCAM-I, etc.) in response to the question hoto a~oes ~e system enhance a progr~m~. Di~erent initial goals will result in di~erent parsgraphs.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "(BMB S H (PURPOSE SCAN-10PP-I))",
"sec_num": null
},
{
"text": "Each paragraph is represented as a tree in which branch points are RST relations and leaves are input elements. Figure 1 is the tree for paragraph (b). It cont~n, the relations Sequence (signalled by \"then\" and \"finally'i, Elaboration ('in particular'), and Purpose ('in order to'). In the corresponding paragraph produced by Penman, the relations' characteristic words or phrases (boldfaced below) appear between the blocks of text they relate: ",
"cite_spans": [],
"ref_spans": [
{
"start": 112,
"end": 120,
"text": "Figure 1",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "(BMB S H (PURPOSE SCAN-10PP-I))",
"sec_num": null
},
{
"text": "As stated above, the structurer is a simplified top-down hierarchical expansion planner (see Figure 2). It operates as follows: given one or more communicative goals, it find s RST relations whose intended effects match (some of) these goals; it then inspects which of the input elements match the nucleus and subgoal constraints for each relation. Unmatched constraints become subgoals which are posted on an agenda for the next level of planning. The tree can be expanded in either depth-first or breadth-first fashion. Eventually, the structuring process bottoms out when either: (a) all input elements have been used and unsatisfied subgoais remain (in which case the structurer could request more input with desired properties from the encapsulating system); or (b) all goals axe satisfied. If more than one plan (i.e., para. graph tree structure) is produced, the results axe ordered by preferring trees with the minimum unused number of input elements and the minimum number of remaining unsatisfied subgoals. The best tree is then traversed in left-to-right order; leaves provide input to Penman to be generated in English and relations at branch points provide typical interclausal relation words or phrases. In this way the structurer performs top-down goal refinement clown to the level of the input elements.",
"cite_spans": [],
"ref_spans": [
{
"start": 93,
"end": 99,
"text": "Figure",
"ref_id": null
}
],
"eq_spans": [],
"section": ".... The Structurer",
"sec_num": "6"
},
{
"text": "This work is also being tested in a completely separate domain: the generation of text in a multimedia system that answers database queries. Penman produces the following description of the ship Knox (where CTG 070.10 designates a group of ships):",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Shortcomings and Further Work",
"sec_num": null
},
{
"text": "(c). Knox is en route in order to rendenvous with CTG 070.10, arriving in Pearl Harbor on 4/24, for port visit until 4~so.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Shortcomings and Further Work",
"sec_num": null
},
{
"text": "In this text, each clause (en route, rendezvous, arrive, visit) is a separate input element; the structurer linked them using the relations Sequence and Purpose (the same Purpose as shown above; it is signalled by ~in order toN). However, Penman can also be made to produce The problem is clear: how should sentences in the paragraph be scoped? At present, avoiding any claims about a theory, the structurer can feed Penman either extreme: make everything one sentence, or make each input element a separate sentence. However, neither extreme is satisfactory; as is clear from paragraph (b), ashort\" spans of text can be linked and \"long\" ones left separate. A simple way to implement this is to count the number of leaves under each branch (nucleus or satellite) in the paragraph structure tree.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Shortcomings and Further Work",
"sec_num": null
},
{
"text": "Another shortcoming is the treatment of input elements as indivisible entities. This shortcoming is a result of factoring out the problem of aggregation as a separate text planning task. Chunking together input elements (to eliminate detail) or taking them apart (to be more detailed) has received scant mention --see [Hovy 87] , and for the related problem of paraphrase see [Schank 75 ] -but this task should interact with text structuring in order to provide text that is both optimally detailed and coherent.",
"cite_spans": [
{
"start": 318,
"end": 327,
"text": "[Hovy 87]",
"ref_id": null
},
{
"start": 376,
"end": 386,
"text": "[Schank 75",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Shortcomings and Further Work",
"sec_num": null
},
{
"text": "At the present time, only about 20~ of the RST relations have been formalized to the extent that they can be used by the structurer. This formalization process is di~cult, because it goes handin-hand with the development of terms with which to characterize the relations' goals/constra\u00a3uts. Though the formalization can never be completely finalized --who can hope to represent something like motivation or justification complete with all ramifications? --the hope is that, by having the requirements stated in rather basic terms, the relations will be easily adaptable to any new representation scheme and domain. (It should be noted, of course, that, to be useful, these formalizations need only be as specific and as detailed as the do-m~in model and representation requires.) In addition, the availability of a set of communicative goals more detailed than just say or ask (for example), should make it easier for programs that require output text to interface with the generator. This is one focus of current text planning work at ISL",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Shortcomings and Further Work",
"sec_num": null
},
{
"text": "1This is not strictly true; a small number of relations, such as Seqtlence, relate more than two pieces of text. However, for ease of use, they have been implemented as binary relations in the structurer.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "For help with Penman, Robert Albano, John Bateman, Bob Kasper, Christian Matthiessen, Lynn Poulton, and Richard Whitney. For help with the input, Bill Mann and Johanna Moore. For general comments, all the above, and Cecile Paris, Stuart Shapiro, and Norm Sondheimer.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": "8"
}
],
"bib_entries": {
"BIBREF1": {
"ref_id": "b1",
"title": "A Computational Model of Referring, SRI Technical Note 409",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A Computational Model of Referring, SRI Technical Note 409.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Towards a Plan-Based Theory of Referring Actions",
"authors": [
{
"first": "D",
"middle": [
"E"
],
"last": "Appelt",
"suffix": ""
}
],
"year": 1987,
"venue": "Natural Language Generation: Recent Advances in Artificial Intelligence, Psyclwlogy, and Linguistic8",
"volume": "",
"issue": "",
"pages": "63--70",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Appelt, D.E., 1987b. Towards a Plan-Based Theory of Referring Actions, in Natural Language Generation: Recent Advances in Artificial Intelligence, Psyclwlogy, and Linguistic8, Kempen, G. (ed), (Kluwer Academic Publishers, Boston) 63-70.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "The Rhetoric, in The l~,eto~c and the Poetics of Ar~to~e",
"authors": [
{
"first": "Aristotle",
"middle": [],
"last": "",
"suffix": ""
}
],
"year": 1954,
"venue": "W. Rhys Roberts (Pans)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Aristotle, 1954. The Rhetoric, in The l~,eto~c and the Po- etics of Ar~to~e, W. Rhys Roberts (Pans), (Random House, New York).",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "A Structural Paradigm for Representing Knowledge",
"authors": [
{
"first": "R",
"middle": [
"J"
],
"last": "Brachman",
"suffix": ""
}
],
"year": 1987,
"venue": "Harvard University; also BBN Research Report 3605",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Brachman, R.J., 1987. A Structural Paradigm for Representing Knowledge, Ph.D. dissertation, Harvard Uni- versity; also BBN Research Report 3605.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Speech Acts and Rationality",
"authors": [
{
"first": "P",
"middle": [
"R"
],
"last": "Cohen",
"suffix": ""
},
{
"first": "H",
"middle": [
"J"
],
"last": "Levesque",
"suffix": ""
}
],
"year": 1985,
"venue": "Proceedings of the A CL Conference",
"volume": "",
"issue": "",
"pages": "49--59",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Cohen, P.R. & Levesque, H.J., 1985. Speech Acts and Rationality, Proceedings of the A CL Conference, Chicago (49-59).",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Applications of Meta-Level Knowledge to the Constructions, Maintenance, and Use of Large Knowledge Bases",
"authors": [
{
"first": "R",
"middle": [],
"last": "Davis",
"suffix": ""
}
],
"year": 1976,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Davis, R., 1976. Applications of Meta-Level Knowledge to the Constructions, Maintenance, and Use of Large Knowledge Bases, Ph.D. dissertation, Stanford University.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "The Thread of D/~course Hague)",
"authors": [
{
"first": "J",
"middle": [
"E"
],
"last": "Grimes",
"suffix": ""
}
],
"year": 1975,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Grimes, J.E., 1975. The Thread of D/~course Hague). (Mouton, The",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Why is Discourse Coherent?., SRI Technical Note 176",
"authors": [
{
"first": "J",
"middle": [
"R"
],
"last": "Hobbs",
"suffix": ""
}
],
"year": 1978,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hobbs, J.R., 1978. Why is Discourse Coherent?., SRI Technical Note 176.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Coherence and Coreference",
"authors": [
{
"first": "J",
"middle": [
"R"
],
"last": "Hobbs",
"suffix": ""
}
],
"year": 1979,
"venue": "Cognitive Science",
"volume": "3",
"issue": "1",
"pages": "67--90",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hobbs, J.R., 1979. Coherence and Coreference, in Cognitive Sci- ence 3(1), 67-90.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Coherence in Discourse",
"authors": [
{
"first": "J",
"middle": [
"R"
],
"last": "Hobbs",
"suffix": ""
}
],
"year": 1982,
"venue": "Strategies for Natural Language Processing",
"volume": "",
"issue": "",
"pages": "223--243",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hobbs, J.R., 1982. Coherence in Discourse, in Strategies for Nat- ural Language Processing, Lehnert, W.G. & Ringle, M.H. (eds), (Lawrence Erlbaum As- sociates, ]:[HI.dale N J) 223-243.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Putting Affect into Text",
"authors": [
{
"first": "E",
"middle": [
"H"
],
"last": "Hovy",
"suffix": ""
}
],
"year": 1986,
"venue": "Proceedings of the Cognitive Science Society Conference",
"volume": "",
"issue": "",
"pages": "669--671",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hovy, E.H., 1986. Putting Affect into Text, Proceedings of the Cognitive Science Society Conference, Amherst (669-671).",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Interpretation in Generation",
"authors": [
{
"first": "E",
"middle": [
"H"
],
"last": "Hovy",
"suffix": ""
}
],
"year": 1987,
"venue": "Proceedings of the AAAI Conference",
"volume": "",
"issue": "",
"pages": "545--549",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hovy, E.H., 1987. Interpretation in Generation, Proceedings of the AAAI Conference, Seattle (545-549).",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Proceedings of the AAAI Conference",
"authors": [
{
"first": "T",
"middle": [
"S"
],
"last": "Kaczmarek",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Bates",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Robins",
"suffix": ""
}
],
"year": 1986,
"venue": "",
"volume": "",
"issue": "",
"pages": "978--985",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kaczmarek, T.S., Bates, R. & Robins, G., 1986. Recent Developments in NIKL, Proceedings of the AAAI Conference, Philadelphia (978- 985).",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "An Overview of the Nigel Text Generation Grammar",
"authors": [
{
"first": "W",
"middle": [
"C"
],
"last": "Mann",
"suffix": ""
}
],
"year": 1983,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mann, W.C., 1983. An Overview of the Nigel Text Generation Grammar, USC/Information Sciences Insti- tute Research Report RR-83-113.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Nigeh A Systemic Grammar for Text Generation",
"authors": [
{
"first": "W",
"middle": [
"C"
],
"last": "Mann",
"suffix": ""
},
{
"first": "C",
"middle": [
"M I M"
],
"last": "Matthiessen",
"suffix": ""
}
],
"year": 1983,
"venue": "USC/Information Sciences Institute Research Report RR-83-I05",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mann, W.C. & Matthiessen, C.M.I.M., 1983. Nigeh A Systemic Grammar for Text Gen- eration, USC/Information Sciences Institute Research Report RR-83-I05.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Relational Propositions in Discourse, USC/-Information Sciences Institute Research Report RR-83-115",
"authors": [
{
"first": "W",
"middle": [
"C"
],
"last": "Mann",
"suffix": ""
},
{
"first": "S",
"middle": [
"A"
],
"last": "Thompson",
"suffix": ""
}
],
"year": 1983,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mann, W.C. & Thompson, S.A., 1983. Relational Propositions in Discourse, USC/- Information Sciences Institute Research Re- port RR-83-115.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Rhetorical Structure Theory: Description and Construction of Text Structures",
"authors": [
{
"first": "W",
"middle": [
"C"
],
"last": "Mann",
"suffix": ""
},
{
"first": "S",
"middle": [
"A"
],
"last": "Thompson",
"suffix": ""
}
],
"year": 1986,
"venue": "Natural Language Generation: Nero Results in Artificial Intelligence, Psychology, and L~n-guistics",
"volume": "",
"issue": "",
"pages": "279--300",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mann, W.C. & Thompson, S.A., 1986. Rhetorical Structure Theory: Description and Construction of Text Structures, in Nat- ural Language Generation: Nero Results in Artificial Intelligence, Psychology, and L~n- guistics, Kempen, G. (ed), (Kluwer Academic Publishers, Dordrecht, Boston MA) 279-300.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Rhetorical Structure Theory: A Theory of Text Organization",
"authors": [
{
"first": "W",
"middle": [
"C"
],
"last": "Mann",
"suffix": ""
},
{
"first": "S",
"middle": [
"A"
],
"last": "Thompson",
"suffix": ""
}
],
"year": 1987,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mann, W.C. & Thompson, S.A., 1987. Rhetorical Structure Theory: A Theory of Text Organization, USC/Information Sci- ences Institute Research Report RR-87-190.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Systemic Grammar in Computation: the Nigel Case",
"authors": [
{
"first": "C",
"middle": [
"M I M"
],
"last": "Matthiessen",
"suffix": ""
}
],
"year": 1984,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Matthiessen, C.M.I.M., 1984. Systemic Grammar in Computation: the Nigel Case, USC/Information Sciences Insti- tute Research Report RR-84-121.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Generating Natural Language Text in Response to Questions about Database Queries",
"authors": [
{
"first": "K",
"middle": [
"R"
],
"last": "Mckeown",
"suffix": ""
}
],
"year": 1982,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "McKeown, K.R., 1982. Generating Natural Language Text in Re- sponse to Questions about Database Queries, Ph.D. dissertation, University Of Pennsylva- nia.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Enhanced Explanations in Expert and Advice-Giving Systems",
"authors": [
{
"first": "J",
"middle": [
"D"
],
"last": "Moore",
"suffix": ""
}
],
"year": 1988,
"venue": "USC/Information Sciences Institute Research Report",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Moore, J.D., 1988. Enhanced Explanations in Expert and Advice-Giving Systems, USC/Information Sciences Institute Research Report (forth- coming).",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "A Structure for Plans and B\u00a2l~avior",
"authors": [
{
"first": "E",
"middle": [],
"last": "Sacerdoti",
"suffix": ""
}
],
"year": 1977,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sacerdoti, E., 1977. A Structure for Plans and B\u00a2l~avior (North- Holland, Amsterdam).",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Conceptual Information Processing",
"authors": [
{
"first": "R",
"middle": [
"C"
],
"last": "Schank",
"suffix": ""
}
],
"year": 1975,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Schank, R.C., 1975. Conceptual Information Processing, (North- Holland, Amsterdam).",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "Classification in the KL-ONE Knowledge Representation System",
"authors": [
{
"first": "J",
"middle": [
"G"
],
"last": "Schmolze",
"suffix": ""
},
{
"first": "T",
"middle": [
"A"
],
"last": "Lipkis",
"suffix": ""
}
],
"year": 1983,
"venue": "Proceeding8 of the IJ-CAI Conference, Karisruhe",
"volume": "",
"issue": "",
"pages": "330--332",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Schmolze, J.G. & Lipkis, T.A., 1983. Classification in the KL-ONE Knowledge Representation System, Proceeding8 of the IJ- CAI Conference, Karisruhe (330-332).",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "The Fine Art of Writing",
"authors": [
{
"first": "H",
"middle": [
"R"
],
"last": "Shepherd",
"suffix": ""
}
],
"year": 1926,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Shepherd, H.R., 1926. The Fine Art of Writing, (The Macmillan Co, New York).",
"links": null
},
"BIBREF26": {
"ref_id": "b26",
"title": "Computer-Based Medical Consultations: MYCIN",
"authors": [
{
"first": "E",
"middle": [
"H"
],
"last": "Shortliffe",
"suffix": ""
}
],
"year": 1976,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Shortliffe, E.H., 1976. Computer-Based Medical Consultations: MYCIN.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"uris": null,
"type_str": "figure",
"text": "action currently being developed by, among others, Cohen, Levesque, and Perrault. For example, in ICohen ~z Levesque 851, Cohen and Levesque present a proof that the indirect speech act of requesting can be derived from the following bask modal operators \u2022 (BEL x p) --p follows from x's beliefs \u2022 (BMB x y p) --p follows from x's beliefs about what x and y mutually believe \u2022 (GOAL x p) --p follows from x's goals \u2022 (.AFTER a p) --p is true in all courses of events after action a as well as from a few other operators such as AND and OR.",
"num": null
},
"FIGREF1": {
"uris": null,
"type_str": "figure",
"text": "Pro.pose Nucleus Constraintsz 1. (BMB S H (ACTION ?act-l)) 2. (BMB S H (ACTOR ?act-1 ?agt-1)) Satellite Constraintsz 1. (BMB S H (STATE ?state-l)) 2. (BMB S H (GOAL ?a~-I ?state-l)) s. (B~ S H (RESULT Zact-1 ?~t-2)) 4. (BMB S H (OBJ ?act-2 ?state-I)) Intended EEectss 1. (BMB S H (BEL ?ag~-I (RESULT ?act-1 ?state-l))) 2. (BMB S H (PURPOSE ?act-I ?state-l)) For example, when used to produce the sentence The system scans the program in order to find op-portunltJes to apply ~ansformatlons to t~e program, this relation is instantiated as I:~I3UL'pO|6 Nucleus Coustraints-I. (B~m S H (ACTION SCA~-I)i The program k scanned 2.",
"num": null
},
"FIGREF2": {
"uris": null,
"type_str": "figure",
"text": "SRTELL.IrTE_SEQUEttCE~qTELL~TE-,(YHPUTREC with (P3)=' (~) SRTELL~TE--SEQUEtlCI~ I'OJCL\u00a3US--<IrlPUTREC ,A'lth (C2 f14) * (~ %rlUCLEUS--<Ir(PUTREC vlt.h (R1 C4)) ~P-) ( ,~I'ELLI T E--SE OUEtICE/t J ~ , /SRTELL'II'E--('rltPUTREC u4th (FI KS)* (~) /SATELLITE--ELROORRTIO~ \" tNUCLEUS--PURPOS%NUCLEUS--\u00a2IttPUTREC v, th (S2) * Co) S~QUEHC~ I=I' tt,ICLEUS-. <ZHPUTREC utth (R2) \u2022 ~ ~) ttUCL\u00a3US--(IHPUTRgC vlth (RI P4 E6))~ Paragraph Structure ~ree The elements SCAN-l, OPP-1, etc., are part of a network provided to the Penman structurer by PEA. These elements are defined as propositions in a property-inheritance network of the usual kind written in NIKL ([Schmolze & Lipkis 83], [Kaczmarek et aL 86]), a descendant of KL-ONE ([Brachman 78]). Some input for this example sentence is: (PEA-SYST~4 SYS-I) \" (OPPORTUNITY OPP-I) (PROGRAM PROG-I) (EHABL~4ENT ENAB-S) (SCAN SCAN-I) (DOMAIN F~-S OPP-I) (ACTOR SCAN-I &\",'S-l) (RANGE EN)3-S APPLY-3) (OBJ SCAN-I PROG-I) (APPLY APPLY-3) (RESULT SCAN-1-FIND-l) (ACTOR APPLY-3 SYS-1) (FIND FIND-I) (OBJ APPLY-S TKANS-2) (ACTOR FI~)-I SYS-I) (RZCIP APPLY-3 PROG-1) (OBJ FIND-I OPP-I) (TRANSFORMATION TRANS-2)",
"num": null
},
"FIGREF3": {
"uris": null,
"type_str": "figure",
"text": "The system asks the user to tell it the character~stlc of the program to be enhanced.l(6) Then[the system applies transformations to the program.](b) In particular, [the system scans the program](c) in order to [f~nd opportunitlea to apply ~ranaformations to the program.]{a) Then [the system resolves conflicts.](e) lit confu'ms the enhancemeng with the user.](/) Finally, [it performs the enhancement.](g) Hierarchical Planning Structurer",
"num": null
},
"FIGREF4": {
"uris": null,
"type_str": "figure",
"text": "(d). Knox is en route in order to rendezvous with CJTG 070.10. It w~11 arrive in Pearl Harbor on 4/24. It will be on port visit until 4/30.",
"num": null
},
"TABREF0": {
"num": null,
"text": "'s relations and support McKeown's schemas. A number of similar descriptions exist. The description of how parts of purposive text can relate goes back at least to Aristotle ([Aristotle 54 D. Both Grimes and Shepherd categorize typical intersentential relations ([(]rimes 75] and [Shepherd 26]). Hovy ([Hovy 86]) describes a program that uses some relations to slant text.",
"type_str": "table",
"content": "<table/>",
"html": null
}
}
}
}