ACL-OCL / Base_JSON /prefixE /json /E93 /E93-1019.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "E93-1019",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T10:54:41.046150Z"
},
"title": "Rule-based Acquisition and Maintenance of Lexical and Semantic Knowledge *",
"authors": [
{
"first": "Donna",
"middle": [
"M"
],
"last": "Gates",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Carnegie Mellon University",
"location": {
"addrLine": "5000 Forbes Avenue Pittsburgh",
"postCode": "15213",
"region": "PA",
"country": "U.S.A"
}
},
"email": ""
},
{
"first": "Peter",
"middle": [],
"last": "Shell",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Carnegie Mellon University",
"location": {
"addrLine": "5000 Forbes Avenue Pittsburgh",
"postCode": "15213",
"region": "PA",
"country": "U.S.A"
}
},
"email": "pshell@cmu.edu"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "The lexicons for Knowledge-Based Machine Translation systems require knowledge intensive morphological, syntactic and semantic information. This information is often used in different ways and usually formatted for a specific NLP system. This tends to make both the acquisition and maintenance of lexical databases cumbersome, inefficient and error-prone. In order to solve these problems, we have developed a program called COOL which automates the acquisition and maintenance processes and allows us to standardize and centralize the databases. This system is currently being used in the ESTRATO machine translation project at the Center for Machine Translation.",
"pdf_parse": {
"paper_id": "E93-1019",
"_pdf_hash": "",
"abstract": [
{
"text": "The lexicons for Knowledge-Based Machine Translation systems require knowledge intensive morphological, syntactic and semantic information. This information is often used in different ways and usually formatted for a specific NLP system. This tends to make both the acquisition and maintenance of lexical databases cumbersome, inefficient and error-prone. In order to solve these problems, we have developed a program called COOL which automates the acquisition and maintenance processes and allows us to standardize and centralize the databases. This system is currently being used in the ESTRATO machine translation project at the Center for Machine Translation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "In this paper, we describe a fully-implemented rulebased system for the semi-automatic acquisition and maintenance of lexical and semantic knowledge in a knowledge-based machine translation system. This rule-based system is called COOL: Creator Of ontologies and Lexicons. COOL can create and update various lexical and semantic knowledge sources for different NLP modules.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "COOL is a working system that was developed for ESTRATO (EScuela de TRAductores de TOledo), a joint project of the Center for Machine Translation at CMU and Union Electrica Fenosa, an electric utility company in Madrid, Spain. ESTRATO is a system *This project was funded by Union Electrica Fenosa, Madrid, Spain.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "for translating Spanish to English in a restricted domain with controlled input. ESTRATO consists of several modules from the KANT MT system [Mitamura et al., 1991] as well as morphological analysis and phrasal recognition modules and the TWS authoring environment [Nirenburg et ai., 1992] .",
"cite_spans": [
{
"start": 126,
"end": 164,
"text": "KANT MT system [Mitamura et al., 1991]",
"ref_id": null
},
{
"start": 265,
"end": 289,
"text": "[Nirenburg et ai., 1992]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "As shown in figure 1, every ESTRATO run-time module uses a different lexical or semantic knowledge source, which differs in content as well as format. The knowledge contained in these modules overlaps. We needed to coordinate and maintain these knowledge sources in a robust and efficient way. Furthermore, the lexical information needed by the translator is initially acquired by people (\"editors\") who are neither linguists nor domain experts. This lexical information is kept in lexical feature files. 1 We needed a way to convert these lexical feature files into forms which could be used by the run-time modules of ESTRATO.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Our solution is to maintain a centralized lexical and semantic frame database, and to use COOL to help us acquire this database by converting the ini~ tial feature files created by the human editors. The lexical and semantic knowledge sources needed by the run-time translator are then automatically generated and maintained by COOL. Two subsystems perform these tasks: ACQUISITION-COOL (A-COOL) and MAINTENANCE-COOL (M-COOL). A-COOL produces the central lexical and template semantic databases from the initial lexical feature files, which the linguist and domain expert can then modify. M-COOL goes beyond simple acquisition of lexical information. It automatically generates efficient run-time versions of the lexical and semantic knowledge from the central repository of lexical and semantic databases initially IWe do not describe the lexical acquisition program for acquiring the initial lexical feature files. ,~:~::i:i~:!:!:i~-\"-I GENERATOR Figure 1 : Knowledge-based translator and run-time knowledge. Thick ovals represent knowledge generated by COOL.",
"cite_spans": [],
"ref_spans": [
{
"start": 949,
"end": 957,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "created by A-COOL and maintained by experts. The relationship between A-COOL, M-COOL and the three different types of information is depicted in figure 2. COOL maintains consistency in the knowledge sources and makes it easy to add lexical databases for new modules. By keeping a single source for all lexical information for a given language, COOL allows us to robustly maintain knowledge and eliminate redundancy, by using the power of a frame-based rule language.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "First we describe the acquisition and maintenance problems in more detail, and then describe the A-COOL and M-COOL tools which we developed to solve these problems. We also look at related efforts, and mention some ideas for future work.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "At the Center for Machine Translation, we use Lexical Functional Grammar (LFG) [ Kaplan Bresnan, 1982] as a basis for our syntactic grammars as well as our linking rules [Levin, 1987] for mapping syntactic functions to and from semantic roles. The latter we refer to as \"mapping rules\". These mapping rules are used in conjunction with a domain model to build or generate from the interlingua text representations (ILT). The use of ILT is characteristic of the CMT approach to Knowledge-Based Machine Translation [Goodman, 1991; Mitamura e~ al., 1991; Frederking et al., 1992] . Given the emphasis placed on the lexicon in LFG in both syntax and semantics and the extensive domain knowledge required for our translation system, we place a great deal of importance on the lexicon and finding easy methods to acquire, maintain, view, store and reuse the lexical information. COOL is a tool we are developing and using on the ESTRATO project for accomplishing these tasks.",
"cite_spans": [
{
"start": 81,
"end": 102,
"text": "Kaplan Bresnan, 1982]",
"ref_id": "BIBREF2"
},
{
"start": 170,
"end": 183,
"text": "[Levin, 1987]",
"ref_id": "BIBREF0"
},
{
"start": 513,
"end": 528,
"text": "[Goodman, 1991;",
"ref_id": null
},
{
"start": 529,
"end": 551,
"text": "Mitamura e~ al., 1991;",
"ref_id": null
},
{
"start": 552,
"end": 576,
"text": "Frederking et al., 1992]",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "The Knowledge Acquisition and Maintenance Problems",
"sec_num": "2"
},
{
"text": "The knowledge acquisition and maintenance tasks can be rather cumbersome. Acquiring 1000's of new semantic concepts and placing them into the toplevel semantic hierarchy by hand is tedious and errorprone. This also applies to adding English and Spanish words. Once the run-time knowledge sources for the various NLP modules have been acquired, maintaining consistency among the lexical and semantic files (phrasal-noun list, glossary, morpho-syntactic lexicons, word-to-concept mappings and the semantic concepts) is difficult. The NLP modules require different lexical and semantic knowledge with varying formats. All modules share some information which must be kept consistent, such as the part of speech and the word-sense. The concept name must be the same for the run-time semantic knowledge source, the Spanish run-time lexical knowledge source, and the English run-time lexical knowledge source. Both acquiring the knowledge and maintaining consistency in the knowledge are prone to human error.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Knowledge Acquisition and Maintenance Problems",
"sec_num": "2"
},
{
"text": "One of the requirements of ESTRATO is that a nonlinguist lexicographer be able to acquire and maintain lexical information as much as possible. A-COOL allows the semi-automatic creation of NLP lexical knowledge from lexicographic information supplied by a non-linguist.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Knowledge Acquisition and Maintenance Problems",
"sec_num": "2"
},
{
"text": "At present, linguists must do some of the lexical acquistion work such as providing semantic class information and some specialized syntactic information for closed-class items, adjectives and verbs. When there is not always a one-to-one lexical mapping from a Spanish and English word to the same concept [Talmy, 1972; Talmy, 1985] , the lexical entries can only be produced semi-automatically. Linguists must also provide collocational information in ",
"cite_spans": [
{
"start": 306,
"end": 319,
"text": "[Talmy, 1972;",
"ref_id": "BIBREF4"
},
{
"start": 320,
"end": 332,
"text": "Talmy, 1985]",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "The Knowledge Acquisition and Maintenance Problems",
"sec_num": "2"
},
{
"text": "A-COOL automates the acquisition of lexical and semantic knowledge in ESTR.ATO. For each entry in a Spanish lexical feature file, A-COOL creates: a new semantic concept frame for the central semantic database, a Spanish lexical frame for the Spanish central lexical database and a skeletal entry for the English lexical feature file. Once the entry from the English lexical feature file has been filled out by the editor, A-COOL will also create a lexical frame for the English central lexical database. The word-toconcept mappings for the Spanish and English words are automatically created by A-COOL in order to ensure consistency. A-COOL accomplishes all of this by means of easily modified if-then rules.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Automated Knowledge Acquisition",
"sec_num": null
},
{
"text": "When A-COOL creates a new concept, it automatically makes a link to a more general semantic class. The top-level hierarchy we are currently using was created at Carnegie Mellon University [Carlson and Nirenburg, 1990] . The insertion of semantic concepts into a hierarchy is not dependent on the specific toplevel. The rules specify the linking of the new concepts in the semantic hierarchy based on features (such as ACTION for verbs and ANIMACY for nouns) in the lexical feature files. These rules can be modified easily for adding concepts to a different top-level.",
"cite_spans": [
{
"start": 188,
"end": 217,
"text": "[Carlson and Nirenburg, 1990]",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Automated Knowledge Acquisition",
"sec_num": null
},
{
"text": "What follows is a description of the A-COOL process using the entry for the Spanish verb \"funcionar\" (\"to work\"). The verb feature ACTION in the lexical acquisition phase is designed such that the user is",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Automated Knowledge Acquisition",
"sec_num": null
},
{
"text": "(\" FUSCIONAR\" (cat v) (trans intrans) (action physical) (eng \"function\") (stem-change no) (comp-type O) .\u00b0\u00b0) (\"WORK\" (cat v) (action physical)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Automated Knowledge Acquisition",
"sec_num": null
},
{
"text": "(span \"funcionar\") (comp-type 0) (trans intrans) ...)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Automated Knowledge Acquisition",
"sec_num": null
},
{
"text": "prompted for a response to a question about the type of action the verb represents (if any at all). With this information, A-COOL can produce the preliminary value of IS-A for a semantic frame when it creates the semantic frame from the verb entry.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 3: Sample input verbs to A-COOL",
"sec_num": null
},
{
"text": "The \"if\" or \"LHS\" (left-hand-side) part of the A-COOL rules specifies properties of lexical features which must be true for the rule to apply. If the rule does apply, the \"then\" or \"RHS\" (right-hand-side) specifies which slots of the central database frame to create.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 3: Sample input verbs to A-COOL",
"sec_num": null
},
{
"text": "For example, figure 3 shows entries for the Spanish verb \"funcionar\" and its corresponding English verb \"work\" from the lexical feature files.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 3: Sample input verbs to A-COOL",
"sec_num": null
},
{
"text": "In order to convert these entries into central database frames, the following rules apply, rulel inserts the default information that the value of the CLASS feature for \"funcionar\" is AGENT, because the (SPANISH-RULE rulel LHS (trans intrans) (reflexive tmknown) RHS (class agent) (is-a +w-spanish-intrans-verb) (trans intrans)) Similarly, rule2 (see figure 5) helps to convert \"work\" by guessing at the value of the TITANS slot and setting the CLASS to AGENT-THEME.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 3: Sample input verbs to A-COOL",
"sec_num": null
},
{
"text": "Finally, rule3 (see figure 6) helps to generate the template semantic frame corresponding to the meaning of \"funcionar\" and \"work\" by placing the frame under PHYSICAL-EVENT in the semantic IS-A hierarchy.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 3: Sample input verbs to A-COOL",
"sec_num": null
},
{
"text": "A-COOL works by using the following algorithm:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 3: Sample input verbs to A-COOL",
"sec_num": null
},
{
"text": "1. Read in the (Spanish or English) lexical feature file.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 3: Sample input verbs to A-COOL",
"sec_num": null
},
{
"text": "2. For each lexical item, generate a frame by applying all relevant rules to that lexical item.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 3: Sample input verbs to A-COOL",
"sec_num": null
},
{
"text": "3. Write that frame to the central frame file.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 3: Sample input verbs to A-COOL",
"sec_num": null
},
{
"text": "With \"funcionar\" and \"work\" as the input lexical items, the rules generate the central frames shown in figure 7. RHS (is-a physical-event)) databases). Thus, the lexical information is not spread out over several files and can be modified easily. Each language's lexicon can also be organized hierarchically.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 3: Sample input verbs to A-COOL",
"sec_num": null
},
{
"text": "Using a set of if-then rules, M-COOL automatically produces the necessary run-time lexical and semantic knowledge sources for the various NLP modules. These rules specify which features are needed for the different modules. The rules also create some lexical knowledge that can be extracted from the lexical and semantic hierarchies. This information need not be specified in the lexical entries.2",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 3: Sample input verbs to A-COOL",
"sec_num": null
},
{
"text": "Since the various run-time lexical and semantic knowledge sources now come from common central databases, consistency is maintained and human error is minimized. Both the semantic knowledge and the lexical knowledge are stored in a standard framebased format. This allows the linguist and domainexpert to view or modify the knowledge with a framebased editor.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 3: Sample input verbs to A-COOL",
"sec_num": null
},
{
"text": "The rest of this section describes the M-COOL program, the lexical and semantic frames used by M-COOL, and then gives an annoted example to illustrate how M-COOL works.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 3: Sample input verbs to A-COOL",
"sec_num": null
},
{
"text": "In order to make the knowledge maintenance cycle fazter, M-COOL can also work incrementally as well as in batch mode. If the linguist only modifies or ~E.g., the linking of syntactic arguments to semantic roles. adds a small number of lexical or semantic items, the incremental version of M-COOL will only update the run-time knowledge sources which are affected by the changes, instead of re-generating all of the run-time knowledge sources. This saves considerable time over the non-incremental method.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Program Description",
"sec_num": "4.2"
},
{
"text": "M-COOL works by first determining which run-time knowledge sources need to be updated. For each such knowledge source, it then applies all rules which are relevant to that knowledge source. Each rule is associated with a specific knowledge source.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Program Description",
"sec_num": "4.2"
},
{
"text": "To extend M-COOL to generate the run-time knowledge source for a new NLP module, two steps are taken:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Program Description",
"sec_num": "4.2"
},
{
"text": "1. Define the properties of the new knowledge source in the file-type table. 2. Write a new set of rules for generating the entries which comprise the new knowledge source. These rules specify the lexical features to be used for the entry as well as the format of the entry.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Program Description",
"sec_num": "4.2"
},
{
"text": "The file-type table simply tells M-COOL whether the given knowledge source is lexical or semantic, and whether it is for generation or analysis. It also supplies miscellaneous information such as the name of the file where the run-time entries are kept and whether it can be compiled using the LISP compile command. For example, our Spanishlexical-analysis file-type is defined with this entry:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Program Description",
"sec_num": "4.2"
},
{
"text": "DATABASE Spanish-lexical-analys is \"Spanish/Mappings/lex-map. lisp\" :lexical :analysis",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Program Description",
"sec_num": "4.2"
},
{
"text": "The rule language used by M-COOL is called FRULEKIT [Shell and Carbonell, 1986] . FRULEKIT is an efficient CommonLisp pattern matcher with several extensions over oPs-5. The most relevant extension is that it allows rules to flexibly match against and modify frames in a hierarchy. Having such a frame-based rule language makes it easy for us to write rules to update the ESTRATO runtime knowledge sources.",
"cite_spans": [
{
"start": 43,
"end": 79,
"text": "FRULEKIT [Shell and Carbonell, 1986]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Program Description",
"sec_num": "4.2"
},
{
"text": "Description Let us briefly discuss the lexical and semantic database files which are the input to M-COOL. The lexical frames are the repository of all lexical knowledge for the ESTRATO system. These frames contain structural, grammatical and some semantic encoding information for words or phrases. They can be easily extended to include other lexical information (e.g., definitions or synonyms) for display to a human translator. For the purposes of ESTRATO, each lexical entry contains a part of speech (CAT), a lexical mapping rule (HEAD or SEM-MAP), a root form (ROOT) and a link (IS-A) to its location in the lexical hierarchy. Nouns (CAT N) contain agreement (MAKE-FRAME+W-EN-GO-OFF-V-I (ROOT \"go\") (HEAD *work-ftmcionar) (PATTERN (agent (is-a *alarm-alarma))) (SEM-DOMAIN \"mech/tech\") (COMP-TYPE no) (CLASS agent) (IS-A +w-english-verb) (TRANS intrans) (IRREGULARS (past \"went\") (pastpart \"gone\")) , 1987] will use for its syntactic arguments (SUBJ, OBJ, OBJ2, XCOMP, and COMP [Kaplan Bresnan, 1982l) . Semantic knowledge about the world is stored in a domain model organized in an is-a hierarchy using frames that correspond to the various events (PHYSICAL-EVENT *ASSEMBLE-MONTAR) and objects (PHYSICAL-OBJECT *TRANSFORMER-TRANSFORMADOR), relations (AGENT, THEME) 3 between these objects and events and properties (COLOR, SHAPE) in the specific domain [Carlson and Nirenburg, 1990] . The name of each lexical frame represents a single word sense [Meyer et al., 1992] . Examples of lexical frames are shown in figure 7. Each frame specifies a link to a parent in the lexical hierarchy or the domain model hierarchy (IS-A). This allows lexical entries to be arranged into classes which require similar \"mapping rules\" [Mitamura, 1989] .",
"cite_spans": [
{
"start": 905,
"end": 912,
"text": ", 1987]",
"ref_id": null
},
{
"start": 950,
"end": 1007,
"text": "(SUBJ, OBJ, OBJ2, XCOMP, and COMP [Kaplan Bresnan, 1982l)",
"ref_id": null
},
{
"start": 1360,
"end": 1389,
"text": "[Carlson and Nirenburg, 1990]",
"ref_id": "BIBREF0"
},
{
"start": 1454,
"end": 1474,
"text": "[Meyer et al., 1992]",
"ref_id": "BIBREF0"
},
{
"start": 1724,
"end": 1740,
"text": "[Mitamura, 1989]",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Lexical and Semantic k'Yame",
"sec_num": "4.3"
},
{
"text": "(PARTICLE off) (CAT V))",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexical and Semantic k'Yame",
"sec_num": "4.3"
},
{
"text": "Each semantic knowledge database frame in the domain model also specifies the roles which a given concept may have as well as specific restrictions on the fillers of those roles. An example of a semantic frame was shown in figure 7. The information in the databases is used in different forms and combinations depending on the NLP component's needs. Figure 8 shows a frame which is an alternative English lexical entry for the concept *WORK-FUNCIONAR.",
"cite_spans": [],
"ref_spans": [
{
"start": 350,
"end": 358,
"text": "Figure 8",
"ref_id": null
}
],
"eq_spans": [],
"section": "Lexical and Semantic k'Yame",
"sec_num": "4.3"
},
{
"text": "3We make no theoretical claims about the definition of the roles agent and theme [Guerssel et el., 1985; Jackendoff, 1983] . The value of the PATTERN slot in this frame (AGENT (IS-A *ALARM-ALAR.MA)) is used so that when the AGENT role is filled with an \"alarm\", the English word selected for generation is \"go off\" rather than \"work\".",
"cite_spans": [
{
"start": 81,
"end": 104,
"text": "[Guerssel et el., 1985;",
"ref_id": null
},
{
"start": 105,
"end": 122,
"text": "Jackendoff, 1983]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Lexical and Semantic k'Yame",
"sec_num": "4.3"
},
{
"text": "Now we will illustrate how M-COOL rules automatically generate various types of run-time knowledge from the frames shown in figure 7. Figure 9 shows a rule for generating lexical mapping information. This rule applies to the lexical frame Tw-sP-FUNCIONAR-V-2 in order to generate the run-time lexical analysis mapping data depicted in figure 10.",
"cite_spans": [],
"ref_spans": [
{
"start": 134,
"end": 142,
"text": "Figure 9",
"ref_id": null
}
],
"eq_spans": [],
"section": "Example",
"sec_num": "4.4"
},
{
"text": "Next we have a rule for generating the run-time Ontology database, which we call \"framettes\" (figure 11) . This rule applies to the semantic frame *WORK-FUNCIONAR (shown in figure 7) to generate the framette as shown in figure 12 .",
"cite_spans": [],
"ref_spans": [
{
"start": 93,
"end": 104,
"text": "(figure 11)",
"ref_id": null
},
{
"start": 173,
"end": 182,
"text": "figure 7)",
"ref_id": null
},
{
"start": 220,
"end": 229,
"text": "figure 12",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Example",
"sec_num": "4.4"
},
{
"text": "The two previous rules were fairly simple, but M-COOL can perform much more complex computations. For example, in order to generate efficient runtime knowledge which allows the translator to map from interlingua into English feature-structures, M-COOL must find, for each semantic frame, every English lexical frame which corresponds to it. It then combines this correspondence information into a single LISP function which will efficiently perform the mapping at run-time. One of the M-COOL rules responsible for constructing this knowledge is shown in figure 13 . In this example, it applies to the semantic frame *WORK-FUNCIONAR.. It finds two lex- . The LISP function generated by this rule is shown in figure 14.",
"cite_spans": [],
"ref_spans": [
{
"start": 554,
"end": 563,
"text": "figure 13",
"ref_id": "FIGREF6"
}
],
"eq_spans": [],
"section": "Example",
"sec_num": "4.4"
},
{
"text": "Most of the effort in developing software tools for NLP has focused on user interfaces and acquisition of lexical databases from text corpora, but there are very few rule-based systems for knowledge maintenance. [Pin-Ngern et al., 1989 ] go beyond corpus analysis by augmenting the lexicM databases with knowledge supplied by human editors. The Word Manager [Domenig, 1988] is a system for both acquisition and maintenance of morphological knowledge, but its main strength is its user-interface. LUKE [Knight, 1991] is an interactive system which uses several heuristics exploiting the relationship between linguistic and world knowledge to partially automate the acquisition process. More effort has gone into the acquisition and maintenance of knowledge for expert-systems. 4 The focus of such efforts is to acquire smaller amounts of problem-solving knowledge, which is more complex than the semantic and lexicM knowledge used in ES-TRATO.",
"cite_spans": [
{
"start": 212,
"end": 235,
"text": "[Pin-Ngern et al., 1989",
"ref_id": "BIBREF0"
},
{
"start": 358,
"end": 373,
"text": "[Domenig, 1988]",
"ref_id": "BIBREF0"
},
{
"start": 501,
"end": 515,
"text": "[Knight, 1991]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "5"
},
{
"text": "We intend to extend COOL in three directions: by supporting the acquisition and maintenance of lexical and semantic information for new languages, by adding rules for completely automating the acquistion of semantic classes and lexical argument alternations Perlmutter, 1983] , and by 4For example, [Michalski, 1989] contains several articles on these efforts. (have-lex-info-glex-entries =have-info))) improving the functionality of the underlying system itself. Because it is easy to extend M-COOL to generate run-time knowledge sources for new modules, we plan to add, for example: English-analysis lexical tables, Spanish-generation lexical tables, and lexical tables for an external machine-translation system.",
"cite_spans": [
{
"start": 258,
"end": 275,
"text": "Perlmutter, 1983]",
"ref_id": null
},
{
"start": 299,
"end": 316,
"text": "[Michalski, 1989]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Future Work",
"sec_num": "6"
},
{
"text": "We also have plans for integrating the various acquisition and maintenance tools we use in the ESTRATO system (which include A-COOL and M-COOL) into a single incremental lexical acquisition and maintenance program with a user-friendly interface for both experts and non-experts. The interface will prompt the non-expert for information about a word without the user needing to know linguistics. For example, determining the countablilty of a noun can be done by prompting the user with examples of the word being used in a countable context and non-countable context. This will allow non-experts to add most of the lexical and semantic knowledge. Currently the process of adding or modifying database entries and running A-COOL and M-COOL requires the user to understand both the in-ternM representation of the lexical items and how to run the various programs. An interactive knowledge editor which hides all of the details from the user will make the user's work much more productive and simple.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Future Work",
"sec_num": "6"
},
{
"text": "Our idea of developing a program to help automate the task of lexical and semantic knowledge acquisition and maintenance has been very fruitful for us. We have realized the following benefits:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "7"
},
{
"text": "\u2022 A-COOL and M-COOL make knowledge acquisition and maintenance easier, faster and more robust. By automatically generating template lexical and semantic database entries from the lexical feature files, A-COOL accelerates the acquisition process and eliminates many sources of human error. Similarly, M-COOL eliminates the need to manually update a large number of runtime knowledge sources each time a new lexical entry is added. By using a powerful and efficient frame-matching rule-based system to automatically generate the correct run-time knowledge sources, knowledge-maintenance is faster.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "7"
},
{
"text": "\u2022 M-COOL allows us to integrate generation and analysis lexical knowledge. Because M-COOL can generate both analysis and generation lexical knowledge sources from the same central database, this makes it very easy to create Spanish generation and English analysis knowledge sources. This solves the problem of having to maintain separate versions of knowledge for the analysis and generation of the same language. \u2022 It is easy to extend M-COOL to new modules.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "7"
},
{
"text": "Although we didn't anticipate it, we were able to use M-COOL to generate and maintain a wide variety of additional knowledge sources (for example, a custom glossary and a phrasal-lexicon file). M-COOL'S design makes this easy. Given the complexity and size of our machinetranslation system, COOL has become an indispensible part of our knowledge acquisition environment.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "7"
}
],
"back_matter": [
{
"text": "We would like to thank the members of the ESTR.ATO project for their help and support: Mildred Galarza, Jose Garcia, Jose Goyeneche, Michael Mauldin and Teresa Rubio. We would also like to thank Lori Levin and Barbara Moore for their comments and suggestions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgements",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "A Cross-Linguistic Study of Transitivity Alternations. Presented at the parasession on Causatives and Agentivity at the 21st Regional Meeting of the Chicago Linguistic Society",
"authors": [
{
"first": "[",
"middle": [],
"last": "References",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Mitamura",
"suffix": ""
}
],
"year": 1983,
"venue": "Proceedings of the European Association for Computational Linguistics Conference",
"volume": "17",
"issue": "",
"pages": "623--661",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "References [Mitamura et al., 1991] Teruko Mitamura, Eric It. Nyberg, and Jaime G. Carbonell. An Efficient Interlingua Translation System for Multi-lingual Document Production. In Proceedings of the Ma- chine Translation Summit III, Washington D.C., 1991. [Nirenburg et al., 1992] S. Nirenburg, P. Shell, A. Cohen, P. Cousseau, D. Grannes, C. McNeilly. Multi-purpose development and operation envi- ronments for natural-language applications. In 3rd Conference on Applied Natural Language Process- ing, Trento, Italy, 1992. [Frederking et at., 1992] R. Frederking, A. Cohen, D. Grannes, P. Cousseau, S. Nirenburg. The Pan- gloss Mark I MAT System. In Proceedings of the European Association for Computational Linguis- tics Conference, Utrecht, The Netherlands, 1993. [Carlson and Nirenburg, 1990] Lynn Carlson and Sergei Nirenburg, World Modeling for NLP. Cen- ter for Machine Translation Technical Report 121, Pittsburgh, PA, 1990. [Bateman et al., 1990] John A. Bateman, Robert T. Kasper, Johanna D. Moore and Richard Whitney, A General Organization of Knowledge for Natural Language Processing: the Penman Upper Model. March 1990 [Meyer et al., 1992] Ingrtid Meyer, Boyan Onyshkevych, and Lynn Carlson. Lexicographic Principles and Design for Knowledge-Based Ma- chine Translation. Center for Machine Translation Technical Report 118, Pittsburgh, PA, 1990. [Pin-Ngern et al., 1989] Pin-Ngern, Strutz and Evens. Lexical Acquisition for Lexical Databases. In Proceedings of Comput- ing in the 90's Conference, Kalamazoo, MI, USA, 1989. [Domenig, 1988] M. Domenig. Word Manager: a System for the Definition, Access and Mainte- nance of Lexical Databases. In Proceedings of COLING Budapest Conference on Computational Linguistics, Budapest, 1988. [Knight, 1991] Kevin Knight. Integrating knowledge acquisition and language acquisition. PhD Thesis, Carnegie Mellon University School of Computer Science, Pittsburgh, PA, 1991. [Mitamura, 1989] Teruko Mitamura. The Hierar- chical Organization of Predicate Frames for In- terpretive Mapping in Natural Language Process- ing. PhD Thesis, University of Pittsburgh, De- partment of Linguistics, Pittsburgh, PA, 1989. [Levin, 1987] Lori S. Levin. Toward a Linking The- ory of Relation Changing Rules in LFG. CSLI Report No. CSLI-87-115, Center for the Study of Language and Information, Stanford, CA, 1987. [Guerssel et al., 1985] Mohamed Guerssel, Kenneth Hale, Mary Laughren, Beth Levin, and Josie White Eagle, A Cross-Linguistic Study of Tran- sitivity Alternations. Presented at the parasession on Causatives and Agentivity at the 21st Regional Meeting of the Chicago Linguistic Society, April 1985. [Levin and Rappaport, 1987] Beth Levin and Malka Rappaport, The Formation of Adjectival Passives. em Linguistic Inquiry Vol.17, No. 4,623-661, MIT Press, Cambridge, MA, 1986. [Michalski, 1989] R. S. Miehalski, J. G. Carbonell and T. M. Mitchell, editors. Machine Learning, An Artificial Intelligence Approach, Vol. 4. Tioga Press, Palo Alto, CA, 1989. [Goodman, 1991] Kenneth Goodman and Sergei Nirenburg, editors. The KBMT Project: A Case Study in Knowledge-Based Machine Translation, Morgan Kaufmann Publishers, San Marco, CA, 1991. [Jackendoff, 1983] Ray Jackendoff. Semantics and Cognition, MIT Press, Cambridge, MA, 1983. [Perlmutter, 1983] David Perlmutter, editor. Stud- ies in Relation Grammar I, The University of Chicago Press, Chicago, IL, 1983.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "The Mental Representation of Grammatical Relations",
"authors": [
{
"first": "Joan",
"middle": [],
"last": "Bresnan",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Bresnan",
"suffix": ""
},
{
"first": "Joan",
"middle": [],
"last": "Polyadieity",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Bresnan",
"suffix": ""
}
],
"year": 1982,
"venue": "",
"volume": "",
"issue": "",
"pages": "149--172",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bresnan, 1982] Joan Bresnan, Polyadieity, Joan Bresnan, editior. The Mental Representation of Grammatical Relations, MIT Press, Cambirdge, MA, 149-172 1982.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Lexical Functional Grammar: A Formal System for Grammatical Representation, Joan Bresnan, editior The Mental Representation of Grammatical Relations",
"authors": [
{
"first": "Kaplan",
"middle": [],
"last": "Bresnan ; Ronald Kaplan",
"suffix": ""
},
{
"first": "Joan",
"middle": [],
"last": "Bresnan",
"suffix": ""
}
],
"year": 1982,
"venue": "",
"volume": "",
"issue": "",
"pages": "173--281",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kaplan Bresnan, 1982] Ronald Kaplan and Joan Bresnan, Lexical Functional Grammar: A Formal System for Grammatical Representation, Joan Bresnan, editior The Mental Representation of Grammatical Relations, MIT Press, Cambirdge, MA: 173-281, 1982.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Lexicalization Patterns: Semantic Structure in Lexical Forms, Timothy Shopen, editior. Language Typology and Syntactic Description",
"authors": [
{
"first": "Talmy ; Leonard",
"middle": [],
"last": "Talmy",
"suffix": ""
}
],
"year": 1985,
"venue": "",
"volume": "3",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Talmy, 1985] Leonard Talmy, Lexicalization Pat- terns: Semantic Structure in Lexical Forms, Timo- thy Shopen, editior. Language Typology and Syn- tactic Description, Vol. 3 Cambridge University Press, Cambirdge, MA, 1985.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Semantic Structures in English and Atsugewi",
"authors": [
{
"first": "Talmy ; Leonard",
"middle": [],
"last": "Talmy",
"suffix": ""
}
],
"year": 1972,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Talmy, 1972] Leonard Talmy. Semantic Structures in English and Atsugewi. PhD Thesis, University of California, Berkely, CA, 1972. [Light, 1992] Marc Light. A Computational Theory of Lexical Relatedness. University of Rochester, Computer Science Department, Technical Report 421, Rochester, New York, 1992.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Diclionnaire explicalif el combinaloire du franfais contemporain: recherches lezico-sementiques L Presses de l",
"authors": [
{
"first": "",
"middle": [],
"last": "Mel'~uk",
"suffix": ""
}
],
"year": 1984,
"venue": "Center for Machine Translation Technical Report",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mel'~uk et al., 1984] Igor MelYuk, Na- dia Arbatchewsky-Jumarie, Leo Elnitsky, Lidija Iordanskaja, and Addle Lessard . Diclionnaire explicalif el combinaloire du franfais contempo- rain: recherches lezico-sementiques L Presses de l'Univeritd de Montreal, Montreal, Canada, 1984. [Shell and Carbonell, 1986] Peter Shell and Jaime Carbonell. Frulekit: A Frame-Based Production System. Center for Machine Translation Techni- cal Report, Pittsburgh, PA, 1986.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"uris": null,
"type_str": "figure",
"text": "..................... INTERPR~\" iER : !:::::::::.'.'+:.?~'-.:..:::!:",
"num": null
},
"FIGREF1": {
"uris": null,
"type_str": "figure",
"text": "Relationship between A-COOL, M-COOL and lexical and semantic information.the lexicon relevant to lexical selection[Mel'~uk et al., 1984].",
"num": null
},
"FIGREF2": {
"uris": null,
"type_str": "figure",
"text": "A-COOL rule to convert Spanish words (ENGLI SH-RD~E rule2 LHS (trans Imknown) (cat v) l~S (class agent-theme) (traits trans) ) Figure 5: A-COOL rule to convert English words reflexive value is unknown (see figure 4). It also inserts the word into the lexical hierarchy under +W-SPANISH-INTRANS-VEItB and copies the TITANS information to the new frame.",
"num": null
},
"FIGREF3": {
"uris": null,
"type_str": "figure",
"text": "A-COOL rule to place a semantic frame in the IS-A hierarchy Lexical and Semantic frame entries generated by A-COOL and used as input to M-COOL.",
"num": null
},
"FIGREF4": {
"uris": null,
"type_str": "figure",
"text": "M-COOL rule ]or generating run-time lexical mapping data. (:ROOT \"+W-SP-FUNCIONAR-V-2\" :CAT V :HEAD *WORK-FUNCIONAR :CLASS AGENT) Lexical-map entry generated by M-COOL.",
"num": null
},
"FIGREF5": {
"uris": null,
"type_str": "figure",
"text": "Event.framette generated by M-COOL. ical frames which correspond to each other: +W-SP-FUNCIONAR-V-2 AND q-W-EN-WORK-V-1 (see figure 7)",
"num": null
},
"FIGREF6": {
"uris": null,
"type_str": "figure",
"text": "M-COOL rule for generating a run-time English generation mapping function. (DEFUN ENG-LUTHOR-*WORK-FUNCIONAR (ILT) (COND ((IS-A-P-SLOT 'AGENT '*ALARM-ALARMA) (LIST '(SYN ((CAT V) (PARTICLE OFF) .",
"num": null
},
"FIGREF7": {
"uris": null,
"type_str": "figure",
"text": "Part of an english lexical mapping function generated by M-COOL.",
"num": null
}
}
}
}