ACL-OCL / Base_JSON /prefixJ /json /J82 /J82-2003.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "J82-2003",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T03:07:13.778190Z"
},
"title": "2. Text Generation",
"authors": [
{
"first": "William",
"middle": [],
"last": "Mann",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Southern California Marina del Ray",
"location": {
"postCode": "90291",
"region": "CA"
}
},
"email": ""
},
{
"first": "",
"middle": [],
"last": "Chairperson",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Southern California Marina del Ray",
"location": {
"postCode": "90291",
"region": "CA"
}
},
"email": ""
},
{
"first": "Madeline",
"middle": [],
"last": "Bates",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Massachusetts",
"location": {}
},
"email": ""
},
{
"first": "Newman",
"middle": [],
"last": "Barbara Grosz",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Massachusetts",
"location": {}
},
"email": ""
},
{
"first": "David",
"middle": [
"D"
],
"last": "Mcdonald",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Massachusetts",
"location": {}
},
"email": ""
},
{
"first": "Kathleen",
"middle": [
"R"
],
"last": "Mckeown",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Pennsylvania William Swartout",
"location": {}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "",
"pdf_parse": {
"paper_id": "J82-2003",
"_pdf_hash": "",
"abstract": [],
"body_text": [
{
"text": "This report consists of two documents describing the state of the art of computer generation of natural language text. Both were prepared by a panel of individuals who are active in research on text generation. The first document assesses the state of the art, identifying four kinds of technical developments which will shape the art in the coming decade: linguistically justified grammars, knowledge representation methods, models of the reader, and models of discourse. The second document is a comprehensive bibliography on text generation, the first of its kind. In addition to citations of documents, it includes descriptions of ongoing research efforts.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "2.1"
},
{
"text": "Our goal here is to assess the state of the art of text generation for two purposes: to help people who intend to apply that art in the near future and to aid in the design or selection of appropriate research.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Assessing Text Generation Technology",
"sec_num": "2.2"
},
{
"text": "This assessment covers all of the technical methods by which computer programs create and present English text in their outputs. (For simplicity we always call the output language English.) Because text generation has not always been taken seriously from a technical point of view, it has been actively pursued only recently as a topic in artificial intelligence. As a result of this late start, much of the technology available for application today is still rather superficial. However, text generation is now such an active research topic that this superficial technology will soon be surpassed. (The last part of this report contains an extensive bibliography on the subject.)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Assessing Text Generation Technology",
"sec_num": "2.2"
},
{
"text": "Two kinds of practical text generation techniques are already in general use and fairly well understood. The first is displaying previously prepared text (or canned text), and the second is producing text by direct translation of knowledge structures.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "What Techniques Are Now Available for Use in System Designs?",
"sec_num": "2.3"
},
{
"text": "The simplest and most commonly used way to have a computer system produce text is for the implementers of the system to figure out in advance what sorts of English output will be required and then store it as text strings. The computer merely displays the text that has been stored. (For example, almost all error messages are produced in this way.) It is relatively easy to have a program produce English in this way, and the text can be complex and elegantly written if desired. Unfortunately, because the text strings can be changed independently of any knowledge structures the program might use, there is no guarantee of consistency between what the program does and what it says it does. Another problem with canned text is that all questions and answers must be anticipated in adwance; for large systems, that may prove to be impossible. Finally, since one text string looks like any other as far as the computer is concerned, the computer program cannot easily have a conceptual model of what it is saying. This means that one should not expect to see much closure: satisfying 100 needs for text will not make the second 100 much easier.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "What Techniques Are Now Available for Use in System Designs?",
"sec_num": "2.3"
},
{
"text": "Another approach to providing English output produces text by translating knowledge structures of the program directly to English. This method overcomes many of the problems with canned text, while introducing some of its own. Since the structures being transformed (or translated) are the same ones used in the program's reasoning process, consistency can be assured. Closure can be realized because transformations are written to handle large classes of knowledge structures.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "What Techniques Are Now Available for Use in System Designs?",
"sec_num": "2.3"
},
{
"text": "However, since the transformations performed are usually relatively simple, the quality of the text depends to a great degree on how the knowledge is structured. If the text is to be understandable, the knowledge used by the program must be structured so that it is readily understood. Finally, systems employing this technique typically have had very little linguistic knowledge, so they have produced text that is verbose, stilted, and redundant, although readable.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "What Techniques Are Now Available for Use in System Designs?",
"sec_num": "2.3"
},
{
"text": "Practical, near-term applications of text generation will share certain characteristics:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "What Techniques Are Now Available for Use in System Designs?",
"sec_num": "2.3"
},
{
"text": "1. They require short texts: one to three sentences. 2. They have well-elaborated program data structures corresponding in fairly simple ways to the desired texts. 3. The important knowledge can be represented well with present techniques; it does not involve the difficulties listed in section 2.6. 4. Limited fluency of output is acceptable.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "What Techniques Are Now Available for Use in System Designs?",
"sec_num": "2.3"
},
{
"text": "Some so-called \"expert systems\" that explain their reasoning in English have these characteristics.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "What Techniques Are Now Available for Use in System Designs?",
"sec_num": "2.3"
},
{
"text": "We believe that text-producing systems of the future will continue to include processes that produce text by translating knowledge structures. However, they will be integrated with other processes that use extensive linguistic knowledge, a discourse model, a model of the reader, and enhanced knowledge representations.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "What Techniques Are Now Available for Use in System Designs?",
"sec_num": "2.3"
},
{
"text": "Because of the limited capabilities of present techniques, a new project aiming to produce a benchmark application program in the text generation area would currently be counterproductive, since it would produce little or no transferable technology and would detract from the community's ability to make progress on the general problem.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "What Techniques Are Now Available for Use in System Designs?",
"sec_num": "2.3"
},
{
"text": "How can the very limited capabilities now available be developed into fluent, powerful text generation methods that are easily applied to new tasks? The next few sections describe the kinds of methods that are needed and are being developed.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Basic Components for a Text Generation Facility",
"sec_num": "2.4"
},
{
"text": "The underlying model presumed here, which present research is moving toward, has the following characteristics:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Basic Components for a Text Generation Facility",
"sec_num": "2.4"
},
{
"text": "1. Responsibility for text generation is in a text generation module rather than being scattered at the points of use. 2. A major portion of the text generation module is portable and is developed cumulatively through many systems. The portable components include a grammar that encodes general knowledge of English and processes that handle linguistic, taskindependent information.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Basic Components for a Text Generation Facility",
"sec_num": "2.4"
},
{
"text": "We feel strongly that a competent text generation facility must have the following four identifiable components, and that limitations on these will be limita-tions on the overall state of the art for the foreseeable future: 1. A comprehensive, linguistically justified grammar. 2. A knowledge-representation formalism that can encode diverse kinds of information. 3. A model of the intended reader of the text. 4. A model of discourse structure and control. Each of these draws on existing noncomputational precedents, and each requires some special adaptation to the text generation task.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Basic Components for a Text Generation Facility",
"sec_num": "2.4"
},
{
"text": "Below we describe each of these basic components in a form that it might achieve in five to ten years of research. (These descriptions are followed by a projection of the practical alternatives available to system designers five years hence.)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Basic Components for a Text Generation Facility",
"sec_num": "2.4"
},
{
"text": "Grammars are ordinarily developed by linguists over periods of ten to twenty or more years, in departments of linguistics. The best ones may be written by a single individual, but they reflect the ideas of dozens or hundreds of people who have contributed to refining particular forms.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lingustically Justified Grammars for Text Generation",
"sec_num": "2.5"
},
{
"text": "Present practice in linguistics emphasizes carefully reasoned development of small fragments of grammars. Hence comprehensive, linguistically justified grammars, the sort we need, are very rare.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lingustically Justified Grammars for Text Generation",
"sec_num": "2.5"
},
{
"text": "Several linguistic traditions (some associated with computation and some not) are particularly likely to produce suitably refined, comprehensive grammars for text generators. They are:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lingustically Justified Grammars for Text Generation",
"sec_num": "2.5"
},
{
"text": "1. The systemic tradition, founded by Michael A. K.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lingustically Justified Grammars for Text Generation",
"sec_num": "2.5"
},
{
"text": "Halliday around 1961. 2. The transformational tradition, decisively articulated by Noam Chomsky starting in 1957. 3. The Generalized Phrase Structure Grammar tradition, currently associated with Gerald Gazdar. 4. The ATN tradition, begun by Bill Woods and now being developed by him and many others. 5. The LSP tradition, developed so far mainly under the direction of Naomi Sager. 6. The Diamond (or Diagram) grammar by Jane Robinson.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lingustically Justified Grammars for Text Generation",
"sec_num": "2.5"
},
{
"text": "Grammars do not appear in computers without extensive effort. Most linguists are not interested in providing or seeing the level of detail and precise definition needed for effective computational use. There are enormous social barriers between the source of these grammars (linguists) and their potential users. It will be necessary to sponsor text generation research projects with linguists on the staff; projects staffed entirely by computer people can be expected to yield only short-term results.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lingustically Justified Grammars for Text Generation",
"sec_num": "2.5"
},
{
"text": "Text generation programs cannot improve much on the knowledge they are given.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Knowledge Representation Formalisms",
"sec_num": "2.6"
},
{
"text": "The notation for knowledge must already contain appropriate abstractions in an easily accessible form. Today's notations are relatively good at representing logical formulas and deductive necessities, and also hierarchies of objects. Coverage is particularly weak for these other kinds of knowledge:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Knowledge Representation Formalisms",
"sec_num": "2.6"
},
{
"text": "1. Time 2. Space 3. Events and actions 4. Cause 5. Collectives 6. Likelihood 7. Obligation 8. Possibility 9. Negation 10. Quantification 11. Continuity and discreteness",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Knowledge Representation Formalisms",
"sec_num": "2.6"
},
{
"text": "Text prepared without considering the reader is uniformly awful. Programs must have explicit models of the reader that encode (or make available) at least the following four kinds of information:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Models of the Reader",
"sec_num": "2.7"
},
{
"text": "1. What is obvious -including common factual knowledge and certain \"obvious\" inferable information. Obviousness does not agree with logical validity. 2. What has already been told, and what is obvious from that.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Models of the Reader",
"sec_num": "2.7"
},
{
"text": "beliefs about the writer's belief. 4. What is currently in the reader's attention.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Wha~ others believe -including mutual beliefs and",
"sec_num": "3."
},
{
"text": "Beyond these, the program should be able to reason about belief and intent.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Wha~ others believe -including mutual beliefs and",
"sec_num": "3."
},
{
"text": "This is another linguistic matter, distinct from grammar. Running text has subtle interactions between its parts. When we generate multisentential text, we need a set of principles for organizing it. A few linguists and philosophers are making important contributions, but far more work is needed. Again, to develop effective models of discourse, research projects will need to have linguists on the staff. An adequate discourse model will include some representation of at least the following:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Models of Discourse",
"sec_num": "2.8"
},
{
"text": "1. The structures that can be built out of sentences and larger units. 2. The needs of the writer that each discourse structure meets. 3. The principal effects that the use of each structure produces.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Models of Discourse",
"sec_num": "2.8"
},
{
"text": "4. The effects of various discourse structures on the reader's attention.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Models of Discourse",
"sec_num": "2.8"
},
{
"text": "How are these basic components related to the whole task? Why are they necessary, and how does their quality affect what can be done?",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relating the Basic Components to Text Generation",
"sec_num": "2.9"
},
{
"text": "In order to generate text that is not awkward or misleading, one must be able to control a wide variety of language effects at the sentence level. Effects will be, present in the mind of the reader in any case, and so the program must either control them or take serious risks of misunderstanding and error. The effects are produced by the arrangements of words used, and so a theory of the arrangements of words is needed in order to achieve control. Theories of the arrangements of words are (or include) grammars. The ability of a text generation system to express many different ideas well will be limited to the different effects controllable through its grammar.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Text Quality Limitations of Grammars",
"sec_num": "2.9.1"
},
{
"text": "Use of an ad hoc grammar limits the generator to expressing a narrow range of ideas. It may do well in a short, carefully planned demonstration, but it will be too narrow for many practical purposes.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Text Quality Limitations of Grammars",
"sec_num": "2.9.1"
},
{
"text": "We can think of the grammar as a bottleneck or filter at the output of the text generator. Only those expressive techniques that the system can control through its grammar will be used.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Text Quality Limitations of Grammars",
"sec_num": "2.9.1"
},
{
"text": "The knowledge representation frameworks in a program limit the range of things that the program can u,;efully operate upon.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Knowledge Representation",
"sec_num": "2.9.2"
},
{
"text": "Since a text generator must create text out of some knowledge representation, it is likewise limited.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Knowledge Representation",
"sec_num": "2.9.2"
},
{
"text": "Limitations on knowledge representations include two important kinds:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Knowledge Representation",
"sec_num": "2.9.2"
},
{
"text": "1. Presence of abstractions--are the concepts that must be conveyed in text actually symbolized? 2. Ease of access--is there a fast, uniform method for finding the symbols that represent particular concepts?",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Knowledge Representation",
"sec_num": "2.9.2"
},
{
"text": "We can think of these limits as a bottleneck or filter at the input of the text generator. Only those concepts that pass through the filter will appear in the text.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Knowledge Representation",
"sec_num": "2.9.2"
},
{
"text": "Generating acceptable text requires that the generator take into account the knowledge of the reader. If this is not done, text quality is so bad that the results may be useless. (With canned text, this problem is usually avoided because the writer knows a great deal about the reader's knowledge.) To take the reader's knowledge into account requires an explicit model of that knowledge.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2,9.3 Models of the Reader or System User",
"sec_num": null
},
{
"text": "Of the four kinds of knowledge previously identified in section 2.7, the most critical for basic text quality are the knowledge of what is obvious and the knowledge of what has already been conveyed.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "2,9.3 Models of the Reader or System User",
"sec_num": null
},
{
"text": "We know that single sentences are too limited to express some things. Moving to multisentential text necessarily creates discourse, which involves many kinds of effects that programs cannot yet control. For example, putting one sentence after another can be used to express time sequence, deductive necessity, cause, exemplification or other relationships, without any words being used to express the relation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Models of Discourse",
"sec_num": "2.9.4"
},
{
"text": "Creating these effects when they are desired, and avoiding them when they are not, requires explicit models of discourse phenomena.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Models of Discourse",
"sec_num": "2.9.4"
},
{
"text": "At a higher level, sequences of sentences and paragraphs of a text must be organized in a principled way. This also requires explicit discourse models. Until such models are developed, texts will be awkward and misunderstanding will be common.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Models of Discourse",
"sec_num": "2.9.4"
},
{
"text": "What sort of practical application of text generation will be possible in five years? We expect the designer to be in the following situation: \u2022 There will be several examinable systems with developed methods for creating the four basic components. For each kind of component, there will be some attractive precedents for future work. No one system will have a thoroughly elaborated approach to all four. \u2022 System design based on adaptation of these precedents will be possible. The design work will involve creating \"handcrafted\" systems that embody and reconcile the good techniques. It will require the personal attention of computer scientists, linguists, and programmers who have been involved in the prior research. \u2022 The resulting system can be expected to create acceptable, effective texts, limited by quality considerations to be about one page in length.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Designing in 1986 for Practical Text Generation",
"sec_num": "2.10"
},
{
"text": "For the message-system problem used as a focal problem for the workshop, there were two tasks identified for text generation: a task of reporting system status and a task of reporting how and to whom particular messages would be relevant for an identified collection of people. For both of these tasks it seems feasible for design of a practical text generation module to begin in five years. However, it is questionable whether adequate techniques would be available to determine what message relevance to report.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Designing in 1986 for Practical Text Generation",
"sec_num": "2.10"
},
{
"text": "The most influential research in the next few years will be focused on the four basic components: linguistically justified grammars, knowledge representation formalisms, models of readers, and models of discourse structure and control. Part of the effort will go into developing these components individually, part into learning how to combine them.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Present Research Status",
"sec_num": "2.11"
},
{
"text": "Appropriately, most of the current effort is going into either developing single components or combining two of them. Although there are several institutions and individuals working on all four of these components, no one has yet demonstrated a system in which all four approach the scopes of action indicated for them above.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Present Research Status",
"sec_num": "2.11"
},
{
"text": "Malay important topics are being neglected for lack of research support. (There is no lack of interested people; natural language processing continually generates high interest in the AI community. We are not sure whether there is a shortage of interested qualified people.)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Present Research Status",
"sec_num": "2.11"
},
{
"text": "More information on the state of the art and current activity can be found in the bibliography on text generation, the last part of this report, which includes a section on research in progress.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Present Research Status",
"sec_num": "2.11"
},
{
"text": "This bibliography was prepared in connection with the authors' report on the state of the art in text generation. It includes published works on generation of natural language text by computer programs as well as some prior noncomputational work that has been used as a basis for such computer programs. It is not exhaustive in any sense, and no evaluation is implied by the presence or absence of a citation of any particular publication.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Text Generation Bibliography",
"sec_num": "2.12"
},
{
"text": "American Journal of Computational Linguistics, Volume 8, Number 2, April-June 1982",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "Applied Language Analysis. Her Majesty's Stationery Office, London.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The 1961 Conference on Machine Translation of Languages and",
"sec_num": null
},
{
"text": "This section describes research in text generation either currently in progress or recently completed but not yet described comprehensively in any publication. Like the set of references, it is not exhaustive.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Research in Progress",
"sec_num": "2.13"
},
{
"text": "Barbara Grosz and Doug Appelt are developing a problem-solving approach to the design of text, extending from prior work by Allen, Cohen, and Perrault.A hierarchical planning system called KAMP (Knowledge and Modalities Planner) is being developed, capable of planning actions that affect another agent's knowledge and wants. It includes critic processes that examine the plan globally for interactions between the effects of actions and propose modifications to the plan that will enable the utterance being planned to realize multiple illocutionary acts. KAMP's knowledge representation is based on Moore's possible worlds semantics approach to reasoning about knowledge and action.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Barbara Grosz and Doug Appelt (SRI International)",
"sec_num": null
},
{
"text": "David McDonald is the author of MUMBLE, a system that performs utterance construction, grammatical smoothing, and maintenance of linguistic constraints for natural language generation by expert programs. MUMBLE is available to interested researchers in the common dialect of LISP machine LISP and NIL. The author is currently extending Mumble's grammatical power so that it plans word selection in describing viLsual scenes and also plans the use of certain connectives such as \"but,\" \"also,\" and \"thus.\"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "(University of Massachusetts, Amherst)",
"sec_num": null
},
{
"text": "William Mann, Christian Matthiessen, and others are developing the Penman system to explore the problems of creating a portable text generation facility useful in multiple knowledge domains. Penman will seek to deliver knowledge (in English) from inside a system that was not designed to have a text generation component.The linguistic components of Penman are based on Halliday's Systemic Grammar. A large systemic gram-mar of English has been implemented and is being fitted with semantic parts.The knowledge representation, which resembles Brachman's early KL-ONE, is being used for both the subject matter of Penman's generation and the text plans by which Penman generates text. The emphasis of the research is on providing fluent English output from an easily controlled source.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "(Information Sciences Institute)",
"sec_num": null
},
{
"text": "(University of Pennsylvania)Research is being completed on a text generation system that embodies computational solutions to the questions of what to say next and how to organize it effectively. Two mechanisms are used to handle these problems: (1) rhetorical techniques for communication, encoded as schemas, guide the generation process, and (2) a focusing mechanism helps maintain discourse coherence.Schemas define aspects of discourse structure and are associated with explicit discourse purposes. The focusing mechanism aids in the organization of the message by constraining the selection of what to talk about next to that which ties in with the previous discourse in an appropriate way. This work is being done within the framework of a natural language interface to a database system; the completed system will generate responses to questions about database structure. This system generates subclasses of classes in a given generalization hierarchy. It uses information in the database and a set of axioms to create the subclasses and select salient information describing the subclass divisions.Steven Bossie is developing a system that will take the ordered message created by McKeown's text generation system and translate it into English. Bossie's system uses a functional grammar, based on a formal-ism defined by Kay 1979, which will allow for the direct encoding of focus constraints in the grammar. Thus, eventually, the system will use the focusing information provided by McKeown's system to select syntactic constructions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Kathleen McKeown",
"sec_num": null
},
{
"text": "Working toward his Ph.D. dissertation, Rod McGuire is developing a model of knowledge representation in human memory to account for observed constraints on the content of oral text. In this model, sentences are generated without building syntactic structures. In multisentential text, coherence arises directly from the form of representation in memory and from memory representation traversal algorithms, using a homogeneous representation to cover syntactic structure, rhetorical structure, and text plans.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Rod McGuire (Yale)",
"sec_num": null
},
{
"text": "(BBN and Boston University)The ILIAD system is an intelligent CAI system being developed by Madeline Bates, Robert Ingria, Kirk Wilson (of Learning Tools, Inc., Brookline, Mass.) and others to give instruction and practice in English. The emphasis is not on teaching grammar, but the system needs to have a deep understanding of the syntactic relationships in the sentences used in examples and exercises. For this reason, the heart of the ILIAD system is a sentence generator that is based on the paradigm of transformational grammar. ILIAD's grammar blends some aspects of standard transformational theory with the extended standard theory. Rules have been developed to generate not only most of the common English structures but also ungrammatical sentences typical of those produced by people with language-delaying handicaps such as deafness. To control the operation of the generator, several layers of control structures have been developed. Constraints and syntactic specifications allow the user and the system to determine the syntactic form of the sentences at a very high level. Although semantic information is currently used only in lexical insertion, a KL-ONE INTERFACE is being designed.",
"cite_spans": [
{
"start": 92,
"end": 178,
"text": "Madeline Bates, Robert Ingria, Kirk Wilson (of Learning Tools, Inc., Brookline, Mass.)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Madeline Bates, Robert Ingria, and Kirk Wilson",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Recognizing Intention in Dialogue",
"authors": [
{
"first": "J",
"middle": [],
"last": "Allen",
"suffix": ""
}
],
"year": 1978,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Allen, J. 1978 Recognizing Intention in Dialogue. Ph.D. thesis. University of Toronto.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "A planner for reasoning about knowledge and action",
"authors": [
{
"first": "D",
"middle": [
"E"
],
"last": "Appelt",
"suffix": ""
}
],
"year": 1980,
"venue": "Proceedings of the First Annual National Conference on Artificial Intelligence",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Appelt, D.E. 1980a A planner for reasoning about knowledge and action. In Proceedings of the First Annual National Conference on Artificial Intelligence. Stanford University (August).",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Problem solving applied to language generation",
"authors": [
{
"first": "D",
"middle": [
"E"
],
"last": "Appelt",
"suffix": ""
}
],
"year": 1980,
"venue": "Proceedings of the Eighteenth Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Appelt, D.E. 1980b Problem solving applied to language genera- tion. In Proceedings of the Eighteenth Annual Meeting of the Association for Computational Linguistics.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Planning natural language utterances to satisfy multiple goals",
"authors": [
{
"first": "D",
"middle": [
"E"
],
"last": "Appelt",
"suffix": ""
}
],
"year": 1981,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Appelt, D.E. 1981 Planning natural language utterances to satisfy multiple goals. Forthcoming Ph.D. thesis. Stanford University.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "The conceptual description of physical activities",
"authors": [
{
"first": "N",
"middle": [
"I"
],
"last": "Badler",
"suffix": ""
}
],
"year": 1975,
"venue": "Proceedings of the Thirteenth Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Badler, N.I. 1975 The conceptual description of physical activi- ties. In Proceedings of the Thirteenth Annual Meeting of the Association for Computational Linguistics.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Socratic Teaching of Causal Knowledge and Reasoning",
"authors": [
{
"first": "M",
"middle": [],
"last": "Bates",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Brown",
"suffix": ""
},
{
"first": "Collins",
"middle": [],
"last": "",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "",
"suffix": ""
}
],
"year": 1978,
"venue": "Technical Report",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bates, M., Brown, G., and Collins, A. 1978 Socratic Teaching of Causal Knowledge and Reasoning. Bolt Beranek and Newman, Inc., Technical Report 3995 (December).",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Language instruction without pre-stored examples",
"authors": [
{
"first": "M",
"middle": [],
"last": "Bates",
"suffix": ""
}
],
"year": 1980,
"venue": "Proceedings of the Third Canadian Symposium on Instructional Technology",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bates, M. 1980 Language instruction without pre-stored examples. In Proceedings of the Third Canadian Symposium on Instructional Technology. (February)",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Controlled transformational sentence generation",
"authors": [
{
"first": "M",
"middle": [],
"last": "Bates",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Ingria",
"suffix": ""
}
],
"year": 1981,
"venue": "The Nineteenth Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bates, M. and Ingria, R. 1981a Controlled transformational sen- tence generation. In The Nineteenth Annual Meeting of the Asso- ciation for Computational Linguistics. Stanford University (June).",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Generative tutorial systems",
"authors": [
{
"first": "M",
"middle": [],
"last": "Bates",
"suffix": ""
}
],
"year": 1981,
"venue": "Proceedings of the 1981 ADCIS Conference",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bates, M. et al. 1981b Generative tutorial systems. In Proceedings of the 1981 ADCIS Conference (March).",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Introduction to Systemic Linguistics: Structures and Systems",
"authors": [
{
"first": "M",
"middle": [],
"last": "Berry",
"suffix": ""
}
],
"year": 1975,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Berry, M. 1975 Introduction to Systemic Linguistics: Structures and Systems. B.T. Batsford, Ltd., London.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Introduction to Systemic Linguistics: Levels and Links",
"authors": [
{
"first": "M",
"middle": [],
"last": "Berry",
"suffix": ""
}
],
"year": 1977,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Berry, M. 1977 Introduction to Systemic Linguistics: Levels and Links. B.T. Batsford, Ltd., London.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Towards an A.I. model of argumentation",
"authors": [
{
"first": "L",
"middle": [],
"last": "Birnbaum",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Flowers",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Mcguire",
"suffix": ""
}
],
"year": 1980,
"venue": "Proceedings of the First National Conference on Artificial Intelligence",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Birnbaum, L., Flowers, M., and McGuire, R. 1980 Towards an A.I. model of argumentation. In Proceedings of the First Na- tional Conference on Artificial Intelligence. Stanford University (August).",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Automatic Resolution of Linguistic Ambiguities",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Automatic Resolution of Linguistic Ambiguities. Computational Laboratory, Cambridge University, England, Technical Report 11 (August).",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "A Tactical Component for Text Generation: Sentence Generation Using a Functional Grammar. University of Pennsylvania",
"authors": [
{
"first": "S",
"middle": [],
"last": "Bossie",
"suffix": ""
}
],
"year": 1981,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bossie, S. 1981 A Tactical Component for Text Generation: Sentence Generation Using a Functional Grammar. University of Pennsyl- vania, Technical Report MS-CIS-81-5.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Some problems in German to English Machine Translation",
"authors": [
{
"first": "G",
"middle": [
"P"
],
"last": "Brown",
"suffix": ""
}
],
"year": 1974,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Brown, G.P. 1974 Some problems in German to English Machine Translation. Massachusetts Institute of Technology, Technical Report 142 (December). Project MAC.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Use of multiple-body interrupts in discourse generation",
"authors": [
{
"first": "R",
"middle": [
"H"
],
"last": "Brown",
"suffix": ""
}
],
"year": 1974,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Brown, R.H. 1974 Use of multiple-body interrupts in discourse generation. Massachusetts Institute of Technology, Department of Electrical Engineering and Computer Science, Bachelors Degree thesis.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Generation as a social action",
"authors": [
{
"first": "B",
"middle": [
"C"
],
"last": "Bruce",
"suffix": ""
}
],
"year": 1975,
"venue": "Proceedings of Theoretical lssues in Natural Language Processing -I (TINLAP)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bruce, B.C. 1975 Generation as a social action. In Proceedings of Theoretical lssues in Natural Language Processing -I (TINLAP).",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "A Cognitive Science Approach to Writing",
"authors": [
{
"first": "B",
"middle": [
"C"
],
"last": "Bruce",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Collins",
"suffix": ""
},
{
"first": "A",
"middle": [
"D"
],
"last": "Rubin",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Gentner",
"suffix": ""
}
],
"year": 1978,
"venue": "Technical Report",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bruce, B.C., Collins, A., Rubin, A.D., and Gentner, D. 1978 A Cognitive Science Approach to Writing. Bolt Beranek and New- man, Inc., Technical Report 89 (June).",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Natural semantics in artificial intelligence",
"authors": [
{
"first": "J",
"middle": [
"R"
],
"last": "Carbonell",
"suffix": ""
},
{
"first": "A",
"middle": [
"M"
],
"last": "Collins",
"suffix": ""
}
],
"year": 1973,
"venue": "Proceedings of the Third International Joint Conference on Artificial Intelligence",
"volume": "",
"issue": "",
"pages": "344--351",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Carbonell, J.R. and Collins, A.M. 1973 Natural semantics in artificial intelligence. In Proceedings of the Third International Joint Conference on Artificial Intelligence. Stanford, CA: 344- 351.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Overlays: A Theory of Modeling for Computer Aided Instruction",
"authors": [
{
"first": "B",
"middle": [],
"last": "Carr",
"suffix": ""
},
{
"first": "I",
"middle": [],
"last": "Goldstein",
"suffix": ""
}
],
"year": 1977,
"venue": "Artificial Intelligence Laboratory",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Carr, B. and Goldstein, I. 1977 Overlays: A Theory of Modeling for Computer Aided Instruction. Massachusetts Institute of Technol- ogy, Artificial Intelligence Laboratory, Memo 406 (February).",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Creativity and verbalization and its implications for the nature of stored knowledge",
"authors": [
{
"first": "W",
"middle": [
"L"
],
"last": "Chafe",
"suffix": ""
}
],
"year": 1977,
"venue": "Discourse Processes: Advances in Research and Theory",
"volume": "1",
"issue": "",
"pages": "41--55",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Chafe, W.L. 1977 Creativity and verbalization and its implications for the nature of stored knowledge. In Freedle, R.O., Ed., Discourse Processes: Advances in Research and Theory. Volume 1: Discourse Production and Comprehension. Ablex, N J: 41-55.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "The flow of thought and the flow of language",
"authors": [
{
"first": "W",
"middle": [
"L"
],
"last": "Chafe",
"suffix": ""
}
],
"year": 1979,
"venue": "Discourse and Syntax",
"volume": "12",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Chafe, W.L. 1979 The flow of thought and the flow of language. In Givon, T., Ed., Syntax and Semantics. Volume 12: Discourse and Syntax. Academic Press, NY.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "The translation of formal proofs into English",
"authors": [
{
"first": "D",
"middle": [],
"last": "Chester",
"suffix": ""
}
],
"year": 1976,
"venue": "Artificial Intelligence",
"volume": "7",
"issue": "3",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Chester, D. 1976 The translation of formal proofs into English. Artificial Intelligence 7 (3) Fall.",
"links": null
},
"BIBREF26": {
"ref_id": "b26",
"title": "Tutoring Rules for Guiding a Case Method Dialogue",
"authors": [
{
"first": "W",
"middle": [
"J"
],
"last": "Clancey",
"suffix": ""
}
],
"year": 1978,
"venue": "Also International Journal of Man-Machine Studies",
"volume": "1",
"issue": "",
"pages": "25--49",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Clancey, W.J. 1978a Tutoring Rules for Guiding a Case Method Dialogue. Stanford University, Department of Computer Sci- ence, Heuristic Programming Project, Technical Report HPP- 78-25 (December). Also International Journal of Man-Machine Studies I1 (1979) 25-49.",
"links": null
},
"BIBREF27": {
"ref_id": "b27",
"title": "t978b An Antibiotic Therapy Selector Which Provides for Explanation",
"authors": [
{
"first": "W",
"middle": [
"J"
],
"last": "Clancey",
"suffix": ""
}
],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Clancey, W.J. t978b An Antibiotic Therapy Selector Which Provides for Explanation. Stanford University, Technical Report HPP- 78-26 (December).",
"links": null
},
"BIBREF28": {
"ref_id": "b28",
"title": "Dialogue management for rule-based tutorials",
"authors": [
{
"first": "W",
"middle": [
"J"
],
"last": "Clancey",
"suffix": ""
}
],
"year": 1979,
"venue": "Proceedings of the Sixth International Joint Conference on Artificial Intelligence. Tokyo (Agusut)",
"volume": "",
"issue": "",
"pages": "155--161",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Clancey, W.J. 1979 Dialogue management for rule-based tutorials. In Proceedings of the Sixth International Joint Conference on Artificial Intelligence. Tokyo (Agusut) 155-161.",
"links": null
},
"BIBREF29": {
"ref_id": "b29",
"title": "A Discourse Speaking Program as a Preliminary Theory of Discourse Behavior and a Limited Theory of Psychoanalytic Discourse",
"authors": [
{
"first": "J",
"middle": [
"H"
],
"last": "Clippinger",
"suffix": ""
}
],
"year": 1974,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Clippinger, J.H. 1974 A Discourse Speaking Program as a Prelimi- nary Theory of Discourse Behavior and a Limited Theory of Psy- choanalytic Discourse. Ph.D. thesis, University of Pennsylvania.",
"links": null
},
"BIBREF30": {
"ref_id": "b30",
"title": "Speaking with many tongues: Some problems in modelling speakers of actual discourse",
"authors": [
{
"first": "J",
"middle": [
"H"
],
"last": "Clippinger",
"suffix": ""
}
],
"year": 1975,
"venue": "Proceedings of Theoretical Issues in Natural Language Processing -I (TINLAP)",
"volume": "",
"issue": "",
"pages": "68--73",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Clippinger, J.H. 1975 Speaking with many tongues: Some prob- lems in modelling speakers of actual discourse. In Proceedings of Theoretical Issues in Natural Language Processing -I (TINLAP). Cambridge, MA (June) 68-73.",
"links": null
},
"BIBREF31": {
"ref_id": "b31",
"title": "Rendezvous Version 1: An Experimental English-Language Query Formulation System for Casual Users of Relational Databases",
"authors": [
{
"first": "E",
"middle": [
"F"
],
"last": "Codd",
"suffix": ""
}
],
"year": 1978,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Codd, E.F. et al. 1978 Rendezvous Version 1: An Experimental English-Language Query Formulation System for Casual Users of Relational Databases. IBM Research Laboratory, San Jose, CA. Technical Report RJ2144.",
"links": null
},
"BIBREF32": {
"ref_id": "b32",
"title": "Overview of planning speech acts",
"authors": [
{
"first": "P",
"middle": [
"R"
],
"last": "Colhen",
"suffix": ""
},
{
"first": "C",
"middle": [
"R"
],
"last": "Perrault",
"suffix": ""
}
],
"year": 1977,
"venue": "Proceedings of the Fifth International Joint Conference on Artificial Intelligence",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Colhen, P.R. and Perrault, C.R. 1977 Overview of planning speech acts. In Proceedings of the Fifth International Joint Conference on Artificial Intelligence. Cambridge, MA (August).",
"links": null
},
"BIBREF33": {
"ref_id": "b33",
"title": "On Knowing What to Say: Planning Speech Acts",
"authors": [
{
"first": "P",
"middle": [
"R"
],
"last": "Cohen",
"suffix": ""
}
],
"year": 1978,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Cohen, P.R. 1978 On Knowing What to Say: Planning Speech Acts. University of Toronto, Technical Report 118.",
"links": null
},
"BIBREF34": {
"ref_id": "b34",
"title": "Elements of a plan-based theory of speech acts",
"authors": [
{
"first": "P",
"middle": [
"R"
],
"last": "Cohen",
"suffix": ""
},
{
"first": "C",
"middle": [
"R"
],
"last": "Perrault",
"suffix": ""
}
],
"year": 1979,
"venue": "Cognitive Science",
"volume": "3",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Cohen, P.R. and Perrault, C.R. 1979 Elements of a plan-based theory of speech acts. Cognitive Science 3.",
"links": null
},
"BIBREF35": {
"ref_id": "b35",
"title": "Improving Interactive Capabilities in Computer-Assisted Instruction",
"authors": [
{
"first": "A",
"middle": [
"M"
],
"last": "Collins",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Passafiume",
"suffix": ""
},
{
"first": "L",
"middle": [],
"last": "Gould",
"suffix": ""
},
{
"first": "J",
"middle": [
"G"
],
"last": "Carbonell",
"suffix": ""
}
],
"year": 1973,
"venue": "Technical Report",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Collins, A.M., Passafiume, J., Gould, L., and Carbonell, J.G. 1973 Improving Interactive Capabilities in Computer-Assisted Instruction. Bolt Beranek and Newman, Inc., Technical Report 2631 (August).",
"links": null
},
"BIBREF36": {
"ref_id": "b36",
"title": "Automated explanations as a component of a computer-aided design system",
"authors": [
{
"first": "R",
"middle": [
"E"
],
"last": "Cullingford",
"suffix": ""
},
{
"first": "M",
"middle": [
"W"
],
"last": "Krueger",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Selfridge",
"suffix": ""
},
{
"first": "M",
"middle": [
"A"
],
"last": "Bienkowsky",
"suffix": ""
}
],
"year": 1981,
"venue": "IEEE Transactions on Systems, Man, and Cybernetics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Cullingford, R.E., Krueger, M.W., Selfridge, M., and Bienkowsky, M.A. 1981 Automated explanations as a component of a computer-aided design system. To appear in IEEE Transactions on Systems, Man, and Cybernetics.",
"links": null
},
"BIBREF37": {
"ref_id": "b37",
"title": "Papers on Functional Sentence Perspective. Academia, Publishing House of the Czechoslovak Academy of Sciences",
"authors": [
{
"first": "F",
"middle": [],
"last": "Danes",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Ed",
"suffix": ""
}
],
"year": 1974,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Danes, F., Ed. 1974 Papers on Functional Sentence Perspective. Academia, Publishing House of the Czechoslovak Academy of Sciences.",
"links": null
},
"BIBREF38": {
"ref_id": "b38",
"title": "Discourse Production",
"authors": [
{
"first": "A",
"middle": [],
"last": "Davey",
"suffix": ""
}
],
"year": 1979,
"venue": "Advances in Discourse Processes. Volume IV: Text, Discourse, and Process: Toward a Multidisciplinary Science of Texts. Ablex",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Davey, A. 1979 Discourse Production. Edinburgh University Press, Edinburgh. de Beaugrande, Robert 1980 Advances in Discourse Processes. Volume IV: Text, Discourse, and Process: Toward a Multidiscipli- nary Science of Texts. Ablex, Norwood, NJ.",
"links": null
},
"BIBREF39": {
"ref_id": "b39",
"title": "Terms in Systemic Linguistics",
"authors": [
{
"first": "A",
"middle": [],
"last": "De Joia",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Stenton",
"suffix": ""
}
],
"year": 1980,
"venue": "Batsford Academic and Educational",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "de Joia, A. and Stenton, A. 1980 Terms in Systemic Linguistics. Batsford Academic and Educational, Ltd., London.",
"links": null
},
"BIBREF40": {
"ref_id": "b40",
"title": "Memory in story invention",
"authors": [
{
"first": "N",
"middle": [],
"last": "Dehn",
"suffix": ""
}
],
"year": 1981,
"venue": "Proceedings of the Third Annual Conference of the Cognitive Science Society",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dehn, N. 1981a Memory in story invention. In Proceedings of the Third Annual Conference of the Cognitive Science Society. Univer- sity of California, Berkeley (August).",
"links": null
},
"BIBREF41": {
"ref_id": "b41",
"title": "Story generation after TALE-SPIN",
"authors": [
{
"first": "N",
"middle": [],
"last": "Dehn",
"suffix": ""
}
],
"year": 1981,
"venue": "Proceedings of the Seventh International Joint Conference on Artificial Intelligence",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dehn, N. 1981b Story generation after TALE-SPIN. In Proceed- ings of the Seventh International Joint Conference on Artificial Intelligence. University of British Columbia (August).",
"links": null
},
"BIBREF43": {
"ref_id": "b43",
"title": "The case for Case reopened",
"authors": [
{
"first": "C",
"middle": [
"J"
],
"last": "Fillmore",
"suffix": ""
}
],
"year": 1976,
"venue": "Grammatical Relations",
"volume": "8",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Fillmore, C.J. 1976 The case for Case reopened. In Cole, P. and Sadock, J.M., Eds., Syntax and Semantics. Volume 8: Grammati- cal Relations. Academic Press, NY.",
"links": null
},
"BIBREF44": {
"ref_id": "b44",
"title": "Using Qualitative Simulation to Generate Explanations",
"authors": [
{
"first": "K",
"middle": [],
"last": "Forbus",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Stevens",
"suffix": ""
}
],
"year": 1981,
"venue": "Bolt Beranek and Newman, Inc., Technical Report",
"volume": "4490",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Forbus, K. and Stevens, A. 1981 Using Qualitative Simulation to Generate Explanations. Bolt Beranek and Newman, Inc., Techni- cal Report 4490 (March). Also Cognitive Science 3.",
"links": null
},
"BIBREF45": {
"ref_id": "b45",
"title": "Directed random generation of sentences",
"authors": [
{
"first": "J",
"middle": [],
"last": "Friedman",
"suffix": ""
}
],
"year": 1969,
"venue": "Communications of the ACM",
"volume": "12",
"issue": "6",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Friedman, J. 1969 Directed random generation of sentences. Communications of the ACM 12 (6).",
"links": null
},
"BIBREF46": {
"ref_id": "b46",
"title": "An Organization for Programs in Fluid Domains",
"authors": [
{
"first": "R",
"middle": [
"P"
],
"last": "Gabriel",
"suffix": ""
}
],
"year": 1980,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Gabriel, R.P. 1980 An Organization for Programs in Fluid Domains. Ph.D. thesis, Stanford University, 1980.",
"links": null
},
"BIBREF47": {
"ref_id": "b47",
"title": "Computer Generation of Natural Language from a Deep Conceptual Base",
"authors": [
{
"first": "N",
"middle": [
"M"
],
"last": "Goldman",
"suffix": ""
}
],
"year": 1974,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Goldman, N.M. 1974 Computer Generation of Natural Language from a Deep Conceptual Base. Ph.D. thesis, Stanford University. Stanford Artificial Intelligence Laboratory Memo AIM-247.",
"links": null
},
"BIBREF48": {
"ref_id": "b48",
"title": "The boundaries of language generation",
"authors": [
{
"first": "N",
"middle": [
"M"
],
"last": "Goldman",
"suffix": ""
}
],
"year": 1975,
"venue": "Proceedings of Theoretical Issues in Natural Language Processing -I (T1NLAP)",
"volume": "",
"issue": "",
"pages": "74--78",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Goldman, N.M. 1975a The boundaries of language generation. In Proceedings of Theoretical Issues in Natural Language Processing - I (T1NLAP). Cambridge, MA (June) 74-78.",
"links": null
},
"BIBREF49": {
"ref_id": "b49",
"title": "Conceptual generation",
"authors": [
{
"first": "N",
"middle": [
"M"
],
"last": "Goldman",
"suffix": ""
}
],
"year": 1975,
"venue": "Conceptual Information Processing",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Goldman, N.M. 1975b Conceptual generation. In Schank, R.C., Ed., Conceptual Information Processing. North-Holland, Amster- clam.",
"links": null
},
"BIBREF50": {
"ref_id": "b50",
"title": "Developing a Computational Representation of Problem Solving Skills",
"authors": [
{
"first": "I",
"middle": [],
"last": "Goldstein",
"suffix": ""
}
],
"year": 1978,
"venue": "Artificial Intelligence Laboratory",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Goldstein, I. 1978 Developing a Computational Representation of Problem Solving Skills. Massachusetts Institute of Technology, Artificial Intelligence Laboratory, Cambridge, MA, memo 495 (October).",
"links": null
},
"BIBREF51": {
"ref_id": "b51",
"title": "The Thread of Discourse",
"authors": [
{
"first": "I",
"middle": [
"E"
],
"last": "Grimes",
"suffix": ""
}
],
"year": 1975,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Grimes, I.E. 1975 The Thread of Discourse. Mouton, The Hague.",
"links": null
},
"BIBREF52": {
"ref_id": "b52",
"title": "Response generation in question-answering systems",
"authors": [
{
"first": "R",
"middle": [],
"last": "Grishman",
"suffix": ""
}
],
"year": 1979,
"venue": "Proceedings of the Seventeenth Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "99--101",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Grishman, R. 1979 Response generation in question-answering systems. In Proceedings of the Seventeenth Annual Meeting of the Association for Computational Linguistics (August) 99-101.",
"links": null
},
"BIBREF53": {
"ref_id": "b53",
"title": "Utterance and objective: Issues in natural language communication",
"authors": [
{
"first": "B",
"middle": [
"J"
],
"last": "Grosz",
"suffix": ""
}
],
"year": 1979,
"venue": "Proceedings of the Sixth International Joint Conference on Artificial Intelligence",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Grosz, B.J. 1979 Utterance and objective: Issues in natural lan- guage communication. In Proceedings of the Sixth International Joint Conference on Artificial Intelligence.",
"links": null
},
"BIBREF54": {
"ref_id": "b54",
"title": "Focusing and description in natural language dialogs",
"authors": [
{
"first": "B",
"middle": [
"J"
],
"last": "Grosz",
"suffix": ""
}
],
"year": 1980,
"venue": "Elements of Discourse Understanding: Proceedings of a Workshop on Computational Aspects of Linguistic Structure and Discourse Setting",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Grosz, B.J. 1980 Focusing and description in natural language dialogs. In Joshi, A. et al., Eds., Elements of Discourse Under- standing: Proceedings of a Workshop on Computational Aspects of Linguistic Structure and Discourse Setting. Cambridge University Press, Cambridge.",
"links": null
},
"BIBREF55": {
"ref_id": "b55",
"title": "On Automatic Paraphrasing of Natural Language Expressions",
"authors": [
{
"first": "C",
"middle": [],
"last": "Habel",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Schmit",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Schweppe",
"suffix": ""
}
],
"year": 1977,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Habel, C., Schmit, A., and Schweppe, H. 1977 On Automatic Paraphrasing of Natural Language Expressions. Technische Univ- ersiteit, Berlin, Technical Report 3//17. Semantic Network Project.",
"links": null
},
"BIBREF56": {
"ref_id": "b56",
"title": "Categories of the theory of grammar",
"authors": [
{
"first": "M",
"middle": [
"A K"
],
"last": "Halliday",
"suffix": ""
}
],
"year": 1961,
"venue": "",
"volume": "17",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Halliday, M.A.K. 1961 Categories of the theory of grammar. Word 17.",
"links": null
},
"BIBREF57": {
"ref_id": "b57",
"title": "Notes on transitivity and theme in English",
"authors": [
{
"first": "M",
"middle": [
"A K"
],
"last": "Halliday",
"suffix": ""
}
],
"year": 1967,
"venue": "Journal of Linguistics",
"volume": "3",
"issue": "1",
"pages": "37--81",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Halliday, M.A.K. 1967a Notes on transitivity and theme in Eng- lish. Journal of Linguistics 3 (1) 37-81.",
"links": null
},
"BIBREF58": {
"ref_id": "b58",
"title": "Notes on transitivity and theme in English",
"authors": [
{
"first": "M",
"middle": [
"A K"
],
"last": "Halliday",
"suffix": ""
}
],
"year": 1967,
"venue": "Journal of Linguistics",
"volume": "3",
"issue": "2",
"pages": "199--244",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Halliday, M.A.K. 1967b Notes on transitivity and theme in Eng- lish. Journal of Linguistics 3 (2) 199-244.",
"links": null
},
"BIBREF59": {
"ref_id": "b59",
"title": "Notes on transitivity and theme in English",
"authors": [
{
"first": "",
"middle": [
"M A K"
],
"last": "Halliday",
"suffix": ""
}
],
"year": 1968,
"venue": "Journal of Linguistics",
"volume": "4",
"issue": "2",
"pages": "179--215",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Halliday. M.A.K. 1968 Notes on transitivity and theme in English. Journal of Linguistics 4 (2) 179-215.",
"links": null
},
"BIBREF60": {
"ref_id": "b60",
"title": "Language structure and language function",
"authors": [
{
"first": "M",
"middle": [
"A K"
],
"last": "Halliday",
"suffix": ""
}
],
"year": 1970,
"venue": "New Horizons in Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Halliday, M.A.K. 1970 Language structure and language function. In Lyons, J., Ed., New Horizons in Linguistics. Penguin.",
"links": null
},
"BIBREF61": {
"ref_id": "b61",
"title": "System and Function in Language",
"authors": [
{
"first": "M",
"middle": [
"A K"
],
"last": "Halliday",
"suffix": ""
}
],
"year": 1976,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Halliday, M.A.K. 1976 System and Function in Language. Oxford University Press, London.",
"links": null
},
"BIBREF62": {
"ref_id": "b62",
"title": "Language as Social Semiotic",
"authors": [
{
"first": "M",
"middle": [
"A K"
],
"last": "Halliday",
"suffix": ""
}
],
"year": 1978,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Halliday, M.A.K. 1978 Language as Social Semiotic. University Park Press, Baltimore, MD.",
"links": null
},
"BIBREF64": {
"ref_id": "b64",
"title": "Natural Language Inputs to a Simulation Programming System",
"authors": [
{
"first": "G",
"middle": [],
"last": "Heidorn",
"suffix": ""
}
],
"year": 1972,
"venue": "Naval Postgraduate School",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Heidorn, G. 1972 Natural Language Inputs to a Simulation Pro- gramming System. Naval Postgraduate School, Monterey, CA, Technical Report NPS-55HD72101A.",
"links": null
},
"BIBREF65": {
"ref_id": "b65",
"title": "Augmented phrase structure grammar",
"authors": [
{
"first": "G",
"middle": [],
"last": "Heidorn",
"suffix": ""
}
],
"year": 1975,
"venue": "Proceedings of Theoretical Issues in Natural Language Processing -I (TINLAP)",
"volume": "",
"issue": "",
"pages": "1--5",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Heidorn, G. 1975 Augmented phrase structure grammar. In Proceedings of Theoretical Issues in Natural Language Processing - I (TINLAP). Cambridge, MA (June) 1-5.",
"links": null
},
"BIBREF66": {
"ref_id": "b66",
"title": "The Generation of French from Semantic Structure",
"authors": [
{
"first": "A",
"middle": [],
"last": "Herskovits",
"suffix": ""
}
],
"year": 1973,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Herskovits, A. 1973 The Generation of French from Semantic Structure. Stanford Artificial Intelligence Laboratory, Technical Report 212.",
"links": null
},
"BIBREF67": {
"ref_id": "b67",
"title": "Conversation as planned behavior",
"authors": [
{
"first": "J",
"middle": [],
"last": "Hobbs",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Evans",
"suffix": ""
}
],
"year": 1980,
"venue": "Cognitive Science",
"volume": "4",
"issue": "",
"pages": "349--377",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hobbs, J. and Evans, D. 1980 Conversation as planned behavior. Cognitive Science 4, 349-377.",
"links": null
},
"BIBREF68": {
"ref_id": "b68",
"title": "North-Holland Linguistic Series",
"authors": [
{
"first": "R",
"middle": [
"A"
],
"last": "Hudson",
"suffix": ""
}
],
"year": 1971,
"venue": "",
"volume": "4",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hudson, R. A. 1971 North-Holland Linguistic Series. Volume 4: English Complex Sentences. North-Holland, London and Am- sterdam.",
"links": null
},
"BIBREF69": {
"ref_id": "b69",
"title": "Arguments for a Non-Transformational Grammar",
"authors": [
{
"first": "R",
"middle": [
"A"
],
"last": "Hudson",
"suffix": ""
}
],
"year": 1976,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hudson, R. A. 1976 Arguments for a Non-Transformational Grammar. University of Chicago Press, Chicago, 1976.",
"links": null
},
"BIBREF70": {
"ref_id": "b70",
"title": "The Generation of Syntactic Structures from a Syntactic Base",
"authors": [
{
"first": "W",
"middle": [
"J"
],
"last": "Hutchins",
"suffix": ""
}
],
"year": 1971,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hutchins, W.J. 1971 The Generation of Syntactic Structures from a Syntactic Base. North-Holland, Amsterdam.",
"links": null
},
"BIBREF71": {
"ref_id": "b71",
"title": "Functional grammar",
"authors": [
{
"first": "M",
"middle": [],
"last": "Kay",
"suffix": ""
}
],
"year": 1979,
"venue": "Proceedings of the Fifth Annual Meeting of the Berkeley Linguistic Society",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kay, M. 1979 Functional grammar. In Proceedings of the Fifth Annual Meeting of the Berkeley Linguistic Society.",
"links": null
},
"BIBREF72": {
"ref_id": "b72",
"title": "Presented at the Conference on Empirical and Methodological Foundations of Semantic Theories for Natural Language",
"authors": [
{
"first": "G",
"middle": [],
"last": "Kempen",
"suffix": ""
}
],
"year": 1977,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kempen, G. 1977 Building a psychologically plausible sentence generator. Presented at the Conference on Empirical and Meth- odological Foundations of Semantic Theories for Natural Lan- guage, Nijmegen, The Netherlands.",
"links": null
},
"BIBREF73": {
"ref_id": "b73",
"title": "A Procedural Grammar for Sentence Production",
"authors": [
{
"first": "G",
"middle": [],
"last": "Kempen",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Hoenkamp",
"suffix": ""
}
],
"year": 1979,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kempen, G. and Hoenkamp, E. 1979 A Procedural Grammar for Sentence Production. University of Nijmegen, Department of Psychology, The Netherlands, Technical Report, 1979.",
"links": null
},
"BIBREF74": {
"ref_id": "b74",
"title": "Automatic paraphrasing in essay format",
"authors": [
{
"first": "S",
"middle": [],
"last": "Klein",
"suffix": ""
}
],
"year": 1965,
"venue": "Mechanical Translation",
"volume": "8",
"issue": "3",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Klein, S. 1965 Automatic paraphrasing in essay format. Mechani- cal Translation 8 (3).",
"links": null
},
"BIBREF75": {
"ref_id": "b75",
"title": "Meta-compiling text grammars as a model for human behavior",
"authors": [
{
"first": "S",
"middle": [],
"last": "Klein",
"suffix": ""
}
],
"year": 1975,
"venue": "Proceedings of Theoretical lssues in Natural Language Processing -I (TINLAP)",
"volume": "",
"issue": "",
"pages": "94--98",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Klein, S. 1975 Meta-compiling text grammars as a model for human behavior. In Proceedings of Theoretical lssues in Natural Language Processing -I (TINLAP). Cambridge, MA (June) 94-98.",
"links": null
},
"BIBREF76": {
"ref_id": "b76",
"title": "Incremental sentence processing",
"authors": [
{
"first": "R",
"middle": [],
"last": "Knaus",
"suffix": ""
}
],
"year": 1975,
"venue": "American Journal of Computational Linguistics Fiche",
"volume": "33",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Knaus, R. 1975 Incremental sentence processing. American Jour- nal of Computational Linguistics Fiche 33.",
"links": null
},
"BIBREF77": {
"ref_id": "b77",
"title": "Contemporary Perspectives in the Philosophy of Language",
"authors": [
{
"first": "S",
"middle": [],
"last": "Kripke",
"suffix": ""
}
],
"year": 1977,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kripke, S. 1977 Speaker reference and semantic reference. In French, P.A. et al., Eds., Contemporary Perspectives in the Phi- losophy of Language. University of Minnesota Press, Minneapo- lis.",
"links": null
},
"BIBREF78": {
"ref_id": "b78",
"title": "Process Models of Reference in Context. USC/lnformation Sciences Institute",
"authors": [
{
"first": "J",
"middle": [
"A"
],
"last": "Levin",
"suffix": ""
},
{
"first": "N",
"middle": [
"M"
],
"last": "Goldman",
"suffix": ""
}
],
"year": 1978,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Levin, J.A., and Goldman, N.M. 1978 Process Models of Reference in Context. USC/lnformation Sciences Institute, RR-78-72.",
"links": null
},
"BIBREF79": {
"ref_id": "b79",
"title": "Communicative goals and strategies: Between discourse and syntax",
"authors": [
{
"first": "D",
"middle": [
"M"
],
"last": "Levy",
"suffix": ""
}
],
"year": 1979,
"venue": "Discourse and Syntax",
"volume": "12",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Levy, D.M. 1979a Communicative goals and strategies: Between discourse and syntax. In Givon, T., Ed., Syntax and Semantics. Volume 12: Discourse and Syntax. Academic Press, New York.",
"links": null
},
"BIBREF80": {
"ref_id": "b80",
"title": "The Architecture of the Text",
"authors": [
{
"first": "D",
"middle": [
"M"
],
"last": "Levy",
"suffix": ""
}
],
"year": 1979,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Levy, D.M. 1979b The Architecture of the Text. Ph.D. thesis, Stanford University, Department of Computer Science.",
"links": null
},
"BIBREF81": {
"ref_id": "b81",
"title": "Spatial networks as a site for the study of language and thought",
"authors": [
{
"first": "C",
"middle": [],
"last": "Linde",
"suffix": ""
},
{
"first": "W",
"middle": [],
"last": "Labov",
"suffix": ""
}
],
"year": 1975,
"venue": "Language",
"volume": "50",
"issue": "",
"pages": "924--939",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Linde C. and Labov, W. 1975 Spatial networks as a site for the study of language and thought. Language 50 (IV) 924-939.",
"links": null
},
"BIBREF82": {
"ref_id": "b82",
"title": "Computer as Author -Results and Prospects. USC/Information Sciences Institute",
"authors": [
{
"first": "W",
"middle": [
"C"
],
"last": "Mann",
"suffix": ""
},
{
"first": "J",
"middle": [
"A"
],
"last": "Moore",
"suffix": ""
}
],
"year": 1980,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mann, W.C. and Moore, J.A. 1980 Computer as Author -Results and Prospects. USC/Information Sciences Institute, RR-79-82.",
"links": null
},
"BIBREF83": {
"ref_id": "b83",
"title": "Computer generation of multiparagraph English text",
"authors": [
{
"first": "W",
"middle": [
"C"
],
"last": "Mann",
"suffix": ""
},
{
"first": "J",
"middle": [
"A"
],
"last": "Moore",
"suffix": ""
}
],
"year": 1981,
"venue": "American Journal of Computational Linguistics",
"volume": "7",
"issue": "1",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mann, W.C. and Moore, J.A. 1981a Computer generation of multiparagraph English text. American Journal of Computational Linguistics 7 (1) January -March.",
"links": null
},
"BIBREF84": {
"ref_id": "b84",
"title": "Two discourse generators",
"authors": [
{
"first": "W",
"middle": [
"C"
],
"last": "Mann",
"suffix": ""
}
],
"year": 1981,
"venue": "The Nineteenth Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mann, W.C. 1981b Two discourse generators. In The Nineteenth Annual Meeting of the Association for Computational Linguistics. Sperry Univac.",
"links": null
},
"BIBREF85": {
"ref_id": "b85",
"title": "A grammar and a lexicon for a textproduction system",
"authors": [
{
"first": "C",
"middle": [
"M I M"
],
"last": "Matthiessen",
"suffix": ""
}
],
"year": 1981,
"venue": "The Nineteenth Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Matthiessen, C.M.I.M. 1981 A grammar and a lexicon for a text- production system. In The Nineteenth Annual Meeting of the Association for Computational Linguistics. Sperry Univac.",
"links": null
},
"BIBREF87": {
"ref_id": "b87",
"title": "Automatic Enhancement of a Database Knowledge Representation for Natural Language Generation",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Automatic Enhancement of a Database Knowledge Representation for Natural Language Generation. University of Pennsylvania, Technical Report MS-CIS-81-6.",
"links": null
},
"BIBREF88": {
"ref_id": "b88",
"title": "A preliminary report on a program for generating natural language",
"authors": [
{
"first": "D",
"middle": [
"D"
],
"last": "Mcdonald",
"suffix": ""
}
],
"year": 1975,
"venue": "Proceedings of the Third International Joint Conference on Artificial Intelligence. Tibilisi",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "McDonald, D.D. 1975a A preliminary report on a program for generating natural language. In Proceedings of the Third Interna- tional Joint Conference on Artificial Intelligence. Tibilisi, USSR (August).",
"links": null
},
"BIBREF89": {
"ref_id": "b89",
"title": "A framework for writing generation grammars for interactive computer programs",
"authors": [
{
"first": "D",
"middle": [
"D"
],
"last": "Mcdonald",
"suffix": ""
}
],
"year": 1975,
"venue": "American Journal of Computational Linguistics Fiche",
"volume": "33",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "McDonald, D.D. 1975b A framework for writing generation grammars for interactive computer programs. American Journal of Computational Linguistics Fiche 33.",
"links": null
},
"BIBREF90": {
"ref_id": "b90",
"title": "Language generation: The linguistics component (short note)",
"authors": [
{
"first": "D",
"middle": [
"D"
],
"last": "Mcdonald",
"suffix": ""
}
],
"year": 1977,
"venue": "Proceedings of the Fifth International Joint Conference on Artificial Intelligence",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "McDonald, D.D. 1977 Language generation: The linguistics com- ponent (short note). In Proceedings of the Fifth International Joint Conference on Artificial Intelligence. Cambridge, MA (August).",
"links": null
},
"BIBREF91": {
"ref_id": "b91",
"title": "Subsequent references: Syntactic and rhetorical constraints",
"authors": [
{
"first": "D",
"middle": [
"D"
],
"last": "Mcdonald",
"suffix": ""
}
],
"year": 1978,
"venue": "Theoretical Issues in Natural Language Processing -2 (TINLAP)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "McDonald, D.D. 1978 Subsequent references: Syntactic and rhetorical constraints. In Theoretical Issues in Natural Language Processing -2 (TINLAP). ACM, New York.",
"links": null
},
"BIBREF92": {
"ref_id": "b92",
"title": "Natural Language Production as a Process of Decision-Making Under Constraints",
"authors": [
{
"first": "D",
"middle": [
"D"
],
"last": "Mcdonald",
"suffix": ""
}
],
"year": 1980,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "McDonald, D.D. 1980a Natural Language Production as a Process of Decision-Making Under Constraints. Ph.D. thesis, Massachu- setts Institute of Technology, Dept. of Electricial Engineering and Computer Science. To appear as an MIT Artificial Intelli- gence Laboratory technical report.",
"links": null
},
"BIBREF93": {
"ref_id": "b93",
"title": "The role of discourse structure in language production",
"authors": [
{
"first": "D",
"middle": [
"D"
],
"last": "Mcdonald",
"suffix": ""
}
],
"year": 1980,
"venue": "The Proceedings of the Third Biannual Meeting of the SCSIO/SCEIO",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "McDonald, D.D. 1980b The role of discourse structure in lan- guage production. In The Proceedings of the Third Biannual Meeting of the SCSIO/SCEIO.",
"links": null
},
"BIBREF94": {
"ref_id": "b94",
"title": "Language production: The source of the dictionary",
"authors": [
{
"first": "D",
"middle": [
"D"
],
"last": "Mcdonald",
"suffix": ""
}
],
"year": 1981,
"venue": "The Nineteenth Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "McDonald, D.D. 1981 Language production: The source of the dictionary. In The Nineteenth Annual Meeting of the Association for Computational Linguistics. Stanford University (June).",
"links": null
},
"BIBREF95": {
"ref_id": "b95",
"title": "Paraphrasing using given and new information in a question-answer system",
"authors": [
{
"first": "K",
"middle": [
"R"
],
"last": "Mckeown",
"suffix": ""
}
],
"year": 1979,
"venue": "Philadelphia. Number MS-CIS-80-13. Also in Proceedings of the Seventeenth Annual Meeting of the Association for Computational Lingustics",
"volume": "",
"issue": "",
"pages": "67--72",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "McKeown, K.R. 1979 Paraphrasing using given and new information in a question-answer system. Master's thesis, University of Penn- sylvania, Philadelphia. Number MS-CIS-80-13. Also in Pro- ceedings of the Seventeenth Annual Meeting of the Association for Computational Lingustics (August) 67-72.",
"links": null
},
"BIBREF96": {
"ref_id": "b96",
"title": "Generating Descriptions and Explanations: Applications to Questions about Database Structure",
"authors": [
{
"first": "K",
"middle": [
"R"
],
"last": "Mckeown",
"suffix": ""
}
],
"year": 1980,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "McKeown, K.R. 1980a Generating Descriptions and Explanations: Applications to Questions about Database Structure. University of Pennsylvania, Technical Report MS-CIS-80-9.",
"links": null
},
"BIBREF97": {
"ref_id": "b97",
"title": "Generating relevant explanations: Natural language responses to questions about database structure",
"authors": [
{
"first": "K",
"middle": [
"R"
],
"last": "Mckeown",
"suffix": ""
}
],
"year": 1980,
"venue": "Proceedings of The First Annual National Conference on Artificial Intelligence",
"volume": "",
"issue": "",
"pages": "306--309",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "McKeown, K.R. 1980b Generating relevant explanations: Natural language responses to questions about database structure. In Proceedings of The First Annual National Conference on Artificial Intelligence. Stanford, CA (August) 306-309.",
"links": null
},
"BIBREF98": {
"ref_id": "b98",
"title": "Generating Natural Language: Deciding What to Say Next",
"authors": [
{
"first": "K",
"middle": [
"R"
],
"last": "Mckeown",
"suffix": ""
}
],
"year": 1981,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "McKeown, K.R. 1981 Generating Natural Language: Deciding What to Say Next. University of Pennsylvania, Technical Re- port MS-CIS-81-1.",
"links": null
},
"BIBREF99": {
"ref_id": "b99",
"title": "Using planning structures to generate stories",
"authors": [
{
"first": "J",
"middle": [
"R"
],
"last": "Meehan",
"suffix": ""
}
],
"year": 1975,
"venue": "American Journal of Computational Linguistics Fiche",
"volume": "33",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Meehan, J.R. 1975 Using planning structures to generate stories. American Journal of Computational Linguistics Fiche 33.",
"links": null
},
"BIBREF100": {
"ref_id": "b100",
"title": "TALE-SPIN, an interactive program that writes stories",
"authors": [
{
"first": "J",
"middle": [
"R"
],
"last": "Meehan",
"suffix": ""
}
],
"year": 1977,
"venue": "Proceedings of the Fifth International Joint Conference on Artificial Intelligence",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Meehan, J.R. 1977 TALE-SPIN, an interactive program that writes stories. In Proceedings of the Fifth International Joint Conference on Artificial Intelligence (August).",
"links": null
},
"BIBREF101": {
"ref_id": "b101",
"title": "Reasoning about Knowledge and Action. SR1 International",
"authors": [
{
"first": "R",
"middle": [],
"last": "Moore",
"suffix": ""
}
],
"year": null,
"venue": "Artificial Intelligence Center",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Moore, R. 1980 Reasoning about Knowledge and Action. SR1 Inter- national, Artificial Intelligence Center, Technical Note 191.",
"links": null
},
"BIBREF102": {
"ref_id": "b102",
"title": "Planning Speech Acts. University of Toronto",
"authors": [
{
"first": "C",
"middle": [
"R"
],
"last": "Perrault",
"suffix": ""
},
{
"first": "C",
"middle": [
"R"
],
"last": "Cohen",
"suffix": ""
}
],
"year": 1978,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Perrault, C.R. and Cohen, C.R. 1978 Planning Speech Acts. Uni- versity of Toronto, Department of Computer Science, Technical Report.",
"links": null
},
"BIBREF103": {
"ref_id": "b103",
"title": "A Structure for Plans and Behavior",
"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 Behavior. Elsevier, North-Holland, Amsterdam.",
"links": null
},
"BIBREF104": {
"ref_id": "b104",
"title": "Inference and paraphrase by computer",
"authors": [
{
"first": "R",
"middle": [],
"last": "Schank",
"suffix": ""
},
{
"first": "N",
"middle": [],
"last": "Goldman",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Reiger",
"suffix": ""
}
],
"year": 1975,
"venue": "Journal of the ACM",
"volume": "22",
"issue": "3",
"pages": "309--328",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Schank, R., Goldman, N., and Reiger, C. 1975 Inference and paraphrase by computer. Journal of the ACM 22 (3) July, 309-328.",
"links": null
},
"BIBREF105": {
"ref_id": "b105",
"title": "Production and Comprehension of Utterances",
"authors": [
{
"first": "I",
"middle": [
"M"
],
"last": "Schlesinger",
"suffix": ""
}
],
"year": 1977,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Schlesinger, I.M. 1977 Production and Comprehension of Utterances. Lawrence Erlbaum Associates.",
"links": null
},
"BIBREF106": {
"ref_id": "b106",
"title": "Generation as parsing from a network into a linear string",
"authors": [
{
"first": "S",
"middle": [
"C"
],
"last": "Shapiro",
"suffix": ""
}
],
"year": 1975,
"venue": "American Journal of Computational Linguistics Fiche",
"volume": "33",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Shapiro, S.C. 1975 Generation as parsing from a network into a linear string. American Journal of Computational Linguistics Fiche 33.",
"links": null
},
"BIBREF107": {
"ref_id": "b107",
"title": "Generalized augmented transition network grammars for generation from semantic networks",
"authors": [
{
"first": "S",
"middle": [
"C"
],
"last": "Shapiro",
"suffix": ""
}
],
"year": 1979,
"venue": "Proceedings of the Seventeenth Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "25--29",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Shapiro, S.C. 1979 Generalized augmented transition network grammars for generation from semantic networks. In Proceed- ings of the Seventeenth Meeting of the Association for Computa- tional Linguistics (August) 25-29.",
"links": null
},
"BIBREF108": {
"ref_id": "b108",
"title": "Generating English discourse from semantic networks",
"authors": [
{
"first": "R",
"middle": [],
"last": "Simmons",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Slocum",
"suffix": ""
}
],
"year": 1972,
"venue": "Communications of the ACM",
"volume": "15",
"issue": "10",
"pages": "891--905",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Simmons, R. and Slocum, J. 1972 Generating English discourse from semantic networks. Communications of the ACM 15 (10) October, 891-905.",
"links": null
},
"BIBREF109": {
"ref_id": "b109",
"title": "ACE: A system which analyses complex explanations",
"authors": [
{
"first": "D",
"middle": [
"J"
],
"last": "Sleeman",
"suffix": ""
},
{
"first": "R",
"middle": [
"J"
],
"last": "Hendley",
"suffix": ""
}
],
"year": 1979,
"venue": "International Journal of Man-Machine Studies II",
"volume": "",
"issue": "",
"pages": "125--144",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sleeman, D.J. and Hendley, R.J. 1979 ACE: A system which analyses complex explanations. International Journal of Man- Machine Studies II 125-144.",
"links": null
},
"BIBREF110": {
"ref_id": "b110",
"title": "Question Answering via Cannonical Verbs and Semantic Models",
"authors": [
{
"first": "J",
"middle": [],
"last": "Slocum",
"suffix": ""
}
],
"year": 1973,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Slocum, J. 1973 Question Answering via Cannonical Verbs and Semantic Models: Generating English from the Model. University of Texas, Department of Computer Sciences, Austin, Technical Report NL 13.",
"links": null
},
"BIBREF111": {
"ref_id": "b111",
"title": "Speech generation from semantic nets",
"authors": [
{
"first": "J",
"middle": [],
"last": "Slocum",
"suffix": ""
}
],
"year": 1975,
"venue": "American Journal of Computational Linguistics Fiche",
"volume": "33",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Slocum, J. 1975 Speech generation from semantic nets. American Journal of Computational Linguistics Fiche 33.",
"links": null
},
"BIBREF112": {
"ref_id": "b112",
"title": "A Typology of Explanations and its Application to Intelligent Computer Aided Instruction",
"authors": [
{
"first": "A",
"middle": [],
"last": "Stevens",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Steinberg",
"suffix": ""
}
],
"year": 1981,
"venue": "Technical Report",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stevens, A. and C. Steinberg 1981 A Typology of Explanations and its Application to Intelligent Computer Aided Instruction. Bolt Beranek and Newman, Inc., Technical Report 4626 (March).",
"links": null
},
"BIBREF113": {
"ref_id": "b113",
"title": "A Digitalis Therapy Advisor with Explanations",
"authors": [
{
"first": "W",
"middle": [
"R"
],
"last": "Swartout",
"suffix": ""
}
],
"year": 1977,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Swartout, W.R. 1977 A Digitalis Therapy Advisor with Explanations. Massachusetts Institute of Technology, Laboratory for Comput- er Science, Technical Report (February).",
"links": null
},
"BIBREF114": {
"ref_id": "b114",
"title": "Producing Explanations and Justifications of Expert Consulting Programs",
"authors": [
{
"first": "W",
"middle": [
"R"
],
"last": "Swartout",
"suffix": ""
}
],
"year": 1981,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Swartout, W.R. 1981a Producing Explanations and Justifications of Expert Consulting Programs. Massachusetts Institute of Technol- ogy, Technical Report M1T/LCS/TR-251 (January).",
"links": null
},
"BIBREF115": {
"ref_id": "b115",
"title": "Explaining and justifying expert consulting programs",
"authors": [
{
"first": "W",
"middle": [
"R"
],
"last": "Swartout",
"suffix": ""
}
],
"year": 1981,
"venue": "Proceedings of the Seventh International Joint Conference on Artificial Intelligence",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Swartout, W.R. 1981b Explaining and justifying expert consulting programs. In Proceedings of the Seventh International Joint Con- ference on Artificial Intelligence. University of British Columbia (August).",
"links": null
},
"BIBREF116": {
"ref_id": "b116",
"title": "Strategy and tactics: A model for language production",
"authors": [
{
"first": "H",
"middle": [
"S"
],
"last": "Thompson",
"suffix": ""
}
],
"year": 1977,
"venue": "Papers from the Thirteenth Regional Meeting",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Thompson, H.S. 1977 Strategy and tactics: A model for language production. In Papers from the Thirteenth Regional Meeting. Chicago Linguistic Society.",
"links": null
},
"BIBREF117": {
"ref_id": "b117",
"title": "Stress and Salience in English: Theory and Practice",
"authors": [
{
"first": "H",
"middle": [
"S"
],
"last": "Thompson",
"suffix": ""
}
],
"year": 1980,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Thompson, H.S. 1980 Stress and Salience in English: Theory and Practice. Xerox Palo Alto Research Center, Technical Report CSL-80-8 (May).",
"links": null
},
"BIBREF118": {
"ref_id": "b118",
"title": "An English language question answering system for a large relational database",
"authors": [
{
"first": "D",
"middle": [
"L"
],
"last": "Waltz",
"suffix": ""
}
],
"year": 1978,
"venue": "Communications of the ACM",
"volume": "21",
"issue": "7",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Waltz, D.L. 1978 An English language question answering system for a large relational database. Communications of the ACM 21 (7) July.",
"links": null
},
"BIBREF119": {
"ref_id": "b119",
"title": "BLAH, a system which explains its reasoning",
"authors": [
{
"first": "J",
"middle": [
"L"
],
"last": "Weiner",
"suffix": ""
}
],
"year": 1980,
"venue": "Artificial Intelligence",
"volume": "15",
"issue": "",
"pages": "19--48",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Weiner, J.L. 1980 BLAH, a system which explains its reasoning. Artificial Intelligence 15 (November) 19-48.",
"links": null
},
"BIBREF120": {
"ref_id": "b120",
"title": "Understanding Natural Language",
"authors": [
{
"first": "T",
"middle": [],
"last": "Winograd",
"suffix": ""
}
],
"year": 1972,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Winograd, T. 1972 Understanding Natural Language. Academic Press, Edinburgh.",
"links": null
},
"BIBREF121": {
"ref_id": "b121",
"title": "Generating English Sentences from Semantic Structures",
"authors": [
{
"first": "H",
"middle": [
"K T"
],
"last": "Wong",
"suffix": ""
}
],
"year": 1975,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Wong, H.K.T. 1975 Generating English Sentences from Semantic Structures. University of Toronto, Department of Computer Science, Technical Report 84.",
"links": null
},
"BIBREF122": {
"ref_id": "b122",
"title": "A model and a hypothesis for language structure",
"authors": [
{
"first": "V",
"middle": [
"H A"
],
"last": "Yngve",
"suffix": ""
}
],
"year": 1960,
"venue": "Proceedings of the American Philosophical Society",
"volume": "",
"issue": "",
"pages": "444--466",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yngve, V.H.A. 1960 A model and a hypothesis for language structure. In Proceedings of the American Philosophical Society, 444-466.",
"links": null
},
"BIBREF123": {
"ref_id": "b123",
"title": "Random generation of English sentences",
"authors": [
{
"first": "V",
"middle": [
"H A"
],
"last": "Yngve",
"suffix": ""
}
],
"year": 1962,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yngve, V.H.A. 1962 Random generation of English sentences. In",
"links": null
}
},
"ref_entries": {}
}
}