ACL-OCL / Base_JSON /prefixP /json /P87 /P87-1005.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "P87-1005",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T09:13:30.724455Z"
},
"title": "AN ENVIRONMENT FOR ACQUIRING SEMANTIC INFORMATION",
"authors": [
{
"first": "Damaris",
"middle": [
"M"
],
"last": "Ayuso",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "BBN Laboratories Inc",
"location": {
"addrLine": "10 Moulton St",
"postCode": "02238",
"settlement": "Cambridge",
"region": "MA"
}
},
"email": ""
},
{
"first": "Varda",
"middle": [],
"last": "Shaked",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "BBN Laboratories Inc",
"location": {
"addrLine": "10 Moulton St",
"postCode": "02238",
"settlement": "Cambridge",
"region": "MA"
}
},
"email": ""
},
{
"first": "Ralph",
"middle": [
"M"
],
"last": "Weischedel",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "BBN Laboratories Inc",
"location": {
"addrLine": "10 Moulton St",
"postCode": "02238",
"settlement": "Cambridge",
"region": "MA"
}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "An improved version of IRACQ (for Interpretation Rule ACQuisition) is presented. I Our approach to semantic knowledge acquisition: 1) is in the context of a general purpose NL interface rather than one that accesses only databases, 2) employs a knowledge representation formalism with limited inferencing capabilities, 3) assumes a trained person but not an AI expert, and 4) provides a complete environment for not only acquiring semantic knowledge, but also maintaining and editing it in a consistent knowledge base. IRACQ is currently in use at the Naval Ocean Systems Center.",
"pdf_parse": {
"paper_id": "P87-1005",
"_pdf_hash": "",
"abstract": [
{
"text": "An improved version of IRACQ (for Interpretation Rule ACQuisition) is presented. I Our approach to semantic knowledge acquisition: 1) is in the context of a general purpose NL interface rather than one that accesses only databases, 2) employs a knowledge representation formalism with limited inferencing capabilities, 3) assumes a trained person but not an AI expert, and 4) provides a complete environment for not only acquiring semantic knowledge, but also maintaining and editing it in a consistent knowledge base. IRACQ is currently in use at the Naval Ocean Systems Center.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "The existence of commercial natural language interfaces (NLI's), such as INTELLECT from Artificial Intelligence Corporation and Q&A from Symantec, shows that NLI technology provides utility as an interface to computer systems. The success of all NLI technology is predicated upon the availability of substantial knowledge bases containing information about the syntax and semantics of words, phrases, and idioms, as well as knowledge of the domain and of discourse context. A number of systems demonstrate a high degree of transportability, in the sense that software modules do not have to be changed when moving the technology to a new domain area; only the declarative, domain specific knowledge need be changed. However, creating the knowledge bases requires substantial effort, and therefore substantial cost. It is this assessment of the state of the art that causes us to conclude that know~edge acquisition is one of the most fundamenta/ prob/ems to widespread applicability of NLI techno/ogy. This paper describes our contribution to the acquisition of semantic knowledge as evidenced in IRACQ (for Interpretation Rule ACQuisition), within the context of our overall approach to representation of domain knowledge and its use in the IRUS natural language system [5, 6,271. An initial version of IRACQ was reported in [19] . Using IRACQ, mappings 1The work presented here was supported under DARPA contract #N00014-85-C-0016. The views and conclusions contained in this document are those of the authors and should not be interpreted as necessenly representing the officual policies, either expressed or implied, of the Defense Advanced Research Projects Agency or of the United States Government. between valid English constructs and predicates of the domain may be defined by entering sample phrases.",
"cite_spans": [
{
"start": 1271,
"end": 1281,
"text": "[5, 6,271.",
"ref_id": null
},
{
"start": 1326,
"end": 1330,
"text": "[19]",
"ref_id": "BIBREF16"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The mappings, or interpretation rules (IRules), may be defined for nouns, verbs, adjectives, and prepositions. IRules are used by the semantic interpreter in enforcing selectional restrictions and producing a logical form as the meaning representation of the input sentence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "IRACQ makes extensive use of information present in a model of the domain, which is represented using NIKL [18, 21] , the terminological reasoning component of KL-TWO [26] . Information from the domain model is used in guiding the IRACQ/user interaction, assuring that acquisition and editing yield IRules consistent with the model. Further support exists for the IRule developer through a flexible editing and debugging environment. IRACQ has been in use by non-AI experts at the Naval Ocean Systems Center for the expansion of the database of semantic rules in use by IRUS. This paper first surveys the kinds of domain specific knowledge necessary for an NLI as well as approaches to their acquisition (section 2). Section 3 discusses dimensions in the design of a semantic acquisition facility, describing our approach. In section 4 we describe IRules and how they are used. An example of a clause IRule definition using IRACQ is presented. Section 5 describes initial work on an IRule paraphraser. Conclusions are in section 6.",
"cite_spans": [
{
"start": 107,
"end": 111,
"text": "[18,",
"ref_id": "BIBREF15"
},
{
"start": 112,
"end": 115,
"text": "21]",
"ref_id": "BIBREF18"
},
{
"start": 167,
"end": 171,
"text": "[26]",
"ref_id": "BIBREF22"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "One kind of knowledge that must be acquired is lexical information. This includes morphological information, syntactic categories, complement structure (if any), and pointers to semantic information associated with individual words. Acquiring lexical information may proceed by prompting a user, as in TEAM [13] , IRUS [7] , and JANUS [9] . Alternatively, efforts are underway to acquire the information directly from on-line dictionaries [3, 16] .",
"cite_spans": [
{
"start": 307,
"end": 311,
"text": "[13]",
"ref_id": "BIBREF11"
},
{
"start": 319,
"end": 322,
"text": "[7]",
"ref_id": "BIBREF5"
},
{
"start": 335,
"end": 338,
"text": "[9]",
"ref_id": "BIBREF7"
},
{
"start": 439,
"end": 442,
"text": "[3,",
"ref_id": "BIBREF2"
},
{
"start": 443,
"end": 446,
"text": "16]",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Kinds of Knowledge",
"sec_num": "2"
},
{
"text": "Semantic knowledge includes at least two kinds of information: selectional restrictions or case frame constraints which can serve as a filter on what makes sense semantically, and rules for translating the word senses present in an input into an underlying semantic representation. Acquiring such selectional restriction information has been studied in TEAM, the Linguistic String Parser [12] , and our system. Acquiring the meaning of the word senses has been studied by several individuals, including [11, 17] . This paper focuses on acquiring such semantic knowledge using IRACQ.",
"cite_spans": [
{
"start": 388,
"end": 392,
"text": "[12]",
"ref_id": "BIBREF10"
},
{
"start": 503,
"end": 507,
"text": "[11,",
"ref_id": "BIBREF9"
},
{
"start": 508,
"end": 511,
"text": "17]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Kinds of Knowledge",
"sec_num": "2"
},
{
"text": "Basic facts about the domain must be acquired as well. This includes at least taxonomic information about the semantic categories in the domain and binary relationships holding between semantic categories. For instance, in the domain of Navy decision-making at a US Reet Command Center, such basic domain facts include:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Kinds of Knowledge",
"sec_num": "2"
},
{
"text": "All submarines are vessels.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Kinds of Knowledge",
"sec_num": "2"
},
{
"text": "All vessels are units.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Kinds of Knowledge",
"sec_num": "2"
},
{
"text": "Such information, though not linguistic in nature, is clearly necessary to understand natural language, since, for instance, \"Enterprise's overall rating\" presumes that there is such a readiness rating, which can be verified in the axioms mentioned above about the domain. However, this is cleady not a class of knowledge peculiar to language comprehension or generation, but is in fact essential in any intelligent system. General tools for acquiring such knowledge are emerging; we are employing KREME [1] for acquiring and maintaining the domain knowledge.",
"cite_spans": [
{
"start": 504,
"end": 507,
"text": "[1]",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "All units are organizational entities. All vessels have a major weapon system. All units have an overall combat readiness rating.",
"sec_num": null
},
{
"text": "Knowledge that relates the predicates in the domain to their representation and access in the underlying systems is certainly necessary. For instance, we may have the unary predicates vessel and harpoon.capable; nevertheless, the concept (i.e., unary predicate) corresponding to the logical expression ( X x) [vessel(x) & harpoon.capable(x)] may correspond to the existence of a \"y* in the \"harp* field of the \"uchar\" relation of a data base. TEAM allows for acquisition of this mapping by building predicates \"bottom-up\" starting from database fields. We know of no general acquisition approach that will work with different kinds of underlying systems (not just databases). However, maintaining a distinction between the concepts of the domain, as the user would think of those concepts, separate from the organization of the database structure or of some other underlying system, is a key characteristic of the design and transportability of IRUS.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "All units are organizational entities. All vessels have a major weapon system. All units have an overall combat readiness rating.",
"sec_num": null
},
{
"text": "Finally, a fifth kind of knowledge is a set of domain plans. Though no extensive set of such plans has been developed yet, there is growing agreement that such a library of plans is critical for understanding narrative [20] , a user's needs [22] , ellipsis [8, 2] . and ill-formed input [28] , as well as for following the structure of discourse [14, 15] . Tools for acquiring a large collection of domain plans from a domain expert, rather than an AI expert, have not yet appeared. However, inferring plans from textual examples is under way [17].",
"cite_spans": [
{
"start": 219,
"end": 223,
"text": "[20]",
"ref_id": "BIBREF17"
},
{
"start": 241,
"end": 245,
"text": "[22]",
"ref_id": null
},
{
"start": 257,
"end": 260,
"text": "[8,",
"ref_id": "BIBREF6"
},
{
"start": 261,
"end": 263,
"text": "2]",
"ref_id": "BIBREF1"
},
{
"start": 287,
"end": 291,
"text": "[28]",
"ref_id": "BIBREF24"
},
{
"start": 346,
"end": 350,
"text": "[14,",
"ref_id": "BIBREF12"
},
{
"start": 351,
"end": 354,
"text": "15]",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "All units are organizational entities. All vessels have a major weapon system. All units have an overall combat readiness rating.",
"sec_num": null
},
{
"text": "We discuss in this section several dimensions available in designing a tool for acquiring semantic knowledge within the overall context of an NLI. In presenting a partial description of the space of possible semantic acquisition tools, we describe where our work and the work of several other significant, recently reported systems fall in that space of possibilities.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Knowledge",
"sec_num": null
},
{
"text": "One could design tools for a specific subclass of underlying systems, such as database management systems, as in TEAM [13] and TELl [4] . The special nature of the class of underlying systems may allow for a more tailored acquisition environment, by having special-purpose, stereotypical sequences of questions for the user, and more powerful special-purpose inferences. For example, in order to acquire the variety of lexical items that can refer to a symbolic field in a database (such as one stating whether a mountain is a volcano), TEAM asks a series of questions, such as \"Adjectives referencing the positive value?\" (e.g., volcanic), and \"Abstract nouns referencing the positive value?\" (e.g., volcano). The fact that the field is binary allows for few and specific questions to be asked.",
"cite_spans": [
{
"start": 118,
"end": 122,
"text": "[13]",
"ref_id": "BIBREF11"
},
{
"start": 132,
"end": 135,
"text": "[4]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Class of underlying systems.",
"sec_num": "3.1"
},
{
"text": "The design of IRACQ is intended to be general purpose so that any underlying system, whether a data base, an expert system, a planning system, etc., is a possibility for the NLI. This is achieved by having a level of representation for the concepts, actions, and capabilities of the domain, the domain model, separate from the model of the entities in the underlying system. The meaning representation for an input, a logical form, is given in terms of predicates which correspond to domain model concepts and roles (and are hence referred to as domain mode/ predicates). IRules define the mappings from English to these domain model predicates. In our NLI, a separate component then translates from the meaning representation to the specific representation of the underlying system [24, 25] . IRACQ has been used to acquire semantic knowledge for access to both a relational database management system and an ad hoc application system for drawing maps, providing calculations, and preparing summaries; both systems may be accessed from the NLI without the user being particularly aware that there are two systems rather than one underneath the NLI.",
"cite_spans": [
{
"start": 783,
"end": 787,
"text": "[24,",
"ref_id": "BIBREF20"
},
{
"start": 788,
"end": 791,
"text": "25]",
"ref_id": "BIBREF21"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Class of underlying systems.",
"sec_num": "3.1"
},
{
"text": "Another dimension in the design of a semantic knowledge acquisition tool is the style of the underlying semantic representation for natural language input. One could postulate a unique predicate for almost every word sense of the language. TEAM seems to represent this approach. At some later level of processing than the initial semantic acquisition, a level of inference or question/answering must be provided so that the commonalities of very similar word senses are captured and appropriate inferences made. A second approach seems to be represented in TELl, where the meaning of a word sense is translated into a boolean composition of more primitive predicates. IRACQ represents a related approach, but we allow a many-to-one mapping between word senses and predicates of the domain, and use a more constraining representation for the meaning of word senses. Following the analysis of Davidson [10] we represent the meaning of events (and also of states of affairs) as a conjunction of a single unary predicate and arbitrarily many binary predicates. Objects are represented by unary predicates and are related through binary relations. Using such a representation limits the kind and numbers of questions that have to be asked of the user by the semantic acquisition component. The representation dovetails well with using NIKL [18, 21] , a taxonomic knowledge representation system with a formal semantics, for stating axioms about the domain.",
"cite_spans": [
{
"start": 900,
"end": 904,
"text": "[10]",
"ref_id": "BIBREF8"
},
{
"start": 1335,
"end": 1339,
"text": "[18,",
"ref_id": "BIBREF15"
},
{
"start": 1340,
"end": 1343,
"text": "21]",
"ref_id": "BIBREF18"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Meaning representation.",
"sec_num": "3.2"
},
{
"text": "One may choose to have an explicit, separate representation for concepts of the domain, along with axioms relating them. Both IRUS and TEAM have explicit models. Such a representation may be useful to several components of a system needing to do some reasoning about the domain. The availability of such information is a dimension in the design of semantic acquisition systems, since domain knowledge can streamline the acquisition process. For example, knowing what relations are allowable between concepts in the domain, aids in determing what predicates can hold between concepts mentioned in an English expression, and therefore, what are valid semantic mappings (IRules, in our case).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Model of the domain",
"sec_num": "3.3"
},
{
"text": "Our NIKL representation of the domain knowledge, the domain model, forms the semantic backbone of our system. Meaning is represented in terms of domain model predicates; its hierarchy is used for enforcing selectional restrictions and for IRule inheritance; and some limited inferencing is done based on the model. After semantic interpretation is complete, the NIKL classification algorithm is used in simplifying and transforming high level meaning expressions to obtain the underlying systems' commands [25] . Due to its importance, the domain model is developed carefully in consultation with domain experts, using tools to assure its correctness. This approach of developing a domain model independently of linguistic considerations or of the type of underlying system is to be distinguished from other approaches where the domain knowledge is shaped mostly as a side effect of other processes such as lexical acquisition or database field specification.",
"cite_spans": [
{
"start": 506,
"end": 510,
"text": "[25]",
"ref_id": "BIBREF21"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Model of the domain",
"sec_num": "3.3"
},
{
"text": "3.4 Assumptions about the user of the acquisition tool. If one assumes a human in the semantic acquisition process, as opposed to an automatic approach, then expectations regarding the training and background of that user are yet another dimension in the space of possible designs. The acquisition component of TELl is designed for users with minimal training. In TEAM, database administrators or those capable of designing and structuring their own database use the acquisition tools. Our approach has been to assume that the user of the acquisition tool is sophisticated enough to be a member of the support staff of the underlying system(s) involved, and is familiar with the way the domain is conceived by the end users of the NLI. More particularly, we assume that the individual can become comfortable with logic so that he/she may recognize the correctness of logical expressions output by the semantic interpreter, but need not be trained in AI techniques. A total environment is provided for that class of user so that the necessary knowledge may be acquired, maintained, and updated over the life cycle of the NLI. We have trained such a class of users at the Naval Ocean Systems Center (NOSC) who have been using the acquisition tools for approximately a year and a half.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Model of the domain",
"sec_num": "3.3"
},
{
"text": "It would appear that most acquisition systems have focused on the inference problem of acquiring knowledge initially and have paid relatively little attention to explaining to the user what knowledge has been acquired, providing sophisticated editing facilities above the level of the internal data structures themselves, or providing consistency checks on the database of knowledge acquired. Providing such a complete facility is a goal of our effort; feedback from non-AI staff using the tool has already yielded significant direction along those lines. The tool currently has a very sophisticated, flexible debugging environment for testing the semantic knowledge acquired independently of the other components of the NLI, can present the knowledge acquired in tables, and uses the set of domain facts as a way of checking the consistency of what the user has proposed and suggesting alternatives that are consistent with what the system already knows. Work is also underway on an intelligent editing tool guaranteeing consistency with the model when editing, and on an English paraphraser to express the content of a semantic rule.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Scope of utilities provided.",
"sec_num": "3.5"
},
{
"text": "The original version of IRACQ was conceived by R. Bobrow and developed by M. Moser [19] . From sample noun phrases or clauses supplied by the user, it inferred possible selectional restrictions and let the user choose the correct one. The user then had to supply the predicates that should be used in the interpretation of the sample phrase, for inclusion in the IRule.",
"cite_spans": [
{
"start": 83,
"end": 87,
"text": "[19]",
"ref_id": "BIBREF16"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "IRACQ",
"sec_num": "4"
},
{
"text": "From that original foundation, as IRUS evolved to use NIKL. IRACQ was modified to take advantage of the NIKL knowledge representation language and the form we have adopted for representing events and states of affairs. For example, now IRACQ is able to suggest to the user the predicates to be used in the interpretation, assuring consistency with the model. Following a more compositional approach, IRules can now be defined for prepositional phrases and adjectives that have a meaning of their own, as opposed to just appearing in noun IRules as modifiers of the head noun. Thus possible modifiers of a head noun (or nominal semantic class) include its complements (if any), and only prepositional phrases or other modifiers that do not have an independent meaning (as in the case of idioms). Analogously, modifiers of a head verb (or event class) include its complements. Adjective and prepositional phrase IRules specify the semantic class of the nouns they can modify.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "IRACQ",
"sec_num": "4"
},
{
"text": "Also, maintenance facilities were added, as discussed in sections 4.3, 4.4, and 5.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "IRACQ",
"sec_num": "4"
},
{
"text": "An IRule defines, for a particular word or (semantic) class of words, the semantically acceptable English phrases that can occur having that word as head of the phrase, and in addition defines the semantic interpretation of an accepted phrase. Since semantic processing is integrated with syntactic processing in IRUS, the IRules serve to block a semantically anomalous phrase as soon as it is proposed by the parser. Thus, selectional restrictions (or case frame constraints) are continuously applied. However, the semantic representation of a phrase is constructed only when the phrase is believed complete.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "IRules",
"sec_num": "4.1"
},
{
"text": "There are IRules for four kinds of heads: verbs, nouns, adjectives, and prepositions. The left hand side of the. IRule states the selectional restrictions on the modifiers of the head. The right hand side specifies the predicates that should be used in constructing a logical form corresponding to the phrase which fired the IRule.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "IRules",
"sec_num": "4.1"
},
{
"text": "When a head word of a phrase is proposed by the parser to the semantic interpreter, all IRules that can apply to the head word for the given phrase type are gathered as follows: for each semantic property that is associated with the word, the IRules associated with the given domain model term are retrieved, along with any inherited IRules. A word can also have IRules fired directly by it, without involving the model. Since the IRules corresponding to the different word senses may give rise to separate interpretations, they are carried along in parallel as the processing continues. If no IRules are retrieved, the interpreter rejects the word.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "IRules",
"sec_num": "4.1"
},
{
"text": "One use of the domain model is that of IRule inheritance. When an IRule is defined, the user decides whether the new IRule (the base IRule) should inherit from IRules attached to higher domain model terms (the inherited IRules), or possibly inherit from other IRules specified by the user. When a modifier of a head word gets transmitted and no pattern for it exists in a base IRule for the head word, higher IRules are searched for the pattern. If a pattern does exist for the modifier in a given IRule, no higher ones are tried even if it does not pass the semantic test. That is, inheritance does not relax semantic constraints.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "IRules",
"sec_num": "4.1"
},
{
"text": "In this section we step through the definition of a clause IRule for the word \"send *, and assume that lexical information about \"send ~ has already been entered. The sense of \"sending\" we will define, when used as the main verb of a clause, specifies an event type whose representation is as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An IRACQ session",
"sec_num": "4.2"
},
{
"text": "( Z x) [deployment(x) & agent(x, a) & object(x, o) & destination(x, d)],",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An IRACQ session",
"sec_num": "4.2"
},
{
"text": "where the agent a must be a commanding officer, the object o must be a unit and the destination d must be a region.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An IRACQ session",
"sec_num": "4.2"
},
{
"text": "From the example clauses presented by the t~ser IRACQ must learn which unary and binary predicate:. are to be used to obtain the representation above Furthermore, IRACQ must acquire the most geP.e'~ semantic class to which the variables a, o, and d ,~,=~ belong.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An IRACQ session",
"sec_num": "4.2"
},
{
"text": "Output from the system is shown in bold face input from the user in regular face, and comments at,.. inserted in italics.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An IRACQ session",
"sec_num": "4.2"
},
{
"text": "Word that should trigger this IRule: send Domain model term to connect IRule to (select-K to view the network): deployment <A: At this point the user may wish to view the domain mode/network using our graphical displaying and edi~ng facility KREME [1] ",
"cite_spans": [
{
"start": 248,
"end": 251,
"text": "[1]",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "An IRACQ session",
"sec_num": "4.2"
},
{
"text": "Alternatively, the user may omit the answer for now; in that case, IRACQ can proceed as before, and at B will present a menu of the concepts it already knows to be consistent with the example phrases the user provides. Figure 1 shows head to pobj (is-a REGION) ",
"cite_spans": [],
"ref_spans": [
{
"start": 219,
"end": 233,
"text": "Figure 1 shows",
"ref_id": null
},
{
"start": 234,
"end": 260,
"text": "head to pobj (is-a REGION)",
"ref_id": null
}
],
"eq_spans": [],
"section": "to decide the correct concept that should be associated with this word (KREME may in fact be invoked at any time). The user may even add a new concept, which will be tagged with the user's name and date for later verification by the domain mode/ builder, who has full knowledge of the implications that adding a concept may have on the rest of the system.",
"sec_num": null
},
{
"text": "The facility for creating and extending IRules is integrated with the IRUS NLI itself, so that debugging can commence as soon as an addition is made using IRACQ. The debugging facility allows one to request IRUS to process any input sentence in one of several modes: asking the underlying system to fulfill the user request, generating code for the underlying system, generating the semantic representation only, or parsing without the use of semantics (on the chance that a grammatical or lexical bug prevents the input from being parsed). Intermediate stages of the translation are automatically stored for later inspection, editing, or reuse.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Debugging environment",
"sec_num": "4.3"
},
{
"text": "IRACQ is also integrated with the other acquisition facilities available. As the example session above illustrates, IRACQ is integrated with KREME, a knowledge representation editing environment. Additionally, the IRACQ user can access a dictionary package for acquiring and maintaining both lexical and morphological information. Such a thoroughly integrated set of tools has proven not only pleasant but also highly productive.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Debugging environment",
"sec_num": "4.3"
},
{
"text": "If the user later wants to make changes to an IRule, he/she may directly edit it. This procedure, however, is error-prone. The syntax rules of the IRule can easily be violated, which may lead to cryptic errors when the IRule is used. More importantly, the user may change the semantic information of the IRule so that it no longer is consistent with the domain model.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Editing an IRule",
"sec_num": "4.4"
},
{
"text": "We are currently adding two new capabilities to the IRule editing environment: I.A tool that uses some of the same IRACQ software to let the user expand the coverage of an IRule by entering more example sentences.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Editing an IRule",
"sec_num": "4.4"
},
{
"text": "2. In the case that the user wants to bypass IRACQ and modify an IRule, the user will be placed into a restrictive editor that assures the syntactic integrity of the IRule, and verifies the semantic information with the domain model.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Editing an IRule",
"sec_num": "4.4"
},
{
"text": "An IRule paraphraser is being implemented as a comprehensive means by which an IRACQ user can observe the capabilities introduced by a particular IRule. Since paraphrases are expressed in English, the IRule developer is spared the details of the IRule internal structure and the meaning representation. The IRule paraphraser is useful for three main purposes: expressing IRule inheritance so that the user does not redundantly add already inherited information, identifying omissions from the IRule's linguistic pattern, and verifying IRule consistency and completeness. This facility will aid in specifying and maintaining correct IRules, thereby blocking anomalous interpretation of input.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "An IRule Paraphraser",
"sec_num": "5"
},
{
"text": "The IRute paraphraser makes central use of the IRUS paraphraser (under development), which paraphrases user input, particularly in order to detect ambiguities. The IRUS paraphraser shares in large part the same knowledge bases used by the understanding process, and is completely driven by the IRUS meaning representation language (MRL) used to represent the meaning of user queries. Given an MRL expression for an input, the IRUS paraphraser first transforms it into a syntactic generation tree in which each MRL constituent is assigned a syntactic role to play in an English paraphrase. The syntactic roles of the MRL predicates are derived from the IRules that could generate the MRL.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Major design features",
"sec_num": "5.1"
},
{
"text": "In the second phase of the IRUS paraphraser, the syntactic generation tree is transformed into an English sentence. This process uses an ATN grammar and ATN interpreter that describes how to combine the various syntactic slots in the generation tree into an English sentence. Morphological processing is performed where necessary to inflect verbs and adjectives, pluralize nouns, etc.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Major design features",
"sec_num": "5.1"
},
{
"text": "The IRule paraphraser expresses the knowledge in a given IRule by first composing a stereotypical phrase from the IRule linguistic pattern (i.e., the left hand side of the IRule). For the \"send\" IRule of the previous section, such a phrase is \"A commanding officer sent a unit to a region*. For inherited IRules, the IRule paraphraser composes representative phrases that match the combined linguistic patterns of both the local and the inherited IRules. Then, the IRUS parser/interpreter interprets that phrase using the given IRute, thus creating an MRL expression. Finally, the IRUS paraphraser expresses that MRL in English.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Major design features",
"sec_num": "5.1"
},
{
"text": "Providing an English paraphrase from just the linguistic pattern of an IRule would be simple and uninteresting. The purpose of obtaining MRLs for representative phrases and using the IRUS paraphraser to go back to the English is to force the use of the right hand side of the IRule which specifies the semantic interpretation. In this way anomalies introduced by, for example, manually changing variable names in the right hand side of the IRule (which point to linguistic constituents of the left hand side), can be detected.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Major design features",
"sec_num": "5.1"
},
{
"text": "IRACQ will invoke the IRule Paraphraser at two interaction points: (1) at the start of an IRACQ session when the user has selected a concept to which to attach the new IRule (paraphrasing IRules already associated with that concept shows the user what is already handled--a new IRule might not even be needed), and (2) at the end of an IRACQ session, assisting the user in detecting anomalies. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Role within IRACQ",
"sec_num": "5.2"
},
{
"text": "Our approach to semantic knowledge acquisition: 1) is in the context of a general purpose NL interface rather than one that accesses only databases, 2) employs a knowledge representation formalism with limited inferencing capabilities, 3) assumes a trained person but not an AI expert, and 4) provides a corn-plete environment for not only acquiring semantic knowledge, but also maintaining and editing it in a consistent knowledge base. This section comments on what we have learned thus far about the point of view espoused above.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Concluding Remarks",
"sec_num": "6"
},
{
"text": "First, we have transferred the IRUS natural language interface, which includes IRACQ, to the staff of the Naval Ocean Systems Center. The person in charge of the effort at NOSC has a master's degree in linguistics and had some familiarity with natural language processing before the effort started. She received three weeks of hands-on experience with IRUS at BBN in 1985, before returning to NOSC where she trained a few part-time employees who are computer science undergraduates. Development of the dictionary and IRules for the Fleet Command Center Battle Management Program (FCCBMP), a large Navy application [23] , has been performed exclusively by NOSC since August, 1986. Currently, about 5000 words and 150 IRules have been defined.",
"cite_spans": [
{
"start": 614,
"end": 618,
"text": "[23]",
"ref_id": "BIBREF19"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Concluding Remarks",
"sec_num": "6"
},
{
"text": "There are two strong positive facts regarding IRACQ's generality. First, IRUS accesses both a large relational data base and an applications package in the FCCBMP. Only one set of IRules is used, with no cleavage in that set between IRules for the two applications. Second, the same software has been useful for two different versions of IRUS. One employs MRL [29] , a procedural first order logic, as the semantic representation of inputs; the second employs IL, a higher-order intensional logic. Since the IRules define selectional restrictions, and since the Davidson-like representation (see section 3) is used in both cases, IRACQ did not have to be changed; only the general procedures for generating quantifiers, scoping decisions, treatment of tense, etc. had to be revised in IRUS. Therefore, a noteworthy degree of generality has been achieved.",
"cite_spans": [
{
"start": 360,
"end": 364,
"text": "[29]",
"ref_id": "BIBREF25"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Concluding Remarks",
"sec_num": "6"
},
{
"text": "Our key knowledge representation decisions were the treatment of events and states of affairs, and the use of NIKL to store and reason about axioms concerning the predicates of our logic. This strongly influenced the style and questions of our semantic acquisition process. For example, IRACQ is able to propose a set of predicates that is consistent with the domain model to use for the interpretation of an input phrase. We believe representation decisions must dictate much of an acquisition scenario no matter what the decisions are.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Concluding Remarks",
"sec_num": "6"
},
{
"text": "In addition, the limited knowledge representation and inference techniques of NIKL deeply affected other parts of our NLI, particulariy in the translation from conceptually-oriented domain predicates to predicates of the underlying systems.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Concluding Remarks",
"sec_num": "6"
},
{
"text": "The system does provide an initial version of a complete environment for creating and maintaining semantic knowledge.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Concluding Remarks",
"sec_num": "6"
},
{
"text": "The result has been very desirable compared to earlier versions of IRACQ and IRUS that did not have such debugging aids nor integration with tools for acquiring and maintaining the domain model. We intend to integrate the various acquisition, consistency, editing, and maintenance aids for the various knowledge bases even further.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Concluding Remarks",
"sec_num": "6"
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "The BBN Laboratories Knowledge Acquisition Project: KREME Knowledge Editing Environment",
"authors": [
{
"first": "G",
"middle": [],
"last": "Abrett",
"suffix": ""
},
{
"first": "M",
"middle": [
"H"
],
"last": "Burstein",
"suffix": ""
}
],
"year": 1986,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Abrett, G., and Burstein, M. H. The BBN Laboratories Knowledge Acquisition Project: KREME Knowledge Editing Environment. BBN Report No. 6231, Bolt Beranek and Newman Inc., 1986.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Plans, Goals, and Language",
"authors": [
{
"first": "J",
"middle": [
"F"
],
"last": "Allen",
"suffix": ""
},
{
"first": "D",
"middle": [
"J"
],
"last": "Litman",
"suffix": ""
}
],
"year": 1986,
"venue": "Proceedings of the IEEE",
"volume": "74",
"issue": "",
"pages": "939--947",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Allen, J.F. and Litman, D.J. \"Plans, Goals, and Language'. Proceedings of the IEEE 74, 7 (July 1986), 939-947.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "A Taxonomy for English Nouns and Verbs",
"authors": [
{
"first": "R",
"middle": [
"A"
],
"last": "Amsler",
"suffix": ""
},
{
"first": "Bruce",
"middle": [],
"last": "Ballard",
"suffix": ""
},
{
"first": "Douglas",
"middle": [],
"last": "Stumberger",
"suffix": ""
}
],
"year": 1981,
"venue": "Semantic Acquisition in TELl: A Transportable, User-Customized Natural Language Processor. Proceedings of The 24th Annual Meeting of the ACL, ACL",
"volume": "",
"issue": "",
"pages": "20--29",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Amsler, R.A. A Taxonomy for English Nouns and Verbs. Proceedings of the 19th Annual Meeting of the Association for Computational Linguistics, 1981, 4. Ballard, Bruce and Stumberger, Douglas. Seman- tic Acquisition in TELl: A Transportable, User- Customized Natural Language Processor. Proceed- ings of The 24th Annual Meeting of the ACL, ACL, June, 1986, pp. 20-29.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "A Transportable Natural Language interface for Information Retrieval",
"authors": [
{
"first": "M",
"middle": [],
"last": "Bates",
"suffix": ""
},
{
"first": "R",
"middle": [
"J"
],
"last": "Bobrow",
"suffix": ""
}
],
"year": 1983,
"venue": "Proceedings of the 6th Annual International ACM SIGIR Conference",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bates, M. and Bobrow, R.J. A Transportable Natural Language interface for Information Retrieval. Proceedings of the 6th Annual International ACM SIGIR Conference, ACM Special Interest Group on Information Retrieval and American Society for Infor- mation Science, Washington, D.C., June, 1983.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Accessing a Database with a Transportable Natural Language Interface",
"authors": [
{
"first": "Madeleine",
"middle": [],
"last": "Bates",
"suffix": ""
}
],
"year": 1984,
"venue": "Proceedings of The First Conference on Artificial Intelligence Applications",
"volume": "",
"issue": "",
"pages": "9--12",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bates, Madeleine. Accessing a Database with a Transportable Natural Language Interface. Proceed- ings of The First Conference on Artificial Intelligence Applications, IEEE Computer Society, December, 1984, pp. 9-12.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Dictionary Package Documentation. Unpublished Internal Document",
"authors": [
{
"first": "M",
"middle": [],
"last": "Bates",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Ingria",
"suffix": ""
}
],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bates, M., and Ingria, R. Dictionary Package Documentation. Unpublished Internal Document, BBN Laboratories.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Pragmatics-Based Approach to Understanding Intersentential Ellipsis",
"authors": [
{
"first": "M",
"middle": [
"S"
],
"last": "Carberry",
"suffix": ""
}
],
"year": 1985,
"venue": "Proceedings of the 23rd Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "188--197",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Carberry, M.S. A Pragmatics-Based Approach to Understanding Intersentential Ellipsis. Proceedings of the 23rd Annual Meeting of the Association for Com- putational Linguistics, Association for Computational Linguistics, Chicago, IL, July, 1985, pp. 188-197.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "A Guide to Lexical Acquisition in the JANUS System. Information Sciences Institute/RR-85-162",
"authors": [
{
"first": "",
"middle": [],
"last": "Cumming",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Albano",
"suffix": ""
}
],
"year": 1986,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Cumming, S0 and Albano, R. A Guide to Lexical Acquisition in the JANUS System. Information Sciences Institute/RR-85-162, USC/Information Sciences Institute, 1986.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "The Logical Form of Action Sentences",
"authors": [
{
"first": "D",
"middle": [],
"last": "Davidson",
"suffix": ""
}
],
"year": null,
"venue": "The Logic of Grammar",
"volume": "1",
"issue": "",
"pages": "235--245",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Davidson, D. The Logical Form of Action Sen- tences. In The Logic of Grammar, Dickenson Publishing Co., Inc., 1 g75, pp. 235-245.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "The NOMAD System: Expectation-Based Detection and Correction of Errors during Understanding of Syntactically and Semantically Ill-Formed Text",
"authors": [
{
"first": "R",
"middle": [
"H"
],
"last": "Granger",
"suffix": ""
}
],
"year": 1983,
"venue": "American Journal of Computational Linguistics",
"volume": "9",
"issue": "",
"pages": "188--198",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Granger, R.H. \"The NOMAD System: Expectation-Based Detection and Correction of Errors during Understanding of Syntactically and Seman- tically Ill-Formed Text'. American Journal of Com- putational Linguistics 9, 3-4 (1983), 188-198.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Discovery Procedures for Sublanguage Selectional Patterns: Initial Experiments",
"authors": [
{
"first": "R",
"middle": [],
"last": "Grishman",
"suffix": ""
},
{
"first": "L",
"middle": [],
"last": "Hirschman",
"suffix": ""
},
{
"first": "N",
"middle": [
"T"
],
"last": "Nhan",
"suffix": ""
}
],
"year": 1986,
"venue": "Computational Linguistics",
"volume": "12",
"issue": "",
"pages": "205--215",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Grishman, R. Hirschman, L., and Nhan, N.T. \"Discovery Procedures for Sublanguage Selectional Patterns: Initial Experiments\". Computational Lin- guistics 12, 3 (July-September 1986), 205-215.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "TEAM: An Experiment in the Design of Transportable Natural Language Interfaces. 356, SRI International",
"authors": [
{
"first": "B",
"middle": [],
"last": "Grosz",
"suffix": ""
},
{
"first": "D",
"middle": [
"E"
],
"last": "Appelt",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Martin",
"suffix": ""
},
{
"first": "F",
"middle": [],
"last": "Pereira",
"suffix": ""
}
],
"year": 1985,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Grosz, B., Appelt, D. E., Martin, P., and Pereira, F. TEAM: An Experiment in the Design of Trans- portable Natural Language Interfaces. 356, SRI Inter- national, 1985. To appear in Artificial Intelligence.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Discourse Structure and the Proper Treatment of Interruptions. Proceedings of IJCAI85",
"authors": [
{
"first": "B",
"middle": [
"J"
],
"last": "Grosz",
"suffix": ""
},
{
"first": "C",
"middle": [
"L"
],
"last": "Sidner",
"suffix": ""
}
],
"year": 1985,
"venue": "International Joint Conferences on Artificial Intelligence, Inc",
"volume": "",
"issue": "",
"pages": "832--839",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Grosz, B.J. and Sidner, C.L. Discourse Structure and the Proper Treatment of Interruptions. Proceed- ings of IJCAI85, International Joint Conferences on Artificial Intelligence, Inc., Los Angeles, CA, August, 1985, pp. 832-839.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Linguistic Coherence: A Plan-Based Alternative",
"authors": [
{
"first": "D",
"middle": [
"J"
],
"last": "Litman",
"suffix": ""
}
],
"year": 1986,
"venue": "Proceedings of the 24th Annual Meeting of the Association for Computational Linguistics, ACL",
"volume": "",
"issue": "",
"pages": "215--223",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Litman, D.J. Linguistic Coherence: A Plan-Based Alternative. Proceedings of the 24th Annual Meeting of the Association for Computational Linguistics, ACL, New York, 1986, pp. 215-223.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Semantically Significant Patterns in Dictionary Definitions",
"authors": [
{
"first": "J",
"middle": [],
"last": "Markowitz",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Ahlswede",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Evens",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Mooney",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Dejong",
"suffix": ""
}
],
"year": 1985,
"venue": "Proceedings of the Ninth International Joint Conference on Artificial Intelligence, IJCAI",
"volume": "",
"issue": "",
"pages": "681--687",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Markowitz, J., Ahlswede, T., and Evens, M. Semantically Significant Patterns in Dictionary Defini- tions. Proceedings of the 24th Annual Meeting of the Association for Computational Linguistics, June, 1986. 17. Mooney, R. and DeJong, G. Learning Schemata for Natural Lanugage Processing. Proceedings of the Ninth International Joint Conference on Artificial Intel- ligence, IJCAI, 1985, pp. 681-687.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "An Overview of NIKL, the New Implementation of KL-ONE",
"authors": [
{
"first": "M",
"middle": [
"G"
],
"last": "Moser",
"suffix": ""
}
],
"year": 1982,
"venue": "Research in Knowledge Representation for Natural Language Understanding -Annual Report",
"volume": "",
"issue": "",
"pages": "7--26",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Moser, M.G. An Overview of NIKL, the New Im- plementation of KL-ONE. In Research in Knowledge Representation for Natural Language Understanding - Annual Report, 1 September 1982 -31 August 1983, Sidner, C. L., et al., Eds., BBN Laboratories Report No. 5421, 1983, pp. 7-26.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Domain Dependent Semantic Acquisition",
"authors": [
{
"first": "M",
"middle": [
"G"
],
"last": "Moser",
"suffix": ""
}
],
"year": 1984,
"venue": "Proceedings of The First Conference on Artificial Intelligence Applications",
"volume": "",
"issue": "",
"pages": "13--18",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Moser, M. G. Domain Dependent Semantic Ac- quisition. Proceedings of The First Conference on Artificial Intelligence Applications, IEEE Computer Society, December, 1984, pp. 13-18.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Plans, Goals, and Understanding. LawrenceErlbaumAssociates",
"authors": [
{
"first": "R",
"middle": [],
"last": "Schank",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Abelson",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Scripts",
"suffix": ""
}
],
"year": 1977,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Schank, R., and Abelson, R. Scripts, Plans, Goals, and Understanding. LawrenceErlbaumAs- sociates, 1977.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Plan Parsing for Intended Response Recognition in Discourse",
"authors": [
{
"first": "J",
"middle": [
"G"
],
"last": "Schmolze",
"suffix": ""
},
{
"first": "D",
"middle": [
"J"
],
"last": "Israel",
"suffix": ""
}
],
"year": 1982,
"venue": "Research in Knowledge Representation for Natural Language Understanding",
"volume": "1",
"issue": "",
"pages": "1--10",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Schmolze, J. G., and Israel, D.J. KL-ONE: Semantics and Classification. In Research in Knowledge Representation for Natural Language Un- derstanding. Annual Report, 1 September 1982 -31 August 1983, Sidner, C.L., et al., Eds., BBN Laboratories Report No. 5421, 1983, pp. 27-39. 22. Sidner, C.L. \"Plan Parsing for Intended Response Recognition in Discourse\". Computational Intelligence 1, 1 (February 1985), 1-10.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "AI in C3, A Case in Point: Applications of AI Capability",
"authors": [
{
"first": "R",
"middle": [
"L"
],
"last": "Simpson",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "; S/Gnal",
"suffix": ""
}
],
"year": 1986,
"venue": "Journal of the Armed Forces Communications and Electronics Association",
"volume": "40",
"issue": "",
"pages": "79--86",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Simpson, R.L. \"AI in C3, A Case in Point: Ap- plications of AI Capability\". S/GNAL, Journal of the Armed Forces Communications and Electronics As- sociation 40, 12 (1986), 79-86.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Data Modelling for Natural Language Access",
"authors": [
{
"first": "D",
"middle": [],
"last": "Stallard",
"suffix": ""
}
],
"year": 1984,
"venue": "The First Conference on Artificial Intelligence Applications",
"volume": "",
"issue": "",
"pages": "19--24",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stallard, D. Data Modelling for Natural Language Access. The First Conference on Artificial Intelligence Applications, IEEE Computer Society, December, 1984, pp. 19-24.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "A Terminological Simplification Transformation for Natural Language Question-Answering Systems",
"authors": [
{
"first": "David",
"middle": [
"G"
],
"last": "Stallard",
"suffix": ""
}
],
"year": 1986,
"venue": "Proceedings of The 24th Annual Meeting of the ACL, ACL",
"volume": "",
"issue": "",
"pages": "241--246",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stallard, David G. A Terminological Simplification Transformation for Natural Language Question- Answering Systems. Proceedings of The 24th Annual Meeting of the ACL, ACL, June, 1986, pp. 241-246.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "The Restricted Language Architecture of a Hybrid Representation System",
"authors": [
{
"first": "M",
"middle": [],
"last": "Vilain",
"suffix": ""
}
],
"year": 1985,
"venue": "Proceedings of IJCAI85, International Joint Conferences on Artificial Intelligence",
"volume": "",
"issue": "",
"pages": "547--551",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Vilain, M. The Restricted Language Architecture of a Hybrid Representation System. Proceedings of IJCAI85, International Joint Conferences on Artificial Intelligence, Inc., Los Angeles, CA, August, 1985, pp. 547-551.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "lRUS/Janus Natural Language Interface Technology in the Strategic Computing Program'. $igna",
"authors": [
{
"first": "E",
"middle": [],
"last": "Walker",
"suffix": ""
},
{
"first": "R",
"middle": [
"M"
],
"last": "Weischedel",
"suffix": ""
},
{
"first": "L",
"middle": [],
"last": "Ramshaw",
"suffix": ""
}
],
"year": 1986,
"venue": "",
"volume": "40",
"issue": "",
"pages": "86--90",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Walker, E., Weischedel, R.M., and Ramshaw, L. \"lRUS/Janus Natural Language Interface Technology in the Strategic Computing Program'. $igna/40, 12 (August 1986), 86-90.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "Reflections on the Knowledge Needed to Process Ill-Formed Language",
"authors": [
{
"first": "R",
"middle": [
"M"
],
"last": "Weischedel",
"suffix": ""
},
{
"first": "L",
"middle": [
"A"
],
"last": "Ramshaw",
"suffix": ""
}
],
"year": null,
"venue": "Machine Trans/a~on: Theoretica/ and Methodo/ogica/Issues, S. Nirenburg",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Weischedel, R.M. and Ramshaw, L.A. Reflec- tions on the Knowledge Needed to Process Ill-Formed Language. In Machine Trans/a~on: Theoretica/ and Methodo/ogica/Issues, S. Nirenburg, Ed., Cambridge University Press, Cambridge, England, to appear.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "Semantics and Quantification in Natural Language Question Answering",
"authors": [
{
"first": "W",
"middle": [
"A"
],
"last": "Woods",
"suffix": ""
}
],
"year": 1978,
"venue": "Advances in Computers, M. Yovits",
"volume": "",
"issue": "",
"pages": "1--87",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Woods, W.A. Semantics and Quantification in Natural Language Question Answering. In Advances in Computers, M. Yovits, Ed., Academic Press, 1978, pp. 1-87.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"type_str": "figure",
"num": null,
"uris": null,
"text": "1 (optional (pp 1 pobj)))) (predicate '(destination.of *v\" region.I)) (predicate '(object.of \"v\" unit.l)) (predicate '(agent *v\" commanding.officer.I)) (class 'DEPLOYMENT))) Do you wish to edit the IRule? no <The person may, for example, want to insert something in the action part of the IRule that was not covered by the IRACQ questions.> This concludes our sample IRACQ session."
},
"TABREF0": {
"content": "<table><tr><td/><td>a picture of</td><td colspan=\"4\">&lt;B: If the user did not specify the concept</td></tr><tr><td colspan=\"2\">the network around DEPLOYMENT.&gt;</td><td colspan=\"4\">DEPLOYMENT (or some other concept) at</td></tr><tr><td/><td/><td colspan=\"4\">point A above as the central concept in this</td></tr><tr><td>lew Concept</td><td>New Hoh Edit Rob</td><td colspan=\"4\">sense of \"sending', then IRACQ would compute those unary concepts c such that</td></tr><tr><td/><td/><td colspan=\"4\">there are binary predicates relating c to</td></tr><tr><td/><td/><td>each</td><td>case's</td><td colspan=\"2\">constraint,</td><td>e.g.,</td><td>to</td></tr><tr><td/><td>u~</td><td colspan=\"4\">COMMANDING.OFFICER, REGION, and UNIT. The user would be presented with a</td></tr><tr><td/><td/><td colspan=\"4\">menu of such concepts c. IRACQ would</td></tr><tr><td/><td/><td colspan=\"4\">now proceed in the same way for A or B.&gt;</td></tr><tr><td/><td/><td colspan=\"4\">&lt;IRACQ then looks in the NIKL domain</td></tr><tr><td/><td/><td colspan=\"4\">model for binary predicates relating the</td></tr><tr><td/><td/><td colspan=\"4\">event class (e.g., DEPLOYMENT) to one of</td></tr><tr><td/><td/><td colspan=\"4\">the cases' semantic class (e.g. REGION),</td></tr><tr><td/><td/><td colspan=\"4\">and presents the user with a menu of those</td></tr><tr><td/><td/><td colspan=\"4\">binary predicates (figure 3). Mouse options</td></tr><tr><td/><td/><td colspan=\"4\">allow the user to retrieve an explanation of</td></tr><tr><td/><td/><td colspan=\"4\">how a predicate was found, or to look at the</td></tr><tr><td colspan=\"2\">Figure 1: Network centered on DEPLOYMENT</td><td colspan=\"3\">network around it. DESTINA T/ON.OF.&gt;</td><td>The user picks</td></tr><tr><td colspan=\"2\">Enter an example sentence using \"send\": An admiral sent Enterprise to the Indian Ocean.</td><td colspan=\"4\">Which of the following predicates should relate DEPLOYMENT to REGION in the MRL?:</td></tr><tr><td/><td/><td/><td colspan=\"3\">LOCATION.OF</td></tr><tr><td colspan=\"2\">&lt;IRACQ uses the furl power of the IRUS</td><td/><td colspan=\"3\">DESTINATION.OF</td></tr><tr><td colspan=\"2\">parser and interpreter to interpret this sen-tence. A temporary IRule for \"send\" is used which accepts any modifier (it is assumed</td><td colspan=\"4\">Figure 3: and REGION Relations between DEPLOYMENT</td></tr><tr><td colspan=\"2\">that the other words in the sentence can</td><td/><td/><td/></tr><tr><td colspan=\"2\">aJready be understood by the system.)</td><td colspan=\"4\">&lt;IRACQ presents a menu of binary predi.</td></tr><tr><td colspan=\"2\">IRACQ recognizes that an admiral is of the</td><td>catas</td><td>relating</td><td colspan=\"2\">DEPLOYMENT</td><td>and</td></tr><tr><td colspan=\"2\">type COMMANDING.OFFICER, and dis-</td><td colspan=\"4\">COMMANDING.OFFICER, and one relating</td></tr><tr><td colspan=\"2\">plays a menu of the ancestors of</td><td colspan=\"4\">DEPLOYMENT and UNIT. The user picks</td></tr><tr><td colspan=\"2\">COMMANDING.OFFICER in the NIKL</td><td colspan=\"4\">AGENT and OBJECT, raspective/y.&gt;</td></tr><tr><td>taxonomy (figure 2).&gt;</td><td/><td/><td/><td/></tr><tr><td colspan=\"2\">Choose a generalization for</td><td/><td/><td/></tr><tr><td colspan=\"2\">COMMANDING.OFFICER</td><td colspan=\"4\">&lt;The user may provide more examples.</td></tr><tr><td colspan=\"2\">COMMANDING.OFFICER PERSON CONSCIOUS.BEING</td><td colspan=\"4\">Redundant information would be recognized automatically.&gt; Should this IRule inherit from higher IRules? yes</td></tr><tr><td>ACTIVE.ENTITY</td><td/><td/><td/><td/></tr><tr><td>OBJECT THING</td><td/><td colspan=\"4\">&lt;A popup window allowing the user to enter comments appears. The default com-</td></tr><tr><td>Figure 2: Generalizations of</td><td/><td colspan=\"4\">ment has the creation date and the user's</td></tr><tr><td>COMMANDING.OFFICER</td><td/><td>name.&gt;</td><td/><td/></tr><tr><td colspan=\"2\">&lt;The user's selection specifies the case</td><td/><td/><td/></tr><tr><td colspan=\"2\">frame constraint on the logical subject of \"send'. The user picks COMMANDING.OFFICER. IRACQ will per-form similar inferences and present a menu</td><td colspan=\"3\">head * object (is-a UNIT) pp ((pp</td><td>)</td></tr><tr><td colspan=\"2\">for the other cases in the example phrase</td><td/><td/><td/></tr><tr><td colspan=\"2\">as well, asking each time whether the</td><td/><td/><td/></tr><tr><td colspan=\"2\">modifier is required or optional Assume</td><td/><td/><td/></tr><tr><td colspan=\"2\">that the user selects UNIT as the logical</td><td/><td/><td/></tr><tr><td colspan=\"2\">object and REGION as the object of the</td><td/><td/><td/></tr><tr><td>preposition \"to\".&gt;</td><td/><td/><td/><td/></tr></table>",
"num": null,
"html": null,
"text": "",
"type_str": "table"
}
}
}
}