| { |
| "paper_id": "D07-1012", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T16:18:55.083363Z" |
| }, |
| "title": "A Comparative Evaluation of Deep and Shallow Approaches to the Automatic Detection of Common Grammatical Errors", |
| "authors": [ |
| { |
| "first": "Joachim", |
| "middle": [], |
| "last": "Wagner", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Dublin City University", |
| "location": { |
| "settlement": "Dublin 9", |
| "country": "Ireland" |
| } |
| }, |
| "email": "jwagner@computing.dcu.ie" |
| }, |
| { |
| "first": "Jennifer", |
| "middle": [], |
| "last": "Foster", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Dublin City University", |
| "location": { |
| "settlement": "Dublin 9", |
| "country": "Ireland" |
| } |
| }, |
| "email": "jfoster@computing.dcu.ie" |
| }, |
| { |
| "first": "Josef", |
| "middle": [], |
| "last": "Van Genabith", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Dublin City University", |
| "location": { |
| "settlement": "Dublin 9", |
| "country": "Ireland" |
| } |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "This paper compares a deep and a shallow processing approach to the problem of classifying a sentence as grammatically wellformed or ill-formed. The deep processing approach uses the XLE LFG parser and English grammar: two versions are presented, one which uses the XLE directly to perform the classification, and another one which uses a decision tree trained on features consisting of the XLE's output statistics. The shallow processing approach predicts grammaticality based on n-gram frequency statistics: we present two versions, one which uses frequency thresholds and one which uses a decision tree trained on the frequencies of the rarest n-grams in the input sentence. We find that the use of a decision tree improves on the basic approach only for the deep parser-based approach. We also show that combining both the shallow and deep decision tree features is effective. Our evaluation is carried out using a large test set of grammatical and ungrammatical sentences. The ungrammatical test set is generated automatically by inserting grammatical errors into well-formed BNC sentences.", |
| "pdf_parse": { |
| "paper_id": "D07-1012", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "This paper compares a deep and a shallow processing approach to the problem of classifying a sentence as grammatically wellformed or ill-formed. The deep processing approach uses the XLE LFG parser and English grammar: two versions are presented, one which uses the XLE directly to perform the classification, and another one which uses a decision tree trained on features consisting of the XLE's output statistics. The shallow processing approach predicts grammaticality based on n-gram frequency statistics: we present two versions, one which uses frequency thresholds and one which uses a decision tree trained on the frequencies of the rarest n-grams in the input sentence. We find that the use of a decision tree improves on the basic approach only for the deep parser-based approach. We also show that combining both the shallow and deep decision tree features is effective. Our evaluation is carried out using a large test set of grammatical and ungrammatical sentences. The ungrammatical test set is generated automatically by inserting grammatical errors into well-formed BNC sentences.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "This paper is concerned with the task of predicting whether a sentence contains a grammatical error. An accurate method for carrying out automatic grammaticality judgements has uses in the areas of computer-assisted language learning and grammar checking. Comparative evaluation of existing error detection approaches has been hampered by a lack of large and commonly used evaluation error corpora. We attempt to overcome this by automatically creating a large error corpus, containing four different types of frequently occurring grammatical errors. We use this corpus to evaluate the performance of two approaches to the task of automatic error detection. One approach uses low-level detection techniques based on POS n-grams. The other approach is a novel parser-based method which employs deep linguistic processing to discriminate grammatical input from ungrammatical. For both approaches, we implement a basic solution, and then attempt to improve upon this solution using a decision tree classifier. We show that combining both methods improves upon the individual methods. N-gram-based approaches to the problem of error detection have been proposed and implemented in various forms by Atwell(1987) , Bigert and Knutsson (2002) , and Chodorow and Leacock (2000) amongst others. Existing approaches are hard to compare since they are evaluated on different test sets which vary in size and error density. Furthermore, most of these approaches concentrate on one type of grammatical error only, namely, context-sensitive or realword spelling errors. We implement a vanilla ngram-based approach which is tested on a very large test set containing four different types of error.", |
| "cite_spans": [ |
| { |
| "start": 1194, |
| "end": 1206, |
| "text": "Atwell(1987)", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 1209, |
| "end": 1235, |
| "text": "Bigert and Knutsson (2002)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 1242, |
| "end": 1269, |
| "text": "Chodorow and Leacock (2000)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The idea behind the parser-based approach to error detection is to use a broad-coverage hand-crafted precision grammar to detect ungrammatical sen-tences. This approach exploits the fact that a precision grammar is designed, in the traditional generative grammar sense (Chomsky, 1957) , to distinguish grammatical sentences from ungrammatical sentences. This is in contrast to treebank-based grammars which tend to massively overgenerate and do not generally aim to discriminate between the two. In order for our approach to work, the coverage of the precision grammars must be broad enough to parse a large corpus of grammatical sentences, and for this reason, we choose the XLE (Maxwell and Kaplan, 1996) , an efficient and robust parsing system for Lexical Functional Grammar (LFG) (Kaplan and Bresnan, 1982) and the ParGram English grammar (Butt et al., 2002) for our experiments. This system employs robustness techniques, some borrowed from Optimality Theory (OT) (Prince and Smolensky, 1993) , to parse extra-grammatical input (Frank et al., 1998) , but crucially still distinguishes between optimal and suboptimal solutions.", |
| "cite_spans": [ |
| { |
| "start": 269, |
| "end": 284, |
| "text": "(Chomsky, 1957)", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 680, |
| "end": 706, |
| "text": "(Maxwell and Kaplan, 1996)", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 785, |
| "end": 811, |
| "text": "(Kaplan and Bresnan, 1982)", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 844, |
| "end": 863, |
| "text": "(Butt et al., 2002)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 970, |
| "end": 998, |
| "text": "(Prince and Smolensky, 1993)", |
| "ref_id": "BIBREF26" |
| }, |
| { |
| "start": 1034, |
| "end": 1054, |
| "text": "(Frank et al., 1998)", |
| "ref_id": "BIBREF16" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The evaluation corpus is a subset of an ungrammatical version of the British National Corpus (BNC), a 100 million word balanced corpus of British English (Burnard, 2000) . This corpus is obtained by automatically inserting grammatical errors into the original BNC sentences based on an analysis of a manually compiled \"real\" error corpus.", |
| "cite_spans": [ |
| { |
| "start": 154, |
| "end": 169, |
| "text": "(Burnard, 2000)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "This paper makes the following contributions to the task of automatic error detection: 1. A novel deep processing XLE-based approach 2. An effective and novel application of decision tree machine learning to both shallow and deep approaches 3. A novel combination of deep and shallow processing", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "4. An evaluation of an n-gram-based approach on a wider variety of errors than has previously been carried out", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The paper is organised as follows: in Section 2, we describe previous approaches to the problem of error detection; in Section 3, a description of the error corpus used in our evaluation experiments is presented, and in Section 4, the two approaches to error detection are presented, evaluated, combined and compared. Section 5 provides a summary and suggestions for future work.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A large evaluation error corpus", |
| "sec_num": "5." |
| }, |
| { |
| "text": "A precision grammar is a formal grammar designed to distinguish ungrammatical from grammatical sentences. This is in contrast to large treebank-induced grammars which often accept ungrammatical input (Charniak, 1996) . While high coverage is required, it is difficult to increase coverage without also increasing the amount of ungrammatical sentences that are accepted as grammatical by the grammar. Most publications in grammar-based automatic error detection focus on locating and categorising errors and giving feedback. Existing grammars are re-used (Vandeventer Faltin, 2003) , or grammars of limited size are developed from scratch (Reuer, 2003) .", |
| "cite_spans": [ |
| { |
| "start": 200, |
| "end": 216, |
| "text": "(Charniak, 1996)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 554, |
| "end": 580, |
| "text": "(Vandeventer Faltin, 2003)", |
| "ref_id": "BIBREF30" |
| }, |
| { |
| "start": 638, |
| "end": 651, |
| "text": "(Reuer, 2003)", |
| "ref_id": "BIBREF27" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Precision Grammars", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The ParGram English LFG is a hand-crafted broad-coverage grammar developed over several years with the XLE platform (Butt et al., 2002) . The XLE parser uses OT to resolve ambiguities (Prince and Smolensky, 1993) . Grammar constraints resulting in rare constructions can be marked as \"dispreferred\" and constraints resulting in common ungrammatical constructions can be marked as \"ungrammatical\". The use of constraint ordering and marking increases the robustness of the grammar, while maintaining the grammatical / ungrammatical distinction (Frank et al., 1998) . The English Resource Grammar (ERG) is a precision Head-Driven Phrase Structure Grammar (HPSG) of English (Copestake and Flickinger, 2000; Pollard and Sag, 1994) . Its coverage is not as broad as the XLE English grammar. propose a method to identify gaps in the grammar. Blunsom and Baldwin (2006) report ongoing development.", |
| "cite_spans": [ |
| { |
| "start": 116, |
| "end": 135, |
| "text": "(Butt et al., 2002)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 184, |
| "end": 212, |
| "text": "(Prince and Smolensky, 1993)", |
| "ref_id": "BIBREF26" |
| }, |
| { |
| "start": 543, |
| "end": 563, |
| "text": "(Frank et al., 1998)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 671, |
| "end": 703, |
| "text": "(Copestake and Flickinger, 2000;", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 704, |
| "end": 726, |
| "text": "Pollard and Sag, 1994)", |
| "ref_id": "BIBREF25" |
| }, |
| { |
| "start": 836, |
| "end": 862, |
| "text": "Blunsom and Baldwin (2006)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Precision Grammars", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "There has been previous work using the ERG and the XLE grammars in the area of computer-assisted language learning. use a version of the ERG containing mal-rules to parse illformed sentences from the SST corpus of Japanese learner English (Emi et al., 2004) . They then use the semantic representations of the ill-formed input to generate well-formed corrections. Khader et al. (2004) study whether the ParGram English LFG can be used for computer-assisted language learning by adding additional OT marks for ungrammatical constructions observed in a learner corpus. However, the evaluation is preliminary, on only 50 test items.", |
| "cite_spans": [ |
| { |
| "start": 239, |
| "end": 257, |
| "text": "(Emi et al., 2004)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Precision Grammars", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Most shallow approaches to grammar error detection originate from the area of real-word spelling error correction. A real-word spelling error is a spelling or typing error which results in a token which is another valid word of the language in question.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "N-gram Methods", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "The (to our knowledge) oldest work in this area is that of Atwell (1987) who uses a POS tagger to flag POS bigrams that are unlikely according to a reference corpus. While he speculates that the bigram frequency should be compared to how often the same POS bigram is involved in errors in an error corpus, the proposed system uses the raw frequency with an empirically established threshold to decide whether a bigram indicates an error. In the same paper, a completely different approach is presented that uses the same POS tagger to consider spelling variants that have a different POS. In the example sentence I am very hit the POS of the spelling variant hot/JJ is added to the list NN-VB-VBD-VBN of possible POS tags of hit. If the POS tagger chooses hit/JJ, the word is flagged and the correction hot is proposed to the user. Unlike most n-gram-based approaches, Atwell's work aims to detect grammar errors in general and not just real-word spelling errors. However, a complete evaluation is missing.", |
| "cite_spans": [ |
| { |
| "start": 59, |
| "end": 72, |
| "text": "Atwell (1987)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "N-gram Methods", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "The idea of disambiguating between the elements of confusion sets is related to word sense disambiguation. Golding (1995) builds a classifier based on a rich set of context features. Mays et al. (1991) apply the noisy channel model to the disambiguation problem. For each candidate correction S \u2032 of the input S the probability P (S \u2032 )P (S|S \u2032 ) is calculated and the most likely correction selected. This method is re-evaluated by Wilcox-O'Hearn et al. (2006) on WSJ data with artificial real-word spelling errors. Bigert and Knutsson (2002) extend upon a basic n-gram approach by attempting to match n-grams of low frequency with similar n-grams in order to reduce overflagging. Furthermore, n-grams crossing clause boundaries are not flagged and the similarity measure is adapted in the case of phrase boundaries that usually result in low frequency n-grams. Chodorow and Leacock (2000) use a mutual in-formation measure in addition to raw frequency of ngrams. Apart from this, their ALEK system employs other extensions to the basic approach, for example frequency counts from both generic and wordspecific corpora are used in the measures. It is not reported how much each of these contribute to the overall performance. Rather than trying to implement all of the previous n-gram approaches, we implement the basic approach which uses rare n-grams to predict grammaticality. This property is shared by all previous shallow approaches. We also test our approach on a wider class of grammatical errors.", |
| "cite_spans": [ |
| { |
| "start": 183, |
| "end": 201, |
| "text": "Mays et al. (1991)", |
| "ref_id": "BIBREF23" |
| }, |
| { |
| "start": 433, |
| "end": 461, |
| "text": "Wilcox-O'Hearn et al. (2006)", |
| "ref_id": "BIBREF31" |
| }, |
| { |
| "start": 517, |
| "end": 543, |
| "text": "Bigert and Knutsson (2002)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 863, |
| "end": 890, |
| "text": "Chodorow and Leacock (2000)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "N-gram Methods", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "In this section, we discuss the notion of an artificial error corpus (Section 3.1), define the type of ungrammatical language we are dealing with (Section 3.2), and describe our procedure for creating a large artificial error corpus derived from the BNC (Section 3.3).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Ungrammatical Data", |
| "sec_num": "3" |
| }, |
| { |
| "text": "In order to meaningfully evaluate a shallow versus deep approach to automatic error detection, a large test set of ungrammatical sentences is needed. A corpus of ungrammatical sentences can take the form of a learner corpus (Granger, 1993; Emi et al., 2004) , i. e. a corpus of sentences produced by language learners, or it can take the form of a more general error corpus comprising sentences which are not necessarily produced in a language-learning context and which contain competence and performance errors produced by native and non-native speakers of the language (Becker et al., 1999; Foster and Vogel, 2004; Foster, 2005) . For both types of error corpus, it is not enough to collect a large set of sentences which are likely to contain an error -it is also necessary to examine each sentence in order to determine whether an error has actually occurred, and, if it has, to note the nature of the error. Thus, like the creation of a treebank, the creation of a corpus of ungrammatical sentences requires time and linguistic knowledge, and is by no means a trivial task.", |
| "cite_spans": [ |
| { |
| "start": 224, |
| "end": 239, |
| "text": "(Granger, 1993;", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 240, |
| "end": 257, |
| "text": "Emi et al., 2004)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 572, |
| "end": 593, |
| "text": "(Becker et al., 1999;", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 594, |
| "end": 617, |
| "text": "Foster and Vogel, 2004;", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 618, |
| "end": 631, |
| "text": "Foster, 2005)", |
| "ref_id": "BIBREF15" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "An Artificial Error Corpus", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "A corpus of ungrammatical sentences which is large enough to be useful can be created automatically by inserting, deleting or replacing words in grammatical sentences. These transformations should be linguistically realistic and should, therefore, be based on an analysis of naturally produced grammatical errors. Automatically generated error corpora have been used before in natural language processing. Bigert (2004) and Wilcox-O'Hearn et al. (2006) , for example, automatically introduce spelling errors into texts. Here, we generate a large error corpus by automatically inserting four different kinds of grammatical errors into BNC sentences.", |
| "cite_spans": [ |
| { |
| "start": 406, |
| "end": 419, |
| "text": "Bigert (2004)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 424, |
| "end": 452, |
| "text": "Wilcox-O'Hearn et al. (2006)", |
| "ref_id": "BIBREF31" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "An Artificial Error Corpus", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Following Foster 2005, we define a sentence to be ungrammatical if all the words in the sentence are well-formed words of the language in question, but the sentence contains one or more error. This error can take the form of a performance slip which can occur due to carelessness or tiredness, or a competence error which occurs due to a lack of knowledge of a particular construction. This definition includes real-word spelling errors and excludes nonword spelling errors. It also excludes the abbreviated informal language used in electronic communication. Using the above definition as a guideline, a 20,000 word corpus of ungrammatical English sentences was collected from a variety of written texts including newspapers, academic papers, emails and website forums (Foster and Vogel, 2004; Foster, 2005) . The errors in the corpus were carefully analysed and classified in terms of how they might be corrected using the three word-level correction operators: insert, delete and substitute. The following frequency ordering of the three word-level correction operators was found: Stemberger (1982) reports the same ordering of the substitution, deletion and insertion correction operators in a study of native speaker spoken language slips. Among the grammatical errors which can be corrected by substituting one word for another, the most common errors are real-word spelling errors and agreement errors. In fact, 72% of all errors fall into one of the following four classes:", |
| "cite_spans": [ |
| { |
| "start": 770, |
| "end": 794, |
| "text": "(Foster and Vogel, 2004;", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 795, |
| "end": 808, |
| "text": "Foster, 2005)", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 1084, |
| "end": 1101, |
| "text": "Stemberger (1982)", |
| "ref_id": "BIBREF29" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Commonly Produced Grammatical Errors", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "substitute (48%) > insert (24%) > delete (17%) > combination (11%)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Commonly Produced Grammatical Errors", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "What are the subjects? > What the subjects?", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "missing word errors:", |
| "sec_num": "1." |
| }, |
| { |
| "text": "2. extra word errors:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "missing word errors:", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Was that in the summer? > Was that in the summer in?", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "missing word errors:", |
| "sec_num": "1." |
| }, |
| { |
| "text": "3. real-word spelling errors: She could not comprehend. > She could no comprehend.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "missing word errors:", |
| "sec_num": "1." |
| }, |
| { |
| "text": "She steered Melissa round a corner. > She steered Melissa round a corners.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "agreement errors:", |
| "sec_num": "4." |
| }, |
| { |
| "text": "A similar classification was adopted by Nicholls (1999) , having analysed the errors in a learner corpus. Our research is currently limited to the four error types given above, i. e. missing word errors, extra word errors, real-word spelling errors and agreements errors. However, it is possible for it to be extended to handle a wider class of errors.", |
| "cite_spans": [ |
| { |
| "start": 40, |
| "end": 55, |
| "text": "Nicholls (1999)", |
| "ref_id": "BIBREF24" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "agreement errors:", |
| "sec_num": "4." |
| }, |
| { |
| "text": "The error creation procedure takes as input a partof-speech-tagged corpus of sentences which are assumed to be well-formed, and outputs a corpus of ungrammatical sentences. The automatically introduced errors take the form of the four most common error types found in the manually created corpus, i. e. missing word errors, extra word errors, realword spelling errors and agreement errors. For each sentence in the original tagged corpus, an attempt is made to automatically produce four ungrammatical sentences, one for each of the four error types. Thus, the output of the error creation procedure is, in fact, four error corpora.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Automatic Error Creation", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "In the manually created error corpus of Foster (2005) , missing word errors are classified based on the part-of-speech (POS) of the missing word. 98% of the missing parts-of-speech come from the following list (the frequency distribution in the error corpus is given in brackets):", |
| "cite_spans": [ |
| { |
| "start": 40, |
| "end": 53, |
| "text": "Foster (2005)", |
| "ref_id": "BIBREF15" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Missing Word Errors", |
| "sec_num": "3.3.1" |
| }, |
| { |
| "text": "det (28%) > verb (23%) > prep (21%) > pro (10%) > noun (7%) > \"to\" (7%) > conj (2%)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Missing Word Errors", |
| "sec_num": "3.3.1" |
| }, |
| { |
| "text": "We use this information when introducing missing word errors into the BNC sentences. For each sentence, all words with the above POS tags are noted. One of these is selected and deleted. The above frequency ordering is respected so that, for example, missing determiner errors are produced more often than missing pronoun errors. No ungrammatical sentence is produced if the original sentence contains just one word or if the sentence contains no words with parts-of-speech in the above list.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Missing Word Errors", |
| "sec_num": "3.3.1" |
| }, |
| { |
| "text": "We introduce extra word errors in the following three ways:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Extra Word Errors", |
| "sec_num": "3.3.2" |
| }, |
| { |
| "text": "1. Random duplication of any token within a sentence: That's the way we we learn here.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Extra Word Errors", |
| "sec_num": "3.3.2" |
| }, |
| { |
| "text": "2. Random duplication of any POS within a sentence: There it he was.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Extra Word Errors", |
| "sec_num": "3.3.2" |
| }, |
| { |
| "text": "3. Random insertion of an arbitrary token into the sentence: Joanna drew as a long breadth.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Extra Word Errors", |
| "sec_num": "3.3.2" |
| }, |
| { |
| "text": "Apart from the case of duplicate tokens, the extra words are selected from a list of tagged words compiled from a random subset of the BNC. Again, our procedure for inserting extra words is based on the analysis of extra word errors in the 20,000 word error corpus of Foster (2005) .", |
| "cite_spans": [ |
| { |
| "start": 268, |
| "end": 281, |
| "text": "Foster (2005)", |
| "ref_id": "BIBREF15" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Extra Word Errors", |
| "sec_num": "3.3.2" |
| }, |
| { |
| "text": "We classify an error as a real-word spelling error if it can be corrected by replacing the erroneous word with another word with a Levenshtein distance of one from the erroneous word, e.g. the and they. Based on the analysis of the manually created error corpus (Foster, 2005) , we compile a list of common English real-word spelling error word pairs. For each BNC sentence, the error creation procedure records all tokens in the sentence which appear as one half of one of these word pairs. One token is selected at random and replaced by the other half of the pair. The list of common real-word spelling error pairs contains such frequently occurring words as is and a, and the procedure therefore produces an ill-formed sentence for most input sentences.", |
| "cite_spans": [ |
| { |
| "start": 262, |
| "end": 276, |
| "text": "(Foster, 2005)", |
| "ref_id": "BIBREF15" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Real-Word Spelling Errors", |
| "sec_num": "3.3.3" |
| }, |
| { |
| "text": "We introduce subject-verb and determiner-noun number agreement errors into the BNC sentences. We consider both types of agreement error equally likely and introduce the error by replacing a singular determiner, noun or verb with its plural counterpart, or vice versa. For English, subject-verb agreement errors can only be introduced for present tense verbs, and determiner-noun agreement errors can only be introduced for determiners which are marked for number, e.g. demonstratives and the indefinite article. The procedure would be more productive if applied to a morphologically richer language.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Agreement Errors", |
| "sec_num": "3.3.4" |
| }, |
| { |
| "text": "James (1998) uses the term covert error to describe a genuine language error which results in a sentence which is syntactically well-formed under some interpretation different from the intended one. The prominence of covert errors in our automatically created error corpus is estimated by manually inspecting 100 sentences of each error type. The percentage of grammatical structures that are inadvertently produced for each error type and an example of each one are shown below: The occurrence of these covert errors can be reduced by fine-tuning the error creation procedure but they can never be completely eliminated. Indeed, they should not be eliminated from the test data, because, ideally, an optimal error detection system should be sophisticated enough to flag syntactically well-formed sentences containing covert errors as potentially ill-formed. 1", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Covert Errors", |
| "sec_num": "3.3.5" |
| }, |
| { |
| "text": "\u2022 Agreement", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Covert Errors", |
| "sec_num": "3.3.5" |
| }, |
| { |
| "text": "In this section we present the error detection evaluation experiments. The experimental setup is explained in Section 4.1, the results are presented in Section 4.2 and they are analysed in Section 4.3.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Error Detection Evaluation", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The following steps are carried out to produce training and test data for this experiment:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Test Data and Evaluation Procedure", |
| "sec_num": "4.1.1" |
| }, |
| { |
| "text": "1. Speech material, poems, captions and list items are removed from the BNC. 4.2 million sentences remain. The order of sentences is randomised.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Test Data and Evaluation Procedure", |
| "sec_num": "4.1.1" |
| }, |
| { |
| "text": "2. For the purpose of cross-validation, the corpus is split into 10 parts.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Test Data and Evaluation Procedure", |
| "sec_num": "4.1.1" |
| }, |
| { |
| "text": "3. Each part is passed to the 4 automatic error insertion modules described in Section 3.3, resulting in 40 additional sets of varying size.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Test Data and Evaluation Procedure", |
| "sec_num": "4.1.1" |
| }, |
| { |
| "text": "4. The first 60,000 sentences of each of the 50 sets, i. e. 3 million sentences, are parsed with XLE. 2 5. N-gram frequency information is extracted for the first 60,000 sentences of each set. An additional 20,000 is extracted as held-out data.", |
| "cite_spans": [ |
| { |
| "start": 102, |
| "end": 103, |
| "text": "2", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Test Data and Evaluation Procedure", |
| "sec_num": "4.1.1" |
| }, |
| { |
| "text": "6. 10 sets with mixed error types are produced by joining a quarter of each respective error set.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Test Data and Evaluation Procedure", |
| "sec_num": "4.1.1" |
| }, |
| { |
| "text": "7. For each error type (including mixed errors) and cross-validation set, the 60,000 grammatical and 60,000 ungrammatical sentences are joined.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Test Data and Evaluation Procedure", |
| "sec_num": "4.1.1" |
| }, |
| { |
| "text": "8. Each cross-validation run uses one set out of the 10 as test data (120,000 sentences) and the remaining 9 sets for training (1,080,000 sentences).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Test Data and Evaluation Procedure", |
| "sec_num": "4.1.1" |
| }, |
| { |
| "text": "The experiment is a standard binary classification task. The methods classify the sentences of the test sets as grammatical or ungrammatical. We use the standard measures of precision, recall, f-score and accuracy (Figure 1 ). True positives are understood to be ungrammatical sentences that are identified as such. The baseline precision and accuracy is 50% as half of the test data is ungrammatical. If 100% of the test data is classified as ungrammatical, recall will be 100% and f-score 2/3. Recall shows the accuracy we would get if the grammatical half of the test data was removed. Parametrised methods are first optimised for accuracy and then the other measures are taken. Therefore, f-scores below the artificial 2/3 baseline are meaningful.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 214, |
| "end": 223, |
| "text": "(Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Test Data and Evaluation Procedure", |
| "sec_num": "4.1.1" |
| }, |
| { |
| "text": "According to the XLE documentation, a sentence is marked with a star (*) if its optimal solution uses a constraint marked as ungrammatical. We use this star feature, parser exceptions and zero number of parses to classify a sentence as ungrammatical.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Method 1: Precision Grammar", |
| "sec_num": "4.1.2" |
| }, |
| { |
| "text": "In each cross-validation run, the full data of the remaining 9 sets of step 2 of the data generation (see Section 4.1.1) is used as a reference corpus of 0.9\u00d74, 200, 000 = 3, 800, 000 assumedly grammatical sentences. The reference corpora and data sets are POS tagged with the IMS TreeTagger (Schmidt, 1994) . Frequencies of POS n-grams (n = 2, . . . , 7) are counted in the reference corpora. A test sentence is flagged as ungrammatical if it contains an n-gram below a fixed frequency threshold. Method 2 has two parameters: n and the frequency threshold.", |
| "cite_spans": [ |
| { |
| "start": 292, |
| "end": 307, |
| "text": "(Schmidt, 1994)", |
| "ref_id": "BIBREF28" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Method 2: POS N-grams", |
| "sec_num": "4.1.3" |
| }, |
| { |
| "text": "The XLE parser outputs additional statistics for each sentence that we encode in six features:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Method 3: Decision Trees on XLE Output", |
| "sec_num": "4.1.4" |
| }, |
| { |
| "text": "\u2022 An integer indicating starredness (0 or 1) and various parser exceptions (-1 for time out, -2 for exceeded memory, etc.) Training data for the decision tree learner is composed of 9\u00d760, 000 = 540, 000 feature vectors from grammatical sentences and 9 \u00d7 15, 000 = 135, 000 feature vectors from ungrammatical sentences of each error type, resulting in equal amounts of grammatical and ungrammatical training data.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Method 3: Decision Trees on XLE Output", |
| "sec_num": "4.1.4" |
| }, |
| { |
| "text": "We choose the weka implementation of machine learning algorithms for the experiments (Witten and Frank, 2000) . We use a J48 decision tree learner with the default model.", |
| "cite_spans": [ |
| { |
| "start": 97, |
| "end": 109, |
| "text": "Frank, 2000)", |
| "ref_id": "BIBREF32" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Method 3: Decision Trees on XLE Output", |
| "sec_num": "4.1.4" |
| }, |
| { |
| "text": "Method 4 follows the setup of Method 3. However, the features are the frequencies of the rarest n-grams (n = 2, . . . , 7) in the sentence. Therefore, the feature vector of one sentence contains 6 numbers.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Method 4: Decision Trees on N-grams", |
| "sec_num": "4.1.5" |
| }, |
| { |
| "text": "This method combines the features of Methods 3 and 4 for training a decision tree. Table 1 shows the results for Method 1, which uses XLE starredness, parser exceptions 4 and zero parses to classify grammaticality. Table 2 shows the results for Method 2, the basic n-gram approach. Table 3 shows the results for Method 3, which classifies based on a decision tree of XLE features. The results for Method 4, the n-gram-based decision tree approach, are shown in Table 4 . Finally, Table 5 shows the results for Method 5 which combines ngram and XLE features in decision trees.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 83, |
| "end": 90, |
| "text": "Table 1", |
| "ref_id": null |
| }, |
| { |
| "start": 215, |
| "end": 222, |
| "text": "Table 2", |
| "ref_id": "TABREF1" |
| }, |
| { |
| "start": 282, |
| "end": 289, |
| "text": "Table 3", |
| "ref_id": "TABREF4" |
| }, |
| { |
| "start": 461, |
| "end": 468, |
| "text": "Table 4", |
| "ref_id": null |
| }, |
| { |
| "start": 480, |
| "end": 487, |
| "text": "Table 5", |
| "ref_id": "TABREF5" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Method 5: Decision Trees on Combined Feature Sets", |
| "sec_num": "4.1.6" |
| }, |
| { |
| "text": "In the case of Method 2, we first have to find optimal parameters. As only very limited integer values for n and the threshold are reasonable, an exhaustive search is feasible. We considered n = 2, . . . , 7 and frequency thresholds below 20,000. Separate heldout data (400,000 sentences) is used in order to avoid overfitting. Best accuracy is achieved with 5-grams and a threshold of 4. The standard deviation of results across crossvalidation runs is below 0.006 on all measures, except for Method 4. Therefore we only report average percentages. The highest observed standard deviation is 0.0257 for recall of Method 4 on agreement errors.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "For Methods 3, 4 and 5, the decision tree learner optimises accuracy and, in doing so, chooses a tradeoff between precision and recall.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "Both Method 1 (Table 1) and Method 2 (Table 2) achieve above baseline accuracy for all error types. However, Method 1, which uses the XLE starred feature, parser exceptions and zero parses to determine whether or not a sentence is grammatical, slightly outperforms Method 2, which uses the fre- quency of POS 5-grams to detect an error. The XLE deep-processing approach is better than the ngram-based approach for agreement errors (f-score +10.4). Examining the various types of agreement errors, we can see that this is especially the case for singular subjects followed by plural copula verbs (recall +37.7) and determiner-noun number mismatches (recall +23.6 for singular nouns and +18.0 for plural nouns), but not for plural subjects followed by singular verbs (recall -24.0). The relatively poor performance of Method 2 on agreement errors involving determiners could be due to the lack of agreement marking on the Penn Treebank determiner tag used by TreeTagger.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 14, |
| "end": 23, |
| "text": "(Table 1)", |
| "ref_id": null |
| }, |
| { |
| "start": 37, |
| "end": 46, |
| "text": "(Table 2)", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Analysis", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "Method 1 is outperformed by Method 2 for realword spelling and extra word errors (f-score -4.2, -4.0). Unsurprisingly, Method 2 has an advantage on those real-word spelling errors that change the POS (recall -8.8 for Method 1). Both methods perform poorly on missing word errors. For both methods there are only very small differences in performance between the various missing word error subtypes (identified by the POS of the deleted word).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Analysis", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "Method 3, which uses machine learning to exploit all the information returned by the XLE parser, improves performance from Method 1, the basic XLE method, for all error types. 5 The general improvement comes from an improvement in recall, meaning that more ungrammatical sentences are actually flagged as such without compromising precision. The improvement is highest for agreement errors (f-score +7.2). Singular subject with plural copula errors (e. g. The man are) peak at a recall of 91.0. The Method 3 results indicate that information on the number of solutions (optimal and unoptimal), the number of subtrees, the time taken to parse the sentence and the number of words can be used to predict grammaticality. It would be interesting to investigate this approach with other parsers.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Analysis", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "Method 4, which uses a decision tree with ngram-based features, confirms the results of Method 2. The decision trees' root nodes are similar or even identical (depending on cross-validation run) to the decision rule of Method 2 (5-gram frequency below 4). However, the 10 decision trees have between 1,111 and 1,905 nodes and draw from all features, even bigrams and 7-grams that perform poorly on their own. The improvements are very small though and they are not significant according the criterion of non-overlapping cross-validation results. The main reason for the evaluation of Method 4 is to provide another reference point for comparison of the final method.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Analysis", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "The overall best results are those for Method 5, the combined XLE, n-gram and machine-learningbased method, which outperforms the next best method, Method 3, on all error types apart from agreement errors (f-score -1.7, +2.7, +3.8, +0.8). For agreement errors, it seems that the relatively poor results for n-grams have a negative effect on the relatively good results for the XLE. Figure 2 shows that the performance is almost constant on ungrammatical data in the important sentence length range from 5 to 40. However, there is a negative correlation of accuracy and sentence length for grammatical sentences. Very long sentences of any kind tend to be classified as ungrammatical, except for missing word errors which remain close to the 50% baseline of coin-flipping.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 382, |
| "end": 390, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Analysis", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "For all methods, missing word errors are the worst-performing, particularly in recall (i. e. the ac- Figure 2 : Accuracy by sentence length for Method 5 measured on separate grammatical and ungrammatical data: Gr = Grammatical, AG = Agreement, RW = Real-Word, EW = Extra Word, MW = Missing Word curacy on ungrammatical data alone). This means that the omission of a word is less likely to result in the sentence being flagged as erroneous. In contrast, extra word errors perform consistently and relatively well for all methods.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 101, |
| "end": 109, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Analysis", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "We evaluated a deep processing approach and a POS n-gram-based approach to the automatic detection of common grammatical errors in a BNC-derived artificial error corpus. The results are broken down by error type. Together with the deep approach, a decision tree machine learning algorithm can be used effectively. However, extending the shallow approach with the same learning algorithm gives only small improvements. Combining the deep and shallow approaches gives an additional improvement on all but one error type.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion and Future Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Our plan is to investigate why all methods perform poorly on missing word errors, to extend the error creation procedure so that it includes a wider range of errors, to try the deep approach with other parsers, to integrate additional features from stateof-the-art shallow techniques and to repeat the experiments for languages other than English.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion and Future Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "An example of this is given in the XLE User Documentation (http://www2.parc.com/isl/groups/nltt/ xle/doc/). The authors remark that an ungrammatical reading of the sentence Lets go to the store in which Lets is missing an apostrophe, is preferable to the grammatical yet implausible analysis in which Lets is a plural noun.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "We use the XLE command parse-testfile with parseliterally set to 1, max xle scratch storage set to 1,000 MB, timeout to 60 seconds, and the XLE English LFG. Skimming is not switched on and fragments are.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The use of preferred versus dispreferred constraints are used to distinguish optimal parses from unoptimal ones.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "XLE parsing (see footnote 2 for configuration) runs out of time for 0.7 % and out of memory for 2.5 % of sentences, measured on training data of the first cross-validation run, i. e. 540,000 grammatical sentence and 135,000 of each error type. 14 sentences of 3 million caused the parser to terminate abnormally.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The +0.3 increase in average accuracy for extra word errors is not clearly significant as the results of cross-validation runs overlap.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "This work is supported by the IRCSET Embark Initiative (basic research grant SC/02/298 and postdoctoral fellowship P/04/232). The training and test data used in this reseach is based on the British National Corpus (BNC), distributed by Oxford University Computing Services on behalf of the BNC Consortium. We thank Djam\u00e9 Seddah for helping us to run the XLE parsing on the SFI/HEA Irish Centre for High-End Computing (ICHEC) and the authors wish to acknowledge ICHEC for the provision of computational facilities and support.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgements", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "How to detect grammatical errors in a text without parsing it", |
| "authors": [ |
| { |
| "first": "Eric", |
| "middle": [], |
| "last": "Atwell", |
| "suffix": "" |
| } |
| ], |
| "year": 1987, |
| "venue": "Proceedings of the 3rd EACL", |
| "volume": "", |
| "issue": "", |
| "pages": "38--45", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Eric Atwell. 1987. How to detect grammatical errors in a text without parsing it. In Proceedings of the 3rd EACL, pages 38-45, Morristown, NJ.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Beauty and the beast: What running a broad-coverage precision grammar over the BNC taught us about the grammar -and the corpus", |
| "authors": [ |
| { |
| "first": "Timothy", |
| "middle": [], |
| "last": "Baldwin", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Beavers", |
| "suffix": "" |
| }, |
| { |
| "first": "Emily", |
| "middle": [ |
| "M" |
| ], |
| "last": "Bender", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Flickinger", |
| "suffix": "" |
| }, |
| { |
| "first": "Ara", |
| "middle": [], |
| "last": "Kim", |
| "suffix": "" |
| }, |
| { |
| "first": "Stephan", |
| "middle": [], |
| "last": "Oepen", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Pre-Proceedings of the International Conference on Linguistic Evidence: Empirical, Theoretical and Computational Perspectives", |
| "volume": "", |
| "issue": "", |
| "pages": "21--26", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Timothy Baldwin, John Beavers, Emily M. Bender, Dan Flickinger, Ara Kim, and Stephan Oepen. 2004. Beauty and the beast: What running a broad-coverage precision grammar over the BNC taught us about the grammar -and the corpus. In Pre-Proceedings of the International Conference on Linguistic Evidence: Em- pirical, Theoretical and Computational Perspectives, pages 21-26.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Annotation of error types for German news corpus", |
| "authors": [ |
| { |
| "first": "Markus", |
| "middle": [], |
| "last": "Becker", |
| "suffix": "" |
| }, |
| { |
| "first": "Andrew", |
| "middle": [], |
| "last": "Bredenkamp", |
| "suffix": "" |
| }, |
| { |
| "first": "Berthold", |
| "middle": [], |
| "last": "Crysmann", |
| "suffix": "" |
| }, |
| { |
| "first": "Judith", |
| "middle": [], |
| "last": "Klein", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Proceedings of the ATALA Workshop on Treebanks", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Markus Becker, Andrew Bredenkamp, Berthold Crys- mann, and Judith Klein. 1999. Annotation of error types for German news corpus. In Proceedings of the ATALA Workshop on Treebanks, Paris, France.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Arboretum: Using a precision grammar for grammar checking in CALL", |
| "authors": [ |
| { |
| "first": "Emily", |
| "middle": [ |
| "M" |
| ], |
| "last": "Bender", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Flickinger", |
| "suffix": "" |
| }, |
| { |
| "first": "Stephan", |
| "middle": [], |
| "last": "Oepen", |
| "suffix": "" |
| }, |
| { |
| "first": "Timothy", |
| "middle": [], |
| "last": "Baldwin", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of the InSTIL/ICALL Symposium: NLP and Speech Technologies in Advanced Language Learning Systems", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Emily M. Bender, Dan Flickinger, Stephan Oepen, and Timothy Baldwin. 2004. Arboretum: Using a preci- sion grammar for grammar checking in CALL. In Pro- ceedings of the InSTIL/ICALL Symposium: NLP and Speech Technologies in Advanced Language Learning Systems, Venice, Italy.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Robust error detection: a hybrid approach combining unsupervised error detection and linguistic knowledge", |
| "authors": [ |
| { |
| "first": "Johnny", |
| "middle": [], |
| "last": "Bigert", |
| "suffix": "" |
| }, |
| { |
| "first": "Ola", |
| "middle": [], |
| "last": "Knutsson", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proceedings RO-MAND-02", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Johnny Bigert and Ola Knutsson. 2002. Robust error detection: a hybrid approach combining unsupervised error detection and linguistic knowledge. In Proceed- ings RO-MAND-02, Frascati, Italy.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Probabilistic detection of contextsensitive spelling errors", |
| "authors": [ |
| { |
| "first": "Johnny", |
| "middle": [], |
| "last": "Bigert", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of LREC-04, volume Five", |
| "volume": "", |
| "issue": "", |
| "pages": "1633--1636", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Johnny Bigert. 2004. Probabilistic detection of context- sensitive spelling errors. In Proceedings of LREC-04, volume Five, pages 1633-1636, Lisbon, Portugal.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Multilingual deep lexical acquisition for HPSGs via supertagging", |
| "authors": [ |
| { |
| "first": "Phil", |
| "middle": [], |
| "last": "Blunsom", |
| "suffix": "" |
| }, |
| { |
| "first": "Timothy", |
| "middle": [], |
| "last": "Baldwin", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of EMNLP-06", |
| "volume": "", |
| "issue": "", |
| "pages": "164--171", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Phil Blunsom and Timothy Baldwin. 2006. Multilingual deep lexical acquisition for HPSGs via supertagging. In Proceedings of EMNLP-06, pages 164-171, Syd- ney.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "User reference guide for the British national corpus", |
| "authors": [ |
| { |
| "first": "Lou", |
| "middle": [], |
| "last": "Burnard", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lou Burnard. 2000. User reference guide for the British national corpus. Technical report, Oxford University Computing Services.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "The parallel grammar project", |
| "authors": [ |
| { |
| "first": "Miriam", |
| "middle": [], |
| "last": "Butt", |
| "suffix": "" |
| }, |
| { |
| "first": "Helge", |
| "middle": [], |
| "last": "Dyvik", |
| "suffix": "" |
| }, |
| { |
| "first": "Tracy", |
| "middle": [ |
| "Holloway" |
| ], |
| "last": "King", |
| "suffix": "" |
| }, |
| { |
| "first": "Hiroshi", |
| "middle": [], |
| "last": "Masuichi", |
| "suffix": "" |
| }, |
| { |
| "first": "Christian", |
| "middle": [], |
| "last": "Rohrer", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proceedings of COLING-2002 Workshop on Grammar Engineering and Evaluation", |
| "volume": "", |
| "issue": "", |
| "pages": "1--7", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Miriam Butt, Helge Dyvik, Tracy Holloway King, Hi- roshi Masuichi, and Christian Rohrer. 2002. The par- allel grammar project. In Proceedings of COLING- 2002 Workshop on Grammar Engineering and Evalu- ation, pages 1-7, Morristown, NJ, USA.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Tree-bank grammars", |
| "authors": [ |
| { |
| "first": "Eugene", |
| "middle": [], |
| "last": "Charniak", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Eugene Charniak. 1996. Tree-bank grammars. Tech- nical Report CS-96-02, Department of Computer Sci- ence, Brown University.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "An unsupervised method for detecting grammatical errors", |
| "authors": [ |
| { |
| "first": "Martin", |
| "middle": [], |
| "last": "Chodorow", |
| "suffix": "" |
| }, |
| { |
| "first": "Claudia", |
| "middle": [], |
| "last": "Leacock", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proceedings of NAACL-00", |
| "volume": "", |
| "issue": "", |
| "pages": "140--147", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Martin Chodorow and Claudia Leacock. 2000. An unsu- pervised method for detecting grammatical errors. In Proceedings of NAACL-00, pages 140-147, San Fran- cisco, CA.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Syntactic Structures. Mouton", |
| "authors": [ |
| { |
| "first": "Noam", |
| "middle": [], |
| "last": "Chomsky", |
| "suffix": "" |
| } |
| ], |
| "year": 1957, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Noam Chomsky. 1957. Syntactic Structures. Mouton.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "An opensource grammar development environment and broadcoverage English grammar using HPSG", |
| "authors": [ |
| { |
| "first": "Ann", |
| "middle": [], |
| "last": "Copestake", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Flickinger", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proceedings of LREC-02", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ann Copestake and Dan Flickinger. 2000. An open- source grammar development environment and broad- coverage English grammar using HPSG. In Proceed- ings of LREC-02, Athens, Greece.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "The overview of the SST speech corpus of Japanese learner English and evaluation through the experiment on automatic detection of learners' errors", |
| "authors": [ |
| { |
| "first": "Izumi", |
| "middle": [], |
| "last": "Emi", |
| "suffix": "" |
| }, |
| { |
| "first": "Kiyotaka", |
| "middle": [], |
| "last": "Uchimoto", |
| "suffix": "" |
| }, |
| { |
| "first": "Hitoshi", |
| "middle": [], |
| "last": "Isahara", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of LREC-04, volume Four", |
| "volume": "", |
| "issue": "", |
| "pages": "1435--1439", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Izumi Emi, Kiyotaka Uchimoto, and Hitoshi Isahara. 2004. The overview of the SST speech corpus of Japanese learner English and evaluation through the experiment on automatic detection of learners' er- rors. In Proceedings of LREC-04, volume Four, pages 1435-1439, Lisbon, Portugal.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Good reasons for noting bad grammar: Constructing a corpus of ungrammatical language", |
| "authors": [ |
| { |
| "first": "Jennifer", |
| "middle": [], |
| "last": "Foster", |
| "suffix": "" |
| }, |
| { |
| "first": "Carl", |
| "middle": [], |
| "last": "Vogel", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Pre-Proceedings of the International Conference on Linguistic Evidence: Empirical, Theoretical and Computational Perspectives", |
| "volume": "", |
| "issue": "", |
| "pages": "151--152", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jennifer Foster and Carl Vogel. 2004. Good reasons for noting bad grammar: Constructing a corpus of un- grammatical language. In Stephan Kepser and Marga Reis, editors, Pre-Proceedings of the International Conference on Linguistic Evidence: Empirical, The- oretical and Computational Perspectives, pages 151- 152, T\u00fcbingen, Germany.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Good Reasons for Noting Bad Grammar: Empirical Investigations into the Parsing of Ungrammatical Written English", |
| "authors": [ |
| { |
| "first": "Jennifer", |
| "middle": [], |
| "last": "Foster", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jennifer Foster. 2005. Good Reasons for Noting Bad Grammar: Empirical Investigations into the Parsing of Ungrammatical Written English. Ph.D. thesis, Uni- versity of Dublin, Trinity College, Dublin, Ireland.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Optimality theory style constraint ranking in large-scale LFG grammars", |
| "authors": [ |
| { |
| "first": "Anette", |
| "middle": [], |
| "last": "Frank", |
| "suffix": "" |
| }, |
| { |
| "first": "Tracy", |
| "middle": [ |
| "Holloway" |
| ], |
| "last": "King", |
| "suffix": "" |
| }, |
| { |
| "first": "Jonas", |
| "middle": [], |
| "last": "Kuhn", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Maxwell", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Proceedings of LFG-98", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Anette Frank, Tracy Holloway King, Jonas Kuhn, and John Maxwell. 1998. Optimality theory style con- straint ranking in large-scale LFG grammars. In Pro- ceedings of LFG-98, Brisbane, Australia.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "A Bayesian hybrid method for context-sensitive spelling correction", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Andrew", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Golding", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Proceedings of the Third Workshop on Very Large Corpora", |
| "volume": "", |
| "issue": "", |
| "pages": "39--53", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Andrew R. Golding. 1995. A Bayesian hybrid method for context-sensitive spelling correction. In Proceed- ings of the Third Workshop on Very Large Corpora, pages 39-53, Boston, MA.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "International corpus of learner English", |
| "authors": [ |
| { |
| "first": "Sylviane", |
| "middle": [], |
| "last": "Granger", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "English Language Corpora: Design, Analysis and Exploitation", |
| "volume": "", |
| "issue": "", |
| "pages": "57--71", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sylviane Granger. 1993. International corpus of learner English. In J. Aarts, P. de Haan, and N.Oostdijk, ed- itors, English Language Corpora: Design, Analysis and Exploitation, pages 57-71. Rodopi, Amsterdam.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Errors in Language Learning and Use: Exploring Error Analysis", |
| "authors": [ |
| { |
| "first": "Carl", |
| "middle": [], |
| "last": "James", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Carl James. 1998. Errors in Language Learning and Use: Exploring Error Analysis. Addison Wesley Longman.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Lexical Functional Grammar: a formal system for grammatical representation", |
| "authors": [ |
| { |
| "first": "Ron", |
| "middle": [], |
| "last": "Kaplan", |
| "suffix": "" |
| }, |
| { |
| "first": "Joan", |
| "middle": [], |
| "last": "Bresnan", |
| "suffix": "" |
| } |
| ], |
| "year": 1982, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "173--281", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ron Kaplan and Joan Bresnan. 1982. Lexical Functional Grammar: a formal system for grammatical represen- tation. In Joan Bresnan, editor, The Mental Represen- tation of Grammatical Relations, pages 173-281. MIT Press.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "Deep CALL grammars: The LFG-OT experiment", |
| "authors": [ |
| { |
| "first": "Abdul", |
| "middle": [], |
| "last": "Rafiq", |
| "suffix": "" |
| }, |
| { |
| "first": "Tracy", |
| "middle": [ |
| "Holloway" |
| ], |
| "last": "Khader", |
| "suffix": "" |
| }, |
| { |
| "first": "Miriam", |
| "middle": [], |
| "last": "King", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Butt", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Rafiq Abdul Khader, Tracy Holloway King, and Miriam Butt. 2004. Deep CALL grammars: The LFG- OT experiment. http://ling.uni-konstanz.de/pages/", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "An Efficient Parser for LFG", |
| "authors": [ |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Maxwell", |
| "suffix": "" |
| }, |
| { |
| "first": "Ron", |
| "middle": [], |
| "last": "Kaplan", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "Proceedings of LFG-96", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "John Maxwell and Ron Kaplan. 1996. An Efficient Parser for LFG. In Proceedings of LFG-96, Grenoble.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Context based spelling correction. Information Processing and Management", |
| "authors": [ |
| { |
| "first": "Eric", |
| "middle": [], |
| "last": "Mays", |
| "suffix": "" |
| }, |
| { |
| "first": "Fred", |
| "middle": [ |
| "J" |
| ], |
| "last": "Damerau", |
| "suffix": "" |
| }, |
| { |
| "first": "Robert", |
| "middle": [ |
| "L" |
| ], |
| "last": "Mercer", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "", |
| "volume": "23", |
| "issue": "", |
| "pages": "517--522", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Eric Mays, Fred J. Damerau, and Robert L. Mercer. 1991. Context based spelling correction. Information Processing and Management, 23(5):517-522.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "The Cambridge learner corpus -error coding and analysis", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Nicholls", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Summer Workshop on Learner Corpora", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D. Nicholls. 1999. The Cambridge learner corpus -error coding and analysis. In Summer Workshop on Learner Corpora, Tokyo, Japan.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "Head-Driven Phrase Structure Grammar", |
| "authors": [ |
| { |
| "first": "Carl", |
| "middle": [], |
| "last": "Pollard", |
| "suffix": "" |
| }, |
| { |
| "first": "Ivan", |
| "middle": [ |
| "A" |
| ], |
| "last": "Sag", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Carl Pollard and Ivan A. Sag. 1994. Head-Driven Phrase Structure Grammar. University of Chicago Press and CSLI Publications.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "Optimality Theory", |
| "authors": [ |
| { |
| "first": "Alan", |
| "middle": [], |
| "last": "Prince", |
| "suffix": "" |
| }, |
| { |
| "first": "Paul", |
| "middle": [], |
| "last": "Smolensky", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Alan Prince and Paul Smolensky. 1993. Optimality The- ory. MIT Press, Cambridge, Massachusetts.", |
| "links": null |
| }, |
| "BIBREF27": { |
| "ref_id": "b27", |
| "title": "PromisD -Ein Analyseverfahren zur antizipationsfreien Erkennung und Erkl\u00e4rung von grammatischen Fehlern in Sprachlehrsystemen", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Veit Reuer", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Veit Reuer. 2003. PromisD -Ein Analyseverfahren zur antizipationsfreien Erkennung und Erkl\u00e4rung von grammatischen Fehlern in Sprachlehrsystemen. Ph.D. thesis, Humboldt-Universit\u00e4t zu Berlin, Berlin, Ger- many.", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "Probabilistic part-of-speech tagging using decision trees", |
| "authors": [ |
| { |
| "first": "Helmut", |
| "middle": [], |
| "last": "Schmidt", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Proceedings of the International Conference on New Methods in Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "44--49", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Helmut Schmidt. 1994. Probabilistic part-of-speech tag- ging using decision trees. In Proceedings of the In- ternational Conference on New Methods in Language Processing, pages 44-49, Manchester, England.", |
| "links": null |
| }, |
| "BIBREF29": { |
| "ref_id": "b29", |
| "title": "Syntactic errors in speech", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [ |
| "P" |
| ], |
| "last": "Stemberger", |
| "suffix": "" |
| } |
| ], |
| "year": 1982, |
| "venue": "Journal of Psycholinguistic Research", |
| "volume": "11", |
| "issue": "4", |
| "pages": "313--358", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J.P. Stemberger. 1982. Syntactic errors in speech. Jour- nal of Psycholinguistic Research, 11(4):313-45.", |
| "links": null |
| }, |
| "BIBREF30": { |
| "ref_id": "b30", |
| "title": "Syntactic Error Diagnosis in the context of Computer Assisted Language Learning", |
| "authors": [ |
| { |
| "first": "Anne", |
| "middle": [], |
| "last": "Vandeventer Faltin", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Anne Vandeventer Faltin. 2003. Syntactic Error Diag- nosis in the context of Computer Assisted Language Learning. Ph.D. thesis, Universit\u00e9 de Gen\u00e8ve.", |
| "links": null |
| }, |
| "BIBREF31": { |
| "ref_id": "b31", |
| "title": "Real-word spelling correction with trigrams: A reconsideration of the Mays", |
| "authors": [ |
| { |
| "first": "L", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| }, |
| { |
| "first": "Amber", |
| "middle": [], |
| "last": "Wilcox-O'hearn", |
| "suffix": "" |
| }, |
| { |
| "first": "Graeme", |
| "middle": [], |
| "last": "Hirst", |
| "suffix": "" |
| }, |
| { |
| "first": "Alexander", |
| "middle": [], |
| "last": "Budanitsky", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "L. Amber Wilcox-O'Hearn, Graeme Hirst, and Alexan- der Budanitsky. 2006. Real-word spelling correc- tion with trigrams: A reconsideration of the Mays, Damerau, and Mercer model. http://ftp.cs.toronto.edu/ pub/gh/WilcoxOHearn-etal-2006.pdf.", |
| "links": null |
| }, |
| "BIBREF32": { |
| "ref_id": "b32", |
| "title": "Data Mining: Practical Machine Learning Tools and Techniques with Java Implementations", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Ian", |
| "suffix": "" |
| }, |
| { |
| "first": "Eibe", |
| "middle": [], |
| "last": "Witten", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Frank", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ian H. Witten and Eibe Frank. 2000. Data Mining: Prac- tical Machine Learning Tools and Techniques with Java Implementations. Morgan Kaufmann Publishers.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "type_str": "figure", |
| "text": "Measure Formulaprecision tp/(tp + f p) recall tp/(tp + f n) f-score2pr * re/(pr + re) accuracy (tp + tn)/(tp + tn + f p + f n) Evaluation measures: tp = true positives, fp = false positives, tn = true negatives, fn = false negatives, pr = precision, re = recall", |
| "uris": null, |
| "num": null |
| }, |
| "FIGREF1": { |
| "type_str": "figure", |
| "text": "The number of optimal parses 3 \u2022 The number of unoptimal parses \u2022 The duration of parsing \u2022 The number of subtrees \u2022 The number of words", |
| "uris": null, |
| "num": null |
| }, |
| "TABREF1": { |
| "num": null, |
| "html": null, |
| "type_str": "table", |
| "content": "<table><tr><td>reports results with</td></tr><tr><td>these parameters.</td></tr></table>", |
| "text": "" |
| }, |
| "TABREF2": { |
| "num": null, |
| "html": null, |
| "type_str": "table", |
| "content": "<table><tr><td>: Classification results with 5-gram and fre-</td></tr><tr><td>quency threshold 4 (Method 2)</td></tr></table>", |
| "text": "" |
| }, |
| "TABREF4": { |
| "num": null, |
| "html": null, |
| "type_str": "table", |
| "content": "<table><tr><td>: Classification results with decision tree on</td></tr><tr><td>XLE output (Method 3)</td></tr></table>", |
| "text": "" |
| }, |
| "TABREF5": { |
| "num": null, |
| "html": null, |
| "type_str": "table", |
| "content": "<table><tr><td>: Classification results with decision tree on</td></tr><tr><td>joined feature set (Method 5)</td></tr></table>", |
| "text": "" |
| } |
| } |
| } |
| } |