| { |
| "paper_id": "A83-1020", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T02:11:30.911354Z" |
| }, |
| "title": "AUTOMATIC ANALYSIS OF DESCRIPTIVE TEXTS", |
| "authors": [ |
| { |
| "first": "James", |
| "middle": [ |
| "R" |
| ], |
| "last": "Cowls", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Royal College", |
| "location": { |
| "settlement": "George Street, Glasgow", |
| "region": "GI IXI~", |
| "country": "SCOTLAND" |
| } |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "This paper describes a system that attempts to interpret descriptive texts without the uJe of complex grammars. The purpose of the system is to transform the descriptions to a standard form which may be used as the basis of a database system knowledgeable in the subject matter of the teXt.", |
| "pdf_parse": { |
| "paper_id": "A83-1020", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "This paper describes a system that attempts to interpret descriptive texts without the uJe of complex grammars. The purpose of the system is to transform the descriptions to a standard form which may be used as the basis of a database system knowledgeable in the subject matter of the teXt.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "The texts currently used are wild plant descriptions taken directly from a popular book on the subject. Properties such as size, shape and colour are abstracted from the descriptions and related to parts of the plant in which we are interested.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The resulting output is a standardined hierarchical structure holding only significant features of the description.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The system, implemented in the PROLOG programming language, uses keywords co identify the way segments of the text relate to the object described.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Information on words is held in a keyword list of nouns relating to parts of the object described. A dictionary contains the attributes of ordinary words used by the system to analyse the text.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The text is divided into seE\" ments using information provided by conjunctions and punctuation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "About half the texts processed are correctly analysed at present. Proposals are made for future work to improve this figure.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "There seems Co be no inherent reason why the technique cannot be generalised so chac any text of seml-standard descriptions can be automatically converted to a canonical form.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "A lot of useful information, covering many subject areas, is presently available in printed form in catalogues, directories and guides. Good\" examples are plants in \"Collins Pocket Guide to Wild Flowers\", aeroplanes in \"Jane's All the World's Aircraft\" and people in '~ho's Who\". Because chls informaClon is represented in a stylised form, it is amenable CO machine processing Co abstract salient details concerning the entity being described.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "I INTRODUCTION", |
| "sec_num": null |
| }, |
| { |
| "text": "The research described here is part of a long term project to develop a system which can \"read\" descriptive text and so become an expert on the -~terial which has been read.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "I INTRODUCTION", |
| "sec_num": null |
| }, |
| { |
| "text": "The first stage of this research is to establish that it is indeed possible co abstract useful information from descriptive text and we have chosen as a typical example a text consisting of descriptions of wild plants.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "I INTRODUCTION", |
| "sec_num": null |
| }, |
| { |
| "text": "Our system reade this text and generates a formal canonical plant description.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "I INTRODUCTION", |
| "sec_num": null |
| }, |
| { |
| "text": "Ultimately this will be input to a knowledse-baeed system which will then be able to answer questions on wild plants.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "I INTRODUCTION", |
| "sec_num": null |
| }, |
| { |
| "text": "The paper gives a limited overview of the recent work in text analysis in order to establish a context for the approach we adopt.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "I INTRODUCTION", |
| "sec_num": null |
| }, |
| { |
| "text": "An outline of the operation of the system is then nadeo The analysis of our text proceeds in four separate stages and these are considered in con-Junction with a sample text. The first stage at-Caches to each word in the text attributes which are held in either a keyword llst or the system dictionary. This expanded text is then split up using conjunctions, punctuation marks and the keywords in the text to assign each segment of the text to a particular part of the plant. The chard stage gathers up the descriptions for a particular part and abstracts properties from them. The final operation formats the output as required.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "I INTRODUCTION", |
| "sec_num": null |
| }, |
| { |
| "text": "We then look at the more detailed operation of the system in terms of specific parts of \u00a3nteresto This covers the dictionary, skeleton structures, text splitting, text analysis and the limited word guessing attempted by the system. Future developments are then considered. In particular the possibility of generalising the system to handle ocher topics. The actual implementation of the system and the use of FROLOG are examined and we conclude with some notes on the current ucillty of our system.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "I INTRODUCTION", |
| "sec_num": null |
| }, |
| { |
| "text": "Many research workers are interested in different aspects of text analysis. Much of the The work done by Schank (197~) and that of Sager (1981) are two contrasting examples of this interest. In addition to the research oriented work, some commercial groups are interested in the practicability of generating database input from text. its properties in a slnEle piece of text. The basic properties we are lookin 8 for -shape, colour, size -are all described by words wi~h a direct physical relation or with a simple men~al association. What we are really trying to do is tidy the description into a set of suitable noun phrases.", |
| "cite_spans": [ |
| { |
| "start": 131, |
| "end": 143, |
| "text": "Sager (1981)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "II BACKGROUND", |
| "sec_num": null |
| }, |
| { |
| "text": "Although the internal details of the various systems are totally different the final result is some form of layout, script or structure which has been filled out with details from the text. The approach of the various groups can be contrasted according to how much of the text is preserved at this point and how much additional detail has been added by the system. DeJong (1979) processes newswire stories and once the key elements have been found the rest of the text is abandoned. Sager makes the whole text fit into the layout as here small details ~ay be of vital importance to the end user of the processed text. Schank in his story understanding programs may actually end up with more information than the original text, supplied from the system's own world knowledge.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "II BACKGROUND", |
| "sec_num": null |
| }, |
| { |
| "text": "The other contrasting factor is the degree of limitation of the domain of interest of the text processors. The more a system has been designed with a practical end in view, the more limited the domain. Schank is operatlng at the level of general language understanding. DeJong is limiting this to the task of news recognition and abstraction, but only certain stories are handled by the system. Sager has reduced the range still further to a particular type of medical diagnoses.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "II BACKGROUND", |
| "sec_num": null |
| }, |
| { |
| "text": "Very recent work appears to be approaching text understanding from a word oriented viewpoint.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "II BACKGROUND", |
| "sec_num": null |
| }, |
| { |
| "text": "Each word has associated with it processes which drive the analysis of the text (S~ail, 198[) . We have also been encouraged in our own approach by Kelly and Stone's (1979) work on word dlsamblguation. The implication of which seems to be that word driven rules can resolve ambiguities of meaning in a local context.", |
| "cite_spans": [ |
| { |
| "start": 80, |
| "end": 93, |
| "text": "(S~ail, 198[)", |
| "ref_id": null |
| }, |
| { |
| "start": 148, |
| "end": 172, |
| "text": "Kelly and Stone's (1979)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "II BACKGROUND", |
| "sec_num": null |
| }, |
| { |
| "text": "Our own case is a purely practical attempt to generate large amounts of database building information from single topic texts.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "II BACKGROUND", |
| "sec_num": null |
| }, |
| { |
| "text": "It should not be assumed however that a truly comprehensive syntax for a descriptive text would be simpler than for other types.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "II BACKGROUND", |
| "sec_num": null |
| }, |
| { |
| "text": "The reverse may be true and the author of the descriptions may attempt to liven up his work with asides, unusual wordorders and additional atmospheric details.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "II BACKGROUND", |
| "sec_num": null |
| }, |
| { |
| "text": "Our system does not use sophisticated grammarital techniques.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "II BACKGROUND", |
| "sec_num": null |
| }, |
| { |
| "text": "It is our contention that in the domain of descriptive texts we can make certain assumptions about the way the descriptive data is handled.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "II BACKGROUND", |
| "sec_num": null |
| }, |
| { |
| "text": "These allow very crude parsing to be sufficient in most cases.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "II BACKGROUND", |
| "sec_num": null |
| }, |
| { |
| "text": "Similarly the semantic structures involved are simple. A description of an object consisting of several parts usually mentions the part and III OUTLINE OF TME SYSTEM The text analysis system has been constructed on the assumption that much of the information held in descriptive texts can be extracted using very simple rules. These rules are analogous to the \"sketchy syntax\" suggested by Kelly and Stone and operate on the text on a local rather than a global basis.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "II BACKGROUND", |
| "sec_num": null |
| }, |
| { |
| "text": "At the time of writing our system processes plant descriptions, in search of ten properties which we consider distinctive.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "II BACKGROUND", |
| "sec_num": null |
| }, |
| { |
| "text": "Examples of these properties are the size of the plant, the colour of its flowers and the shape of its flowers. New properties can be added simply by extending the skeleton plant description. McCllntock and Fitter (1974) .", |
| "cite_spans": [ |
| { |
| "start": 192, |
| "end": 220, |
| "text": "McCllntock and Fitter (1974)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "II BACKGROUND", |
| "sec_num": null |
| }, |
| { |
| "text": "The system has been built to handle this topic and it attempts to fill out various properties for selected parts of a plant. A skeleton description is used to drive the processing of the text. This indicates the parts of the plant of interest and the properties required for each part.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "II BACKGROUND", |
| "sec_num": null |
| }, |
| { |
| "text": "The structure which we presently use is shown in Example I after it has been filled out by processing the accompanying description.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "II BACKGROUND", |
| "sec_num": null |
| }, |
| { |
| "text": "It should be noted that if the system cannot find a property then the null property \"nolnfo' is returned.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "II BACKGROUND", |
| "sec_num": null |
| }, |
| { |
| "text": "An outline of how a description is processed by the system and converted to canonical form is given in Figure i . There are four distinct stages in the transformation of the text. each with an attached keyword. This keyword Indentlfles the text as describing a particular part of the plant.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 103, |
| "end": 111, |
| "text": "Figure i", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "II BACKGROUND", |
| "sec_num": null |
| }, |
| { |
| "text": "Text segments are gathered together for a particular keyword.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "II BACKGROUND", |
| "sec_num": null |
| }, |
| { |
| "text": "This may pull together text from separate parts of the original description This new unit of text is then examined to see if any of the words or phrases in it satisfy the specific property rules required for this part of the plant. If found the phrases are inserted into appropriate parts of the structure.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "II BACKGROUND", |
| "sec_num": null |
| }, |
| { |
| "text": "The ultimate output of the system is intended as input to a relational database system developed at the University of Strathclyde.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "D. Formatter.", |
| "sec_num": null |
| }, |
| { |
| "text": "At the moment the structure is displayed in a form that allows checking of the system performance.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "D. Formatter.", |
| "sec_num": null |
| }, |
| { |
| "text": "A. Dictionary processor.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "D. Formatter.", |
| "sec_num": null |
| }, |
| { |
| "text": "The raw text is read in and each word in the text is checked in a dlctionary/keyword llst. Each dictionary entry has an associated list of attributes describing both syntactic and semantic attributes of that word.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "D. Formatter.", |
| "sec_num": null |
| }, |
| { |
| "text": "These attributes are looked at in more detail in section IV.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "D. Formatter.", |
| "sec_num": null |
| }, |
| { |
| "text": "If a word in the text appears in the dictionary it is supplemented with an attribute llst abstracted from the dictionary.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "D. Formatter.", |
| "sec_num": null |
| }, |
| { |
| "text": "The keywords for a text depend on which parts of the object we are interested. Thus for a plant we need to include all possible variants of flower (floret, bud) and of leaf (leaflet) and so on.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "D. Formatter.", |
| "sec_num": null |
| }, |
| { |
| "text": "Fortunately this is not a large number of words and they can be easily acquired from a thesaurus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "D. Formatter.", |
| "sec_num": null |
| }, |
| { |
| "text": "The output from this stage is a llst of words and attached to each word is a llst of the attributes of this word.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "D. Formatter.", |
| "sec_num": null |
| }, |
| { |
| "text": "The expanded text ks then burst into segments associated with each keyword. We identify segments by using \"pivotal points\" in the text. Pivotal points are pronouns, conjuntlons, prepositions and punctuation marks. This is the simplifying assumption which we make which allows us to avoid detailed grammars. The actual words and punctuation marks chosen to split the text are critical to the success of this method. It may be necessary to change these for texts by a different author as each author's usage of punctuation is fairly Idiosynchratic. Within a given work however fairly consistent results are obtained. The actual splitting of the text is covered more fully An section IV C.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Text splitting.", |
| "sec_num": "8." |
| }, |
| { |
| "text": "We now have many small segments of text IV SYSTEM DETAILS", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "C. Text analysis.", |
| "sec_num": null |
| }, |
| { |
| "text": "The dictionary is the source of the meanings of words used during the search for properties. Two other word sources are incorporated in the system, a llst of keywords which is specific to the subject being described and a list of words which may be used to split the text. This second list could probably be incorporated in the dictionary, but we have avoided this until the system has been generallsed to handle other types of text.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A. ThE Dictionary", |
| "sec_num": null |
| }, |
| { |
| "text": "The dictionary entry for each word consists of three lists of attributes.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A. ThE Dictionary", |
| "sec_num": null |
| }, |
| { |
| "text": "The first contains it's part of speech, a flag indicating the word carries no semantic information and some additional attributes to control processing. For example the attribute \"take-next\" indicates that if a property rule is already satisfied when this word is reached in the text then the next word should be attached to the property phrase already found. Thus the word \"-\" carries this property and pulls in a successive word.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A. ThE Dictionary", |
| "sec_num": null |
| }, |
| { |
| "text": "The second llst contains attributes whose meaning would appear to be expressible as a physical measure of some kind:-\"touch-roughness\", \"vision-intenslty\".", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A. ThE Dictionary", |
| "sec_num": null |
| }, |
| { |
| "text": "Many of the words used in descriptions can be adequately categorised by a single attribute of this type. Thus the word red is an \"adjective\" with a physical property \"vlslon-colour\".", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A. ThE Dictionary", |
| "sec_num": null |
| }, |
| { |
| "text": "The third contains those which require physical measures to be mapped and compared to internal representations or which deal with the manipulation of internal representations alone:-\"form-shape\", \"context-location\". Words using these attributes generally tend to be more complex and may have multiple attributes. Thus the word field has as attributes \"context-location\" and \"relaclonshlp-multlple-example\" whereas the word Scotland also carries \"context-location\" but is qualified by \"relatlonship-single-example\".", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A. ThE Dictionary", |
| "sec_num": null |
| }, |
| { |
| "text": "We realize this cLtvis\u00a3on is delimited by an extremely fuzzy border, but when the search for a basis for word definition was made chls helped the intuitive allocation of attributes. Sixty five different attributes have been allocated. Only sixteen of these are used in the rules for our current list of properties.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A. ThE Dictionary", |
| "sec_num": null |
| }, |
| { |
| "text": "The size of the dictionary has been considerably reduced by including the algorithm, given by Kelly and Stone (1979) , for suffix removal in the lookup process.", |
| "cite_spans": [ |
| { |
| "start": 94, |
| "end": 116, |
| "text": "Kelly and Stone (1979)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A. ThE Dictionary", |
| "sec_num": null |
| }, |
| { |
| "text": "The structure we wish to fill ouC is mapped directly to a hierarchical PROLOG structure with the uninstantiated variables, shown in the structure in capital letters, indicating where pieces of text are required. The PROLOC system fills in these variables at run time with the appropriate words from the text.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "B. Skeleton Structure", |
| "sec_num": null |
| }, |
| { |
| "text": "Each variable in a completed structure should hold a llst of words which describe that particular property. Thus a partial plant structure is defined as:- This skeleton is accompanied by a set of keyword lists. Each llst being associated with one of the first levels of the structure. Thus a partial I/st for \u2022flower\" ~/ght be:keyword(flower,l). keyword(bud,l). keyword(pecal,l). keyword(floret,l).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "B. Skeleton Structure", |
| "sec_num": null |
| }, |
| { |
| "text": "The number indicates which item on the first level of the structure is associated with these keywords.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "B. Skeleton Structure", |
| "sec_num": null |
| }, |
| { |
| "text": "We assume initially that we are describing the general details of the plant, so the text read up to the first pivotal poin~ belongs to that part of our structure, keyword level O. Each subsequent piece of text found assigns to the same keyword until a piece of text is found containing \u2022 new keyword.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "another,", |
| "sec_num": null |
| }, |
| { |
| "text": "This becomes the current keyword and following pieces of cex~ belong to this kayword until yec another keyword is found.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "another,", |
| "sec_num": null |
| }, |
| { |
| "text": "We now gather together the pieces of text for a part of the structure and look for properties as defined An the skeleton structure.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "D. Propert 7 gules", |
| "sec_num": null |
| }, |
| { |
| "text": "A property search is carried out for each of the property names found at level two of the strutcure. The property rules have the general form:- then exit repeat } if('property\" is YES) then return words kept if('property\" is NO) then return \"nolnfo'.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "D. Propert 7 gules", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 is YES)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "D. Propert 7 gules", |
| "sec_num": null |
| }, |
| { |
| "text": "The fundamental assumption we make for descriptions of objects is that the part described will be mentioned within the piece of cexc referring to ic. Thus conjunctions and punctuation marks are taken to flag pivotal points lo the text where attention shifts from one part to 121 E. Special Purpose Rules", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "C. Text Splitting", |
| "sec_num": null |
| }, |
| { |
| "text": "We are trying to avoid rules specifically associated with layout which would need redeflnltion for different texts. However the system does assume a certain ordering in the initial title of the descriptions. Thus the name of the plant is any adjectives followed by a word or words not in the dictionary.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "C. Text Splitting", |
| "sec_num": null |
| }, |
| { |
| "text": "It is intended to add rules to detect the Latin specific name of the plant. We have excluded these from our current texts. These will in all probability be based on a similar rule of ignorance, reinforced by some knowledge of permissible suffices.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "C. Text Splitting", |
| "sec_num": null |
| }, |
| { |
| "text": "Certain words are identified in the dlctlonary by the attributes \"take-next\" and \"takeprevious\". They imply that if a property rule is satisfied at the time that word is processed then the successor or predecessor of that word and the word itself should be included in the property. The principal use of this occurs in hyphenated words. These are treated as three words; wordl, hyphen, word2. The hyphen carries both \"takenext\" and \"take-previous\" attributes. This often allows attachment of unknown words in a property phrase. Thus \"chocolate-brown\" would be recognlsed as a colour phrase despite the fact that the word chocolate is not included in the dictionary.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "F. Specially Recosnised Words", |
| "sec_num": null |
| }, |
| { |
| "text": "Words which actually name the property being sought after carry a \"take-previous\" a~tribute. Thus \"coloured\" when found will pull in the previous word e.g. \"butter colour\" although the word butter may be unknown or have no specific dictionary attribute recognised by the rule. particular, we intend to provide a user interface to allow the system to be modified for a specific topic by user definitions and examples.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "F. Specially Recosnised Words", |
| "sec_num": null |
| }, |
| { |
| "text": "The potential also exists for mapping from our word based internal representation to a more abstract machine manipulable form.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "F. Specially Recosnised Words", |
| "sec_num": null |
| }, |
| { |
| "text": "This may be the most interesting direction in which the work will lead.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "F. Specially Recosnised Words", |
| "sec_num": null |
| }, |
| { |
| "text": "The code for the system is written in PRO-LOG (Clocksln and Mellish, 1981) as implemented on the Edinburgh Multi Access System (Byrd,1981) . This is a standard implementation of the language, with the single enhancement of a second internal database which is accessed using a hashing algorithm rather than a linear search. This has been used to improve the efficiency of the dictionary search procedures.", |
| "cite_spans": [ |
| { |
| "start": 46, |
| "end": 74, |
| "text": "(Clocksln and Mellish, 1981)", |
| "ref_id": null |
| }, |
| { |
| "start": 127, |
| "end": 138, |
| "text": "(Byrd,1981)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "\u00a5I I~LEMENTAT ION", |
| "sec_num": null |
| }, |
| { |
| "text": "PROLOG was chosen as an implementation language mainly because of the ease of manipulation of structures, lists and rules. The skeleton plant and keyword lists are held as facts in the PROLOG database.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "\u00a5I I~LEMENTAT ION", |
| "sec_num": null |
| }, |
| { |
| "text": "The implementation of the suffix stripping algorithm is a good example of the ease of expressing algorithms in PROLOG. The mapping from the original to our code being almost one to one.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "\u00a5I I~LEMENTAT ION", |
| "sec_num": null |
| }, |
| { |
| "text": "In the short term, the size of the dictionary and the rules built into the system must be increased so that a higher proportion of descriptions are correctly processed. Another problem which we must handle is the use of qualifiers referring to previous descriptions e.g. 'darker green\" or \"much less hairy than the last species'. We intend to tackle this problem by merging the current canonical description with that of plants referred to previously It would appear from work that has been carried out on dictionary analysis (Amsler, 1981) that a less intuitive method of word meaning categorization may be available. If it proves possible to ~ap from a standard dictionary to our set of attributes or some related set then the rigour of out internal dictionary would be significantly improved and a major area of repetitive work might be removed from the system. It is also intended to extend the suffix algorithm to handle prefixes and to convert the part of speech attribute according to the transformations carried out on the word. This has not proved important to us up to the present but future uses of the dictionary may depend on its being handled correctly.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "V FURTHER DEVELOPMENTS", |
| "sec_num": null |
| }, |
| { |
| "text": "In the longer term we intend to generallse the system to cope with other topic areas.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "V FURTHER DEVELOPMENTS", |
| "sec_num": null |
| }, |
| { |
| "text": "In", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "V FURTHER DEVELOPMENTS", |
| "sec_num": null |
| }, |
| { |
| "text": "In addition the implementation on EMAS allows large PROLOG programs to be run. The interpretive nature of the language also means that trace debugging facilities are available and new pieces of code can be easily incorporated into the system.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "V FURTHER DEVELOPMENTS", |
| "sec_num": null |
| }, |
| { |
| "text": "Initial indications suggest that for about 50% of descriptions, all ten properties are correctly evaluated and for about 30%, 8 or 9 properties are correct.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Vll CONCLUSIONS", |
| "sec_num": null |
| }, |
| { |
| "text": "The remaining 20% are unacceptable as less than 8 properties are correctly determined by the system. We anticipate that increasing the knowledge base of the system will significantly increase its accuracy.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Vll CONCLUSIONS", |
| "sec_num": null |
| }, |
| { |
| "text": "The very primitive \"sketchy syntax\" approach appears to offer practical solutions in analysing descriptive texts. Furthermore, there seems to be no intrinsic reason why a similar method could not be used to analyse temporal or causal structures.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Vll CONCLUSIONS", |
| "sec_num": null |
| }, |
| { |
| "text": "There will always be segments of text that the system cannot cope with and to achieve a greater degree of accuracy we will need to allow the system to consult with the user in resolving difficult pieces of text.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Vll CONCLUSIONS", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "The structured nature of the system output allows the possibility of building a complex database system. A dace base system based on the raw text alone has no ability to dlsclngulsh to which part of an object any property belongs as its searches are made on the basis of keywords alone without caking contextual information into accott~t.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "annex", |
| "sec_num": null |
| }, |
| { |
| "text": "I would llke co thank the director of the Computer Centre Mr.Grant Fraser for making available time co carry ouc thls work and my supervlsor Dr. fan $o--.-rvllle for his help in the development of the system and in the writing of thls paper.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "VIII ACKNOWLEDGEMENTS", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "A Taxono~/ for Engllsh Nouns and Verbs", |
| "authors": [ |
| { |
| "first": "Robert", |
| "middle": [ |
| "A" |
| ], |
| "last": "Ambler", |
| "suffix": "" |
| } |
| ], |
| "year": 1981, |
| "venue": "Proc. 19oh Annual ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "133--138", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "AmBler, Robert A. A Taxono~/ for Engllsh Nouns and Verbs. Proc. 19oh Annual ACL, 1981, 133-138.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "A User's Guide co EMAS PRO-LOG. D.A.Z. Occasional Paper No. 26", |
| "authors": [ |
| { |
| "first": "Lawrence", |
| "middle": [], |
| "last": "Byrd", |
| "suffix": "" |
| } |
| ], |
| "year": 1981, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Byrd, Lawrence, ed. A User's Guide co EMAS PRO- LOG. D.A.Z. Occasional Paper No. 26. Departmnc of A.I. Edinburgh Unlverslty, 1981.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Programalng in PROLOG", |
| "authors": [ |
| { |
| "first": "William", |
| "middle": [ |
| "F" |
| ], |
| "last": "Clocksln", |
| "suffix": "" |
| }, |
| { |
| "first": "Christopher", |
| "middle": [ |
| "$" |
| ], |
| "last": "Hellish", |
| "suffix": "" |
| } |
| ], |
| "year": 1961, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Clocksln, William F. and Christopher $. Hellish. Programalng in PROLOG. Heidelberg: Springer- Verlag, 1961.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Sklmalns Stories In Real Time", |
| "authors": [ |
| { |
| "first": "Gerald", |
| "middle": [ |
| "F" |
| ], |
| "last": "Dejong", |
| "suffix": "" |
| } |
| ], |
| "year": 1979, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "DeJong, Gerald F. Sklmalns Stories In Real Time. Research Report 158. Department of Computer Scl- ence, Yale University, 1979.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "The Collins Pocket Guide to Wlld Flowers", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Mccllncock", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [ |
| "S R" |
| ], |
| "last": "Fitter", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "McCllncock, David and R.S.R. Fitter. The Collins Pocket Guide to Wlld Flowers. London: Collins,", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Natural Language Information Pro-cessln~. Reading, .~ass", |
| "authors": [ |
| { |
| "first": "Naomi", |
| "middle": [], |
| "last": "Sager", |
| "suffix": "" |
| } |
| ], |
| "year": 1981, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sager, Naomi. Natural Language Information Pro- cessln~. Reading, .~ass.: Addison-Wesley, 1981.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Computer Models of Thought and Language", |
| "authors": [], |
| "year": 1973, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Schank, Roger C. and Kenneth M. Colby, eds. Com- puter Models of Thought and Language. San Fran- cisco: Freeman, 1973.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "type_str": "figure", |
| "uris": null, |
| "text": "emphasis of this work depends on the use of sophisticated grammars to map to the internal representation.", |
| "num": null |
| }, |
| "FIGREF3": { |
| "type_str": "figure", |
| "uris": null, |
| "text": "and set \"property' to YES if(no suitable attributes and \"propercy'Is NO) then throw away any words kept so far if(no suitable attributes and 'property then exlc repeat if(no more words)", |
| "num": null |
| } |
| } |
| } |
| } |