| { |
| "paper_id": "J91-4001", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T02:15:09.744911Z" |
| }, |
| "title": "An Efficient Natural Language Processing System Specially Designed for the Chinese Language", |
| "authors": [ |
| { |
| "first": "Lin-Shan", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "National Taiwan University", |
| "location": {} |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Long-Ji", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "K.-J", |
| "middle": [], |
| "last": "Chen~", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "National Taiwan University", |
| "location": {} |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Lee-Feng", |
| "middle": [], |
| "last": "Chien", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "National Taiwan University", |
| "location": {} |
| }, |
| "email": "" |
| }, |
| { |
| "first": "James", |
| "middle": [], |
| "last": "Huang~", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "In this paper an efficient natural language processing system specially designed for the Chinese language is presented. The center of the present system is a bottom-up chart parser with head-driven operation; i.e., phrases are built up by starting with their heads and adjoining constituents to the left or right of the heads instead of strictly from left to right. In this way many more unnecessary searching actions can be effectively eliminated. The present system also includes several efficient approaches such as a direction-selective chart to simplify the control of the head-driven operation; a heuristic scheduling policy and a bidirectional look-ahead approach to eliminate many unnecessary searching actions, and an improved raise-bind mechanism combined with check rules to treat the difficult problems of movement transformations and empty categories and to simplify the design of grammar rules. The present design is based on careful consideration of some special syntactic phenomena of the Chinese language, such as head-final and head-initial structures and empty categories. A prototype of the present system has been successfully implemented and extensive experiments have been performed. In the test results significant improvement in the efficiency in processing many very complicated Chinese sentences has been observed. The detailed discussion on the various approaches, the overall system design, and the experimental results will all be presented in this paper.", |
| "pdf_parse": { |
| "paper_id": "J91-4001", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "In this paper an efficient natural language processing system specially designed for the Chinese language is presented. The center of the present system is a bottom-up chart parser with head-driven operation; i.e., phrases are built up by starting with their heads and adjoining constituents to the left or right of the heads instead of strictly from left to right. In this way many more unnecessary searching actions can be effectively eliminated. The present system also includes several efficient approaches such as a direction-selective chart to simplify the control of the head-driven operation; a heuristic scheduling policy and a bidirectional look-ahead approach to eliminate many unnecessary searching actions, and an improved raise-bind mechanism combined with check rules to treat the difficult problems of movement transformations and empty categories and to simplify the design of grammar rules. The present design is based on careful consideration of some special syntactic phenomena of the Chinese language, such as head-final and head-initial structures and empty categories. A prototype of the present system has been successfully implemented and extensive experiments have been performed. In the test results significant improvement in the efficiency in processing many very complicated Chinese sentences has been observed. The detailed discussion on the various approaches, the overall system design, and the experimental results will all be presented in this paper.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "The use of computers to process natural languages has been the research goal of many scientists and engineers for many years, and significant improvement in technologies in recent years has brought such goal closer to reality. While substantial efforts have been made to process natural languages, especially several western languages such as English, and many powerful computational models and algorithms have been pro-posed and widely used (Gazdar et al. 1987) , very little work has been done with the Chinese language, which more than a quarter of the world's population use as a native language. This is probably due to the fact that the structure of the Chinese language is quite different from western languages like English and, therefore, the experience in processing western languages cannot necessarily be directly applied to the Chinese language. Jiang (1985) proposed a preliminary Chinese parsing prototype system based on the METAL system, while Lin (1985) and Lin et al. (1986a Lin et al. ( , 1986b also developed a Chinese natural language processing system with special considerations on the phenomenon of empty categories in the Chinese language. Yang (1987) presented a method using semantic constraints to reduce ambiguity in Chinese sentence analysis. H. H. proposed a logic programming approach considering Chomsky's Goverment-Binding theory to cope with movement transformations in Mandarin Chinese. In the following, some special syntactic phenomena of the Chinese language that significantly affect the design of the present system are first summarized in Sections 2 and 3, and a brief description of the present system and the structure of the linguistic knowledge base is then given in Section 4. The several new approaches, including the direction-selective chart and the head-driven chart parser, the bidirectional look-ahead approach, and the heuristic scheduling policy, are described in detail in Sections 5, 6, and 7, respectively. Sections 8 and 9 then present the improved design of the raise-bind mechanism to cope with the problem of movement transformation and empty categories. Some preliminary experimental results are discussed in Section 10, and concluding remarks and future research directions are finally given in Section 11.", |
| "cite_spans": [ |
| { |
| "start": 442, |
| "end": 462, |
| "text": "(Gazdar et al. 1987)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 859, |
| "end": 871, |
| "text": "Jiang (1985)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 961, |
| "end": 971, |
| "text": "Lin (1985)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 976, |
| "end": 993, |
| "text": "Lin et al. (1986a", |
| "ref_id": null |
| }, |
| { |
| "start": 994, |
| "end": 1014, |
| "text": "Lin et al. ( , 1986b", |
| "ref_id": null |
| }, |
| { |
| "start": 1166, |
| "end": 1177, |
| "text": "Yang (1987)", |
| "ref_id": "BIBREF32" |
| }, |
| { |
| "start": 1415, |
| "end": 1423, |
| "text": "Chinese.", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "The Chinese language has many special syntactic phenomena substantially different from western languages. Discussions about such characteristics of the Chinese language can be found in the literature (Chao 1968; Li and Thompson 1981; Huang 1982) . In this paper only some of them that have significant influence on the present study will be briefly described. They are (1) head-final/head-initial structures and (2) empty categories of the Chinese language, to be respectively summarized in this and the following sections.", |
| "cite_spans": [ |
| { |
| "start": 200, |
| "end": 211, |
| "text": "(Chao 1968;", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 212, |
| "end": 233, |
| "text": "Li and Thompson 1981;", |
| "ref_id": null |
| }, |
| { |
| "start": 234, |
| "end": 245, |
| "text": "Huang 1982)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Head-Final/Head-Initial Structures of the Chinese Language", |
| "sec_num": "2." |
| }, |
| { |
| "text": "The notion of the head of a phrase has a very long history, which stems from the traditional grammar and plays a central role in recent syntactic analysis frameworks such as GB and GPSG (Sells 1985) . The basic idea is simply that each phrase contains a certain word that is especially important in the sense that it determines many of the syntactic properties of the entire phrase; this word is called the head of the phrase.", |
| "cite_spans": [ |
| { |
| "start": 186, |
| "end": 198, |
| "text": "(Sells 1985)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Head-Final/Head-Initial Structures of the Chinese Language", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Most Chinese phrases and sentences are head-final, e.g., head nouns in NPs are always located at the final position. For instance, some NPs (examples 1, 2, and 3) listed in Figure 1 demonstrate this situation, where the underlines indicate the heads. Comparing these Chinese phrases with their corresponding phrases in English (shown below each Chinese phrase in parentheses), the positions of the heads in English are more free. On the other hand, other Chinese phrases that are not head-final are found to be almost always head-initial, e.g., PPs (such as example 4 in Figure 1 ). This is somewhat different from western languages like English. Figure 2 is a list of some fundamental phrase structure rules (PSRs) for the Chinese language used in the present system. The underlines indicate the head of each PSR. Some of the categories here are from Chao's classification (Chao 1968) , and the rules here are primarily based on the Some examples of Chinese noun phrases and preposition phrases. A list of some fundamental PSRs for the Chinese language used in the present study. theory of Huang (Huang 1982) . Apparently, the head in each of the rules is located either at the initial position (head-initial) or at the final position (head-final). Such head-final/head-initial structures will be especially useful and helpful in the present study, as will be clear later in this paper.", |
| "cite_spans": [ |
| { |
| "start": 874, |
| "end": 885, |
| "text": "(Chao 1968)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 1097, |
| "end": 1109, |
| "text": "(Huang 1982)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 173, |
| "end": 181, |
| "text": "Figure 1", |
| "ref_id": null |
| }, |
| { |
| "start": 571, |
| "end": 579, |
| "text": "Figure 1", |
| "ref_id": null |
| }, |
| { |
| "start": 647, |
| "end": 655, |
| "text": "Figure 2", |
| "ref_id": "FIGREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "The Head-Final/Head-Initial Structures of the Chinese Language", |
| "sec_num": "2." |
| }, |
| { |
| "text": "In many languages the \"empty category\" is typically used to refer to an empty NP position that has been vacated by a transformation called \"move c~\" (a transformational operation introduced in government binding theory (GB) that means \"move something somewhere;\" i.e., the NP has been moved to a different position such that an empty position is left). Such empty categories are called \"traces.\" They indicate the empty positions left when movements occur. There is another kind of empty category that also contains vacant NP positions, but they are not traces, because they are not derived from \"move ct.\" These empty categories are called \"null pronominals.\" Since the distance between the location of the actual NP and its corresponding empty category may be long and the grammatic relation in such sentences can be very complicated, it is usually difficult to represent such linguistic phenomenon in simple rules. In other words, it is difficult to list all such possible movements as well as null pronominals exhaustively, and to specify all the relevant constraints explicitly in the grammar. Empty categories (or empty NPs) thus become a convenient approach usually used in linguistic theories to explain these very complicated syntactic phenomena.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Empty Categories of the Chinese Language", |
| "sec_num": "3." |
| }, |
| { |
| "text": "In Mandarin Chinese, passivization, relativization, topicalization, ba-transformation and the use of zero pronouns play major roles in Chinese sentence structures. To deal with these syntactic phenomena, the conventional approach is to collect a set of complicated grammar rules to cover all the possibilities. However, the high complexity especially resulting from the interactions among several of these transformations make such an approach infeasible. A completely different approach is, therefore, adopted in this paper, in which a specially designed raise-bind mechanism is used based upon the theory of empty categories, as will be clear later in this paper. With such a raise-bind mechanism, it will be shown that the parser will treat all these transformations in relatively simple ways. In the following, some examples of empty categories often encountered in the Chinese language are first discussed. Consider the Chinese sentences (1)-(8) listed in the following. ~ ~ e Jang-san likes (Jang-san likes someone or something) 7 (aspect marker) Sentences (2)-(8) all involve a missing subject or object (indicated by \"e\"). The solid lines under sentences (2)-(7) indicate the references that each missing subject or object refers to. The missing object in sentence (8), however, does not refer to any element within the sentence. In fact, it is an omitted pronoun, which refers to someone or something understood in the situation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Empty Categories of the Chinese Language", |
| "sec_num": "3." |
| }, |
| { |
| "text": "According to GB theory (Chomsky 1981; Huang 1982) , sentence (2) is derived from sentence (1) by a transformation called \"ba-transformation.\" The word \"~ (ba)\" is a patient case marker. It indicates that the NP following it is the patient of the main verb in the sentence. The transformation is performed as follows: the object, \" \u2022 G (Jangsan)\" in (1), is moved by the carrier \" ~ (ba)\" to the position indicated in (2), and a trace (indicated by \"e\") is left behind. The trace dominates no lexical material, but is \"bound\" to its antecedent, \" ~ G (Jang-san).\" This phenomenon appears very frequently in Chinese sentences. Similar situations occur in sentences (3)-(5). In sentence (3), it is believed in the theory that the object \" ~ ~= (Jang-san)\" is moved back to the subject position and a trace is left behind to transform the sentence into a passive one. In sentence (4), the object \" ~ Jt~ ~/ (that dog)\" can be thought of as being moved to the sentence initial position to form a topic. This is also very often seen in Chinese sentences, and is called \"topicalization.\" In sentence (5), one explanation is that originally the relative clause \" /l~ ~ t,g ~ (the children were playing)\" in the sentence-initial position is used to modify the subject \" d ~ ~ (children),\" but the first \" tl~ ~ (children)\" is omitted due to repetition. This is relativization. All these sentences (2)-(5) involve a movement and a trace. In the Chinese language, ba-transformation, passivization, topicalization, and relativization all can be analyzed using the movements and the traces. The basic idea is that these phenomena are very sophisticated syntactically, but ", |
| "cite_spans": [ |
| { |
| "start": 23, |
| "end": 37, |
| "text": "(Chomsky 1981;", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 38, |
| "end": 49, |
| "text": "Huang 1982)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Empty Categories of the Chinese Language", |
| "sec_num": "3." |
| }, |
| { |
| "text": "The block diagram of the system described in this paper.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 3", |
| "sec_num": null |
| }, |
| { |
| "text": "syntax trees as long as the empty NP can be inserted into the right position and the movement understood, the analysis of these phenomena will be significantly simplified, as will be shown later in this paper. Sentences (6)-(8) are null pronominals rather than traces, because they are not derived from \"move c~.\" The notation [~...] in sentences (6) and 7denotes the presence of a clause. Null pronominals are in general free, for example, in sentence (8). But in certain constructions null pronominals are also bound, for example, in sentences (6) and (7). Sentence (7) is called a pivot construction but sentence (6) isn't; this is because in sentence (7) the object of the first verb is also the subject of the second verb, while in sentence (6) it is the subject of the first verb that is actually the subject of the second verb. Therefore in sentence (7) the null pronominal in the subject position is \"bound\" to the object of the first verb, but this is not the case in sentence (6). The special techniques of the raise-bind mechanism proposed in this paper to handle all such different types of empty categories will be explained in detail later in this paper.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 3", |
| "sec_num": null |
| }, |
| { |
| "text": "Because the Chinese language has many special structures quite different from many other languages, in this paper a Chinese natural language processing system is specially designed to parse Chinese sentences more efficiently. The block diagram of the system is shown in Figure 3 . The system is composed of two parts. The first part, consisting of a preprocessor and a lexicon plus word formation rules, first segments the input Chinese sentences (or a series of Chinese characters) into words by looking them up in the lexicon and applying some word formation rules. This is because, in Chinese, a word can be composed of from one to several characters without blanks on both ends to indicate the boundaries of a word; therefore, such a segmentation is necessary. Because it is impossible to collect all Chinese words into the lexicon, some word formation rules can be found to identify the words in the input sentences to help the formulation of some compound words; e.g. the determiner/measure compound words, the reduplication words, etc., such that they don't have to be stored in the lexicon. However, because of the high degree of inherent lexical ambiguity, very often an input sentence can be segmented into several different possible word combinations and there are no simple rules to decide which combination is the correct answer. In this preprocessor, a heuristic longest word matching rule (Chen 1985) is applied to decide a most promising word combination, but errors still happen sometimes in the preprocessor and manual correction is actually needed. The preprocessor also adds relevant categorial information and other features extracted from the lexicon to each of the words. The result of the first part is represented by a data structure~a directionselective chart (to be discussed in detail in the next section) and is transported to the second part. The second part, consisting of a parser and a linguistic knowledge base, builds up phrases on the direction-selective chart by applying the linguistic knowledge base. The parser is a head-driven chart parser, but with several special approaches developed to make the parser more efficient for the Chinese language, which will also be made clear later in this paper. The linguistic knowledge base can be broadly seen as a compilation of a four-tuple; i.e., the phrase structure rules (PSR), the FIRST and LAST parsing tables of these rules, the check rules, and the lexicon shared with the first part. If the sentence is grammatical in the sense of the grammar, a syntax tree will result as the output. Otherwise, failure will be reported. From now on, this paper will concentrate on the second part of the system, i.e., the parser and the linguistic knowledge base only, while the details of the first part can be found in other works (Ho 1984; Chen 1985) . As far as the second part of the system is concerned, the input sentences are assumed to be segmented into words with categorial information and other features provided by the lexicon.", |
| "cite_spans": [ |
| { |
| "start": 1404, |
| "end": 1415, |
| "text": "(Chen 1985)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 2808, |
| "end": 2817, |
| "text": "(Ho 1984;", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 2818, |
| "end": 2828, |
| "text": "Chen 1985)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 270, |
| "end": 278, |
| "text": "Figure 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "The Overall System and the Linguistic Knowledge Base", |
| "sec_num": "4." |
| }, |
| { |
| "text": "The linguistic knowledge base used in this system, as mentioned above, can be broadly seen as a compilation of a four-tuple: the phrase structure grammar (PSRs), the FIRST and LAST parsing tables for these PSRs, the check rules, and a lexicon as shown in Figure 4 . The PSRs describe how sentences are built up out of phrasal categories, and how phrases are built up out of lexical categories and/or phrasal categories. All of these PSRs combined with some syntactic and semantic constraints are implemented as an ATN-like network (Woods 1970) . For each probable phrasal category (constituent), the FIRST and LAST parsing tables indicate all possible lexical categories that may begin or end with the present phrasal category to guide the parser to eliminate some unnecessary searching actions in parsing, as will be described in detail in Section 6. The check rules are used in the raise-bind mechanism to handle the binding problems of empty categories and to reject illegal sentences or parsing trees, as will be described in detail in Sections 8 and 9. The lexicon is a Chinese machine dictionary, in which the allomorphs are stored together with their features and other information for syntactic and semantic analysis; e.g., category (CAT), arguments (ARG), meaning (MEA), allomorph (ALO), person, number.., etc.", |
| "cite_spans": [ |
| { |
| "start": 531, |
| "end": 543, |
| "text": "(Woods 1970)", |
| "ref_id": "BIBREF31" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 255, |
| "end": 263, |
| "text": "Figure 4", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "The Overall System and the Linguistic Knowledge Base", |
| "sec_num": "4." |
| }, |
| { |
| "text": "As discussed above, the Chinese language has prominent head-final/head-initial sentence structures, and zero pronouns are relatively freely used in Chinese sentences. Therefore, to reduce unnecessary computation in parsing Chinese sentences, a bottomup and head-driven parsing strategy, as was used in the present study, will be more efficient than a top-down and strictly left-to-right parsing strategy. This is because a bottom-up parsing strategy can avoid inefficiency in duplicating many computations that a top-down parser often suffers from when backtracking occurs, and a head-driven parsing strategy can eliminate many unnecessary searching actions (i.e., searching actions fired by head constituents could be more promising) that often occur in a strictly The linguistic knowledge base.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Direction-Selective Chart and the Head-Driven Chart Parser", |
| "sec_num": "5." |
| }, |
| { |
| "text": "Lexicon @ left-to-right parsing scheme. This will all become clearer later in this paper. Several approaches were further developed in the present parser described in this paper to better realize this concept, so that significant improvement as compared to some previous Chinese natural language processing systems (Yang 1987; Jiang 1985; H. H. Chen et al. 1988 ) can be observed. In the following sections, these approaches, including the direction-selective chart, the bidirectional look-ahead approach, the heuristic scheduling policy, and the raise-bind mechanism will be described in detail. Here, we first describe the direction-selective chart in this section.", |
| "cite_spans": [ |
| { |
| "start": 315, |
| "end": 326, |
| "text": "(Yang 1987;", |
| "ref_id": "BIBREF32" |
| }, |
| { |
| "start": 327, |
| "end": 338, |
| "text": "Jiang 1985;", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 339, |
| "end": 361, |
| "text": "H. H. Chen et al. 1988", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "+ Check Rules", |
| "sec_num": null |
| }, |
| { |
| "text": "Before parsing is performed, any input word sequence has to be first represented by the direction-selective chart. Just like a conventional chart (Kay 1980; Winograd 1983) , the direction-selective chart is an efficient data structure to record what has been done so far in the course of parsing to avoid duplicate computation. The special feature of the direction-selective chart is that the active edges (the incomplete constituents that need other complete constituents to their left or right to compose larger ones) are further partitioned into two disjoint groups: forward-active (F-active) and backwardactive (B-active) edges to indicate different search directions as described below.", |
| "cite_spans": [ |
| { |
| "start": 146, |
| "end": 156, |
| "text": "(Kay 1980;", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 157, |
| "end": 171, |
| "text": "Winograd 1983)", |
| "ref_id": "BIBREF30" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "+ Check Rules", |
| "sec_num": null |
| }, |
| { |
| "text": "In the head-driven parser, the parsing process will begin on the heads in the input word sequence. As described in Section 2, the heads in the Chinese language are at either the initial or final position of a phrase; therefore, in a head-driven parser, the searching actions triggered by an initial head (being a complete constituent) are always looking forward (from left to right); while the actions triggered by a final head are always looking backward (from right to left). However, no bidirectional searching actions can be triggered by a single head in the course of parsing. Therefore, in this head-driven chart parser, the F-active edges are used to denote forward searching actions, and the B-active edges are used to denote the backward. The information specified on each active edge then consists of the search direction (forward or backward), in addition to normal information, such as the vertices where the edge starts, and ends, the grammar rule referred to, etc.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "+ Check Rules", |
| "sec_num": null |
| }, |
| { |
| "text": "Two diagrams depicted in Figure 5 show the two different searching actions. Figure 5a is the forward search and Figure 5b the backward, in which each arc represents an inactive edge (a complete constituent) and each arrow line represents an active edge. The labels attached above the inactive edges denote the corresponding categories. The sample grammar rule:", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 25, |
| "end": 33, |
| "text": "Figure 5", |
| "ref_id": null |
| }, |
| { |
| "start": 76, |
| "end": 86, |
| "text": "Figure 5a", |
| "ref_id": null |
| }, |
| { |
| "start": 113, |
| "end": 122, |
| "text": "Figure 5b", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "+ Check Rules", |
| "sec_num": null |
| }, |
| { |
| "text": "X -> Y1 ... Yn", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "+ Check Rules", |
| "sec_num": null |
| }, |
| { |
| "text": "XX\\Yn-2", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "+ Check Rules", |
| "sec_num": null |
| }, |
| { |
| "text": "The searching actions in the direction-selective chart.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 5", |
| "sec_num": null |
| }, |
| { |
| "text": "According to the sample grammar rules listed in the figure, the arrow points out the search direction, and a label attached above with a form X//Y indicates that it needs a right neighboring complete constituent with Y category to form an X constituent; a label with a form X\\\\Y indicates that it needs a left neighboring complete constituent with Y category to form an X constituent.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 5", |
| "sec_num": null |
| }, |
| { |
| "text": "To compare with a similar approach, in Stock's island-driven bidirectional chart (Stock et al. 1988) , the searching actions are triggered by islands (an island is a more reliable word hypothesis resulting from speech recognition) and the searching directions may be bidirectional; i.e., an active edge may search for constituents on both sides as shown in Figure 6 . Also, Pareschi and Steedman (1987) had proposed another similar bidirectional chart parsing algorithm to handle operations such as functional composition for categorial grammars applications (Steedman 1985) . However, in our parser, the actions triggered by the heads have directions either strictly forward or strictly backward, obviously resulting from the head-final/head-initial phenomena of the Chinese language. This makes the control of our parser much simpler and more efficient in the present problem.", |
| "cite_spans": [ |
| { |
| "start": 81, |
| "end": 100, |
| "text": "(Stock et al. 1988)", |
| "ref_id": "BIBREF27" |
| }, |
| { |
| "start": 374, |
| "end": 402, |
| "text": "Pareschi and Steedman (1987)", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 559, |
| "end": 574, |
| "text": "(Steedman 1985)", |
| "ref_id": "BIBREF26" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 357, |
| "end": 365, |
| "text": "Figure 6", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Figure 5", |
| "sec_num": null |
| }, |
| { |
| "text": "Since Chinese is believed to be a syntactically ambiguous language with relatively free word order, many complicated syntactic phenomena derived from such situation will thus make it difficult for a parser to work on Chinese sentences deterministically, as was done in Marcus's famous work for English (1982) . For example, in long-distance movements the distance between the location of the binding NP and its corresponding empty category may be long, and the grammatical relation in such a sentence can be The sample gran'm'tar rule:", |
| "cite_spans": [ |
| { |
| "start": 302, |
| "end": 308, |
| "text": "(1982)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Bidirectional Look-Ahead Approach", |
| "sec_num": "6." |
| }, |
| { |
| "text": "X -> Y1 ... Yi .... Yj.....Yn", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Bidirectional Look-Ahead Approach", |
| "sec_num": "6." |
| }, |
| { |
| "text": "The searching action with Stock's bidirectional chart parser. very complicated. It is also very often difficult for a parser to deal efficiently with the binding of the empty category deterministically. This is why substantial redundant computation efforts usually occur unavoidably in analyzing Chinese natural language. However, some of this redundant computation can be avoided in the present parser, by the approach discussed below.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 6", |
| "sec_num": null |
| }, |
| { |
| "text": "An active edge built on a chart indicates a stage in the search for a constituent. It records the category of the constituent it is looking for, where the constituent should be, and the structure obtained so far in order to form a complete one. During the course of parsing because the parser usually cannot correctly predict the category and position of the constituents to be built next, many unnecessary and redundant active edges will inevitably be built and substantial searching efforts thus have to be wasted, as very often happened in many chart-based parser s . This is very inefficient and can, in fact, be significantly improved in the present system based on the following concept. Because no phrasal category is null in the grammar rules, whenever an active edge is built into the direction-selective chart, the parser can first examine the constituent, exactly located at the position the active edge is looking for, to check whether the desired category can begin with (if the active edge is F-active for an initial head) or end with (if the active edge is B-active for a final head) the category of the examined constituent, according to the description of the grammar. In this way it is possible for the parser of the present system to avoid building many unnecessary active edges by such a \"bidirectional look-ahead approach\" combining the special head-driven strategy developed in the present study with the concept of FIRST and LAST parsing tables (Aho and Ullman 1972) to be discussed in detail below. In the following, we shall first define these two tables and then describe how the bidirectional look-ahead approach works.", |
| "cite_spans": [ |
| { |
| "start": 1468, |
| "end": 1489, |
| "text": "(Aho and Ullman 1972)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 6", |
| "sec_num": null |
| }, |
| { |
| "text": "If C is a category, FIRST(C) is the set of all possible lexical categories the category C can begin with. Meanwhile, a matrix tabulating such FIRST relations of all categories of a grammar is called the FIRST parsing table of the grammar. For example, Figure 7 is the FIRST parsing table for the sample grammar rules listed in ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 252, |
| "end": 260, |
| "text": "Figure 7", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "FIRST(C):", |
| "sec_num": null |
| }, |
| { |
| "text": "If C is a category, LAST(C) is the set of all possible lexical categories the category C can end with. Meanwhile, a matrix tabulating such LAST relations of all categories of a grammar is called the LAST parsing table of the grammar. For example, Figure 9 shows the LAST parsing table for the sample grammar rules listed in Figure 8 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 247, |
| "end": 255, |
| "text": "Figure 9", |
| "ref_id": null |
| }, |
| { |
| "start": 324, |
| "end": 332, |
| "text": "Figure 8", |
| "ref_id": "FIGREF6" |
| } |
| ], |
| "eq_spans": [], |
| "section": "LAST(C):", |
| "sec_num": null |
| }, |
| { |
| "text": "NP XPDF-, VP V-bar S V- V-13 PRON N DE ADV V- V-n PRON N X X X X X X X X X X X X X X DE ADV X X X", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "LAST(C):", |
| "sec_num": null |
| }, |
| { |
| "text": "The FIRST parsing table for the sample grammar shown in Figure 7 , where each entry filled by an \"X\" indicates that the category (constituent) for the row may begin with the lexical category for the column.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 56, |
| "end": 64, |
| "text": "Figure 7", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Figure 7", |
| "sec_num": null |
| }, |
| { |
| "text": "(", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 7", |
| "sec_num": null |
| }, |
| { |
| "text": "1)NP --> PRON I (XPDE) N (2) XPDE --> S DE I NP DE (3) VP --> (ADV)* V-bar (4) V-bar --> V-lY.:n-NP (5) s --> NP y_P_", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 7", |
| "sec_num": null |
| }, |
| { |
| "text": "A set of sample grammar rules to show the construction of the FIRST and LAST parsing tables.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 8", |
| "sec_num": null |
| }, |
| { |
| "text": "NP XPDE VP V-bar S V- V-n PRON N DE ADV V- V-n PRON X X X X X X X X X X N DE X X X X X X X ADV X", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 8", |
| "sec_num": null |
| }, |
| { |
| "text": "The LAST parsing table for the sample grammar shown in Figure 7 , where each entry filled by an \"X\" indicates that the category (constituent) for the row may end with the lexical category for the column. In the present parser, both of these parsing tables for the Chinese grammar used have been constructed (no phrasal category is null). During parsing, when an F-active edge is waiting to be constructed (using X//Y as in Figure 5a to indicate its searching action), the parser will first look up the FIRST table to see whether the word, at the position it is looking for, has a lexical category belonging to FIRST(Y). If it does, then the active edge can be built; otherwise the active edge is redundant, because no such required constituent can be constructed. Similarly, when a B-active edge is waiting to ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 55, |
| "end": 63, |
| "text": "Figure 7", |
| "ref_id": null |
| }, |
| { |
| "start": 423, |
| "end": 432, |
| "text": "Figure 5a", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Figure 9", |
| "sec_num": null |
| }, |
| { |
| "text": "An example to illustrate the use of FIRST and LAST parsing tables to avoid building many unnecessary active edges on the direction-selective chart.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 10", |
| "sec_num": null |
| }, |
| { |
| "text": "be constructed (using X\\\\Y to indicate its searching action), the parser will first look up the LAST table to see whether the word, at the position it is looking for, has a lexical category belonging to LAST(Y). If it does, then the active edge can be built; otherwise the active edge is redundant, because no such required constituent can be constructed. For example, consider parsing a Chinese phrase, illustrated in Figure 10 , with the above sample grammar and parsing tables in Figures 7-9 . In Figure 10a , an Factive edge (V-bar//NP) is triggered by the initial head \"q-f (hit).\" This indicates that a right neighboring NP constituent is needed to form a complete V-bar constituent. Fortunately, the right neighboring word \" /1\" ~ (children),\" exactly has an N category belonging to FIRST(NP); therefore, the edge can be constructed. On the other hand, in Figure 10b , a B-active edge NP\\\\XPDE is triggered by the final head \" d\" ~ (children).\" This indicates that a left neighboring XPDE constituent is needed to form a complete NP constituent. However, in this case the left neighboring word \"~ (hit)\" doesn't have a category belonging to LAST(XPDE); therefore, the edge will not be built, because it is apparently redundant. In this way, the bidirectional look-ahead approach can, in fact, eliminate many unnecessary searching actions (or active edges) and make the parsing process more efficient. A similar approach can be found in Tomita's extended LR parser (Tomita 1986) , in which the parsing table used is an extended LR parsing table, and the parsing process performed is strictly left-to-right, as compared to the two different parsing tables and two parsing directions in the present system.", |
| "cite_spans": [ |
| { |
| "start": 1471, |
| "end": 1484, |
| "text": "(Tomita 1986)", |
| "ref_id": "BIBREF28" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 419, |
| "end": 428, |
| "text": "Figure 10", |
| "ref_id": null |
| }, |
| { |
| "start": 483, |
| "end": 494, |
| "text": "Figures 7-9", |
| "ref_id": null |
| }, |
| { |
| "start": 500, |
| "end": 510, |
| "text": "Figure 10a", |
| "ref_id": null |
| }, |
| { |
| "start": 863, |
| "end": 873, |
| "text": "Figure 10b", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Figure 10", |
| "sec_num": null |
| }, |
| { |
| "text": "Each step in the parsing process can very often produce more than one subsequent steps. For example, a hew edge built into a chart may cause an arbitrary number of edges (candidate constituents) to be built. Usually, in such situations some of them should be processed prior to the others instead of simply performing exhaustive processing. In other words, a well defined scheduling policy is, in fact, helpful. This is why most of the chart parsers have an agenda to schedule these steps (Kay 1980) . In the present system, a heuristic scheduling policy is also developed, as described in this section.", |
| "cite_spans": [ |
| { |
| "start": 489, |
| "end": 499, |
| "text": "(Kay 1980)", |
| "ref_id": "BIBREF14" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Heuristic Scheduling Policy", |
| "sec_num": "7." |
| }, |
| { |
| "text": "In the present system the scheduling policy is primarily based on some heuristic estimation obtained from empirical experiences, in which each candidate constituent is assigned a priority to indicate processing order. Most of the time, the assignment is described by its category. For example, a constituent with an S category will be constructed prior to a constituent with a VP category (some unnecessary VP constituents may be therefore eliminated, for example), a constituent with a VP category will be constructed prior to one with a V-bar category.., etc. On the other hand, if more than one candidate constituents have the same priority, the constituent at the right-most position (located at the farthest end vertex) is then the first to be built.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Heuristic Scheduling Policy", |
| "sec_num": "7." |
| }, |
| { |
| "text": "To see how the above heuristic scheduling policy is integrated with the headdriven chart parser discussed here to efficiently parse an input sentence, a simple example is used in the following to show the parsing process. Suppose the input sentence is: you of brother again hit children (your brother hits children again) and the grammar rules, the FIRST and LAST tables used are those shown in Figures 7-9 , respectively. The resulting chart is shown in Figure 11a , where the numbers attached on the edges indicate their order in the course of parsing. In fact, it is easy to see that many constructions have been successfully avoided in the chart. To make the illustration simple and clear, here we shall follow the parser to analyze only the sentence fragment \" Y~ ~ t]~ ~ \" (hit children again) as shown in Figure 11b .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 395, |
| "end": 406, |
| "text": "Figures 7-9", |
| "ref_id": null |
| }, |
| { |
| "start": 455, |
| "end": 465, |
| "text": "Figure 11a", |
| "ref_id": null |
| }, |
| { |
| "start": 812, |
| "end": 822, |
| "text": "Figure 11b", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "The Heuristic Scheduling Policy", |
| "sec_num": "7." |
| }, |
| { |
| "text": "Before the parsing process starts, three inactive edges are constructed in the chart to represent the sentence fragment. Then, based on the head-driven principle and the sample grammar, the word \"q-f (hit),\" according to rule (4) in the sample grammar, is an initial head (a transitive verb) that needs a right neighboring NP to form a V-bar (that is represented by an F-active edge; i.e., edge(l) in Figure 11b ); the word \" d' ~ (children),\" based on rule (1), is a final head (a noun) that either can be an NP by itself (this is represented by an inactive edge; i.e., edge(2) in Figure 11b ) or needs a left neighboring XPDE to form an NP (this is represented by a B-active edge(*) in Figure 11b ). Examining each of these three edges with either the FIRST or LAST tables, as illustrated in Figure 10b previously, edge(*) should not be built (it is a redundant edge) but edges (1) and (2) both can be potential candidates and, thus, should be built. Now, according to the heuristic scheduling policy, a V-bar edge will be built prior to an NP edge; therefore, edge (1) is the first edge to be built. However, since there is no such NP currently in the chart, no new edges can be produced after edge (1) is added, and thus edge (2), the only candidate, is then added to the chart. This edge now satisfies the request of edge (1) and, therefore, creates a V-bar inactive edge (edge (3)) as a new candidate. Meanwhile, since edge (2) isn't a head, no active edges can be triggered, so that edge (3) is the third edge to be built. Similarly, a VP (edge (4)) can then be triggered by edge (3), and, finally, a complete VP constituent (edge(5)) can be built.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 401, |
| "end": 411, |
| "text": "Figure 11b", |
| "ref_id": null |
| }, |
| { |
| "start": 582, |
| "end": 592, |
| "text": "Figure 11b", |
| "ref_id": null |
| }, |
| { |
| "start": 688, |
| "end": 698, |
| "text": "Figure 11b", |
| "ref_id": null |
| }, |
| { |
| "start": 794, |
| "end": 804, |
| "text": "Figure 10b", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "The Heuristic Scheduling Policy", |
| "sec_num": "7." |
| }, |
| { |
| "text": "(a) N V - (14) S Co) (4) VI~XADV (*) N~xXPDE (1) V-barl~ ADV V-n N", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Heuristic Scheduling Policy", |
| "sec_num": "7." |
| }, |
| { |
| "text": "An example to demonstrate the parsing process.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 11", |
| "sec_num": null |
| }, |
| { |
| "text": "The raise-bind mechanism presented here is specially developed in the present system to treat the difficult problems of movement transformations and empty categories so that the design of the grammar can be simplified. It is used to cope with the empty categories; in other words, to find the antecedent for each empty category except for those that are free (such as in sentence (8) in Section 3). During the parsing process when an NP is desired, the parser, with the aid of the raise-bind mechanism, will perform the following operations. First, a corresponding active edge indicating the request for an NP may be built in the chart after looking up the FIRST or LAST tables. This request can be satisfied when a desired NP is actually encountered. Second, if the desired NP is not encountered and the NP position can, instead, be filled by an empty category (according to the check rules with details explained below), then an empty NP will be generated to fill the vacant position and a new edge (active or inactive) denoting this satisfaction will be built in the chart. This empty NP will then be raised up in some way along the parsing tree (implicitly represented in the chart) when the tree is growing up (recall that the parser works bottom up), until .its antecedent is parsed. At this point, the parser binds the empty NP by setting it to refer to its antecedent (this is also guided by check rules as described below). Once bound, the empty NP will not be raised up any further, because an empty NP has exactly one antecedent and cannot be bound more than once.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Raise-Bind Mechanism and Check Rules", |
| "sec_num": "8." |
| }, |
| { |
| "text": "Not every NP position can be filled by an empty category. In the Chinese language, empty categories only appear in the subject position and direct object position, never in the indirect object position, or the prepositional object position. In our implementation, an empty NP contains three fields: (1) a field to keep the pointer to indicate its antecendent, (2) a field to keep where it came from, and (3) a field to keep the syntactic or semantic constraints on the empty NP for later checking. Rules for this kind of checking are called check rules in the present system. Most of the time, these check rules are invoked when a constituent containing unbound empty categories is built in the chart. Usually, distinct rules are used to treat different problems. For example, we can informally state the rules to treat the relativization phenomena as follows: for a noun and a relative clause to be combined into an NP, the relative clause must contain an empty NP that is unbound and marked to be coming from either the subject position or the object position of the relative clause, and then this empty NP will be bound to the (head) noun (just as in sentence (5) in Section 3; a further example will be given below). We can also state the check rules for passivization as follows: once a clause is constructed, the parser checks whether the prepositional phrase, \" ~ + NP\" (similar to \"by + NP\" in English) is involved in the clause. If so, there must be an empty NP that is unbound and marked to be coming from some object position, and this empty NP will be bound to the subject of the clause (just as in sentence (3) in Section 3; a further example will be given below). The check rules for pivot construction can also be formulated as follows: in a pivot construction, the direct object will bind the empty NP coming from the subject position of the embedded clauses (just as in sentence 7in Section 3; a further example will be given below). Apparently, check rules for other linguistic phenomena such as topicalization, ba-transformation, and so on can all be similarly developed. In fact, the binding process in the raise-bind mechanism here is rule-based rather than principle-based; that is, the whole binding process in the raisebind mechanism is determined by the check rules and the phrase structure rules, while instead in some other principle-based parsers, for example, a parser completely based on GB theory (Wehrli 1988) , it is influenced by some linguistic principles; e.g. the government binding principle in GB theory. However, the rule-based approaches may take some more cost in computation than the principle-based approaches, but in dealing with some specific problems the former approaches seem more flexible than the latter approaches. This is why in sentence (7) (pivot construction) the empty category in the subject position of the embedded clause can be bound to the NP \" t]~ ~ (children)\" in the higher clause, even if it is not governed by the NP. To illustrate the operation of the above check rules, let's consider phrase (9) in the following and its parsing tree in Figure 12 , in which several of such phenomena interact with one another. It will be shown that, with the present approach, this complicated problem can be solved easily.", |
| "cite_spans": [ |
| { |
| "start": 2428, |
| "end": 2441, |
| "text": "(Wehrli 1988)", |
| "ref_id": "BIBREF29" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 3106, |
| "end": 3115, |
| "text": "Figure 12", |
| "ref_id": "FIGREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "The Raise-Bind Mechanism and Check Rules", |
| "sec_num": "8." |
| }, |
| { |
| "text": "by Li-s ask go to dinner relativizer children (the children who were asked by Li-s to go to dinner)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Raise-Bind Mechanism and Check Rules", |
| "sec_num": "8." |
| }, |
| { |
| "text": "Let's follow the bottom-up parser to parse phrase (9): (1) Node $1 (a clause constituent) is constructed and el serves as the dummy subject (an NP). (2) Node V-bar is constructed and the dummy object e2 is inserted. Because of the empty category el existing in the embedded clause $1, the check rules are invoked. According to the check rules for pivot construction, el is bound to e2. (3) Node $2 is constructed with an empty NP e3. $2 is a passive clause because of the PP, \"by Li-s.\" According to the check rules for passivization, e3 binds e2. (4) Node NP is constructed. According to the check rules for relativization, e3 is bound to \"children.\" Notice that only e3 was raised up across the node $2, because el and e2 had been bound before $2 was constructed. e iLn)(relativizer)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Raise-Bind Mechanism and Check Rules", |
| "sec_num": "8." |
| }, |
| { |
| "text": "A-- (by Li-s) (ask) /~ / \\ el ~ e2 ~ e2 ~ e3 (go to dinner) e3 ~", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Raise-Bind Mechanism and Check Rules", |
| "sec_num": "8." |
| }, |
| { |
| "text": ",,J~ ~ (children)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Raise-Bind Mechanism and Check Rules", |
| "sec_num": "8." |
| }, |
| { |
| "text": "The parsing tree of the example (9).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 12", |
| "sec_num": null |
| }, |
| { |
| "text": "Once the parsing tree in Figure 12 is completed, it is easy to answer questions such as who were asked and who went to dinner. Since el is the dummy subject of \"go to dinner\" and the binder of el is e2, whose binder is e3, whose binder is \"children,\" we can conclude it is \"children\" who went to dinner. In the same way, we can also conclude it is \"children\" who were asked. The raise-bind mechanism also serves as a filter to rule out incorrect sentences or incorrect parsing trees. For example, if no empty NP is raised up or no NP is bound within a construction involving passivization or relativization, such a construction will be rejected by the check rules. On the other hand, some unbound NP could have no antecedent. This can be determined from the check rules by looking up the attributes of its corresponding verb. If the corresponding argument of the verb can actually be omitted, then the parsing tree can be accepted; otherwise, the parsing tree will be ruled out. Of course, if this mechanism is adopted for English sentence analysis, a test must be performed to rule out sentences with other empty categories that have no binder. But such sentences are, in general, grammatical in Chinese (just as sentence (8) in Section 3).", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 25, |
| "end": 34, |
| "text": "Figure 12", |
| "ref_id": "FIGREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Figure 12", |
| "sec_num": null |
| }, |
| { |
| "text": "Relativization in Chinese is a long-distance movement; that is, it can sometimes move an object across several S (sentence) nodes. The noun phrase in (10) below shows an example. On the other hand, the noun phrase in (11) is ambiguous. If the head noun (\"the man\") binds el, this NP means \"the man whom someone likes.\" If the head noun binds e2, on the other hand, it means \"the man who likes someone or something.\" To remove the ambiguity, semantic interactions are needed. Considering the above situations, we can further improve the check rules as follows: for a noun and a relative clause to be combined into an NP, the parser checks the \"empty-NP list\" raised up from the relative clause, and", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Further Discussion of the Raise-Bind Mechanism", |
| "sec_num": "9." |
| }, |
| { |
| "text": "\u2022 if no empty NP is raised up, rule out the NP constituent;", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Further Discussion of the Raise-Bind Mechanism", |
| "sec_num": "9." |
| }, |
| { |
| "text": "\u2022 if an empty NP is raised up and marked to be coming from the subject position or object position or embedded object position (as in example (10)), set the empty NP to be bound to the head noun;", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Further Discussion of the Raise-Bind Mechanism", |
| "sec_num": "9." |
| }, |
| { |
| "text": "\u2022 if two empty NPs are raised up from both the subject and object positions (as in example (11)), employ semantic analysis to determine the proper binding (the present system is syntactically-based therefore such semantic analysis will be considered in the next phase research).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Further Discussion of the Raise-Bind Mechanism", |
| "sec_num": "9." |
| }, |
| { |
| "text": "Like relativization, topicalization is also a long-distance movement and can be further improved in a similar way. Another syntactic phenomena crucial to the parser is known as the complex NP Constraint (CNPC) (Radford 1981) ; i.e., no transformation rule can move any element out of a complex NP, where a complex NP (CNP) is an NP containing a relative clause. This CNPC can be easily encoded in the grammar in the present approach by a simple rule; i.e., no empty NPs can be raised up across a CNP node. Hence, it is impossible for the empty NP within a CNP to be bound to any element out of that CNP.", |
| "cite_spans": [ |
| { |
| "start": 210, |
| "end": 224, |
| "text": "(Radford 1981)", |
| "ref_id": "BIBREF23" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Further Discussion of the Raise-Bind Mechanism", |
| "sec_num": "9." |
| }, |
| { |
| "text": "In most cases, ba-transformation and passivization move the direct objects of verbs. But the phenomenon known as \"subject-to-object raising\" (Radford 1981) has some differences. In such a case, the subject of an embedded clause can be moved into the subject (or ba-object) position of the higher clause by passivization (or ba-transformation). For example, sentence (13) is derived from sentence (12) by such a movement.", |
| "cite_spans": [ |
| { |
| "start": 141, |
| "end": 155, |
| "text": "(Radford 1981)", |
| "ref_id": "BIBREF23" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Further Discussion of the Raise-Bind Mechanism", |
| "sec_num": "9." |
| }, |
| { |
| "text": "12. ~g ~J:~ \"~ -~{-~ i~ {~ ~ ;~ ~-~ people future will believe this mistake is correct (People will believe in the future that this mistake is correct.) 13. ~_~g~ ~ ~\" ~ Ag ~,~ _\u00a2 ;~ this mistake future will by people believe is correct (This mistake will be believed to be correct by the people in the future.)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Further Discussion of the Raise-Bind Mechanism", |
| "sec_num": "9." |
| }, |
| { |
| "text": "To cope with such subject-to-object raising, the rules described in the previous section for passivization can be modified as follows. The subject of a passive clause will bind the empty NP in either the object position or the subject position of an embedded clause.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Further Discussion of the Raise-Bind Mechanism", |
| "sec_num": "9." |
| }, |
| { |
| "text": "The raise-bind mechanism is a computational approach to deal with the binding of empty categories. Its most attractive feature is, in fact, that it is specially designed to be used for head-driven strategy as in the present system. In ATN (Bates 1978) , the hold-list mechanism is used for a similar purpose. However, it is not very helpful in parsing Chinese because: (a) it does not really fit the head-driven operation; (b) it cannot deal with really unbound empty categories (e.g. example (8)); (c) it handles left extraposition (e.g. (2)-(4)), but not right extraposition (e.g. sentence (5)). A movement is called left (or right) extraposition, if it moves an NP to the position left (or right) of its trace. To deal with right extraposition, ATN uses another mechanisim.", |
| "cite_spans": [ |
| { |
| "start": 239, |
| "end": 251, |
| "text": "(Bates 1978)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Further Discussion of the Raise-Bind Mechanism", |
| "sec_num": "9." |
| }, |
| { |
| "text": "In GB theory, both left extraposition and right extraposition move an NP to a position governing its trace; a null pronominal, if bound, is always bound to an NP governing the null pronominal (Chomsky 1981) . So, the raise-bind mechanism combined with the check rules discussed here is sufficient to cope with all empty categories, left or right extrapositions, and traces or null pronominals, since its function is simply to raise up an empty category to be bound by an NP that governs this empty category. We believe that by means of the raise-bind mechanism it will not be difficult to implement some similar linguistic operators such as the slash concept of GPSG (Sells 1985) . However, this present approach still has some constraints; for example, the check rules may take some computation cost, and multiple binding may occur if some of the check rules are not consistent in some situations.", |
| "cite_spans": [ |
| { |
| "start": 192, |
| "end": 206, |
| "text": "(Chomsky 1981)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 667, |
| "end": 679, |
| "text": "(Sells 1985)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Further Discussion of the Raise-Bind Mechanism", |
| "sec_num": "9." |
| }, |
| { |
| "text": "In order to see how the present approaches work as compared to conventional approaches in parsing Chinese sentences, an experimental system was implemented and extensive experiments have been performed. The system is written in C language and performed on an IBM PC/AT. A total of 47 phrase structure rules were used, in which 19 rules are backward with a final head (indicated by a backward flag) and 28 rules are forward with an initial head (indicated by a forward flag). All these rules, together with the corresponding FIRST and LAST tables are listed in APPENDIX A and AP-PENDIX B, respectively. A total of four tests were performed for each test sentence. In test I, a conventional left-to-right parsing strategy without any look-ahead capability was used, while in Test II the left-to-right parsing strategy was equipped with a forward look-ahead approach (with the FIRST table only). In Test III, the present head-driven parsing strategy based on the direction-selective chart was used without any look-ahead capability, and finally in Test IV, the present head-driven parsing strategy based on the direction-selective chart equipped with the bidirectional look-ahead approach (with both the FIRST and LAST tables) was used. Because of the flexibility of the present direction-selective chart, all the above four tests can be easily implemented in the present system. For example, to perform Test I all one has to do is simply switch all the flags in the phrase structure rules into the forward mode, etc.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Preliminary Experimental Results", |
| "sec_num": "10." |
| }, |
| { |
| "text": "After every test sentence was parsed in each test and an output syntax tree was obtained, the total number of constituents constructed in the process of parsing was recorded. In Figure 13 , the total number of constituents constructed in each of the four tests, together with the number of resulting output parsing trees for 25 typical sentence examples picked up from a total of 200 test sentences, are listed. These 25 typical sentence examples are also listed in APPENDIX C. In Figure 14 , the reduction ratios of edge construction for the four tests as compared to Test I (i.e., the ratio of the number of edge constructions to that of Test I for the 25 sentence examples), together with the average reduction ratios for all the 200 test sentences, are shown. Also listed in the last row of Figure 14 is the average time necessary to process a sentence on the IBM PC/AT for each test. It can be found that, as compared to the conventional approach in Test I, on average the total number of necessary constituents constructed for a sentence is reduced by a factor of 0.635 (or less than 2/3), or the required processing time is reduced from 8.2 sec to 3.1 sec for a sentence, through the use of the present direction-selective chart, the head-driven parsing strategy, and the bidirectional look-ahead approaches (Test IV). Also, if the direction-selective and the head-driven parsing strategy are used alone without look-ahead capability (Test III), an edge reduction ratio of 0.762 can be achieved and it takes about 6.4 sec on average to parse a sentence, which is close to the edge reduction ratio and processing speed (0.758 and 6.2 sec/sentence) for the use of the FIRST table only with conventional left-to-right parsing (Test II). Moreover, another important observation is that the edge reduction ratios are more prominent or the present approaches become more efficient when the test sentence has a higher degree of ambiguity (a larger number of parsing trees were obtained). Test sentences 20 and 22 in Figures 13 and 14 are good examples. In any case, these results have shown that the present approaches of direction-selective chart, headdriven parsing, and bidirectional look-ahead can, in fact, eliminate many unnecessary searching actions (or active edges) and can make the parsing process much more efficient than conventional left-to-right parsing strategies in parsing Chinese sentences.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 178, |
| "end": 187, |
| "text": "Figure 13", |
| "ref_id": "FIGREF9" |
| }, |
| { |
| "start": 481, |
| "end": 490, |
| "text": "Figure 14", |
| "ref_id": "FIGREF11" |
| }, |
| { |
| "start": 795, |
| "end": 804, |
| "text": "Figure 14", |
| "ref_id": "FIGREF11" |
| }, |
| { |
| "start": 2016, |
| "end": 2033, |
| "text": "Figures 13 and 14", |
| "ref_id": "FIGREF9" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Preliminary Experimental Results", |
| "sec_num": "10." |
| }, |
| { |
| "text": "On the other hand, in order to show the capabilities of the present parser especially with the raise-bind mechanism to handle the difficult problem of empty categories, parsing results of several typical sentence examples having empty categories are included in APPENDIX D in bracketed text form. These results show that the raise-bind mechanism, combined with the check rules proposed here, can certainly treat sophisticated syntactic problems of empty categories and movement transformations and simplify the design of grammar rules.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Preliminary Experimental Results", |
| "sec_num": "10." |
| }, |
| { |
| "text": "Although the lexicon implemented on the present system is relatively small (including 1,120 words) compared with dictionaries for practical applications (it is estimated that at least 80,000 words are necessary), the capabilities of this system are clearly demonstrated. It was estimated in the tests that, as a general-purpose system without any special problem domain, about 80% to 85% of the sentences in the highschool textbooks of Taiwan, can be successfully analyzed by this system, provided that all the necessary words are either already in or can be keyed into the lexicon before analysis or parsing is performed. This estimate was obtained simply because in the tests in fact a total of 241 sentences randomly selected from these textbooks were tested and correct parsing trees were obtained for 200 of them. These 200 sentences are therefore used in all the above discussions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Preliminary Experimental Results", |
| "sec_num": "10." |
| }, |
| { |
| "text": "In this paper an efficient natural language processing system specially designed for the Chinese language is presented. The present design is the result of careful consideration of some of the special syntactic phenomena of the Chinese language; for example, head-final and head-initial structures, empty categories, and movement transformations. The present system is an attractive integration of several novel approaches; e.g., the head-driven parsing strategy, the direction-selective chart, the bidirectional look-ahead approach, the heuristic scheduling policy, and the raise-bind mechanism based on check rules, etc. The head-driven parsing strategy can eliminate unnecessary searching actions, and the direction-selective chart simplifies the control of the head-driven parsing strategy and makes the parser more flexible in performing many different parsing strategies. The heuristic scheduling policy and the bidirectional lookahead approach can, in fact, further significantly reduce the large number of searching A table listing the total number of constituents constructed in the four tests and the number of parsing trees obtained for the 25 typical sentence examples listed in APPENDIX C.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Concluding Remarks and Future Research Directions", |
| "sec_num": "11." |
| }, |
| { |
| "text": "actions and make the parsing processes more efficient, while the raise-bind mechanism and the check rules can certainly handle sophisticated problems of movement transformations and empty categories, and can simplify the design of grammar rules. Although much more work is still in progress to further improve the present system, this is definitely a very good initial attempt to efficiently process natural sentences of the Chinese language, the structure of which is significantly different from most western languages, such as English\u2022 Although the present system has shown satisfactory initial results, some natural difficulties for the Chinese language still remain, such that significant improvement over the present system is highly desired. One of the primary difficulties is due to the lack of inflections in Chinese words\u2022 This gives multiple solutions in word category identification and causes exponential growth in the number of structures. It is, therefore, believed that an integrated syntactic and semantic analysis will eventually become an inevitable solution in the future. Because verbs are, ultimately, heads of sentences, appropriate classification of verbs may help in determining syntactic structure and, thus in grasping the semantic meaning of sentences. Although in most linguistic theories verbs are classified according to syntactic properties, and some linguistic theories, such as Lexical Functional Grammar (Sells 1985) and Case Grammar (Fillmore 1968) , also provide mechanisms to explicitly represent functional or semantic role assignment of constituents, such work for the Chinese language is still relatively preliminary. Chao (1968) has only distinguished intransitive verbs from transitive verbs and Yang (1987) has made very encouraging initial efforts by classifying Chinese verbs according to their transitivity into eight different syntactic classes and giving each verb a semantic category that can be used to decide the case frame to solve the problem of serial verb construction. Recently, a new classification scheme for Chinese verbs has been developed (K.-J. , in which current theories of feature-based categorization are adopted. This scheme is based on the results of analyzing 16,824 Chinese verbs, with careful consideration given to difficulties in parsing Chinese sentences. In the next stage of the present study, this verb classification will be employed, and much more syntactic and semantic information will be provided by the lexicon, especially for verbs, and represented as complex feature structures (Gazdar 1988) . Furthermore, several other approaches will also be included in the next stage of the present study, such as the unification concept (Sheiber 1986) , and the slot and filler principle (Hellwing 1988) . In other words, although there is still a very long way to go before a really convenient and efficient natural language processing system for Chinese becomes available in the future, the present system apparently serves as a successful initial step on the way. Appendix C, cont'd in this (classifier)tree behind we find (aspect) a (classifier) white flower (We found a white flower behind this tree.) I believe Uang-wu would think Jang-san very like that (classifier) pretty lady (1 believed that Uang-wu would think Jang-san liked that pretty lady very much.) people must think this is a (classifier) wrong thing (People would think this is a wrong thing.) ", |
| "cite_spans": [ |
| { |
| "start": 1439, |
| "end": 1451, |
| "text": "(Sells 1985)", |
| "ref_id": null |
| }, |
| { |
| "start": 1469, |
| "end": 1484, |
| "text": "(Fillmore 1968)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 1659, |
| "end": 1670, |
| "text": "Chao (1968)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 1739, |
| "end": 1750, |
| "text": "Yang (1987)", |
| "ref_id": "BIBREF32" |
| }, |
| { |
| "start": 2564, |
| "end": 2577, |
| "text": "(Gazdar 1988)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 2712, |
| "end": 2726, |
| "text": "(Sheiber 1986)", |
| "ref_id": "BIBREF25" |
| }, |
| { |
| "start": 2763, |
| "end": 2778, |
| "text": "(Hellwing 1988)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Concluding Remarks and Future Research Directions", |
| "sec_num": "11." |
| }, |
| { |
| "text": "he want (ba) that (classifier) house sell to I (He wants to sell that house to me.) he sayhe very like Coa) that (classifier) green car park on door that (classifier) big tree behind (He said he liked very much to park that green car beside the big tree near the front door.)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "19.", |
| "sec_num": null |
| }, |
| { |
| "text": "little bird all day long sit on this (classifier) tree (localizer) wait for mother (A little bird sat on the tree all day long waiting for its mother.) he say he very like (ha) that(classifier)green car park on door of that (classifier) big tree Oocafizer) of a (classifier) small alley (lo~alizer) (He says he likes very much to park that green car in a small alley which is beside the big tree near the front door.)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "19.", |
| "sec_num": null |
| }, |
| { |
| "text": "we yesterday have (aspect) a (classifier) happry holiday (We had a very happy holiday yesterday.) he (ba) a (classifer)water pour on that (classifer) child body (localizer) (He poured a bucket of water over that child.) they say this child is that (classifier)school of good student (They say this child is a good student of that school.)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "19.", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "The phrase structure rules used in the experiments ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Appendix A", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "The Theory of Parsing, Translation, and Compling", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [ |
| "V" |
| ], |
| "last": "Aho", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "D" |
| ], |
| "last": "Ullman", |
| "suffix": "" |
| } |
| ], |
| "year": 1972, |
| "venue": "", |
| "volume": "1", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Aho, A. V., and Ullman, J. D. (1972). The Theory of Parsing, Translation, and Compling, Vol. 1. Englewood Cliffs, NJ: Prentice-Hall.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "The theory and practice of augmented transition network grammars", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Bates", |
| "suffix": "" |
| } |
| ], |
| "year": 1978, |
| "venue": "Natural Language Communication with Computers", |
| "volume": "", |
| "issue": "", |
| "pages": "191--259", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bates, M. (1978). \"The theory and practice of augmented transition network grammars.\" Natural Language Communication with Computers, 191-259.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "A Grammar of Spoken Chinese", |
| "authors": [ |
| { |
| "first": "Y", |
| "middle": [ |
| "R" |
| ], |
| "last": "Chao", |
| "suffix": "" |
| } |
| ], |
| "year": 1968, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chao, Y. R. (1968). A Grammar of Spoken Chinese. Berkeley, CA: University of California Press.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "A logical approach to movement transformation in Mandarin Chinese", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [ |
| "H" |
| ], |
| "last": "Chen", |
| "suffix": "" |
| }, |
| { |
| "first": "I", |
| "middle": [ |
| "P" |
| ], |
| "last": "Lin", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [ |
| "P" |
| ], |
| "last": "Wu", |
| "suffix": "" |
| } |
| ], |
| "year": 1988, |
| "venue": "International Journal of Pattern Recognition and Artificial Intelligence", |
| "volume": "", |
| "issue": "2", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chen, H. H., Lin, I. P., and Wu, C. P. (1988). \"A logical approach to movement transformation in Mandarin Chinese.\" International Journal of Pattern Recognition and Artificial Intelligence, (2)1.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "A classification of Chinese verbs for language parsing", |
| "authors": [ |
| { |
| "first": "K", |
| "middle": [ |
| "J" |
| ], |
| "last": "Chen", |
| "suffix": "" |
| }, |
| { |
| "first": "Chang", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [ |
| "L" |
| ], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 1988, |
| "venue": "International Conference of Computer Processing and Oriental Languages", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chen, K. J., and Chang, L. L. (1988). \"A classification of Chinese verbs for language parsing.\" International Conference of Computer Processing and Oriental Languages.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "An experimental parsing system for Chinese sentences", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [ |
| "J" |
| ], |
| "last": "Chen", |
| "suffix": "" |
| } |
| ], |
| "year": 1985, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chen, J. J. (1985). \"An experimental parsing system for Chinese sentences,\" M.S. thesis, National Taiwan University, Taipei.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Lectures on Government and Binding. Dordrecht: Foris", |
| "authors": [ |
| { |
| "first": "N", |
| "middle": [], |
| "last": "Chomsky", |
| "suffix": "" |
| } |
| ], |
| "year": 1981, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chomsky, N. (1981). Lectures on Government and Binding. Dordrecht: Foris.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "The case for case", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Fillmore", |
| "suffix": "" |
| } |
| ], |
| "year": 1968, |
| "venue": "Universals in Linguistic Theory", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Fillmore, C. (1968). \"The case for case.\" In Universals in Linguistic Theory edited by Bach and Harms, Holt, Reinhart and Winston.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Natural language processing in the 1980s", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Gazdar", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Franz", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Osborne", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Evans", |
| "suffix": "" |
| } |
| ], |
| "year": 1987, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Gazdar, G., Franz, A., Osborne, K., and Evans, R. (1987). \"Natural language processing in the 1980s.\" CSLI, Stanford University.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Categorial structure", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Gazdar", |
| "suffix": "" |
| } |
| ], |
| "year": 1988, |
| "venue": "Computational Linguistics", |
| "volume": "14", |
| "issue": "", |
| "pages": "1--19", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Gazdar, G. (1988). \"Categorial structure.\" Computational Linguistics 14:1-19.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Chart parsing according to the slot and filler principle", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Hellwing", |
| "suffix": "" |
| } |
| ], |
| "year": 1988, |
| "venue": "Proceedings, International Conference on Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "242--244", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hellwing, P. (1988). \"Chart parsing according to the slot and filler principle.\" In Proceedings, International Conference on Computational Linguistics, 242-244.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Automatic recognition of Chinese words", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [ |
| "H" |
| ], |
| "last": "Ho", |
| "suffix": "" |
| } |
| ], |
| "year": 1984, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ho, W. H. (1984). \"Automatic recognition of Chinese words.\" M.S. thesis, National Taiwan Institute of Technology, Taipei.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Logical relations in Chinese and the theory of grammar", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Huang", |
| "suffix": "" |
| } |
| ], |
| "year": 1982, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Huang, J. (1982). \"Logical relations in Chinese and the theory of grammar.\" Doctoral dissertation, Massachusetts Institute of Technology, Cambridge, MA.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Chinese parsing: An initial exploration at LRC", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Jiang", |
| "suffix": "" |
| } |
| ], |
| "year": 1985, |
| "venue": "Computer Processing of Chinese and Oriental Language", |
| "volume": "2", |
| "issue": "2", |
| "pages": "127--138", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jiang. (1985). \"Chinese parsing: An initial exploration at LRC.\" Computer Processing of Chinese and Oriental Language 2(2): 127-138.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Algorithm schemata and data structures in syntactic processing", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Kay", |
| "suffix": "" |
| } |
| ], |
| "year": 1980, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kay, M. (1980). \"Algorithm schemata and data structures in syntactic processing.\" Xerox Report CSL-80-12, Palo Alto, CA.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "A syntactic analysis system for Chinese sentences", |
| "authors": [ |
| { |
| "first": "L", |
| "middle": [ |
| "J" |
| ], |
| "last": "Lin", |
| "suffix": "" |
| } |
| ], |
| "year": 1985, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lin, L. J. (1985). \"A syntactic analysis system for Chinese sentences.\" M.S. thesis, National Taiwan University, Taipei, ~Ihiwan.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "SASC: A syntactic analysis system for Chinese sentences", |
| "authors": [ |
| { |
| "first": "L.-J", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Huang", |
| "suffix": "" |
| }, |
| { |
| "first": "K.-J", |
| "middle": [], |
| "last": "Chen", |
| "suffix": "" |
| }, |
| { |
| "first": "L.-S", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| } |
| ], |
| "year": 1986, |
| "venue": "Proceedings, International Conference on Chinese Computing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lin, L.-J.; Huang, J.; Chen, K.-J.; and Lee, L.-S. (1986). \"SASC: A syntactic analysis system for Chinese sentences.\" In Proceedings, International Conference on Chinese Computing. Singapore.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "A Chinese natural language processing system based upon the theory of empty categories", |
| "authors": [ |
| { |
| "first": "L.-J", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| }, |
| { |
| "first": "K.-J", |
| "middle": [], |
| "last": "Chert", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Huang", |
| "suffix": "" |
| }, |
| { |
| "first": "L.-S", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| } |
| ], |
| "year": 1986, |
| "venue": "Proceedings, Fifth National Conference on Artificial Intelligence (AAAI)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lin, L.-J.; Chert, K.-J.; Huang, J.; Lee, L.-S. (1986). \"A Chinese natural language processing system based upon the theory of empty categories.\" In Proceedings, Fifth National Conference on Artificial Intelligence (AAAI). Philadelphia, PA.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "A Theory of Syntactic Recognition for Natural Language", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [ |
| "P" |
| ], |
| "last": "Marcus", |
| "suffix": "" |
| } |
| ], |
| "year": 1982, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Marcus, M. P. (1982). A Theory of Syntactic Recognition for Natural Language.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "A lazy way to chart-parse with categorial grammars", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Pareschi", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Steedman", |
| "suffix": "" |
| } |
| ], |
| "year": 1987, |
| "venue": "Proceedings, 25th Annual Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Pareschi R., and Steedman, M. (1987). \"A lazy way to chart-parse with categorial grammars.\" In Proceedings, 25th Annual Meeting of the Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Transformational Syntax: A Student's Guide to Chomsky's Extended Standard Theory", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Radford", |
| "suffix": "" |
| } |
| ], |
| "year": 1981, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Radford, A. (1981). Transformational Syntax: A Student's Guide to Chomsky's Extended Standard Theory. Cambridge, U.K.: Cambridge University Press.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "Lecture on contemporary syntactic theories: An introduction to government-binding theory, generalized phrase structure grammar, and lexical-functional grammar", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Sells", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sells, P. (11985). \"Lecture on contemporary syntactic theories: An introduction to government-binding theory, generalized phrase structure grammar, and lexical-functional grammar.\" CSLI.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "An h~troduction to Unification-Based Approaches to Grammar", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [ |
| "M" |
| ], |
| "last": "Sheiber", |
| "suffix": "" |
| } |
| ], |
| "year": 1986, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sheiber, S. M. (1986). An h~troduction to Unification-Based Approaches to Grammar. Chicago: University of Chicago Press.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "Dependency and coordination in the grammar of Dutch and English", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Steedman", |
| "suffix": "" |
| } |
| ], |
| "year": 1985, |
| "venue": "Language", |
| "volume": "61", |
| "issue": "", |
| "pages": "523--568", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Steedman, M. (1985). \"Dependency and coordination in the grammar of Dutch and English.\" Language. 61, 523-568.", |
| "links": null |
| }, |
| "BIBREF27": { |
| "ref_id": "b27", |
| "title": "Island parsing and bidirectional charts", |
| "authors": [ |
| { |
| "first": "O", |
| "middle": [], |
| "last": "Stock", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Falcone", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Insinnamo", |
| "suffix": "" |
| } |
| ], |
| "year": 1988, |
| "venue": "Proceedings, International Conference on Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Stock, O., Falcone, R., and Insinnamo, P. (1988). \"Island parsing and bidirectional charts.\" In Proceedings, International Conference on Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "Efficient Parsing for Natural Language: A Fast Algorithm for Practical Systems", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Tomita", |
| "suffix": "" |
| } |
| ], |
| "year": 1986, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tomita, M. (1986). Efficient Parsing for Natural Language: A Fast Algorithm for Practical Systems. Boston: Kluwer.", |
| "links": null |
| }, |
| "BIBREF29": { |
| "ref_id": "b29", |
| "title": "Parsing with a GB-grammar", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Wehrli", |
| "suffix": "" |
| } |
| ], |
| "year": 1988, |
| "venue": "Natural Language Parsing and Linguistic Theories", |
| "volume": "", |
| "issue": "", |
| "pages": "177--201", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Wehrli, E. (1988). \"Parsing with a GB-grammar.\" In Natural Language Parsing and Linguistic Theories, edited by U. Reyle and C. Rohrer, Dordrecht, Boston: D. Reidel, distributed by Kluwer, 177-201.", |
| "links": null |
| }, |
| "BIBREF30": { |
| "ref_id": "b30", |
| "title": "Language as a Cognitive Process", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Winograd", |
| "suffix": "" |
| } |
| ], |
| "year": 1983, |
| "venue": "", |
| "volume": "1", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Winograd, T. (1983). Language as a Cognitive Process. Vol. 1: Syntax. Reading, MA: Addison-Wesley.", |
| "links": null |
| }, |
| "BIBREF31": { |
| "ref_id": "b31", |
| "title": "Transition network grammar for natural language analysis", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Woods", |
| "suffix": "" |
| } |
| ], |
| "year": 1970, |
| "venue": "CACM", |
| "volume": "13", |
| "issue": "10", |
| "pages": "591--606", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Woods, W. (1970). \"Transition network grammar for natural language analysis.\" CACM 13(10), 591--606.", |
| "links": null |
| }, |
| "BIBREF32": { |
| "ref_id": "b32", |
| "title": "Semantic analysis in Chinese sentence analysis", |
| "authors": [ |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Yang", |
| "suffix": "" |
| } |
| ], |
| "year": 1987, |
| "venue": "Proceedings, International Joint Conference on Artificial Intelligence (AAAI)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yang, Y. (1987). \"Semantic analysis in Chinese sentence analysis.\" In Proceedings, International Joint Conference on Artificial Intelligence (AAAI). Milano, Italy.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF1": { |
| "uris": null, |
| "text": "who were playing) I the live in America (relativizer) good friend (the good friend of mine who lives in America) money (from your friends)pp )Figure 1", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF2": { |
| "uris": null, |
| "text": "(AUX I ADV I PP I NP)* V-bar -->v QP I v (NP) (NP I PP I VP i S I S-bar) --> PREP NP ]: Or Operator, *:Repetition Operator, O: Optional Opera,or, : head Phrasal Categories: S=bar, S-bar, S, NP, XPDE: an Associative Phrase or a Relative/Appositive Clause, VP, V-bar, PP, Topic, QP: Classifier anti Measure Phrase. Lexical Ca~gories: PRTAG: Partical Tag, N, ADJ, ADV, AU'X, LOC: Localizer, DE ( ~ ) : Relativizer", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF3": { |
| "uris": null, |
| "text": "Figure 2", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF4": { |
| "uris": null, |
| "text": "Figure 4", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF5": { |
| "uris": null, |
| "text": "(a) The searching actions triggered by an initial head are always looking forward (left-to-right).The sample grammar rule: X The searching actions triggered by a final head are always looking backward (right-to-left).", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF6": { |
| "uris": null, |
| "text": "For instance, in it FIRST(NP) = {PRON, N} because FIRST(NP) = PRON U N U FIRST(XPDE) = PRON U N U FIRST(S) = PRON U N = {PRON, N}.", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF7": { |
| "uris": null, |
| "text": "instance, in it LAST(VP) = LAST(V-bar) = V-U LAST(NP) = V-U PRON tAN = {V-, PRON, N}.", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF9": { |
| "uris": null, |
| "text": "Figure 13", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF11": { |
| "uris": null, |
| "text": "Figure 14", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF12": { |
| "uris": null, |
| "text": "", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF14": { |
| "uris": null, |
| "text": ") your a (classifier) letter put on deak (localizer) (I left a letter of yours on the desk.) you tomorrow class about to what time (What time will your class end tomorrow ?)", |
| "num": null, |
| "type_str": "figure" |
| }, |
| "TABREF1": { |
| "html": null, |
| "type_str": "table", |
| "content": "<table><tr><td>Computational Linguistics</td><td>Volume 17, Number 4</td></tr><tr><td>Linguistic Knowledge-Base</td><td/></tr></table>", |
| "text": "", |
| "num": null |
| }, |
| "TABREF3": { |
| "html": null, |
| "type_str": "table", |
| "content": "<table><tr><td/><td/><td/><td>Edge</td><td>Reduction</td><td>Ratios</td></tr><tr><td>Sentc~tc</td><td colspan=\"2\">'Test I</td><td>Test</td><td colspan=\"2\">II Test III Test I\\</td></tr><tr><td>1</td><td/><td>1.000</td><td colspan=\"2\">0.725</td><td>0.809</td><td>0.675</td></tr><tr><td/><td/><td>1.000</td><td colspan=\"2\">0.757</td><td>0.718</td><td>0.598</td></tr><tr><td/><td/><td>1.000</td><td colspan=\"2\">0.794</td><td>0.815</td><td>0.679</td></tr><tr><td>4</td><td/><td>1.000</td><td colspan=\"2\">0.764</td><td>0.711</td><td>0.583</td></tr><tr><td>5</td><td/><td>1.000</td><td colspan=\"2\">0.736</td><td>0.808</td><td>0.667</td></tr><tr><td>6</td><td/><td>1.000</td><td colspan=\"2\">0.806</td><td>0.788</td><td>0.717</td></tr><tr><td>/</td><td/><td>1.000</td><td colspan=\"2\">0.760</td><td>0.742</td><td>0.630</td></tr><tr><td/><td/><td>1.000</td><td colspan=\"2\">0.80~</td><td>0.811</td><td>0.675</td></tr><tr><td/><td/><td>1.000</td><td colspan=\"2\">0.800</td><td>0.808</td><td>0.718</td></tr><tr><td>10</td><td/><td>1.000</td><td colspan=\"2\">0.757</td><td>0.875</td><td>0.785</td></tr><tr><td/><td/><td>1.000</td><td colspan=\"2\">0.710</td><td>0.647</td><td>0.586</td></tr><tr><td/><td/><td>1.000</td><td colspan=\"2\">0.719</td><td>0.704-</td><td>0.632</td></tr><tr><td>l.j</td><td/><td>1.000</td><td colspan=\"2\">0.664</td><td>0.797</td><td>0.719</td></tr><tr><td>16</td><td/><td>1.000</td><td colspan=\"2\">u. / 1o</td><td>u.~ 1~</td><td>u.br~t)</td></tr><tr><td>17</td><td/><td>1.000</td><td colspan=\"2\">0.701</td><td>0.638</td><td>0.569</td></tr><tr><td>18</td><td/><td>1.000</td><td colspan=\"2\">0.748</td><td>0.84-4</td><td>0.714</td></tr><tr><td>19</td><td/><td>1.000</td><td colspan=\"2\">0.791</td><td>O. 808</td><td>0.729</td></tr><tr><td>2O</td><td/><td>1.000</td><td colspan=\"2\">0.723</td><td>0.672</td><td>0.617</td></tr><tr><td>21</td><td/><td>1.000</td><td colspan=\"2\">0.729</td><td>0.750</td><td>0.656</td></tr><tr><td>22</td><td/><td>1.000</td><td colspan=\"2\">0.698</td><td>0.592</td><td>0.514</td></tr><tr><td>23</td><td/><td>1.000</td><td colspan=\"2\">0.834</td><td>0.90.4-</td><td>0.772</td></tr><tr><td/><td/><td>1.000</td><td colspan=\"2\">0.817</td><td>0.675</td><td>0.613</td></tr><tr><td/><td/><td>1.000</td><td colspan=\"2\">0.766</td><td>0.717</td><td>0.646</td></tr><tr><td>Avert-age Ratios</td><td/><td>1.000</td><td colspan=\"2\">0.758</td><td>0.762</td><td>0.635</td></tr><tr><td colspan=\"2\">~verage Speed of Pi-ocessi~ g (See/Sen -</td><td>8.2</td><td colspan=\"2\">6.2</td><td>6.4</td><td>3.1</td></tr><tr><td>~nee)</td><td/><td/><td/><td/></tr></table>", |
| "text": "A table showing the edge reduction ratios for the 25 typical sentence examples listed in APPENDIX C and the average reduction ratios for all the 200 test sentences for the four tests campared to Test I.", |
| "num": null |
| } |
| } |
| } |
| } |