| { |
| "paper_id": "P84-1005", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T08:20:10.692106Z" |
| }, |
| "title": "A STOCHASTIC APPROACH TO SENTENCE PARSING", |
| "authors": [ |
| { |
| "first": "Tetsunosuke", |
| "middle": [], |
| "last": "Fujisaki", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "IBM Japan, Ltd. No", |
| "location": { |
| "addrLine": "36 Kowa Building 5-19 Sanbancho, Chiyoda-ku Tokyo 102", |
| "country": "Japan" |
| } |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "A description will be given of a procedure to asslgn the most likely probabilitles to each of the rules of a given context-free grammar. The grammar developed by S. Kuno at Harvard University was picked as the basis and was successfully augmented with rule probabilities. A brief exposition of the method with some preliminary results, whenused as a device for disamblguatingparsing English texts picked from natural corpus, will be given.", |
| "pdf_parse": { |
| "paper_id": "P84-1005", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "A description will be given of a procedure to asslgn the most likely probabilitles to each of the rules of a given context-free grammar. The grammar developed by S. Kuno at Harvard University was picked as the basis and was successfully augmented with rule probabilities. A brief exposition of the method with some preliminary results, whenused as a device for disamblguatingparsing English texts picked from natural corpus, will be given.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "To prepare a grammar which can parse arbitrary sentances taken from a natural corpus is a difficult task. One of the most serious problems is the potentlally unbounded number of ambiguities. Pure syntactic analysis with an imprudent grammar will sometimes result in hundreds of parses.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Z. INTRODUCTION", |
| "sec_num": null |
| }, |
| { |
| "text": "With prepositional phrase attachments and conjunctions, for example, it is known that the actual growth of ambiguities can be approximated by a Catfan number [Knuth] , the number of ways to insert parentheses into a formula of M terms: 1, 2, 5, 14, 42, 132, 469, 1430, 4892, . .. The five ambiguities in the following sentence with three ambiguous constructions can be well explained wlth this number.", |
| "cite_spans": [ |
| { |
| "start": 158, |
| "end": 165, |
| "text": "[Knuth]", |
| "ref_id": null |
| }, |
| { |
| "start": 236, |
| "end": 276, |
| "text": "1, 2, 5, 14, 42, 132, 469, 1430, 4892, .", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Z. INTRODUCTION", |
| "sec_num": null |
| }, |
| { |
| "text": "[ I saw a man in a park with a scope.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Z. INTRODUCTION", |
| "sec_num": null |
| }, |
| { |
| "text": "[ I !", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Z. INTRODUCTION", |
| "sec_num": null |
| }, |
| { |
| "text": "This Catalan number is essentially exponentlal and [Martin] reported a syntactically amblguous sentence with 455 parses:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Z. INTRODUCTION", |
| "sec_num": null |
| }, |
| { |
| "text": "List the sales of products produced in 1973 I I with the products produced in 1972.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Z. INTRODUCTION", |
| "sec_num": null |
| }, |
| { |
| "text": "On the other hand, throughout the long history of natural language understanding work, semantic and pragmatic constraints are known to be indispensable and are recommended to be represented in some formal way and to be referred to during or after the syntactic analysis process.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "I", |
| "sec_num": null |
| }, |
| { |
| "text": "However, to represent semantic and pragmatic constraints, (which are usually domain sensitive) in a well-formed way is a very difficult and expensive task.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "I", |
| "sec_num": null |
| }, |
| { |
| "text": "A lot of effort in that direction has been expended, especially in Artificial Intelligence, using semantic networks, frame theory, etc. However, to our knowledge no one has ever succeeded in preparing them except in relatlvely small restricted domains. [Winograd, Sibuya] .", |
| "cite_spans": [ |
| { |
| "start": 253, |
| "end": 271, |
| "text": "[Winograd, Sibuya]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "I", |
| "sec_num": null |
| }, |
| { |
| "text": "Faced with this situation, we propose in this paper to use statistics as a device for reducing ambiguities. In other words, we propose a scheme for grammatical inference as defined by [Fu] , a stochastic augmentatlon of a given grammar; furthermore, we propose to use the resultant statistics as a device for semantic and pragmatic constraints. Wlthin this stochastic framework, semantic and pragmatic constraints are expected to be coded implicitly in the statistics. A simple bottom-up parse referring to the grammar rules as well as the statistics will assign relative probabilities among ambiguous derivations. And these relative probabilities should be useful for filtering meaningless garbage parses because high probabilities will be asslgned to the parse trees corresponding to meaningful interpretations and iow probabilities, hopefully 0.0, to other parse trees which are grammatlcally correct but are not meaningful.", |
| "cite_spans": [ |
| { |
| "start": 184, |
| "end": 188, |
| "text": "[Fu]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "I", |
| "sec_num": null |
| }, |
| { |
| "text": "Most importantly, stochastic augmentation of a grammar will be done automatically by feeding a set of sentences as samples from the relevant domain in which we are interested, while the preparation of semantic and pragmatic constraints in the form of usual semantic network, for example, should be done by human experts for each specific domain. This paper first introduces the basic ideas of automatic training process of statistics from given example sentences, and then shows how it works wit experimental results.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "I", |
| "sec_num": null |
| }, |
| { |
| "text": "Assume a Markov source model as a collectlon of states connected to one another by transitions which produce symbols from a finite alphabet. To each transition, t from a state s, is associated a probability q(s,t), which is the probability that t will be chosen next when s is reached.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A. Estimation of Markov Parameters for sample texts", |
| "sec_num": null |
| }, |
| { |
| "text": "When output sentences [B(i)} from this markov model are observed, we can estimate the transition proba-", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A. Estimation of Markov Parameters for sample texts", |
| "sec_num": null |
| }, |
| { |
| "text": "bilities {q(s,t)}", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A. Estimation of Markov Parameters for sample texts", |
| "sec_num": null |
| }, |
| { |
| "text": "through an iteration process in the following way:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A. Estimation of Markov Parameters for sample texts", |
| "sec_num": null |
| }, |
| { |
| "text": "i. Make an initial guess of {q(s,t]}.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A. Estimation of Markov Parameters for sample texts", |
| "sec_num": null |
| }, |
| { |
| "text": "Parse each output sentence B(1).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "2.", |
| "sec_num": null |
| }, |
| { |
| "text": "Let d(i,j) be a j-th derivation of the i-th output sentence B(i].", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "2.", |
| "sec_num": null |
| }, |
| { |
| "text": "Then the probability p|d(i,J}} of each derivation d{i,J] can be defined in the following way:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "4.", |
| "sec_num": null |
| }, |
| { |
| "text": "p{d|i,j}} is the product of probability of all the transitions q{s,~) which contribute to that derivation d(~,~).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "4.", |
| "sec_num": null |
| }, |
| { |
| "text": "From this p(d(i,~}), the Bayes a posterlori estimate of the count c{s,t,i,j), how many times the transition t from state $ is used on the derivation d[i,J}, can be estimated as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "4.", |
| "sec_num": null |
| }, |
| { |
| "text": "5. n(s,t,i,j) x p(d(i,j)) c(s,t,i,j) = ~-p(d(i,j)) J", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "4.", |
| "sec_num": null |
| }, |
| { |
| "text": "where n{s,t,i,~} is a number of times the transition t from state s is used in the derivation d{i,j}.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "4.", |
| "sec_num": null |
| }, |
| { |
| "text": "Obviously, c{s,t,i,~} becomes nfs,t,i,J} in an unambiguous case.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "4.", |
| "sec_num": null |
| }, |
| { |
| "text": "From this ={a,t,l,j}, new estimate of the probabillties @{$,t} can be calculated.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "4.", |
| "sec_num": null |
| }, |
| { |
| "text": "~-~ c(s,t,i,j) \u00a3j f(s,t) = Y-Y-Y-c(s,t,\u00a3,j) ijt 6.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "4.", |
| "sec_num": null |
| }, |
| { |
| "text": "Replace {qfs, t}} with this new estimate {@{s,t}} and repeat from step 2.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "4.", |
| "sec_num": null |
| }, |
| { |
| "text": "Through this process, asymptotic convergence will hold in the entropy of {q{$,t]} which is defined as:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "4.", |
| "sec_num": null |
| }, |
| { |
| "text": "Zntoropy = ~-~ -q(s,t)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "4.", |
| "sec_num": null |
| }, |
| { |
| "text": "xlog(q(s,t)) st and the {q(s,t)) will approach the real transition probability [Baum-1970~1792] .", |
| "cite_spans": [ |
| { |
| "start": 79, |
| "end": 95, |
| "text": "[Baum-1970~1792]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "4.", |
| "sec_num": null |
| }, |
| { |
| "text": "Further optimized versions of this algorlthm can be found in [Bahl-1983] and have been successfully used for estimating parameters of various Markov models which approximate speech processes [Bahl -1978 [Bahl - , 1980 ].", |
| "cite_spans": [ |
| { |
| "start": 61, |
| "end": 72, |
| "text": "[Bahl-1983]", |
| "ref_id": null |
| }, |
| { |
| "start": 191, |
| "end": 202, |
| "text": "[Bahl -1978", |
| "ref_id": null |
| }, |
| { |
| "start": 203, |
| "end": 217, |
| "text": "[Bahl - , 1980", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "4.", |
| "sec_num": null |
| }, |
| { |
| "text": "This procedure for automatically estimating Markov source parameters can easily be extended to context-free grammars in the following manner.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "B. Extension to context-free grammar\"", |
| "sec_num": null |
| }, |
| { |
| "text": "Assume that each state in the Markov model corresponds to a possible sentential form based on a given context-free grammar.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "B. Extension to context-free grammar\"", |
| "sec_num": null |
| }, |
| { |
| "text": "Then each transition corresponds to the application of a context-free production rule to the previous state, i.e. previous sentential form.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "B. Extension to context-free grammar\"", |
| "sec_num": null |
| }, |
| { |
| "text": "For example, the state NP. VP can be reached from the state S by applying a rule S->NP VP, the state ART. NOUN. VP can be reached from the state NP. VP by applying the rule NP->ART NOUN to the first NP of the state NP. VP, and so on.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "B. Extension to context-free grammar\"", |
| "sec_num": null |
| }, |
| { |
| "text": "Since the derivations correspond to sequences of state transitions among the states defined above, parsin E over the set of sentences given as training data will enable us to count how many times each transition is fired from the given sample sentences. For example, transitions from the state S to the state NP. VP may occur for almost every sentence because the correspondin E rule, 'S->NP VP', must be used to derive the most frequent declarative sentences; the transition from state ART. NOUN. VP to the stats 'every'.NOUN. VP may happen 103 times; etc. If we associate each grammar rule with an a priori probabillty as an initial guess, then the Bayes a posteriorl estimate of the number of times each transition will be traversed can be calculated from the initial probabilities and the actual counts observed as described above.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "B. Extension to context-free grammar\"", |
| "sec_num": null |
| }, |
| { |
| "text": "Since each production is expected to occur independently of the context, the new estimate of the probabillty for a rule will be calculated at each iteration step by masking the contexts.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "B. Extension to context-free grammar\"", |
| "sec_num": null |
| }, |
| { |
| "text": "That is, the Bayes estimate counts from all of the transitions which correspond to a single context free rule; all transitions between states llke xxx. A. yyy and xxx. B.C. yyy correspond to the production rule 'A->B C' regardless of the contents of xxx and yyy; are tied together to get the new probability estimate of the corresponding rule.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "B. Extension to context-free grammar\"", |
| "sec_num": null |
| }, |
| { |
| "text": "Renewing the probabilities of the rules with new estimates, the same steps will be repeated until they converge.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "B. Extension to context-free grammar\"", |
| "sec_num": null |
| }, |
| { |
| "text": "As the basis of this research, the grammar developed by Prof. S. Kuno in the 1960's for the machine translation project at Harvard University [Ktmo-1963 [Ktmo- , 1966 was chosen, with few modifications. The set of grammar specifications in that grammar, whlchare in Greibach normal form, were translated into a form which is favorable to our method. 2118 rules of the original rules were rewrlttenas 5241 rules in Chomsky normal form.", |
| "cite_spans": [ |
| { |
| "start": 142, |
| "end": 152, |
| "text": "[Ktmo-1963", |
| "ref_id": null |
| }, |
| { |
| "start": 153, |
| "end": 166, |
| "text": "[Ktmo- , 1966", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A. Base Grammar", |
| "sec_num": null |
| }, |
| { |
| "text": "A bottom-up context-free parser based on Cocke-Kasami-Yotmg algorithm was developed especially for this purpose.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "B. Parser", |
| "sec_num": null |
| }, |
| { |
| "text": "Special emphasis was put on the design of the parser to get better performance in highly ambiguous cases.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "B. Parser", |
| "sec_num": null |
| }, |
| { |
| "text": "That is, alternative-links, the dotted llnk shown in the figure below, are introduced to reduce the number of intermediate substructure as far as possible.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "B. Parser", |
| "sec_num": null |
| }, |
| { |
| "text": "A/P Training sentences were selected from the magazines, 31 articles from Reader's Digest and Datamation, and from IBM correspondence. Among 5528 selected sentences from the magazine articles, 3582 sentences were successfully parsed with 0.89 seconds of CPU time ( IBM 3033-UP ) and with 48.5 ambiguities per a sentence.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "B. Parser", |
| "sec_num": null |
| }, |
| { |
| "text": "The average word lengths were 10.85 words from this corpus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "B. Parser", |
| "sec_num": null |
| }, |
| { |
| "text": "From the corpus of IBM correspondence, 1001 sentences, 12.65 words in length in average, were chosen end 624 sentences were successfully parsed with --average of 13.5 ambiguities.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "B. Parser", |
| "sec_num": null |
| }, |
| { |
| "text": "After a certain number of iterations, probabilities were successfully associated to all of the grammar rules and the lexlcal rules as shown below: In the above llst, (a) means that \"HELP\" will be generated from part-of-speech \"IT4\" with the probability 0.98788, and (b) means that \"SEE\" will be generated from part-of-speech \"IT4\" with the probability 0.00931. (c) means that the non-terminal \"SE (sentence)\" will generate the sequence, \"PRN (pronoun)\", \"VX (predicate)\" and \"PD (period or post sententlal modifiers followed by period)\" with the probability 0.28754. (d) means that \"SE\" will generate the sequence, \"AAA(artlcle, adjective, etc.)\" , \"4X (subject noun phrase)\", \"VX\" and \"PD\" with the probability 0.25530. The remaining lines are to be interpreted similarly. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "D. Resultant Stochastic Context-free Grammar", |
| "sec_num": null |
| }, |
| { |
| "text": "* IT4", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "D. Resultant Stochastic Context-free Grammar", |
| "sec_num": null |
| }, |
| { |
| "text": "PRD w !", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "D. Resultant Stochastic Context-free Grammar", |
| "sec_num": null |
| }, |
| { |
| "text": "This example shows that the sentence 'We do not utilize outside art services directly.' was parsed in three different ways. The differences are shown as the difference of the sub-trees identified by A, B and C in the figure.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "D. Resultant Stochastic Context-free Grammar", |
| "sec_num": null |
| }, |
| { |
| "text": "The numbers following the identifiers are the relative probabilities. As shown in this case, the correct parse, the third one, got the highest relatlve probability, as was expected.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "D. Resultant Stochastic Context-free Grammar", |
| "sec_num": null |
| }, |
| { |
| "text": "63 ambiguous sentences from magazine corpus and 21 ambiguous sentences from IBM correspondence were chosen at random from the sample sentences and their parse trees with probabilities were manually examined as shown in the ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "F. Result", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 947", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "18", |
| "sec_num": null |
| }, |
| { |
| "text": "Taking into consideration that the grammar is not tailored for this experiment in any way, the result is quite satisfactory.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "18", |
| "sec_num": null |
| }, |
| { |
| "text": "The only erroneous case of the IBM corpus is due to a grammar problem. That is, in this grammar, such modifier phrases as TO-infinltives, prepositional phrases, adverbials, etc. after the main verb will be derived from the 'end marker' of the sentence, i.e. period, rather then from the relevant constituent being modified.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "18", |
| "sec_num": null |
| }, |
| { |
| "text": "The parse tree in the previous figure is a typical example, that is, the adverb 'DIRECTLY' is derived from the 'PERIOD' rather then from the verb 'UTILIZE '. This simplified handling of dependencies will not keep information between modifying and modified phrases end as a result, will cause problems where the dependencies have crucial roles in the analysis. This error occurred in a sentenoe ' ... is going ~o work out', where the two interpretations for the phrase '%o work' exist:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "18", |
| "sec_num": null |
| }, |
| { |
| "text": "'~0 work' modifies 'period' as:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "18", |
| "sec_num": null |
| }, |
| { |
| "text": "Ignoring the relationship to the previous context 'Is going', the second interpretation got the higher probability because prepositionalphrases occur more frequently then TO-infinltivephrases if the context is not taken into account.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A TO-infinitlve phrase 2. A prepositional phrase", |
| "sec_num": "1." |
| }, |
| { |
| "text": "The result from the trials suggests the strong potential of this method. And this also suggests some application possibility of this method such as: refining, minimizing, and optimizing a given context-free grammar.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "IV. CONCLUSION", |
| "sec_num": null |
| }, |
| { |
| "text": "It will be also useful for giving a dlsamblguation capability to a given ambiguous context-free grammar.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "IV. CONCLUSION", |
| "sec_num": null |
| }, |
| { |
| "text": "In this experiment, an existing grammar was picked with few modlflcatlons, therefore, only statistics due to the syntactic differences' of the sub-strut-tured units were gathered.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "IV. CONCLUSION", |
| "sec_num": null |
| }, |
| { |
| "text": "Applying this method to the collection of statistics which relate more to sementlcs should be investigated as the next step of this project\u2022 Introduction into the grammar of a dependency relationship among sub-structured units, semantically categorized parts-of-speech, head word inheritance among sub-structured units, etc. might be essential for this purpose.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "IV. CONCLUSION", |
| "sec_num": null |
| }, |
| { |
| "text": "More investigation should be done on this direction.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "IV. CONCLUSION", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "This work was carried out when the author was in the Computer Science Department of the IBM Thomas J. Watson Research Center. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "ACKNOWLEDGEMENTS", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 Bahl,L. ,Jelinek,F. , end Mercer,R. ,A Maximum Likelihood Approarch to Continuous Speech Recognition,Vol. PAMI-5,No. 2, IEEE Trans. Pattern Analysis end Machine Intelligence,1983 \u2022 Bahl,L. ,et. al. ,Automatic ", |
| "cite_spans": [ |
| { |
| "start": 108, |
| "end": 210, |
| "text": "PAMI-5,No. 2, IEEE Trans. Pattern Analysis end Machine Intelligence,1983 \u2022 Bahl,L. ,et. al. ,Automatic", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "VIZ. REFERENCES", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": {}, |
| "ref_entries": {} |
| } |
| } |