{ "paper_id": "P86-1004", "header": { "generated_with": "S2ORC 1.0.0", "date_generated": "2023-01-19T09:12:59.795469Z" }, "title": "RECOVERING IMPLICIT INFORMATION", "authors": [ { "first": "Martha", "middle": [ "S" ], "last": "Palmer", "suffix": "", "affiliation": { "laboratory": "", "institution": "SDC --A Burroughs Company", "location": { "postBox": "P.O Box 517", "postCode": "19301", "settlement": "Paoli", "region": "PA", "country": "USA" } }, "email": "" }, { "first": "A", "middle": [], "last": "Dahl", "suffix": "", "affiliation": { "laboratory": "", "institution": "SDC --A Burroughs Company", "location": { "postBox": "P.O Box 517", "postCode": "19301", "settlement": "Paoli", "region": "PA", "country": "USA" } }, "email": "" }, { "first": "Rebecca", "middle": [ "J" ], "last": "Schiffman", "suffix": "", "affiliation": { "laboratory": "", "institution": "SDC --A Burroughs Company", "location": { "postBox": "P.O Box 517", "postCode": "19301", "settlement": "Paoli", "region": "PA", "country": "USA" } }, "email": "" }, { "first": "Lynette", "middle": [], "last": "Hirschlnan", "suffix": "", "affiliation": { "laboratory": "", "institution": "SDC --A Burroughs Company", "location": { "postBox": "P.O Box 517", "postCode": "19301", "settlement": "Paoli", "region": "PA", "country": "USA" } }, "email": "" }, { "first": "Marcia", "middle": [], "last": "Linebarger", "suffix": "", "affiliation": { "laboratory": "", "institution": "SDC --A Burroughs Company", "location": { "postBox": "P.O Box 517", "postCode": "19301", "settlement": "Paoli", "region": "PA", "country": "USA" } }, "email": "" }, { "first": "John", "middle": [], "last": "Dowding", "suffix": "", "affiliation": { "laboratory": "", "institution": "SDC --A Burroughs Company", "location": { "postBox": "P.O Box 517", "postCode": "19301", "settlement": "Paoli", "region": "PA", "country": "USA" } }, "email": "" } ], "year": "", "venue": null, "identifiers": {}, "abstract": "This paper discusses the communication between the syntactic, semantic and pragmatic modules that is necessary for making implicit linguistic information explicit. The key is letting syntax and semantics recognize missing linguistic entities as implicit entities, so that they can be labelled as such, and referenee resolution can be directed to find specific referents for the entities. In this way the task of making implicit linguistic information explicit becomes a subset of the tasks performed by reference resolution. The success of this approach is dependent on marking missing syntactic constituents as elided and missing semantic roles as ESSENTIAL so that reference resolution can know when to look for referents.", "pdf_parse": { "paper_id": "P86-1004", "_pdf_hash": "", "abstract": [ { "text": "This paper discusses the communication between the syntactic, semantic and pragmatic modules that is necessary for making implicit linguistic information explicit. The key is letting syntax and semantics recognize missing linguistic entities as implicit entities, so that they can be labelled as such, and referenee resolution can be directed to find specific referents for the entities. In this way the task of making implicit linguistic information explicit becomes a subset of the tasks performed by reference resolution. The success of this approach is dependent on marking missing syntactic constituents as elided and missing semantic roles as ESSENTIAL so that reference resolution can know when to look for referents.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Abstract", "sec_num": null } ], "body_text": [ { "text": "This paper describes the SDC PUNDIT 2 system for processing natural language messages. PUNDIT, written in Prolog, is a highly modular system consisting of distinct syntactic, semantic and pragmatics components. Each component draws on one or more sets of data, including a lexicon, a broad-coverage grammar of English, semantic verb decompositions, rules mapping between syntactic and semantic constituents, and a donlain model. PUNDIT has been developed cooperatively with the NYU PROTEUS system (Prototype Text Understanding System), The PROTEUS/PUNDIT system will map Navy CASREP's (equipment casualty reports) into a database, which is accessed by an expert system to determine overall fleet readiness. PUNDIT has also been applied to the domain of computer maintenance reports, which is discussed here.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1." }, { "text": "The paper focuses on the interaction between the syntactic, semantic and pragmatic modules that is required for the task of making implicit information explicit. We have isolated two types of implicit entities: syntactic entities which are missing syntactic constituents, and semantic entities which are unfilled semantic roles. Some missing entities are optional, and can be ignored. Syntax and semantics have to recognize the OBLIGATORY missing entities and then mark them so that reference resolution knows to find specific referents for those entities, thus making the implicit information explicit. Reference resolution uses two different methods for filling the different types of entities which are also used for general noun phrase reference problems. Implicit syntactic entities, ELIDED CONSTITUENTS, are treated like pronouns, and implicit semantic entities, ESSEN-TIAL ROLES are treated like definite noun phrases. The pragmatic module as currently implemented consists mainly of a reference resolution component, which is sptflcient for the pragmatic issues described in this paper. We are in the process of adding a time module to handle time issues that have arisen during the analysis of the Navy CASREPS.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1." }, { "text": "The syntactic component has three parts: the grammar, a parsing mechanism to execute the grammar, and a lexicon. The grammar consists of context-free BNF definitions (currently nulnbering approximately 80) and associated restrictions (approximately 35). The restrictions enforce contextsensitive welt-formedness constraints and, in some cases, apply optimization strategies to prevent unnecessary structure-building. Each of these three parts is described further below.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "The Syntactic Component", "sec_num": "2." }, { "text": "The grammar covers declarative sentences, questions, and sentence fragments. The rules for fragments enable the grammar to parse the 'telegraphic\" style characteristic of message traffic, such as disk drive down, and has select lock. The present grammar parses sentence adjuncts, conjunction, relative clauses, complex complement structures, and a wide variety of nominal structures, including compound nouns, nominalized verbs and embedded clauses.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Grammar Coverage", "sec_num": "2.1." }, { "text": "The syntax produces a detailed surface structure parse of each sentence (where '~entence\" is understood to mean the string of words occurring between two periods, whether a full sentence or a fragment). This surface structure is converted into an 'qntermediate representation\" which regularizes the syntactic parse. That is, it eliminates surface structure detail not required for the semantic tasks of enforcing selectional restrictions and developing the final representation of the information content of the sentence. An important part of regularization involves mapping fragment structures onto canonical verbsubject-object patterns, with missing elements flagged. For example, the tvo fragment consists of a tensed verb + object as in Replaced spindle motor. Regularization of this fragment, for example, maps the tvo sYntactic structure into a verb+ subject+ object structure:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Grammar Coverage", "sec_num": "2.1." }, { "text": "As shown here, verb becomes instantiated with the surface verb, e.g., replace while the arguments of the subject and object terms are variables. The semantic information derived from the noun phrase object spindle motor becomes associated with Y.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "verb(replace),subject(X),object(Y)", "sec_num": null }, { "text": "The absence of a surface subject constituent results in a lack of semantic information pertaining to X. This lack causes the semantic and pragmatic components to provide a semantic filler for the missing subject using general pragmatic principles and specific domain knowledge.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "verb(replace),subject(X),object(Y)", "sec_num": null }, { "text": "The grammar uses the Restriction Grammar parsing framework [Hirschman1982, Hirschman1985] , which is a logic grammar with facilities for writing and maintaining large grammars. Restrict:on Grammar is a descendent of Sager's string grammar [Sager1981] . It uses a top-down left-to-right parsing strategy, augmented by dynamic rule pru, ing for efficient parsing [Dowding1986]. In addition, it Llses a meta:grammatical approach to generate definitions for a full range of co-ordlnate conjunction structures [Hirschman1986] .", "cite_spans": [ { "start": 59, "end": 89, "text": "[Hirschman1982, Hirschman1985]", "ref_id": null }, { "start": 239, "end": 250, "text": "[Sager1981]", "ref_id": null }, { "start": 505, "end": 520, "text": "[Hirschman1986]", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Parsing", "sec_num": "2.2." }, { "text": "The lexicon contains several ~housand entries related to the particular subdomain of equipment maintenance. It is a modified version of the LSP lexicon with words classified as to part of speech and subcategorized in limited ways (e.g., verbs are subcategorized for their complement types). It also handles multi-word idioms, dates, times and part numbers. The lexicon can be expanded by means of an interactive lexical entry program.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Lexical Processing", "sec_num": "2.3." }, { "text": "The lexical processor reduces morphological variants to a single root form which is stored with each entry. For example, the form has is transformed to the root form have in Has select lack. In addition, this facility is useful in handling abbreviations: the term awp is regularized to the multi-word expression waiting ~for ^part. This expression in turn is regularized to the root form wait'for'part which takes as a direct object a particular part or part number, as in is awp 2155-6147.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Lexical Processing", "sec_num": "2.3." }, { "text": "Multi-word expressions, which are typical of jargon in specialized domains, are handled as single lexicol items. This includes expressions such as disk drive or select lock, whose meaning within a particular domain is often not readily computed from its component parts. Handling such frozen expressions as '~dioms\" reduces parse times and number of ambiguities.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Lexical Processing", "sec_num": "2.3." }, { "text": "Another feature of the lexical processing is the ease with which special forms (such as part numbers or dates) can be handled. A special '$orms grammar\", written as a definite clause grammar [Pereira1980] can parse part numbers, as in awaiting part 2155-6147, or complex date and time expressions, as in disk drive up at 11/17-1286. During parsing, the forms grammar performs a well-formedness check on these expressions and assigns them their appropriate lexical category.", "cite_spans": [ { "start": 191, "end": 204, "text": "[Pereira1980]", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Lexical Processing", "sec_num": "2.3." }, { "text": "There are two separate components that perform semantic analysis, NOUN PHRASE SEMANTICS and CLAUSE SEMANTICS. They are each called after parsing the relevant syntactic structure to test semantic well-formedness while producing partial semantic representations. Clause semantics is based on Inference Driven Semantic Analysis [P~tlmer1985] which decomposes verbs into component meanings and fills their semantic roles with syntactic constituents. A KNOWLEDGE BASE, the formalization of each domain into logical terms, SEMANTIC PREDI-CATES, is essential for the effective application of Inference Driven Semantic Analysis, and for the final production of a text representation. The result of the semantic analysis is a set of PARTIALLY instantiated ll Semantic predicates which is similar to a frame representation. To produce this representation, the semantic components share access to a knowledge base, the DOMAIN MODEL, that contains generic descriptions of the domain elements corresponding to the ]exical entries. The model includes a detailed representation of the types of assemblies that these elements can occur in. The semantic components are designed to work independently of the particular model, and rely on an interface to ensure a welldefined interaction with the domain model. The domain model, noun phrase semantics and clause semantics are all explained in more detail in the following three subsections.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Semantics", "sec_num": "3." }, { "text": "The domain currently being modelled by SDC is the Maintenance Report domain. The texts being analyzed are actual maintenance reports as they are called into the Burroughs Telephone Tracking System by the field engineers and typed in by the telephone operator.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Domain Model", "sec_num": "3.1." }, { "text": "These reports give information about the customer who has the problem, specific symptoms of the problem, any actions take by the field engineer to try and correct the problem, and success or failure of such actions. The goal of the text analysis is to automatically generate a data base of maintenance information that can be used to correlate customers to problems, problem types to machines, and so on.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Domain Model", "sec_num": "3.1." }, { "text": "The first step in building a domain model for maintenance reports is to build a semantic net-like representation of the type of machine involved. The machine in the example text given below is the B4700. The possible parts of a B4700 and the associated properties of these parts can be represented by an isa hierarchy and a haspart hierarchy. These hierarchies are built using four basic predicates: system,lsa,hasprop, haspart. For example the system itself is indicated by system(b4700 This method of representation results in a general description of a computer system. Specific machines represent INSTANCES of this general representation. When a particular report is being processed, id relations are created by noun phrase semantics to associate the specific computer parts being mentioned with the part descriptions from the general machine representation. So a particular B4700 would be indicated by predicates such as these:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Domain Model", "sec_num": "3.1." }, { "text": "id(b4700,systeml), id(cpu,cpul), id(power_supply,power supply1), etc.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Domain Model", "sec_num": "3.1." }, { "text": "Noun phrase semantics is called by the parser during the parse of a sentence, after each noun phrase has been parsed. It relies hea~iiy on thdomain model for both determining semantic well formedness and building partial semantic representations of the noun phrases. For example, in the ,~cntence, field engineer replaced disk drive at 11/2/0800, the phrase disk drive at 11/2/0800 is a syntactically acceptable noun phrase, (as in participants at the meeting). However, it is not semantically acceptable in that at 11/20/800 is intended to designate the time of the replacement, not a property of the disk drive. Noun phrase semantics will inform the parser that the noun phrase is not semantically acceptable, and the parser can then look for another parse, In order for this capability to be fully utilized, however, an extensive set of domaln-speclfic rules about semantic acceptability is required. At present we have only the minimal set used for the development: of the basic mechanism. For example, in the case described here, at 11/2/0800 is excluded as a modifier for disk drive by a rule that permits only the name of a location as the object of at in a prepositional phrase modifying a noun phrase.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Noun phrase semantics", "sec_num": "3.2." }, { "text": "Tile second function of noun phrase semantics is to create a semantic representation of the noun phrase, which will later be operated on by reference resolution. For example, the semantics for lhe bad disk drive would be represented by the following Prolog clauses.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Noun phrase semantics", "sec_num": "3.2." }, { "text": "lid(disk ^ drive,X), bad(X), del'(X),", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Noun phrase semantics", "sec_num": "3.2." }, { "text": "that is, X was referred to with a full, definite noun phrase, full_np (X)] rather than a pronoun or indefinite noun phrase.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Noun phrase semantics", "sec_num": "3.2." }, { "text": "In order to produce the correct predicates and the correct instantiations, the verb is first decomposed into a semantic predicate representation appropriate for the domain. The arguments to the predicates constitute the SEMANTIC ROLES of the verb, which are similar to cases. There are domain specific criteria for selecting a range of semantic roles. In this domain the semantic roles include: agent,lnstrument,theme, objectl,object2, symptom and mod. Semantic roles can be filled either by a syntactic constituent supplied by a mapping rule or by reference resolution, requiring close cooperation between semantics and reference resolution. Certain semantic roles are categorized as ESSENTIAL, so that pragmatics knows that they need to be filled if there is no syntactic constituent available. The default categorization is NON-ESSENTIAL, which does not require that the role be filled. Other semantic roles are categorized as NON-SPECIFIC or SPECIFIC depending on whether or not the verb requires a specific referent for that semantic role (see Section 4). The example given in Section 5 illustrates the use of both a non-specific semantic role and an essential semantic role. This section explains the decompositions of the verbs relevant to the example, and identifies the important semantic roles. In addition to the mapping rules that are used to associate syntactic constituents with semantic roles, there are selection restrictions associated with each semantic role. The selection restrictions for have test whether or not the filler of the objectl role is allowed to have the type of symptom that fills the symptom role. For example, only disk drives have select locks.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Clause semantics", "sec_num": "8.3." }, { "text": "The decomposition of replace, is also a very domain specific decomposition that indicates that an agent can use an instrument to exchange two objects.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Mapping Rules", "sec_num": null }, { "text": "replace(tinm(Per)) cpu,power_supply,disk,printer,peripherals, etc., are indicated by haspart rela-tions,suchashaspart(b4700,cpu),haspart(b4700,power_supply),haspart(b4700,dlsk),,etc. These parts are them-selves divided into subparts which are also indicatedbyhaspartrelations,suchas", "html": null } } } }