| { |
| "paper_id": "A94-1012", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T01:13:42.444812Z" |
| }, |
| "title": "Combination of Symbolic and Statistical Approaches for Grammatical Knowledge Acquisition", |
| "authors": [ |
| { |
| "first": "Masaki", |
| "middle": [], |
| "last": "Kiyono", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Manchester Institute of Science and Technology", |
| "location": { |
| "postBox": "PO Box 88", |
| "postCode": "M60 1QD", |
| "settlement": "Manchester", |
| "country": "United Kingdom" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Jun'ichi", |
| "middle": [], |
| "last": "Tsujii", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Manchester Institute of Science and Technology", |
| "location": { |
| "postBox": "PO Box 88", |
| "postCode": "M60 1QD", |
| "settlement": "Manchester", |
| "country": "United Kingdom" |
| } |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "The framework we adopted for customizing linguistic knowledge to individual application domains is an integration of symbolic and statistical approaches. In order to acquire domain specific knowledge, we have previously proposed a rule-based mechanism to hypothesize missing knowledge from partial parsing results of unsuccessfully parsed sentences. In this paper, we focus on the statistical process which selects plausible knowledge from a set of hypotheses generated from the whole corpus. In particular, we introduce two statistical measures of hypotheses, Local Plausibility and Global Plausibility, and describe how these measures are determined iteratively. The proposed method will be incorporated into the tool kit for linguistic knowledge acquisition which we are now developing.", |
| "pdf_parse": { |
| "paper_id": "A94-1012", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "The framework we adopted for customizing linguistic knowledge to individual application domains is an integration of symbolic and statistical approaches. In order to acquire domain specific knowledge, we have previously proposed a rule-based mechanism to hypothesize missing knowledge from partial parsing results of unsuccessfully parsed sentences. In this paper, we focus on the statistical process which selects plausible knowledge from a set of hypotheses generated from the whole corpus. In particular, we introduce two statistical measures of hypotheses, Local Plausibility and Global Plausibility, and describe how these measures are determined iteratively. The proposed method will be incorporated into the tool kit for linguistic knowledge acquisition which we are now developing.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Current technologies in natural language processing are not so mature as to make general purpose systems applicable to any domains; therefore rapid customization of linguistic knowledge to the sublanguage of an application domain is vital for the development of practical systems. In the currently working systems, such customization has been carried out manually by linguists or lexicographers with time-consuming effort.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "We have already proposed a mechanism which acquires sublanguage-specific linguistic knowledge from parsing failures and which can be used as a tool for linguistic knowledge customization (Kiyono and Tsujii, 1993; Kiyono and Tsujii, 1994) . Our approach is characterized by a mixture of symbolic and statistical approaches to grammatical knowledge acquisition. Unlike probabilistic parsing, proposed by (Fujisaki et al., 1989; Briscoe and Carroll, 1993) , *also a staff member of Matsushita Electric Industrial Co., Ltd., Shinagawa, Tokyo, JAPAN. which assumes the prior existence of comprehensive linguistic knowledge, our system can suggest new pieces of knowledge including CFG rules, subcategorization frames, and other lexical features. It also differs from previous proposals on lexical acquisition using statistical measures such as (Church et al., 1991; Brent, 1991; Brown et al., 1993) which either deny the prior existence of linguistic knowledge or use linguistic knowledge in ad hoc ways.", |
| "cite_spans": [ |
| { |
| "start": 187, |
| "end": 212, |
| "text": "(Kiyono and Tsujii, 1993;", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 213, |
| "end": 237, |
| "text": "Kiyono and Tsujii, 1994)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 402, |
| "end": 425, |
| "text": "(Fujisaki et al., 1989;", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 426, |
| "end": 452, |
| "text": "Briscoe and Carroll, 1993)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 515, |
| "end": 545, |
| "text": "Ltd., Shinagawa, Tokyo, JAPAN.", |
| "ref_id": null |
| }, |
| { |
| "start": 839, |
| "end": 860, |
| "text": "(Church et al., 1991;", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 861, |
| "end": 873, |
| "text": "Brent, 1991;", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 874, |
| "end": 893, |
| "text": "Brown et al., 1993)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Our system consists of two components: (1) the rule-based component, which detects incompleteness of the existing knowledge and generates a set of hypotheses of new knowledge and (2) the corpus-based component which selects plausible hypotheses on the basis of their statistical behaviour. As the rule-based component has been explained in our previous papers, in this paper we focus on the corpus-based component.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "After giving a brief explanation of the framework, we describe a data structure called Hypothesis Graph which plays a crucial role in the corpus-based process, and then introduce two statistical measures of hypotheses, Global Plausibility and Local Plausibility, which are iteratively determined to select a set of plausible hypotheses. An experiment which shows the effectiveness of our method is also given.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The System Organization Figure 1 shows the framework of our system. When the parser fails to analyse a sentence, the Hypothesis Generator (HG) produces hypotheses of missing knowledge each of which could rectify the defects of the current grammar. As the parser is a sort of Chart Parser and maintains partial parsing results in the form of inactive and active edges, a parsing failure means that no inactive edge of category S spanning the whole sentence exists. The HG tries to introduce an inactive edge of S by making hypotheses of missing linguistic knowledge. It generates hypotheses of rewriting rules which collect existing sequences of inactive edges into an expected category. It also calls itself recursively to in- This algorithm has been further augmented in order to treat sentences which contain more than one construction not covered by the current version of the grammar and to generate hypotheses concerning complex features like subcategorization frames.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 24, |
| "end": 32, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "2", |
| "sec_num": null |
| }, |
| { |
| "text": "Sentence I Parser ( Parsing Result) Generator ( Hypotheses -\u2022 Corpus ) --\u2022 Grammar )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Hypothesis Generation", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The greater number of the hypotheses generated by the algorithm are linguistically unnatural, because the algorithm does not embody any linguistic principle to judge the appropriateness of hypotheses, and therefore we introduced a set of criteria to filter out unnatural hypotheses (Kiyono and Tsujii, 1993; Kiyono and Tsujii, 1994) . This includes, for example,", |
| "cite_spans": [ |
| { |
| "start": 282, |
| "end": 307, |
| "text": "(Kiyono and Tsujii, 1993;", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 308, |
| "end": 332, |
| "text": "Kiyono and Tsujii, 1994)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Hypothesis Filtering", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "\u2022 The maximum number of daughter constituents of a rule is set to 3.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Hypothesis Filtering", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "\u2022 Supposing that the current version of the grammar contains all the category conversion rules, a unary rule with one daughter constituent is not generated.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Hypothesis Filtering", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "\u2022 Using generalizations embodied in the current version of the grammar, a rule containing a sequence of constituents which can be collected into a larger constituent by the current version of grammar is not generated.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Hypothesis Filtering", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "\u2022 Distinguishing non-lexical categories from lexical categories, a rule whose mother category is a lexical category is not generated.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Hypothesis Filtering", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "These criteria significantly reduce the number of hypotheses to be generated.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Hypothesis Filtering", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "As the criteria which the HG uses to filter out unnatural hypotheses are solely based on the forms of hypotheses, they cannot identify the \"correct\" hypotheses on their own. The correct ones are rather chosen by the Hypothesis Selector (HS), which resorts to examining the statistical behaviour of hypotheses throughout a given corpus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Hypothesis Graph", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "A straightforward method is to count the frequency of hypotheses, but this simple method does not work, because hypotheses are not independent of each other. A hypothesis is either competing with or complemenlary to other hypotheses generated from the same sentence. A group of hypotheses generated for restoring the same inactive edge constitutes a set of competing hypotheses and only one of them contributes to the correct structure of the sentence. On the other hand, two groups of hypotheses which are generated to treat two different parts of the same sentence stand in complementary relationships.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Hypothesis Graph", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "A hypothesis should be recognized as being correct, only when no other competing hypothesis is more plausible. That is, even if a hypothesis is generated frequently, it should not be chosen as the correct one, if more plausible competing hypotheses are always generated together with it. On the other hand, even if a hypothesis is generated only once, it should be chosen as the correct one, if there is no other competing hypothesis.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Hypothesis Graph", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "In order to realize the above conception, the HS maintains mutual relationships among hypotheses as an AND-OR graph. In a graph, AND nodes and OR nodes express complementary relationships and competing relationships, respectively. A node is shared, when different recursion steps in the HG try to restore the same inactive edge. Figure 2 shows the AND-OR graph for the hypotheses generated from the sentence '~Failing students looked embarrassed\" when the current version of grammar does not contain rules for participles. The top node is an AND node which has two groups of hypotheses that treat two different parts of the sentence, i.e. \"failing students\" and \"looked embarrased\". ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 329, |
| "end": 337, |
| "text": "Figure 2", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Hypothesis Graph", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "The HS uses two measures of plausibility of hypotheses. One is computed for an instance hypothesis and the other is for a generic hypothesis. (See 3.3 for the relationship between the two types of hypotheses.)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Two Measures of Plausibility", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "(1) Local Plausibility: This value shows how plausible an instance hypothesis is as grammatical knowledge to contribute to the correct analysis of a unsuccessfully parsed sentence.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Two Measures of Plausibility", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "(2) Global Plausibility: This value shows how plausible the hypothesis of the generic form is as grammatical knowledge to be acquired.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Two Measures of Plausibility", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "As we describe in the following section, the Local Plausibility (LP) of an instance hypothesis is computed on the basis of the values of the Global Plausibility (GP) of the generic hyoptheses which are linked to instance hypotheses in the same hypothesis graph. On the other hand, the GP of a generic hypothesis is computed from the LP values of its instance hypotheses across the whole corpus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Two Measures of Plausibility", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Intuitively speaking, the GP of a generic hypothesis is high if its instances are frequently generated and if they receive high LP values, while the LP of a instance hypothesis is high if the GP of the corresponding generic hypothesis is high and if the GP values of the generic hypotheses corresponding to its competing hypotheses are low. Because of this mutual dependence between LP and GP, they cannot be computed in a single step but rather computed iteratively by repeating the following steps until the halt condition is satisfied.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Two Measures of Plausibility", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "[", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Two Measures of Plausibility", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Step 1] Estimates the initial values of LP.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Two Measures of Plausibility", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "[", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Two Measures of Plausibility", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Step 2] Calculates GP values from LP values.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Two Measures of Plausibility", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "[", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Two Measures of Plausibility", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Step 3] Checks the halt condition. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Two Measures of Plausibility", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "If the current version of the grammar is reasonably comprehensive, pieces of linguistic knowledge which have to be acquired are likely to be lexical or idiosyncratic. That is, we assume that sublanguage-specificity tends to be manifested by unknown words, new usages of existing words, and syntactic constructions idiosyncratic to the sublanguage. In order to quantify such plausibility, the following value is given to each hypothesis.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Initial Estimation of Local Plausibility", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "This value shows the proportion of the syntactic structure in the whole sentence which is not covered by the hypothesis. It ranges from 0 to 1 and gets larger if the hypothesis rectifies a smaller part of the sentence. W(Hypol), the width of the hypothesis, is defined as the word count of the subtree and H(Hypoi), the height, is defined as the shortest path from lexical nodes to the top node of the subtree.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "W(Hypoi) \u00d7 H(Hypoi) iP(Hypoi) = 1-W(S) x H(S)", |
| "sec_num": null |
| }, |
| { |
| "text": "Plausibility The GP of a hypothesis is computed based on the LP values of its instance hypotheses, but the relationship between a generic hypothesis and its instances is not straightforward because we adopted a unification-based grammar formalism. For example, the instance hypothesis of NP =:~ VP, NP in Figure 2 contains not only this CFG skeleton but also further feature descriptions of the three constituents which include specific surface words like \"failing\" and \"students\". Unless we generalize them, we cannot obtain the generic form of this instance hypothesis, and therefore cannot judge whether the hypotheses generated from different sentences are identical.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 305, |
| "end": 313, |
| "text": "Figure 2", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Generic Hypothesis and Global", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "Such generalization of instance hypotheses requires an inductive mechanism for judging which parts of the feature specification are common to all instance hypotheses and should be included in a hypothesis of the generic form. This kind of induction is beyond the scope of the current framework, because such induction may need a lot of time and space if it is carried out from scratch. We first gather a set of instance hypotheses which are likely to be instances of the same generic hypothesis which, in turn, is likely to be \"correct\" linguistic knowledge.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Generic Hypothesis and Global", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "Our current framework uses a simple definition of generic hypotheses and their instances. That is, if two rule hypotheses have the same CFG skeleton, then they are judged to be instances of the same generic hypotheses. As for lexical hypotheses, we use a set of fixed templates of lexical entries in order to acquire detailed knowledge like subcategorization frames. Features which are not included in the templates are ignored in the judgement of whether generic hypotheses are identical. The GP of a generic hypotheses is defined as being the probability of the event that at least one instance hypothesis recovers the true cause of a parsing failure, and it is computed by the following formula when a set of its instance hypotheses is identified.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Generic Hypothesis and Global", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "In the formula, HP is a generic hypothesis and HPi are its instances. n", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Generic Hypothesis and Global", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": ") = 1 -H(1 -LP(HPi)) i=1", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "GP(HP", |
| "sec_num": null |
| }, |
| { |
| "text": "The more instance hypotheses are generated, the closer to 1 GP(HP) becomes. If one of the instances is regarded to be recovering the true cause of a parsing failure, the GP of the generic hypothesis is assigned 1, because the hypothesis is indispensable to the analysis of the corpus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "GP(HP", |
| "sec_num": null |
| }, |
| { |
| "text": "The calculation of LP is carried out on each hypothesis graph based on the assumption that an instance hypothesis or a set of instance hypotheses which recovers the true cause(s) of the parsing failure should exist in the graph. This assumption means that the top node of a hypothesis graph is assigned 1 as its LP value.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Local Plausibility", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "The LP value assigned to a node is to be distributed to its daughter nodes by considering the GP values of the corresponding generic hypotheses. For example, the daughter nodes of an OR node, which constitute a set of competing hypotheses, receive their LP values which are dividents of the LP value of the mother node proportional to their GP values.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Local Plausibility", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "However, as GP is defined only for hypotheses, we first determine the GP values of all nodes in a hypothesis graph in a bottom-up manner, starting from the tip nodes of the graph to which instance hypotheses are attached. Therefore, [ Step 2] in the statistical analysis is further divided into the following three steps.", |
| "cite_spans": [ |
| { |
| "start": 233, |
| "end": 234, |
| "text": "[", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Local Plausibility", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "The GP value of an intermediate node is determined as follows (See Figure 3(a) ).", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 67, |
| "end": 78, |
| "text": "Figure 3(a)", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "[Step 2-1] Bottom-up Calculation of GP", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 The GP value of an OR node is computed by the following formula based on the GP values of the daughter nodes, which corresponds to the probability that at least one of the daughter nodes represents \"correct\" grammatical knowledge.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "[Step 2-1] Bottom-up Calculation of GP", |
| "sec_num": null |
| }, |
| { |
| "text": "m GP(OR) = 1 -H(1 -GP(Nodei)) i=1", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "[Step 2-1] Bottom-up Calculation of GP", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 The GP value of an AND node is computed by the following formula, which corresponds to the probability that all the daughter nodes represent \"correct\" grammatical knowledge. The nodes which have significantly smaller GP values than the highest one among the daughter nodes of the same mother OR node (less than one tenth, in our current implementation) will be removed from the hypothesis graph. For example, HP2 in Figure 3 was considered to be much less plausible than HP4 and removed from the graph.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 418, |
| "end": 426, |
| "text": "Figure 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "[Step 2-1] Bottom-up Calculation of GP", |
| "sec_num": null |
| }, |
| { |
| "text": "As a node in a hypothesis graph could have more than one mother nodes, the hypothesis deletion is realized by removing the link between the node representing the hypothesis and one of its mother OR nodes (not removing the node itself). For example, in Figure 3 , when HP4 is removed in comparison with HP2 or HP3, the link between HP4 and the OR node is removed, while the link between HP4 and the AND node still remains.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 252, |
| "end": 260, |
| "text": "Figure 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "[Step 2-1] Bottom-up Calculation of GP", |
| "sec_num": null |
| }, |
| { |
| "text": "The deletion of less viable nodes accelerates the convergence of the iterative process of computing GP and LP.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "[Step 2-1] Bottom-up Calculation of GP", |
| "sec_num": null |
| }, |
| { |
| "text": "[Step 2-3] Top-down Calculation of LP This step distributes the LP assigned to the top node (that is, 1) to the nodes below in a topdown way according to the following rules (See Figure 3(b) ).", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 179, |
| "end": 190, |
| "text": "Figure 3(b)", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "[Step 2-1] Bottom-up Calculation of GP", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 The LP value of an OR node is distributed to its daughter nodes proportional to their GP values so that the sum of their LP values is the same as that of the OR node because the daughter nodes of the same OR node represent mutually exclusive hypotheses.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "[Step 2-1] Bottom-up Calculation of GP", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 The LP value of an AND node is distributed to its daughter nodes with the same values.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "GP(Nodei) L \" LP(gode,) = ~.~.---~l ~ej) P(OR)", |
| "sec_num": null |
| }, |
| { |
| "text": "If a hypothesis has more than one mother nodes and its LP can be calculated through several paths, the sum of those is given to the hypothesis. For example, the value for HP4 in Figure 3 ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 178, |
| "end": 186, |
| "text": "Figure 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "LP(godei) = LP(AND)", |
| "sec_num": null |
| }, |
| { |
| "text": "The iterative calculation process is regarded to have converged if the GP values of all the generic hypotheses do not change in comparison with the previous cycle, but as it possibly takes a lot of time for the process to reach such a situation, we use an easier condition to stop the process. That is, we count the number of deleted instance hypotheses at each cycle and terminate the iteration when no instance hypothesis is deleted in a number of consecutive iterations. Actually, the process halts after 5 zerodeletion cycles in our current implementation. When the interative process terminates, the hypotheses with high GP values are presented as the final candidates of new knowledge to be added to the current version of grammar.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Halt Condition", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "In order to demonstrate how the HS works, we carried out a preliminary experiment with 1,000 sentences in the UNIX on-line manual (approximately one fifth of the whole manual). As the initial knowledge for the experiment, we prepared a grammar set which contains 120 rules covering English basic expressions and deliberately removed rules for participles in order to check whether the HS can discover adequate rules. The input data to the statistical process is a set of 5,906 instance hypotheses generated from 282 unsuccessfully parsed sentences. GP 1.000000 1.000000 1.000000 1.000000 1.000000 1.000000 1.000000 1.000000 1.000000 1.000000 1.000000 1.000000 1.000000 1.000000 1.000000 1.000000 1.000000 0.925960 0.913933 0.750000 0.683594 0.500000 0.336694 0.000000 0.000000 The statistical process removed 4,034 instance hypotheses and stopped after 63 cycles of the iterative computation of GP and LP. The instance hypotheses were grouped into 2,876 generic hypotheses and the GP values of 2,331 generic hypotheses were reduced to 0 by the hypothesis deletion. Table 1 is the list of \"correct\" hypotheses picked up from the whole list of generic hypotheses sorted by GP values. The hypothesis for participles, np => vp,np, is one of the 128 hypotheses whose GP values are 1. This table also shows that quite a few \"correct\" lexical hypotheses are in higher positions because lexical knowledge for unknown words is indispensable to the successful parsing of the corpus.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 1065, |
| "end": 1072, |
| "text": "Table 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Preliminary Experiment", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The distribution of \"correct\" hypotheses within the whole list is shown in Table 2 . The fact that \"correct\" hypotheses exist more in higher ranges supports our mechanism. Although some of the \"correct\" ones have zero GP values, they do not diminish our framework because most of them are the hypotheses treating participles as adjectives, which are the alternative hypotheses of np => vp,np.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 75, |
| "end": 82, |
| "text": "Table 2", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Generic", |
| "sec_num": null |
| }, |
| { |
| "text": "The parameter which we can adjust to select more plausible hypotheses is the threshold for the hypothesis deletion. Generally speaking, giving a higher threshold causes an increase of the number of deleted hypotheses and therefore accelerates the convergence of the iterative process. In the experiment, however, the use of one fifth as the threshold instead of one tenth did not bring a major difference. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Generic", |
| "sec_num": null |
| }, |
| { |
| "text": "The statistical analysis discussed in this paper is based on the assumption that types of linguistic knowledge to be acquired are:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "[1] Knowledge for syntactic constructions which is used frequently in the given sublanguage.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "[2] Lexical knowledge such as subcategorization frames and number properties, which is often idiosyncratic to the given sublanguage.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "[3] Knowledge which belongs neither to [1] nor to [2], but is indispensable to the given corpus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "[1] implies that knowledge for less frequent constructions can be ignored at the initial stage of linguistic knowledge customization. Such knowledge will be discovered after major defects of the current grammar are rectified, because the GP of a generic hypothesis is defined as being sensitive to the frequency of the hypothesis.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "[2] means that we assume that the set of initially provided grammar rules has a comprehensive coverage of English basic expressions. This assumption is reflected in the way of the initial estimation of LP values. Also note that only when this assumption is satisfied, can the HG produce a reasonable set of hypotheses. On the other hand, because of this assumption, our framework can learn structurally complex and linguistically meaningful lexical descriptions, like a subcategorization frame.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "[3] is reflected in the way of the computation of GP values. A generic hypothesis one of whose instances occurs as a single possible hypothesis that can recover a parsing failure will have the GP value of 1, even though its frequency is very low.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "The computation mechanism of GP and LP bears a resemblance to the EM algorithm (Dempster et al., 1977; Brown et al., 1993) , which iteratively computes maximum likelihood estimates from incomplete data. As the purpose of our statistical analysis is to choose \"correct\" hypotheses from a hypothesis set which contains unnatural hypotheses as well, our motivation is different from that of the EM algorithm. However, if we consider that the hypothesis deletion is maxmizing the plausibility of \"correct\" hypotheses, the computation procedures of both algorithms have a strong similarity.", |
| "cite_spans": [ |
| { |
| "start": 79, |
| "end": 102, |
| "text": "(Dempster et al., 1977;", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 103, |
| "end": 122, |
| "text": "Brown et al., 1993)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "The grammatical knowledge acquisition method proposed in this paper will be incorporated into the tool kit for linguistic knowledge customization which we are now developing. In the practical use of our method, a grammar maintainer will be shown a list of hypotheses with high GP values and renew the current version of grammatical knowledge. The renewed knowledge will be used in the next cycle of hypothesis generation and selection to achieve the gradual enlargement of linguistic knowledge.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "5" |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "We would like to thank our colleagues in UMIST who gave us many usuful comments. We also want to thank Mr Tsumura and Dr Kawakami of Matsushita, who allowed the first author to study at UMIST.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgements", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Automatic Acquisition of Subcategorization Frames from Untagged Text", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Michael", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Brent", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "Proc. of the 29st ACL meeting", |
| "volume": "", |
| "issue": "", |
| "pages": "209--214", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michael R. Brent. 1991. Automatic Acquisition of Subcategorization Frames from Untagged Text. In Proc. of the 29st ACL meeting, pages 209-214.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Generalized Probabilistic LR Parsing of Natural Language (Corpora) with Unification-Based Grammars", |
| "authors": [ |
| { |
| "first": "Ted", |
| "middle": [], |
| "last": "Briscoe", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Carroll", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Computational Linguistics", |
| "volume": "19", |
| "issue": "1", |
| "pages": "25--59", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ted Briscoe and John Carroll. 1993. General- ized Probabilistic LR Parsing of Natural Lan- guage (Corpora) with Unification-Based Gram- mars. Computational Linguistics, 19(1):25-59.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "The Mathematics of Statistical Machine Translation: Parameter Estimation. Computational Linguistics", |
| "authors": [ |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Peter", |
| "suffix": "" |
| }, |
| { |
| "first": "Stephen", |
| "middle": [ |
| "A Della" |
| ], |
| "last": "Brown", |
| "suffix": "" |
| }, |
| { |
| "first": "Vincent", |
| "middle": [ |
| "J" |
| ], |
| "last": "Pietra", |
| "suffix": "" |
| }, |
| { |
| "first": "Robert", |
| "middle": [ |
| "L" |
| ], |
| "last": "Della Pietra", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Mercer", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "", |
| "volume": "19", |
| "issue": "", |
| "pages": "263--311", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Peter F. Brown, Stephen A. Della Pietra, Vincent J. Della Pietra, and Robert L. Mercer. 1993. The Mathematics of Statistical Machine Translation: Parameter Estimation. Computational Linguis- tics, 19(2):263-311.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Using Statistics in Lexical Analysis", |
| "authors": [ |
| { |
| "first": "Kenneth", |
| "middle": [], |
| "last": "Church", |
| "suffix": "" |
| }, |
| { |
| "first": "William", |
| "middle": [], |
| "last": "Gale", |
| "suffix": "" |
| }, |
| { |
| "first": "Patrick", |
| "middle": [], |
| "last": "Hanks", |
| "suffix": "" |
| }, |
| { |
| "first": "Donald", |
| "middle": [], |
| "last": "Hindle", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "Lexical Acquisition: Exploiting On-Line Resources to Build a Lexicon", |
| "volume": "", |
| "issue": "", |
| "pages": "115--164", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kenneth Church, William Gale, Patrick Hanks, and Donald Hindle. 1991. Using Statistics in Lexi- cal Analysis. In Uri Zernik, editor, Lexical Acqui- sition: Exploiting On-Line Resources to Build a Lexicon, chapter 6, pages 115-164. Lawrence Erl- baum Associates.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Maximum Likelihood from Incomplete Data via the EM Algorithm", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [ |
| "P" |
| ], |
| "last": "Dempster", |
| "suffix": "" |
| }, |
| { |
| "first": "N", |
| "middle": [ |
| "M" |
| ], |
| "last": "Laird", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [ |
| "B" |
| ], |
| "last": "Rubin", |
| "suffix": "" |
| } |
| ], |
| "year": 1977, |
| "venue": "Journal of the Royal Statistical Society", |
| "volume": "39", |
| "issue": "B", |
| "pages": "1--38", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "A. P. Dempster, N. M. Laird, and D. B. Rubin. 1977. Maximum Likelihood from Incomplete Data via the EM Algorithm. Journal of the Royal Statisti- cal Society, 39(B):1-38.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "A Probabilistic Parsing Method for Sentence Disambiguation", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Fujisaki", |
| "suffix": "" |
| }, |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Jelinek", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Cocke", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Black", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Nishino", |
| "suffix": "" |
| } |
| ], |
| "year": 1989, |
| "venue": "Proc. of the Int. Workshop on Parsing Technologies", |
| "volume": "", |
| "issue": "", |
| "pages": "105--114", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "T. Fujisaki, F. Jelinek, J. Cocke, E. Black, and T. Nishino. 1989. A Probabilistic Parsing Method for Sentence Disambiguation. In Proc. of the Int. Workshop on Parsing Technologies, pages 105- 114. Carnegie-Mellon University.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Linguistic Knowledge Acquisition from Parsing Failures", |
| "authors": [ |
| { |
| "first": "Masaki", |
| "middle": [], |
| "last": "Kiyono", |
| "suffix": "" |
| }, |
| { |
| "first": "Jun'ichi", |
| "middle": [], |
| "last": "Tsujii", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "Proc. of EACL-93", |
| "volume": "", |
| "issue": "", |
| "pages": "222--231", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Masaki Kiyono and Jun'ichi Tsujii. 1993. Linguistic Knowledge Acquisition from Parsing Failures. In Proc. of EACL-93, pages 222-231.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Hypothesis Selection in Grammar Acquisition", |
| "authors": [ |
| { |
| "first": "Masaki", |
| "middle": [], |
| "last": "Kiyono", |
| "suffix": "" |
| }, |
| { |
| "first": "Jun'ichi", |
| "middle": [], |
| "last": "Tsujii", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Proc. of COLING-g4", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Masaki Kiyono and Jun'ichi Tsujii. 1994. Hypothe- sis Selection in Grammar Acquisition. In Proc. of COLING-g4.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "text": "Sentence: Failing students looked embarrassed.HPI: NP =~ VP, NP (\"failing students\") HP2: ADJ =\u00a2,[failing] HP3: VP ~ VP, VP (\"looked embarrassed\") HP4: ADV ~[embarrassed] HP5:N ~ [embarrassed] HP6: ADJ ~[embarrassed]", |
| "uris": null, |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF1": { |
| "text": "AND-OR Graph of Hypotheses 3Statistical Analysis", |
| "uris": null, |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF2": { |
| "text": "Step 4] Calculates LP values from GP values and GOT0 [Step 2].", |
| "uris": null, |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF3": { |
| "text": "Figure 3: Calculation of Local Plausibility", |
| "uris": null, |
| "num": null, |
| "type_str": "figure" |
| }, |
| "FIGREF5": { |
| "text": "is 0.56 + 0.38 = 0.94. As we discussed before, these newly computed LP values are used to compute the GP values at [Step 2] in the next cycle of iteration.", |
| "uris": null, |
| "num": null, |
| "type_str": "figure" |
| }, |
| "TABREF2": { |
| "type_str": "table", |
| "content": "<table/>", |
| "text": "", |
| "num": null, |
| "html": null |
| }, |
| "TABREF4": { |
| "type_str": "table", |
| "content": "<table/>", |
| "text": "Distribution of \"Correct\" Hypotheses", |
| "num": null, |
| "html": null |
| } |
| } |
| } |
| } |