| { |
| "paper_id": "W93-0210", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T04:42:10.605992Z" |
| }, |
| "title": "In Defense of Syntax: Informational, Intentional, and Rhetorical Structures in Discourse", |
| "authors": [ |
| { |
| "first": "Eduard", |
| "middle": [ |
| "H" |
| ], |
| "last": "Hovy", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Southern California", |
| "location": { |
| "addrLine": "4676 Admiralty Way Marina del Rey", |
| "postCode": "90292-6695", |
| "region": "CA", |
| "country": "U.S.A" |
| } |
| }, |
| "email": "hovy@isi.edu" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Much has been written on the nature and use of so-called rhetorical relations to govern the structure anti coherence of discourse, and much has been written on the need for communicative intentions to govern discourse construction. In early research on automated text creation, the operationalized structural relations from Rhetorical Structure Theory (RST) [Mann & Thompson 88] were used both to carry the speaker's communicative intention (which enabled the use of a NOAH-like top-down expansion planner) and also to ensure coherence (by utilizing the constraints on Nucleus and Satellite from RST). This dual functionality is characteristic of the operators used in the various text structure planners that have been built to date, whether they were oriented more toward surface text structure (such as the relation/plans of the RST Structurer [Hovy 88, Itovy 90]) or more toward the communicative intentions underlying the text (as the text plans of the EES and PEA text planner in the later [Moore & Paris 89, Moore 89] work) 1. However, the resulting perspective shift from surface (RST) oriented toward intentional did engender considerable discussion about the types of discourse structure relations and the form of discourse structure itself. In work collecting and classifying relations from many sources, [Maier & Hovy 91, Hovy & Maier 93] eventually created a taxonomy of three types of relations: ideational (semantic), interpersonal (intentional), and textual (rhetorical); for a more expanded taxonomy see [Hovy et al. 92]. Though the details were not explicitly spelled out, the idea was that a discourse can (arid should) be described by at least three structures in parallel: the semantic, the interpersonal, and the rhetorical. Recently, Moore and Pollack published a paper [Moore & Pollack 92] in which they show tile need for two accounts of discourse structure, the semantic (what they call informational) and the interpersonal (what they call intentional). They also offer a convincing example to show that these two structures are not in general isomorphic. With these claims I have absolutely no problems-see the discussion of multiple parallel relations in [Hovy et al. 92]-except the fact that it doesn't go far enough. It doesn't recognize the need for the rhetorical relations. The current paper argues for the need for an additional, rhetorical, structtn'e to describe discourse.", |
| "pdf_parse": { |
| "paper_id": "W93-0210", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Much has been written on the nature and use of so-called rhetorical relations to govern the structure anti coherence of discourse, and much has been written on the need for communicative intentions to govern discourse construction. In early research on automated text creation, the operationalized structural relations from Rhetorical Structure Theory (RST) [Mann & Thompson 88] were used both to carry the speaker's communicative intention (which enabled the use of a NOAH-like top-down expansion planner) and also to ensure coherence (by utilizing the constraints on Nucleus and Satellite from RST). This dual functionality is characteristic of the operators used in the various text structure planners that have been built to date, whether they were oriented more toward surface text structure (such as the relation/plans of the RST Structurer [Hovy 88, Itovy 90]) or more toward the communicative intentions underlying the text (as the text plans of the EES and PEA text planner in the later [Moore & Paris 89, Moore 89] work) 1. However, the resulting perspective shift from surface (RST) oriented toward intentional did engender considerable discussion about the types of discourse structure relations and the form of discourse structure itself. In work collecting and classifying relations from many sources, [Maier & Hovy 91, Hovy & Maier 93] eventually created a taxonomy of three types of relations: ideational (semantic), interpersonal (intentional), and textual (rhetorical); for a more expanded taxonomy see [Hovy et al. 92]. Though the details were not explicitly spelled out, the idea was that a discourse can (arid should) be described by at least three structures in parallel: the semantic, the interpersonal, and the rhetorical. Recently, Moore and Pollack published a paper [Moore & Pollack 92] in which they show tile need for two accounts of discourse structure, the semantic (what they call informational) and the interpersonal (what they call intentional). They also offer a convincing example to show that these two structures are not in general isomorphic. With these claims I have absolutely no problems-see the discussion of multiple parallel relations in [Hovy et al. 92]-except the fact that it doesn't go far enough. It doesn't recognize the need for the rhetorical relations. The current paper argues for the need for an additional, rhetorical, structtn'e to describe discourse.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Why is there Syntax?", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "I wouht like to describe a more complete model of discourse structure by analogy to single sentence structure. Tile typical model most of us have of single sentences includes two principal structures: a structure that houses the semantic information (usually called the semantic structure, the f-structure in LFG [Bresnan 78 ], or possibly the deep structure [Chomsky 65 ]; the distinction is not relevant here) and a syntactic structure that expresses the surface form of the sentence. Now ask yourself: why is syntactic structure necessary as a separate, autonomous construct? If you have a well-formed semantic structure, possibly something like a case frame or a set of knowledge base assertions, and you define a regular traversal algorithm, possibly a depth-first left-to-right strategy, thcn for the surface sentence you can simply produce a string of pairs: semantic function and filler. In fact, most languages have ahnost this form: English (with pairs of preposition and filler) somewhat so; Japanese (with pairs of case marker and filler) more so. Under this view there's no need for a distinct surface structure --the whole semantic structure is straightforwardly recoverable from the sentence itself. Why then have all languages evolved a syntax? One may surmise: the syntax of the language is nothing other than the trace of the traversal of the semantic structure.", |
| "cite_spans": [ |
| { |
| "start": 313, |
| "end": 324, |
| "text": "[Bresnan 78", |
| "ref_id": null |
| }, |
| { |
| "start": 359, |
| "end": 370, |
| "text": "[Chomsky 65", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Unfortunately, however, this cannot, hold: in general, the syntactic structure and the semantic structure are not isomorphic. That is to say, either the semantics is not derivable from the syntax, or the syntax contains more information than the semantic structure. Regardless of what theories of syntax and semantics one follows, the statement of non-isomorphism would be supported, I believe, by all experts.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Assuming that all required semantic structure is reflected in the syntactic structure, this non-isomorphism implies that the syntactic structure contains other information as well. Short of random inclusion of noise, there's no other explanation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "A moment's thought provides the answer: the syntactic structure of a sentence contains additional non-semantic information. The difference between active and passive voice, for example, is thematic, not semantic. The difference between \"the door is closed\" spoken normally (as a statement) and with a final rising intonational contour (as a question) is not semantic, it is Speech Act-related, hence interpersonal.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Briefly, then, syntactic form is a structure that merges information about the sentence from several sources: semantics (for the primary content), discourse (for theme and focus), interpersonal goals and plans (for Speech Acts), and so on. The syntactic structure cannot be isomorphic to any one of these component source structures alone, since it houses more information than any of them do individually. Necessarily, also, tile syntactic structure is much closer to the surface form of the sentence than any of the other structures are.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "I now return to discourse structure. By analogy, I argue that the content of a discourse derives from several sources, and that a common, surface-level-ish structure is needed to house them all. The major sources for the content of a discourse are: the semantics of the message, the interpersonal Speech Acts, the \"control\" information included by the speaker to assist the hearer's understanding (namely information signalling theme, focus, and topic), and knowledge about stylistic preferability. We consider these four in turn.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Model of Discourse Structure", |
| "sec_num": null |
| }, |
| { |
| "text": "1. Semantic information: In our normal computational approaches, semantic information consists of propositions in a knowledge base, possibly represented as case frames using terms defined in a taxonomic ontology. The interpropositional linkages are relations that have been called semantic, ideational, or informational. These include relations such as CAUSE, PART-WHOLE, IS-A, TEMPORAL-SEQUENCEp SPATIAL-SEQUENCE.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Model of Discourse Structure", |
| "sec_num": null |
| }, |
| { |
| "text": "2. Interpersonal information: For computational discourse, interpersonal information takes the form of communicative goals. Properly, the goals should refer to the speaker, the hearer, and the desired effect on the hearer' state of knowledge, state of happiness, state of belief, etc. (which includes portions of semantic information). The interpersonal goals include MOTIVATE (someone to do something), JUSTIFY (one's own actions), EXPLAIN (the operation or development of something or some events), CONCEDE (a point of contention), and so on. Since we are still sorting out the various terms, the precise nature of these goals in a discourse planning system is not yet clear; I believe for example that we are still confusing things a little when we talk about \"interpersonal relations\", since what's interpersonal are not relations but goals.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Model of Discourse Structure", |
| "sec_num": null |
| }, |
| { |
| "text": "3. Control information: Despite the Attentional state in [Grosz & Sidner 86] and [Moore 89] , the inclusion of control information in discourse planning systems has not received the attention it deserves, primarily I think because we do not understand clearly enough how discourse analysis works. As argued in [Lavid ~z Hovy 93] , the speaker signals theme to indicate to the hearer where in the evolving discourse the new sentence or group of sentences attaches; the speaker signals focus in the sentence to indicate to the hearer where in the clause the hearer should spend most inferential attention, and so on. Mechanisms to perform this signalling include voice (active and passive), clause constituent ordering, pronoun use (pronouns respect discourse boundaries), pitch range and stress (for spoken discourse), etc.", |
| "cite_spans": [ |
| { |
| "start": 57, |
| "end": 76, |
| "text": "[Grosz & Sidner 86]", |
| "ref_id": null |
| }, |
| { |
| "start": 81, |
| "end": 91, |
| "text": "[Moore 89]", |
| "ref_id": null |
| }, |
| { |
| "start": 320, |
| "end": 328, |
| "text": "Hovy 93]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Model of Discourse Structure", |
| "sec_num": null |
| }, |
| { |
| "text": "As anyone knows after writing a text generator for a domain created by another person for another task, the mismatch between representations suited to the task and representations suited to language can be daunting. Usually, text generated directly from domain-oriented representations is stylistically awfld, to say the least. As argued in [Rambow & Korelsky 92, Hovy 92], several so-called senti:nee planning tasks must be performed after text content selection and structuring and before actual surface realization. These tasks include:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Style:", |
| "sec_num": "4." |
| }, |
| { |
| "text": "\u2022 clause aggregation: the operation of merging very similar representations into conjunctive clauses so as to remove redundancy (\"Bush is sure to veto Bill 1711 and Bill 2104\" instead of \"Bush is sure to veto Bill 1711. He is also sure to veto Bill 2104.\")", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Style:", |
| "sec_num": "4." |
| }, |
| { |
| "text": "\u2022 pronominalization determination: this operation depends on discourse structure and on stylistic factors", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Style:", |
| "sec_num": "4." |
| }, |
| { |
| "text": "\u2022 clause-internal structure: whether, for example, an attribute is realized as a relative clause (\"the book, which is blue...\") or as an adjective (\"the blue book...\")", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Style:", |
| "sec_num": "4." |
| }, |
| { |
| "text": "\u2022 certain types of lexical choice: the determination of verbs can significantly affect the local structure of the discourse An example of aggregation is given at the end of the paper.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Style:", |
| "sec_num": "4." |
| }, |
| { |
| "text": "Pity the poor speaker. All this information, and more, must be packed into each clause! Small wonder that a distinct structure, one much closer to the surface form of the discourse, is useful. Just as in the case of single-sentence syntactic structures, the discourse-level rhetorical structures require their own, multil)urpose, type of interclause relation --rhetorical relations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Rhetorical Structure", |
| "sec_num": null |
| }, |
| { |
| "text": "Rhetorical relations are the presentational analogue of both semantic relations and interpersonal goals. While I do not think it is useful to identify a unique rhetorical partner for each semantic relation and each interpersonal goal, it doesn't seem surprising that certain strong correlates exit. Just as semantic age:nt and patient pattern closely in English sentences with syntactic subject and direct object, just so semantic TEMPORAL-SEQUENCE patterns closely with rhetorical PRESENTATIONAL-SEQUENCE. In fact, it also patterns closely with SPATIAL-SEQUENCE; such simplifications of semantic diversity are found in several areas, as where the semantic relations PART-WHOLE, PLAN-STEP, ABSTRACT-INSTANCE all pattern with rhetorical ELABORATION. Exactly which rhetorical relations are most useful to define as separate entitiesl and how they co-pattern with semantic relations, interpersonal goals, and control information, remains a matter of investigation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Rhetorical Structure", |
| "sec_num": null |
| }, |
| { |
| "text": "The rhetorical discourse structure (lifters from the semantic and the intentional structure. Incorl)orating as it does the effects of both, as well as of other constraints on the discourse, it is much closer to the surface form of the text. RST provides one attempt at providing rhetorical structure. What has often been called a liability of RST, namely that its analyses mirror the text so closely, is in fact a virtue --it represents a minimal step of abstraction away from the surface form, and does not discard information that is not directly semantic or intentional. This is not to say that RST has no flaws; one of its principal problems is the conflation of intentional, semantic, and rhetorical relations. Not all the relations of RST are rhetorical --for example JUSTIFY and MOTIVATE are clearly intentional, and CAUSE and PART-WHOLE are clearly semantic.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Rhetorical Structure", |
| "sec_num": null |
| }, |
| { |
| "text": "What then does a rhetorical structure look like? It is in fact a structure very familiar to us, the one that first appears from considering text itself instead of the meaning or communicative intent thereof. To illustrate, I conclude with the Bush example and the problem of aggregation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Rhetorical Structure", |
| "sec_num": null |
| }, |
| { |
| "text": "One of the most common mismatches between the representations constructed for a domain-oriented knowledge base and the representations needed for stylistically adequate generation occurs with multiple copies of very similar information, which the text planner has to \"aggregate\" in order to reduce redundancy. In most knowledge representations, it is overwhelmingly likely that the propositions underlying sentence (1):(1). George Bush supports big business.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Rhetorical Structure", |
| "sec_num": null |
| }, |
| { |
| "text": "(2). He is sure to veto House bills 1711 and 2104.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Rhetorical Structure", |
| "sec_num": null |
| }, |
| { |
| "text": "will be stored separately, which under straightforward text production would give rise to", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Rhetorical Structure", |
| "sec_num": null |
| }, |
| { |
| "text": "(1). George Bush supports big business.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Rhetorical Structure", |
| "sec_num": null |
| }, |
| { |
| "text": "(2). He is sure to veto House bill 1711.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Rhetorical Structure", |
| "sec_num": null |
| }, |
| { |
| "text": "(3). (And) Ite is sure (also) to veto House bill 2104.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Rhetorical Structure", |
| "sec_num": null |
| }, |
| { |
| "text": "The problem of aggregating partially similar representations has been studied by several people in the text generation community (see for example [Mann & Moore 80, Kempen 91, Dalianis & Hovy 93] ) but is still a long way from being solved, involving as it does questions of conversational implicature (see [Horacek 92]) and of style (see [tIovy 87]). As described in [Hovy 90] , the presence of a discourse structure greatly reduces the problem of finding candidates for aggregation (from polynomial to sub-linear in the total number of clause-sized representation clusters). This kind of operation can only be performed on a fairly surface-level discourse structure; a semantic or interpersonal does not contain the appropriate information. I think is is too early to try to define exactly what is and isn't part of the rhetorical structure; the most useful answers seem to crystallize from practical experience. I believe that as examples of rhetorical structure one should consider RST trees as given in [Mann & Thompson 88] , though few of the specific RST relations used there are will in my opinion turn out to be most productive. Instead, I believe that the relations identified in [Martin 92 ] and classified as Textual in [Hovy et al. 92] will be more usefill. I also believe that the rhetorical structure will not necessarily contain clauses at its leaves, but may in fact contain information rt~aching \"into\" the clause itself; most likely as a set of attributes which the clause should exhibit, rather along the lines outlined in [Meteer 90] . The notions of Nucleus and Satellite seem to me very useful however.", |
| "cite_spans": [ |
| { |
| "start": 146, |
| "end": 163, |
| "text": "[Mann & Moore 80,", |
| "ref_id": null |
| }, |
| { |
| "start": 164, |
| "end": 174, |
| "text": "Kempen 91,", |
| "ref_id": null |
| }, |
| { |
| "start": 175, |
| "end": 194, |
| "text": "Dalianis & Hovy 93]", |
| "ref_id": null |
| }, |
| { |
| "start": 306, |
| "end": 319, |
| "text": "[Horacek 92])", |
| "ref_id": null |
| }, |
| { |
| "start": 367, |
| "end": 376, |
| "text": "[Hovy 90]", |
| "ref_id": null |
| }, |
| { |
| "start": 1007, |
| "end": 1027, |
| "text": "[Mann & Thompson 88]", |
| "ref_id": null |
| }, |
| { |
| "start": 1189, |
| "end": 1199, |
| "text": "[Martin 92", |
| "ref_id": null |
| }, |
| { |
| "start": 1231, |
| "end": 1247, |
| "text": "[Hovy et al. 92]", |
| "ref_id": null |
| }, |
| { |
| "start": 1542, |
| "end": 1553, |
| "text": "[Meteer 90]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Rhetorical Structure", |
| "sec_num": null |
| }, |
| { |
| "text": "Given, in any text generation system, the stylistic necessity of performing such sentence planning tasks as aggregation, pronominalization, etc., not to mention the reorganizations of material caused by lexical choice, and given the complexity of managing the disparate effects of these operations, a fairly surface-level structure that governs the realization of the text becomes a practical necessity. The interclausal relations employed in such a structure have to be fairly neutral in character, carrying as they do semantic, interpersonal, and \"control\" information simultaneously. Though the precise format of the rhetorical discourse structure and its rhetorical relations remains a topic of ongoing study, the need for and utility of such constructs cannot be denied by anyone who has actually tried to build a real system.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": null |
| }, |
| { |
| "text": "It is important to understand that merely using plan operators with more \"intentional\" names does not guarantee that either the text planner or the resulting tcxt structure encapsulate \"intentionallty\" in a real way (whatever \"intentionality\" nt;Ly mean in this context). When a text plan library includes both \"intentional plans\" and RST-like operators side by side, and tile planner uses them interchangably, and they fulfill a similar function in the resulting discourse structure, then the diiferem:e between the two types of operator ass implemented is one of nomenclature rather than of true functionality, and is t|tns open to McDermott's \"Wishful Mnemonics\" trap[McDermott 81]. The shift of nomenclature does however reflect a shift of perspe~:tiw:, namely the recognition that text planning should develop non-linguistic, intentionMity-orientcd terminology. Tile true in,port of this shift is only gradually becoming apparent.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "A Realistic Transformational Grammar", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Bresnan", |
| "suffix": "" |
| } |
| ], |
| "year": 1978, |
| "venue": "Linguistic Theory and Psychological Reality", |
| "volume": "", |
| "issue": "", |
| "pages": "39--49", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bresnan, J. 1978. A Realistic Transformational Grammar. In Linguistic Theory and Psychological Re- ality, M. Halle, J. Bresnan, and G. Miller (eds), Cambridge: MIT Press (39-49).", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Aggregation in Natural Language Generation", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Dalianis", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [ |
| "H" |
| ], |
| "last": "Hovy", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proceedings o] the 5th European Workshop on Natural Language Generation", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dalianis & Hovy 93] Dalianis, H. and Hovy, E.H. 1993. Aggregation in Natural Language Generation. In Proceedings o] the 5th European Workshop on Natural Language Generation, Pisa, Italy, 1993.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Attention, Intentions, and the Structure of Discourse", |
| "authors": [ |
| { |
| "first": "&", |
| "middle": [], |
| "last": "Grosz", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Sidner", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [ |
| "J" |
| ], |
| "last": "Grosz", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [ |
| "L" |
| ], |
| "last": "Sidner", |
| "suffix": "" |
| } |
| ], |
| "year": 1986, |
| "venue": "Journal of Computational Linguistics", |
| "volume": "12", |
| "issue": "3", |
| "pages": "175--204", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Grosz & Sidner 86] Grosz, B.J. and Sidner, C.L. 1986. Attention, Intentions, and the Structure of Discourse. Journal of Computational Linguistics 12(3) (175-204).", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "An Integrated View of Text Planning", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Horacek", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Aspects of Automated Natural Langut~gc Generation", |
| "volume": "587", |
| "issue": "", |
| "pages": "57--72", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Horacek, H. 1992. An Integrated View of Text Planning. In Aspects of Automated Natural Langut~gc Generation, R. Dale, E. Hovy, D. R6sner, O. Stock (eds). Heidelberg: Springer Verlag Lecture Notes in AI number 587 (57-72).", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Interpretation in Generation", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [ |
| "H" |
| ], |
| "last": "Hovy", |
| "suffix": "" |
| } |
| ], |
| "year": 1987, |
| "venue": "Also available as USC/Information Sciences Institute Research Report", |
| "volume": "", |
| "issue": "", |
| "pages": "15--549", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hovy, E.H. 1987. Interpretation in Generation. Proceedings of the 6th AAA1 Con]crcnce, Seattle (5,15--549). Also available as USC/Information Sciences Institute Research Report ISI/RS-88-186.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Planning Coherent Multisentential Text", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [ |
| "H" |
| ], |
| "last": "Hovy", |
| "suffix": "" |
| } |
| ], |
| "year": 1988, |
| "venue": "Proceedings of the ~6th A CL Conference, ButTalo", |
| "volume": "", |
| "issue": "", |
| "pages": "163--169", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hovy, E.H. 1988. Planning Coherent Multisentential Text. Proceedings of the ~6th A CL Conference, ButTalo (163-169).", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Unresolved Issues in Paragraph Planning", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [ |
| "H" |
| ], |
| "last": "Hovy", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "Current Research in Natural Language Generation", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hovy, E.H. 1990. Unresolved Issues in Paragraph Planning. In Current Research in Natural Language Generation, R. Dale, C. Mellish, M. Zock (eds), Academic Press.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Sentence Planning Requirements for Automated Explanation Generation", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [ |
| "H" |
| ], |
| "last": "Hovy", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hovy, E.H. 1992. Sentence Planning Requirements for Automated Explanation Generation. DIAMOD- Bericht no. 23, GMD, St. Augustin, Germany.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Employing Knowledge Resources in a New Text Planner Architecture", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [ |
| "H" |
| ], |
| "last": "Hovy", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Lavid", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Maler", |
| "suffix": "" |
| }, |
| { |
| "first": "V", |
| "middle": [], |
| "last": "Mittal", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [ |
| "L" |
| ], |
| "last": "Paris", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Aspects o] Automated Natural Language Generation", |
| "volume": "587", |
| "issue": "", |
| "pages": "57--72", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Hovy et al. 92] Hovy, E.H., Lavid, J., Maler, E., Mittal, V., and Paris, C.L. 1992. Employing Knowledge Resources in a New Text Planner Architecture. In Aspects o] Automated Natural Language Generation, R. Dale, E. Hovy, D. R6sner, O. Stock (eds). Heidelberg: Springer Verlag Lecture Notes in AI number 587 (57-72).", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Parsimonious or Profligate: How Many and which Discourse Structure Relations? Discourse Processes", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [ |
| "H" |
| ], |
| "last": "Hovy", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Maier", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Maier 93] Hovy, E.H. and Maier, E. 1993. Parsimonious or Profligate: How Many and which Discourse Structure Relations? Discourse Processes (to appear).", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Conjunction Reduction and Gapping in Clause-Level Coordination: An Inheritance-Based Approach", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Kempen", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "Computational Intelligence", |
| "volume": "7", |
| "issue": "4", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kempen, G. 1991. Conjunction Reduction and Gapping in Clause-Level Coordination: An Inheritance- Based Approach. Computational Intelligence 7(4).", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Focus, Theme, Given, and Other Dangerous Things", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [ |
| "M" |
| ], |
| "last": "Lavid & Hovy 93] Lavid", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [ |
| "H" |
| ], |
| "last": "Hovy", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lavid & Hovy 93] Lavid, J.M. and Hovy, E.H. 1993. Focus, Theme, Given, and Other Dangerous Things. Working paper.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Organizing Discourse Structure Relations using Metafunctions", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Maler", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [ |
| "H" |
| ], |
| "last": "Hovy", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "New Concepts in Natural Language Generation: Planning, Realization, and Systems, H. Horacek (ed)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Maler & Hovy 91] Maler, E. and Hovy, E.H. 1991. Organizing Discourse Structure Relations using Metafunctions. In New Concepts in Natural Language Generation: Planning, Realization, and Systems, H. Horacek (ed), London: Pinter (to appear).", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Computer as Author: Results and Prospects", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [ |
| "C" |
| ], |
| "last": "Mann & Moore 80] Mann", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "A" |
| ], |
| "last": "Moore", |
| "suffix": "" |
| } |
| ], |
| "year": 1980, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mann & Moore 80] Mann, W.C. and Moore, J.A. 1980. Computer as Author: Results and Prospects.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Rhetorical Structure Theory: Toward a Functional Theory of Text Organization", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [ |
| "C" |
| ], |
| "last": "Mann & Thompson 88] Mann", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [ |
| "A" |
| ], |
| "last": "Thompson", |
| "suffix": "" |
| } |
| ], |
| "year": 1988, |
| "venue": "Also available as USC/Information Sciences Institute Research Report", |
| "volume": "8", |
| "issue": "", |
| "pages": "243--281", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mann & Thompson 88] Mann, W.C. and Thompson, S.A. 1988. Rhetorical Structure Theory: Toward a Functional Theory of Text Organization. Text 8(3) (243-281). Also available as USC/Information Sciences Institute Research Report RR-87-190.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "English Text: System and Structure", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [ |
| "R" |
| ], |
| "last": "Martin", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Martin, J.R. 1992. English Text: System and Structure. Amsterdam: Benjamins Press.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Artificial Intelligence Meets Natural Stupidity", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [ |
| "V" |
| ], |
| "last": "Mcdermott", |
| "suffix": "" |
| } |
| ], |
| "year": 1981, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "143--160", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "McDermott, D.V. 1981. Artificial Intelligence Meets Natural Stupidity. In Mind Design, J. Haugt:- land (ed), Cambridge: MIT Press, (143-160).", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "The \"Generation Gap\": The Problem of Expressibility in Text Planuiug", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [ |
| "W" |
| ], |
| "last": "Meteer", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Meteer, M.W. 1990. The \"Generation Gap\": The Problem of Expressibility in Text Planuiug. Ph.D. dissertation, University of Massachusetts at Amherst. Available as BBN Report No. 7347, February 199(I.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "A Reactive Approach to Explanation in Expert and Advice-Giving Systems", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [ |
| "D" |
| ], |
| "last": "Moore", |
| "suffix": "" |
| } |
| ], |
| "year": 1989, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Moore, J.D. 1989. A Reactive Approach to Explanation in Expert and Advice-Giving Systems. Ph.D. dissertation, University of California in Los Angeles.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Planning Text for Advisory Dialogues", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Moore & Paris", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "D" |
| ], |
| "last": "Moore", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [ |
| "L" |
| ], |
| "last": "Paris", |
| "suffix": "" |
| } |
| ], |
| "year": 1989, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "67--75", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Moore & Paris 89] Moore, J.D. and Paris, C.L. 1989. Planning Text for Advisory Dialogues. Proceedings o[ the 27th ACL Con]erence, Vancouver (67-75).", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "A Problem for RST: The Need for Multi-Level Discourse Analysis", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Moore & Pollack", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "D" |
| ], |
| "last": "Moore", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [ |
| "E" |
| ], |
| "last": "Pollack", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Squib in Computational Linguistics", |
| "volume": "18", |
| "issue": "4", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Moore & Pollack 92] Moore, J.D. and Pollack, M.E. 1992. A Problem for RST: The Need for Multi-Level Discourse Analysis. Squib in Computational Linguistics 18(4).", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Applied Text Generation", |
| "authors": [ |
| { |
| "first": "O", |
| "middle": [], |
| "last": "Rainbow", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Korelsky", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Proceedings of the Applic,l Natural Language Processing Con]erence", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Korelsky 92] Rainbow, O. and Korelsky, T. 1992. Applied Text Generation. Proceedings of the Applic,l Natural Language Processing Con]erence, Trento, Italy.", |
| "links": null |
| } |
| }, |
| "ref_entries": {} |
| } |
| } |