|
{ |
|
"paper_id": "W91-0216", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T04:42:41.424747Z" |
|
}, |
|
"title": "For the Lexicon That Has Everything", |
|
"authors": [ |
|
{ |
|
"first": "Maxtha", |
|
"middle": [], |
|
"last": "Evens", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Illinois Institute of Technology Chicago", |
|
"location": { |
|
"postCode": "60616", |
|
"region": "IL" |
|
} |
|
}, |
|
"email": "[email protected]" |
|
}, |
|
{ |
|
"first": "Joanne", |
|
"middle": [], |
|
"last": "Dardaine", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Illinois Institute of Technology Chicago", |
|
"location": { |
|
"postCode": "60616", |
|
"region": "IL" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Yu-Fen", |
|
"middle": [], |
|
"last": "Huang", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Illinois Institute of Technology Chicago", |
|
"location": { |
|
"postCode": "60616", |
|
"region": "IL" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Sun", |
|
"middle": [ |
|
"M" |
|
], |
|
"last": "Li", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Illinois Institute of Technology Chicago", |
|
"location": { |
|
"postCode": "60616", |
|
"region": "IL" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Judith", |
|
"middle": [], |
|
"last": "Markowitz", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Illinois Institute of Technology Chicago", |
|
"location": { |
|
"postCode": "60616", |
|
"region": "IL" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Frank", |
|
"middle": [], |
|
"last": "Rinaldo", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Illinois Institute of Technology Chicago", |
|
"location": { |
|
"postCode": "60616", |
|
"region": "IL" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Margi", |
|
"middle": [], |
|
"last": "Rinmdo", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Illinois Institute of Technology Chicago", |
|
"location": { |
|
"postCode": "60616", |
|
"region": "IL" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Robert", |
|
"middle": [], |
|
"last": "Strutz", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Illinois Institute of Technology Chicago", |
|
"location": { |
|
"postCode": "60616", |
|
"region": "IL" |
|
} |
|
}, |
|
"email": "" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "This paper argues that it is impossible to separate lexical and encyclopedic knowledge and describes an attempt to build a large lexical database that contains the range of information needed to make a parser or a text generation system interpret and use words and phrases correctly.", |
|
"pdf_parse": { |
|
"paper_id": "W91-0216", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "This paper argues that it is impossible to separate lexical and encyclopedic knowledge and describes an attempt to build a large lexical database that contains the range of information needed to make a parser or a text generation system interpret and use words and phrases correctly.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "Any natural language processing system needs both knowledge about words and knowledge about the world. Many natural language systems divide these two kinds of knowledge into two knowledge bases, which we call the lexicon and the encyclopedia for the purposes of this discussion. We argue that the distinction between the lexicon and the encyclopedia is difficult to maintain both in theory and in practice. We describe the design and development of a large lexical database intended to support parsing, generation, and information retrieval applications. We claim that these applications require information of many different kinds, some of which is traditionally stored in a dictionary, some in a thesaurus, and some in an encyclopedia.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "We need to support not just alphabetic access to this information but access through semantic links. Bierman [1964] was one of the first to describe lexical-semantic links between words. They define the basic organization of semantic information, he claims. He paints an image of a very large single-page dictionary with language-specific nodes connected by semantic relations.", |
|
"cite_spans": [ |
|
{ |
|
"start": 101, |
|
"end": 115, |
|
"text": "Bierman [1964]", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Can we distinguish between the lexicon and the encyclopedia in this context? Bierwisch and Kiefer [1970] assume that both kinds of information are contained in the same lexical entry. The distinction between linguistic or lexical and encyclopedic knowledge, they say, corresponds to the difference between the core and the periphery of a lexical entry, where:", |
|
"cite_spans": [ |
|
{ |
|
"start": 98, |
|
"end": 104, |
|
"text": "[1970]", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "The core of a lexical reading comprises all and only those semantic specifications that determine, roughly speaking, its place within the system of dictionary entries, i.e., delimit it from other (non-synonymous) entries. The periphery consists of those semantic specifications which could be removed from its reading without changing its relation to other lexical readings within the same grammar. [Bierwisch and Kiefer 1970, 69-70] The major difficulty with this criterion is its instability. As new entries are added to the system, information sufficient to distinguish one entry from another may have to be shifted from the periphery to the core -and thus from the encyclopedia to the lexicon. For instance, suppose a new entry, \"leopard -a large wild cat\" is to be added. The entire lexicon must be searched for entries that mention large wild cats. If one is found, say \"lion -a large wild cat,\" then enough information must be added to both definitions to differentiate leopard and lion from each other.", |
|
"cite_spans": [ |
|
{ |
|
"start": 399, |
|
"end": 433, |
|
"text": "[Bierwisch and Kiefer 1970, 69-70]", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Apresyan, Mel'~uk, and Zolkovsky run into the same difficulty of distinguishing lexieal and encyclopedic information in attempting to define the lexical universe of a word CO.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "The main themes dealt with under the heading 'lexical universe' are: 1) the types of CO; 2) the main part or phases of CO; 3) typical situations occurring before and after CO, etc. Thus, the section lexical universe for the word skis consists of a list of the types of skis (racing, mountain, jumping, hunting), their main parts (skis proper and bindings), the main objects and actions necessary for the correct use (exploitation) of skis (poles, grease, to wax), the main types of activities connected with skis (a ski-trip, a ski-race ...) ... the sections contain only such words as are necessary for talking on the topic, and nothing else. [Apresyan et al. 1970] The problem is that \"what is needed for talking about the topic\" depends very much on who is going to do the talking. The definition of ski in Webster's New International (2nd edition) begins:", |
|
"cite_spans": [ |
|
{ |
|
"start": 657, |
|
"end": 666, |
|
"text": "al. 1970]", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "One of a pair of narrow strips of wood, metal, or plastic, usually in combination, bound one on each foot and used for gliding over a snow-covered surface.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Apresyan et al. do not provide for three of the items mentioned here: what skis are made of (wood, plastic, or metal), what shape they come in (long and narrow) and where they belong spatially (on the human foot). Yet these items could be essential to understanding implicit inferences in a story.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "It was snowing. Jim took out his skis and the can of wax. He began to wax the wood carefully. Then he looked for the poles.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Jim skied rapidly down the mountain. Question: What was Jim wearing? slippers skis sandals", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "It could be needed to answer questions:", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Although in English and Russian it is possible to refer to skis without knowing that they are long and narrow it is not possible in Navajo or certain African languages where physical shapes determine verb forms. While the entry in Webster's New International goes on at length beyond the sentence given above, it does not include all the items that Apresyan mentions. Clearly the boundaries of the lexical universe are not well defined.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "It could be needed to answer questions:", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The dichotomy between the lexicon and the encyclopedia is particularly hard to preserve during the updating process. Recognizing definitions phrased in ordinary English is difficult [Bierwisch and Kiefer, 1970] . This information does not come neatly packaged and marked \"for the lexicon\" and \"for the encyclopedia\". How do we tell which is which?", |
|
"cite_spans": [ |
|
{ |
|
"start": 182, |
|
"end": 210, |
|
"text": "[Bierwisch and Kiefer, 1970]", |
|
"ref_id": "BIBREF7" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "It could be needed to answer questions:", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Addition of information to one part of the entry may necessitate updating other parts of the entry. For example, if we learn that record is a verb as well as a noun we need to add morphological information and describe the relation between record and erase.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "It could be needed to answer questions:", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "We should probably describe recording materials, as well. We also need to add that the verb record is a factive, i.e., the assertion that someone records an action implies the assertion that the action really occurreed. Which of this information is lexical and which is encyclopedic? Both theoretical and practical arguments convince us that the lexicon-encyclopedia dichtomy is not valid.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "It could be needed to answer questions:", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Information about semantic relationships between words -thesaurus information -is needed for many reasons. It is crucial to semantic access. Hirst and Morris [1990] have shown that it is fundamental to language understanding. Fox [1980, 1988] , Nutter et al. [1988] and Wang et al. [1985] have used thesaurus information to improve the results of an information retrieval system. Eiler [1979] has shown the importance oflexical relationships in human text generation. Lee [1991] is using this kind of information to generate cohesive text by machine. Zhang [1990] is using it to generate explanations.", |
|
"cite_spans": [ |
|
{ |
|
"start": 141, |
|
"end": 164, |
|
"text": "Hirst and Morris [1990]", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 230, |
|
"end": 236, |
|
"text": "[1980,", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 237, |
|
"end": 242, |
|
"text": "1988]", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 259, |
|
"end": 265, |
|
"text": "[1988]", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 282, |
|
"end": 288, |
|
"text": "[1985]", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 380, |
|
"end": 392, |
|
"text": "Eiler [1979]", |
|
"ref_id": "BIBREF12" |
|
}, |
|
{ |
|
"start": 468, |
|
"end": 478, |
|
"text": "Lee [1991]", |
|
"ref_id": "BIBREF24" |
|
}, |
|
{ |
|
"start": 551, |
|
"end": 563, |
|
"text": "Zhang [1990]", |
|
"ref_id": "BIBREF32" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "It could be needed to answer questions:", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "We need to store all this information not just for words but for phrases. Becker [1975] argues cogently that language is ordinarily generated in large swatches, not a word at a time. Commercial dictionaries include many phrasal entries. For example, approximately 160~ of the main entries in Webster's Seventh Collegiate Dictionary are phrases and many other phrases appear as \"runons\" at the foot of other entries. Charniak [1972] makes it clear that \"birthday party\" needs an entry of its own -and shows also that its lexical universe is huge.", |
|
"cite_spans": [ |
|
{ |
|
"start": 81, |
|
"end": 87, |
|
"text": "[1975]", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 416, |
|
"end": 431, |
|
"text": "Charniak [1972]", |
|
"ref_id": "BIBREF11" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "It could be needed to answer questions:", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Because we want to see our lexicon used by as many people as possible, we have sought sources for our data that will permit us to distribute the database to anyone who plans to use for research purposes. Collins Publishers has generously agreed we may give a copy of our lexicon including data derived from the first edition of the Collins English Dictionary (CED) to anyone who qualifies to obtain a machine-readable copy from the Data Collection Initiative. Another valuable source of lexical data is the Brandeis Verb Lexicon constructed by Grimshaw and Jackendoff [1985] . Sven Jacobson [1964, 1978] has kindly allowed us to keyboard and distribute his Dictionary of Adverb Placement. We have also put into machine readable form the Adjective, Adverb, Noun, and Verb Lists developed from Householder's NSF project of twenty-five years ago [1964, 1965] .", |
|
"cite_spans": [ |
|
{ |
|
"start": 544, |
|
"end": 574, |
|
"text": "Grimshaw and Jackendoff [1985]", |
|
"ref_id": "BIBREF18" |
|
}, |
|
{ |
|
"start": 591, |
|
"end": 597, |
|
"text": "[1964,", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 598, |
|
"end": 603, |
|
"text": "1978]", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 843, |
|
"end": 849, |
|
"text": "[1964,", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 850, |
|
"end": 855, |
|
"text": "1965]", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Organization of the Lexical Database", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Our lexical database is organized and stored using the Oracle Relational Database Management System. Our database relations (which we will call tables to distinguish them from semantic relations) include a main table with the word, and its homograph and sense number (from the CED) combined into one field, the part of speech, and the source. Each word with a different homograph and sense number (assigned in CED) is put into a different entry for the purpose of lexical disambiguation. Words that have no homograph or sense number in CED are assigned a code of-1. We have also designed separate tables for each part of speech. Each table contains different information specific to that part of speech.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Organization of the Lexical Database", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "The noun table contains information about whether a noun is regular or irregular, abstract or concrete, count or mass, human, animate or inanimate, singular or plural, common or proper, collective or not, what gender it is, and whether it appears in an Indiana noun list. We have a separate table for Indiana nouns (those that support that clauses) giving the number of the Indiana list [Bridgeman 1965 ]. Then there is still another table that gives the definition and an example for each Indiana noun list. We also have a separate table for nouns with irregular plurals, like child, goose, and oz.", |
|
"cite_spans": [ |
|
{ |
|
"start": 387, |
|
"end": 402, |
|
"text": "[Bridgeman 1965", |
|
"ref_id": "BIBREF9" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Organization of the Lexical Database", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "There are a number of different verb tables. The main verb table tells whether a verb is regular or irregular, dynamic or stative, transitive or intransitive (or both), takes a sentential complement or not, can be put into passive voice or not. If it is in a speech act class [Wierzbicka, 1989] or a performative class [McCawley, 1979] then the class will be given. Then there is a table for strong verbs with their forms. There is a case table giving information about verb arguments. If a verb takes sentential complements it appears in a special table that tells what complementizers the verb takes, its implicative class (factive, etc.), whether it is subject to raising, and whether it appears in an Indiana verb list. The Indiana verb table gives Indiana verb classes in which the verb appears. There is yet another table that gives the defining information for the Indiana verb lists.", |
|
"cite_spans": [ |
|
{ |
|
"start": 276, |
|
"end": 294, |
|
"text": "[Wierzbicka, 1989]", |
|
"ref_id": "BIBREF31" |
|
}, |
|
{ |
|
"start": 319, |
|
"end": 335, |
|
"text": "[McCawley, 1979]", |
|
"ref_id": "BIBREF26" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Organization of the Lexical Database", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "The adjective table indicates whether the adjective is dynamic or stative, gradable or non-gradable, inherent or non-inherent. An adjective may be intensitive. It may appear as a post-determiner. It may be a general adjective susceptible to subjective measure, a general adjective susceptible to objective measure including size or shape, or color. It may be a denominal adjective denoting material, or a denominal adjective denoting provenance or style. Information about the semantic classes an adjective belongs to is essential to determining its position in the sentence during text generation. While most adjectives can occur in both attributive and predicate positions, some are non-attributive, others are non-predicative. We also have a table for unpredictable adjective inflections and another for Indiana adjectives [Householder et al. 1965] . Our adverb tables have been fully discussed elsewhere [Pin-Ngern et al. 1990] .", |
|
"cite_spans": [ |
|
{ |
|
"start": 826, |
|
"end": 851, |
|
"text": "[Householder et al. 1965]", |
|
"ref_id": "BIBREF21" |
|
}, |
|
{ |
|
"start": 908, |
|
"end": 931, |
|
"text": "[Pin-Ngern et al. 1990]", |
|
"ref_id": "BIBREF28" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Organization of the Lexical Database", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "We also have a table listing lexical-semantic relations with definitions and examples and then several tables of lexical-semantic relationships [Ahlswede and Evens, 1988a] .", |
|
"cite_spans": [ |
|
{ |
|
"start": 144, |
|
"end": 171, |
|
"text": "[Ahlswede and Evens, 1988a]", |
|
"ref_id": "BIBREF0" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Organization of the Lexical Database", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Our plans include tables containing other information from CED such as definitions, pronunciations, and etymologies, but these have not been built since none of us is currently using that information.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Organization of the Lexical Database", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "We have been concerned for several years with the design of entries for phrases; it seems apparent that we need to record the same kind of information for phrases as for single word entries and that they are involved in the same lexical relations as other words and more besides . Li and Markowitz are concentrating on questions about phrasal verbs. Problems about the kinds of constructions that these verbs take part in have often been discussed in the literature but not resolved. Markowitz has devised several series of examples that we are trying out on every passerby who happens to be a native speaker of English. The data collected so far is chaotic; it suggests that the explanations in the literature are over-simplified. CED contains many thousands of phrasal main entries and many more phrases appear as runons in other entries. We are trying to design programs to translate these phrasal entries into entries in the lexical database.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Entries for Phrases", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Information about appropriate arguments for verbs is an obvious need. We are building a table that indicates for each sense of the verb what cases it takes, how those cases are syntactically realized (as subject, object, or object of a preposition), whether it is obligaory or not, and what are the selection restrictions on the fillers of those case slots. Joanne Dardaine wrote a program to build skeleton entries for the verbs in the Brandeis Verb Lexicon [Grimshaw and Jackendoff, 1985] . Then we sit around and argue about additional examples, beginning with verbs that we are using in text generation in a tutoring system for cardiovascular physiology [Zhang et hi. 1990 ] and in an explanation subsystem for an expert system for stroke [Lee and Evens 1991 ]. Grimshaw's new book [1990] on argument patterns has been of the greatest help. Given the theoretical disagreements between Fillmore [1970] , Bresnan [1982] , and Grimshaw [1990] , it is not possible to come up with an ideal solution. When in doubt we try to make the finest distinctions we can, in the belief that it will be easier for others to clump our categories together than to divide them further.", |
|
"cite_spans": [ |
|
{ |
|
"start": 459, |
|
"end": 490, |
|
"text": "[Grimshaw and Jackendoff, 1985]", |
|
"ref_id": "BIBREF18" |
|
}, |
|
{ |
|
"start": 658, |
|
"end": 676, |
|
"text": "[Zhang et hi. 1990", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 743, |
|
"end": 762, |
|
"text": "[Lee and Evens 1991", |
|
"ref_id": "BIBREF24" |
|
}, |
|
{ |
|
"start": 786, |
|
"end": 792, |
|
"text": "[1990]", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 889, |
|
"end": 904, |
|
"text": "Fillmore [1970]", |
|
"ref_id": "BIBREF14" |
|
}, |
|
{ |
|
"start": 907, |
|
"end": 921, |
|
"text": "Bresnan [1982]", |
|
"ref_id": "BIBREF8" |
|
}, |
|
{ |
|
"start": 928, |
|
"end": 943, |
|
"text": "Grimshaw [1990]", |
|
"ref_id": "BIBREF17" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Arguments for Verbs", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "Clearly much of what we are doing for verbs needs to be done for adjectives and adverbs. Much of the necessary research for adverbs has been carried out by Householder's group [1965] and by Sven Jacobson and published in very detailed and useful forms [1964, 1978] . Jacobson has generously given permission for us \"to include this work in our database. Sumali Pin-Ngern Conlon is using the superb computing facilities of the University of Mississippi, where she is now a faculty member, to put this material into machine readable form and to combine it with the information from the Indiana Adverb Lists [Householder et hi. 1965] . We are trying to locate and understand more of the research on adjectives such as the work of Ljung at Goteborg, before we start to enhance our adjective tables appropriately.", |
|
"cite_spans": [ |
|
{ |
|
"start": 176, |
|
"end": 182, |
|
"text": "[1965]", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 252, |
|
"end": 258, |
|
"text": "[1964,", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 259, |
|
"end": 264, |
|
"text": "1978]", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 605, |
|
"end": 630, |
|
"text": "[Householder et hi. 1965]", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Arguments for Verbs", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "We have split off the problem of sentential complements from other arguments for verbs because we wanted to store this information in separate database tables and because there are there are separate rich sources of information. Yu-Fen Huang has entered the verbs from Wierzbicka's list of speech act verbs. We are trying to find out if CED synonyms of speech act verbs are also speech act verbs and if they sometimes fit into the same speech act classes [Wierzbicka 1989] ", |
|
"cite_spans": [ |
|
{ |
|
"start": 455, |
|
"end": 472, |
|
"text": "[Wierzbicka 1989]", |
|
"ref_id": "BIBREF31" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Sentential Complements", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "CED contains quite a lot of information about sublanguage and register (e.g., entries begin \"a legal term for\" or \"a slang name for\"). We are trying to figure out how and where to capture this information so that we can study it more effectively and also so that we can figure out to use it to make appropriate subsets of the lexical database.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Sublanguage Information", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "Of course, sublanguage affects the syntactic correlates of words as well as the lexical ones. It is clear that we need to relate syntactic information in the lexical database to a given sense and homographic number.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Sublanguage Information", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "We are designing tools to help us deliver subsets of the database to potential users. Clearly we need to be able to make subsets on the basis of sublanguage information as well as from word lists given us by people who want data to match. We expect to make this kind of data available in fiat files (unless the user has an Oracle Relational Database Management System). All the attributes currently recorded in the database are also defined in the database. Any user of the database will be provided with this information. We expect that most of these users will need add to information to the data that we give them. So far our lexical data acquisition tools function mainly as SQL forms . We need to provide flat file versions of these tools.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Sublanguage Information", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "We a re designing two families of tools, one for building the database and one for accessing it. Database construction tools themselves fall into three categories. One group of tools is intended to collect information from human informants to make it easy to add material to the lexicon for some special purpose or to extend existing information. For example, we have a tool to examine synonyms of verbs on the Indiana Verb Lists that also take sentential complements and add them to the correct lists . Another group of tools is intended to take explicit information from a source and put it into the right table or tables. The third group of tools, most of which were originally built for sublanguage study, is designed to tackle text, sometimes dictionary definitions, sometimes other text, and extract information from it. These tools make lists of words and phrases and count them and parse text. Frank Rinaldo has built most of these tools and is working on bigger and better ones.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Tools for Accessing and Building the Database", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "Our Oracle database expert, Robert Strutz, is working on tools to access the database. These tools extract information to be used by a parser or a text generation program. Other tools in this category check the database for missing data and make reports. One tool makes a list of nouns that appear in subsidiary noun tables but not in the main noun table, for example. Still other tools make subsets of the database for different kinds of user specifications.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Tools for Accessing and Building the Database", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "A small subset of the lexical database, the stroke lexicon [Ahlswede and Evens, 1988b] , is being used in experiments in information retrieval and text generation. Wang et aL [1989] are using thesaurus information to enhance queries in an interactive information retrieval system, which operates as a separate PC program and carries out searches of the stroke literature either independently or in support of an expert system. Lee and Evens [1991] are using the stroke lexicon to generate explanations for an expert system for stroke. Information about lexical-semantic relations is used in an experiment to make that text cohesive; other lexical information is used to support the basic generation process.", |
|
"cite_spans": [ |
|
{ |
|
"start": 59, |
|
"end": 86, |
|
"text": "[Ahlswede and Evens, 1988b]", |
|
"ref_id": "BIBREF1" |
|
}, |
|
{ |
|
"start": 175, |
|
"end": 181, |
|
"text": "[1989]", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 427, |
|
"end": 447, |
|
"text": "Lee and Evens [1991]", |
|
"ref_id": "BIBREF24" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Current Applications", |
|
"sec_num": "8" |
|
}, |
|
{ |
|
"text": "We are trying to build a big lexical database that contains detailed information about all its entries. We argue in support of this enterprise that much information often classified as encyclopedic is needed by natural language processing programs trying to carry out tasks in parsing, generation, and information retrieval. In particular, the need for thesaurus information (information about lexical and semantic relationships between words) is becoming increasingly clear. We are convinced that phrasal entries need information that is at least as rich and detailed as that provided for individual words.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Summary", |
|
"sec_num": "9" |
|
}, |
|
{ |
|
"text": "We are trying to make this lexicon usable by many different people for many different tasks, with the goal of providing it free to anyone who can use it. This means that we must build it out of pieces that are readily available to the research community, that we must be able to provide subsets of many different kinds, and that we must provide tools so that others can access these files and add to them whatever further entries and information they need for particular applications.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Summary", |
|
"sec_num": "9" |
|
} |
|
], |
|
"back_matter": [], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "Generating a Relational Lexicon from a Machine-Readable Dictionary", |
|
"authors": [ |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "Ahlswede", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Evens", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1988, |
|
"venue": "International Journal of Lexicography", |
|
"volume": "1", |
|
"issue": "3", |
|
"pages": "214--237", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "T. Ahlswede and M. Evens, \"Generating a Relational Lexicon from a Machine- Readable Dictionary\", International Journal of Lexicography, 1, 3, 1988a, pp. 214- 237.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "A Lexicon for a Medical Expert System", |
|
"authors": [ |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "Ahlswede", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Evens", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1988, |
|
"venue": "Relational Models of the Lexicon", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "97--112", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "T. Ahlswede and M. Evens, \"A Lexicon for a Medical Expert System\". In M. Evens, ed., Relational Models of the Lexicon, Cambridge University Press, Cambridge, 1988b, pp. 97-112.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "Automatic Construction of a Phrasal Thesaurus for an Information Retrieval System from a Machine Readable Dictionary", |
|
"authors": [ |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "Ahlswede", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Anderson", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Evens", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [ |
|
"M" |
|
], |
|
"last": "Li", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Neises", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Pin-Ngern", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Markowitz", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1988, |
|
"venue": "Proceedings of RIAO 88", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "597--608", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "T. Ahlswede, J. Anderson, M. Evens, S.M. Li, J. Neises, S. Pin-Ngern, and J. Markowitz, \"Automatic Construction of a Phrasal Thesaurus for an Information Retrieval System from a Machine Readable Dictionary\". Proceedings of RIAO 88, Cambridge, MA, March, 1988, pp. 597-608.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "Semantics and Lexicography: Towards a New Type of Unilingual Dictionary", |
|
"authors": [ |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Yu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "I", |
|
"middle": [ |
|
"A" |
|
], |
|
"last": "Apresyan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Zolkovsky", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1970, |
|
"venue": "Syntax and Semantics. Reidel", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1--33", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yu. Apresyan, I.A. Mel'~uk and A. Zolkovsky, \"Semantics and Lexicography: To- wards a New Type of Unilingual Dictionary\". In F. Kiefer, ed. Studies in Syntax and Semantics. Reidel, Dordrecht, Holland, 1970, pp. 1-33.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "The Phrasal Lexicon", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Becket", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1975, |
|
"venue": "Theoretical Issues in Natural Language Processing, ACL Annual Meeting", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "38--41", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "J. Becket, \"The Phrasal Lexicon\". In R. Schank and B. Nash-Webber, eds., Theoret- ical Issues in Natural Language Processing, ACL Annual Meeting, Cambridge, MA, June, 1975, pp. 38-41.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "Remarks on Definitions in Natural Language", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Bierwisch", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "F", |
|
"middle": [], |
|
"last": "Kiefer", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1970, |
|
"venue": "Studies in Syntax and Semantics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "55--79", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "M. Bierwisch and F. Kiefer, \"Remarks on Definitions in Natural Language\". In F. Kiefer, ed. Studies in Syntax and Semantics, Reidel, Dordrecht, Holland, 1970, pp. 55-79.", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "The Mental Representation of Grammatical Relations", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Bresnan", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1982, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "J. Bresnan, ed., The Mental Representation of Grammatical Relations, MIT Press, Cambridge, MA, 1982.", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "Nouns before That Clauses in English", |
|
"authors": [ |
|
{ |
|
"first": "L", |
|
"middle": [], |
|
"last": "Bridgeman", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1965, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "L. Bridgeman, 1965. Nouns before That Clauses in English. Indiana Linguistics Club, Indiana University, Bloomington, Indiana, 1965.", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "Context and the Reference Problem", |
|
"authors": [ |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Charniak", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1972, |
|
"venue": "Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "311--331", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "E. Charniak, \"Context and the Reference Problem\", In R. Rustin, ed., Natural Lan- guage Processing, Algorithmics Press, New York, 1972. pp. 311-331.", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "Meaning and Choice in Writing about Literature: A Study of Cohesion in the Expository Texts of Ninth Graders", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [ |
|
"A" |
|
], |
|
"last": "Eiler", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1979, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "M.A. Eiler, Meaning and Choice in Writing about Literature: A Study of Cohesion in the Expository Texts of Ninth Graders. Ph.D. Thesis, Dept. of Linguistics, Illinois Institute of Technology, 1979.", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "Acquiring Information from Informants for a Lexical Database", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Evens", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Pin-Ngern", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [ |
|
"M" |
|
], |
|
"last": "Li", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Markowitz", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1989, |
|
"venue": "Proceedings of the First International Lexical Acquisition Workshop", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "M. Evens, S. Pin-Ngern, T., S.M. Li, and J. Markowitz, \"Acquiring Information from Informants for a Lexical Database\". Proceedings of the First International Lexical Acquisition Workshop, Detroit, Michigan, August, 1989.", |
|
"links": null |
|
}, |
|
"BIBREF14": { |
|
"ref_id": "b14", |
|
"title": "Types of Lexical Information", |
|
"authors": [ |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Fillmore", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1970, |
|
"venue": "Syntax and Semantics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "109--137", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "C. Fillmore, \"Types of Lexical Information\". In F. Kiefer, ed. Studies in Syntax and Semantics, Reidel, Dordrecht, Holland, 1970, pp. 109-137.", |
|
"links": null |
|
}, |
|
"BIBREF15": { |
|
"ref_id": "b15", |
|
"title": "Lexical Relations: Enhancing Effectiveness of Information Retrieval Systems", |
|
"authors": [ |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Fox", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1980, |
|
"venue": "ACM SIGIR Forum", |
|
"volume": "15", |
|
"issue": "3", |
|
"pages": "5--36", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "E. Fox, \"Lexical Relations: Enhancing Effectiveness of Information Retrieval Sys- tems\". ACM SIGIR Forum, Vol. 15, No. 3, 1980, pp. 5-36.", |
|
"links": null |
|
}, |
|
"BIBREF16": { |
|
"ref_id": "b16", |
|
"title": "Building a Large Thesaurus for Information Retrieval", |
|
"authors": [ |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Fox", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [ |
|
"T" |
|
], |
|
"last": "Nutter", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "Ahlswede", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Evens", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Markowitz", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1988, |
|
"venue": "Proceedings of the ACL Conference on Applied Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "101--108", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "E. Fox, J.T. Nutter, T. Ahlswede, M. Evens, and J. Markowitz. \"Building a Large Thesaurus for Information Retrieval\". Proceedings of the ACL Conference on Applied Natural Language Processing, February, 1988, pp. 101-108.", |
|
"links": null |
|
}, |
|
"BIBREF17": { |
|
"ref_id": "b17", |
|
"title": "Arguments of Verbs", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Grimshaw", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1990, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "J. Grimshaw, Arguments of Verbs. MIT Press, Cambridge, MA, 1990.", |
|
"links": null |
|
}, |
|
"BIBREF18": { |
|
"ref_id": "b18", |
|
"title": "Report to the National Science Foundation on grant IST-81-20403", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Grimshaw", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Jackendoff", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1985, |
|
"venue": "xerograph. Brandeis Verb List", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "J. Grimshaw and R. Jackendoff, Report to the National Science Foundation on grant IST-81-20403. In xerograph. Brandeis Verb List, 1985.", |
|
"links": null |
|
}, |
|
"BIBREF21": { |
|
"ref_id": "b21", |
|
"title": "Preliminary Classification of Adverbs in English", |
|
"authors": [ |
|
{ |
|
"first": "F", |
|
"middle": [], |
|
"last": "Householder", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "W", |
|
"middle": [], |
|
"last": "Wolck", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "P", |
|
"middle": [ |
|
"H" |
|
], |
|
"last": "Matthews", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Tone", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Wilson", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1965, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "F. Householder, W. Wolck, P.H. Matthews, J. Tone, and J. Wilson, Preliminary Classification of Adverbs in English. Indiana Linguistics Club, Indiana University, Bloomington, Indiana, 1965.", |
|
"links": null |
|
}, |
|
"BIBREF23": { |
|
"ref_id": "b23", |
|
"title": "On the Use, Meaning, and Syntax of English Preverbial Adverbs", |
|
"authors": [ |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Jacobson", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1978, |
|
"venue": "Almqvist & Wilksell International", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "S. Jacobson, On the Use, Meaning, and Syntax of English Preverbial Adverbs. Almqvist & Wilksell International, Stockholm, Sweden, 1978.", |
|
"links": null |
|
}, |
|
"BIBREF24": { |
|
"ref_id": "b24", |
|
"title": "Generating Coherent Text Using Lexical Semantic Relations", |
|
"authors": [ |
|
{ |
|
"first": "W", |
|
"middle": [], |
|
"last": "Lee", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Evens", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1991, |
|
"venue": "Proceedings of the Midwest Artificial Intelligence and Cognitive Science Symposium", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "41--45", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "W. Lee and M. Evens, \"Generating Coherent Text Using Lexical Semantic Relations\", Proceedings of the Midwest Artificial Intelligence and Cognitive Science Symposium. Carbondale, IL., April, 1991, pp. 41-45.", |
|
"links": null |
|
}, |
|
"BIBREF25": { |
|
"ref_id": "b25", |
|
"title": "Generating Lexical Database Entries for Phrases", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Markowitz", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Pin-Ngern", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Evens", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Anderson", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [ |
|
"M" |
|
], |
|
"last": "Li", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1988, |
|
"venue": "Proceedings of the New OED Conference", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "115--127", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "J. Markowitz, S. Pin-Ngern, M. Evens, J. Anderson, and S.M. Li, \"Generating Lexical Database Entries for Phrases\", Proceedings of the New OED Conference, Waterloo, Ontario, October, 1988, pp. 115-127. i", |
|
"links": null |
|
}, |
|
"BIBREF26": { |
|
"ref_id": "b26", |
|
"title": "Adverbs, Vowels, and Other Objects of Wonder", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Mccawley", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1979, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "J. McCawley, Adverbs, Vowels, and Other Objects of Wonder, University of Chicago Press, Chicago, 1979.", |
|
"links": null |
|
}, |
|
"BIBREF27": { |
|
"ref_id": "b27", |
|
"title": "Building a Lexicon from Machine-Readable Dictionaries for Improved Information Retrieval", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [ |
|
"T" |
|
], |
|
"last": "Nutter", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Fox", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Evens", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1990, |
|
"venue": "Literary and Linguistic Computing", |
|
"volume": "5", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "J.T. Nutter, E. Fox, and M. Evens, \"Building a Lexicon from Machine-Readable Dic- tionaries for Improved Information Retrieval\". Literary and Linguistic Computing, Vol. 5, No. 2, 1990.", |
|
"links": null |
|
}, |
|
"BIBREF28": { |
|
"ref_id": "b28", |
|
"title": "Generating a Lexical Database for Adverbs", |
|
"authors": [ |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Pin-Ngern", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Evens", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "Ahlswede", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1990, |
|
"venue": "Proceedings of the Waterloo Conference on Electronic Text Research. Waterloo", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "95--109", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "S. Pin-Ngern, M. Evens, and T. Ahlswede, \"Generating a Lexical Database for Ad- verbs\". Proceedings of the Waterloo Conference on Electronic Text Research. Water- loo, October 28-30, 1990, pp. 95-109.", |
|
"links": null |
|
}, |
|
"BIBREF29": { |
|
"ref_id": "b29", |
|
"title": "LITREF: A Microcomputer Based Information Retrieval System Supporting Stroke Diagnosis: Design and Development", |
|
"authors": [ |
|
{ |
|
"first": "G", |
|
"middle": [ |
|
"N" |
|
], |
|
"last": "Wang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Evens", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Hier", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1989, |
|
"venue": "Proceedings of the 2nd Annual IEEE Symposium on Computer Based Medical Systems", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "46--51", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "G.N. Wang, M. Evens, and D. Hier, 1989. \"LITREF: A Microcomputer Based Infor- mation Retrieval System Supporting Stroke Diagnosis: Design and Development\". Proceedings of the 2nd Annual IEEE Symposium on Computer Based Medical Sys- tems, Minneapolis, June 25-27, 1989, pp. 46-51.", |
|
"links": null |
|
}, |
|
"BIBREF30": { |
|
"ref_id": "b30", |
|
"title": "Relational Thesauri in Information Retrieval", |
|
"authors": [ |
|
{ |
|
"first": "Y", |
|
"middle": [ |
|
"C" |
|
], |
|
"last": "Wang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Vandendorpe", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Evens", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1985, |
|
"venue": "Journal of the American Society for Information Science", |
|
"volume": "36", |
|
"issue": "1", |
|
"pages": "15--277", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Y.C. Wang, J. Vandendorpe, and M. Evens, \"Relational Thesauri in Information Retrieval\". Journal of the American Society for Information Science, vol. 36, no. 1, 1985, pp. 15-277.", |
|
"links": null |
|
}, |
|
"BIBREF31": { |
|
"ref_id": "b31", |
|
"title": "English Speech Act Verbs: A Semantic Dictionary", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Wierzbicka", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1989, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "A. Wierzbicka, English Speech Act Verbs: A Semantic Dictionary. Academic Press, New York, 1989.", |
|
"links": null |
|
}, |
|
"BIBREF32": { |
|
"ref_id": "b32", |
|
"title": "Extending a Knowledge Base to Support Explanations", |
|
"authors": [ |
|
{ |
|
"first": "Y", |
|
"middle": [], |
|
"last": "Zhang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Evens", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Michael", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Rovick", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1990, |
|
"venue": "Proceedings off the Third IEEE Conference on Computer-Based Medical Systems, Chapel Hill", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "259--266", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Y. Zhang, M. Evens, J. Michael, and A. Rovick, 1990. \"Extending a Knowledge Base to Support Explanations\". Proceedings off the Third IEEE Conference on Computer- Based Medical Systems, Chapel Hill, North Carolina, June 4-6, 1990, pp. 259-266.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"TABREF0": { |
|
"text": "or performative classes, using McCawley's [1979] categories. Pin-Ngern wrote a program to put Indiana Verb List verbs [Alexander and Kunz 1964; Bridgeman et hi. 1965] into tables in the database. Huang is rewriting that program to include further information and trying to correlate Wierzbicka's [1989] speech act verbs and the Indiana verbs with their CED homograph and sense numbers.", |
|
"content": "<table/>", |
|
"html": null, |
|
"type_str": "table", |
|
"num": null |
|
} |
|
} |
|
} |
|
} |