{ "paper_id": "W01-0712", "header": { "generated_with": "S2ORC 1.0.0", "date_generated": "2023-01-19T06:00:59.207390Z" }, "title": "Learning Computational Grammars", "authors": [ { "first": "John", "middle": [], "last": "Nerbonne", "suffix": "", "affiliation": {}, "email": "nerbonne@let.rug.nl" }, { "first": "Anja", "middle": [], "last": "Belz", "suffix": "", "affiliation": {}, "email": "anja.belz@cam.sri.com" }, { "first": "Nicola", "middle": [], "last": "Cancedda", "suffix": "", "affiliation": {}, "email": "nicola.cancedda@xrce.xerox.com" }, { "first": "Herv\u00e9", "middle": [], "last": "D\u00e9jean", "suffix": "", "affiliation": {}, "email": "herve.dejean@xrce.xerox.com" }, { "first": "James", "middle": [], "last": "Hammerton", "suffix": "", "affiliation": {}, "email": "james.hammerton@ucd.ie" }, { "first": "Rob", "middle": [], "last": "Koeling", "suffix": "", "affiliation": {}, "email": "" }, { "first": "Stasinos", "middle": [], "last": "Konstantopoulos", "suffix": "", "affiliation": {}, "email": "" }, { "first": "Miles", "middle": [], "last": "Osborne", "suffix": "", "affiliation": {}, "email": "osborne@cogsci.ed.ac.uk" }, { "first": "Erik", "middle": [], "last": "Tjong", "suffix": "", "affiliation": {}, "email": "erikt@uia.ua.ac.be" }, { "first": "Kim", "middle": [], "last": "Sang", "suffix": "", "affiliation": {}, "email": "" } ], "year": "", "venue": null, "identifiers": {}, "abstract": "This paper reports on the LEARNING COMPUTATIONAL GRAMMARS (LCG) project, a postdoc network devoted to studying the application of machine learning techniques to grammars suitable for computational use. We were interested in a more systematic survey to understand the relevance of many factors to the success of learning, esp. the availability of annotated data, the kind of dependencies in the data, and the availability of knowledge bases (grammars). We focused on syntax, esp. noun phrase (NP) syntax.", "pdf_parse": { "paper_id": "W01-0712", "_pdf_hash": "", "abstract": [ { "text": "This paper reports on the LEARNING COMPUTATIONAL GRAMMARS (LCG) project, a postdoc network devoted to studying the application of machine learning techniques to grammars suitable for computational use. We were interested in a more systematic survey to understand the relevance of many factors to the success of learning, esp. the availability of annotated data, the kind of dependencies in the data, and the availability of knowledge bases (grammars). We focused on syntax, esp. noun phrase (NP) syntax.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Abstract", "sec_num": null } ], "body_text": [ { "text": "This paper reports on the still preliminary, but already satisfying results of the LEARNING COM-PUTATIONAL GRAMMARS (LCG) project, a postdoc network devoted to studying the application of machine learning techniques to grammars suitable for computational use. The member institutes are listed with the authors and also included ISSCO at the University of Geneva. We were impressed by early experiments applying learning to natural language, but dissatisfied with the concentration on a few techniques from the very rich area of machine learning. We were interested in a more systematic survey to understand the relevance of many factors to the success of learning, esp. the availability of annotated data, the kind of dependencies in the data, and the availability of knowledge bases (grammars). We focused on syntax, esp. noun phrase (NP) syntax from the beginning. The industrial partner, Xerox, focused on more immediate applications (Cancedda and Samuelsson, 2000) .", "cite_spans": [ { "start": 937, "end": 968, "text": "(Cancedda and Samuelsson, 2000)", "ref_id": "BIBREF4" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "The network was focused not only by its scientific goal, the application and evaluation of machine-learning techniques as used to learn natural language syntax, and by the subarea of syntax chosen, NP syntax, but also by the use of shared training and test material, in this case material drawn from the Penn Treebank. Finally, we were curious about the possibility of combining different techniques, including those from statistical and symbolic machine learning. The network members played an important role in the organisation of three open workshops in which several external groups participated, sharing data and test materials.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "This section starts with a description of the three tasks that we have worked on in the framework of this project. After this we will describe the machine learning algorithms applied to this data and conclude with some notes about combining different system results.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Method", "sec_num": "2" }, { "text": "In the framework of this project, we have worked on the following three tasks:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Task descriptions", "sec_num": "2.1" }, { "text": "1. base phrase (chunk) identification 2. base noun phrase recognition 3. finding arbitrary noun phrases Text chunks are non-overlapping phrases which contain syntactically related words. For example, the sentence: He reckons the current account deficit ! will narrow \" to only # 1.8 billion \" in September . contains eight chunks, four NP chunks, two VP chunks and two PP chunks. The latter only contain prepositions rather than prepositions plus the noun phrase material because that has already been included in NP chunks. The process of finding these phrases is called CHUNKING. The project provided a data set for this task at the CoNLL-2000 workshop (Tjong Kim Sang and Buchholz, 2000) 1 . It consists of sections 15-18 of the Wall Street Journal part of the Penn Treebank II (Marcus et al., 1993) as training data (211727 tokens) and section 20 as test data (47377 tokens).", "cite_spans": [ { "start": 655, "end": 690, "text": "(Tjong Kim Sang and Buchholz, 2000)", "ref_id": "BIBREF28" }, { "start": 781, "end": 802, "text": "(Marcus et al., 1993)", "ref_id": "BIBREF18" } ], "ref_spans": [], "eq_spans": [], "section": "Task descriptions", "sec_num": "2.1" }, { "text": "A specialised version of the chunking task is NP CHUNKING or baseNP identification in which the goal is to identify the base noun phrases. The first work on this topic was done back in the eighties (Church, 1988) . The data set that has become standard for evaluation machine learning approaches is the one first used by Ramshaw and Marcus (1995) . It consists of the same training and test data segments of the Penn Treebank as the chunking task (respectively sections 15-18 and section 20). However, since the data sets have been generated with different software, the NP boundaries in the NP chunking data sets are slightly different from the NP boundaries in the general chunking data.", "cite_spans": [ { "start": 198, "end": 212, "text": "(Church, 1988)", "ref_id": "BIBREF6" }, { "start": 333, "end": 346, "text": "Marcus (1995)", "ref_id": "BIBREF26" } ], "ref_spans": [], "eq_spans": [], "section": "Task descriptions", "sec_num": "2.1" }, { "text": "Noun phrases are not restricted to the base levels of parse trees. For example, in the sentence In early trading in Hong Kong Monday , gold was quoted at $ 366.50 an ounce ., the noun phrase $ $ 366.50 an ounce contains two embedded noun phrases $ $ 366.50 and an ounce . In the NP BRACKETING task, the goal is to find all noun phrases in a sentence. Data sets for this task were defined for CoNLL-99 2 . The data consist of the same segments of the Penn Treebank as the previous two tasks (sections 15-18) as training material and section 20 as test material. This material was extracted directly from the Treebank and therefore the NP boundaries at base levels are different from those in the previous two tasks.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Task descriptions", "sec_num": "2.1" }, { "text": "In the evaluation of all three tasks, the accuracy of the learners is measured with three rates. We compare the constituents postulated by the learners with those marked as correct by experts (gold standard). First, the percentage of detected constituents that are correct (precision). Second, the percentage of correct constituents that are detected (recall) . And third, a combination of precision and recall, the F%", "cite_spans": [ { "start": 342, "end": 359, "text": "detected (recall)", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Task descriptions", "sec_num": "2.1" }, { "text": "' & ) (", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Task descriptions", "sec_num": "2.1" }, { "text": "rate which is equal to (2*precision*recall)/(precision+recall).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Task descriptions", "sec_num": "2.1" }, { "text": "This section introduces the ten learning methods that have been applied by the project members to the three tasks: LSCGs, ALLiS, LSOMMBL, Maximum Entropy, Aleph, MDLbased DCG learners, Finite State Transducers, IB1IG, IGTREE and C5.0.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Machine Learning Techniques", "sec_num": "2.2" }, { "text": "Local Structural Context Grammars (LSCGs) (Belz, 2001) are situated between conventional probabilistic context-free production rule grammars and DOP-Grammars (e.g., Bod and Scha (1997) ). LSCGs outperform the former because they do not share their inherent independence assumptions, and are more computationally efficient than the latter, because they incorporate only subsets of the context included in DOP-Grammars. Local Structural Context (LSC) is (partial) information about the immediate neighbourhood of a phrase in a parse. By conditioning bracketing probabilities on LSC, more fine-grained probability distributions can be achieved, and parsing performance increased.", "cite_spans": [ { "start": 42, "end": 54, "text": "(Belz, 2001)", "ref_id": "BIBREF0" }, { "start": 165, "end": 184, "text": "Bod and Scha (1997)", "ref_id": "BIBREF2" } ], "ref_spans": [], "eq_spans": [], "section": "Machine Learning Techniques", "sec_num": "2.2" }, { "text": "Given corpora of parsed text such as the WSJ, LSCGs are used in automatic grammar construction as follows. An LSCG is derived from the corpus by extracting production rules from bracketings and annotating the rules with the type(s) of LSC to be incorporated in the LSCG (e.g. parent category information, depth of embedding, etc.). Rule probabilities are derived from rule frequencies (currently by Maximum Likelihood Estimation). In a separate optimisation step, the resulting LSCGs are optimised in terms of size and pars-ing performance for a given parsing task by an automatic method (currently a version of beam search) that searches the space of partitions of a grammar's set of nonterminals.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Machine Learning Techniques", "sec_num": "2.2" }, { "text": "The LSCG research efforts differ from other approaches reported in this paper in two respects. Firstly, no lexical information is used at any point, as the aim is to investigate the upper limit of parsing performance without lexicalisation. Secondly, grammars are optimised for parsing performance and size, the aim being to improve performance but not at the price of arbitrary increases in grammar complexity (hence the cost of parsing). The automatic optimisation of corpus-derived LSCGs is the subject of ongoing research and the results reported here for this method are therefore preliminary.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Machine Learning Techniques", "sec_num": "2.2" }, { "text": "Theory Refinement (ALLiS). ALLiS ( (D\u00e9jean, 2000b) , (D\u00e9jean, 2000c) ) is a inductive rule-based system using a traditional general-to-specific approach (Mitchell, 1997) .", "cite_spans": [ { "start": 35, "end": 50, "text": "(D\u00e9jean, 2000b)", "ref_id": "BIBREF11" }, { "start": 53, "end": 68, "text": "(D\u00e9jean, 2000c)", "ref_id": "BIBREF12" }, { "start": 153, "end": 169, "text": "(Mitchell, 1997)", "ref_id": "BIBREF19" } ], "ref_spans": [], "eq_spans": [], "section": "Machine Learning Techniques", "sec_num": "2.2" }, { "text": "After generating a default classification rule (equivalent to the n-gram model), ALLiS tries to refine it since the accuracy of these rules is usually not high enough. Refinement is done by adding more premises (contextual elements). ALLiS uses data encoded in XML, and also learns rules in XML. From the perspective of the XML formalism, the initial rule can be viewed as a tree with only one leaf, and refinement is done by adding adjacent leaves until the accuracy of the rule is high enough (a tuning threshold is used). These additional leaves correspond to more precise contextual elements. Using the hierarchical structure of an XML document, refinement begins with the highest available hierarchical level and goes down in the hierarchy (for example, starting at the chunk level and then word level). Adding new low level elements makes the rules more specific, increasing their accuracy but decreasing their coverage. After the learning is completed, the set of rules is transformed into a proper formalism used by a given parser.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Machine Learning Techniques", "sec_num": "2.2" }, { "text": "Labelled SOM and Memory Based Learning (LSOMMBL) is a neurally inspired technique which incorporates a modified self-organising map (SOM, also known as a 'Kohonen Map') in memory-based learning to select a subset of the training data for comparison with novel items. The SOM is trained with labelled inputs. During training, each unit in the map acquires a label. When an input is presented, the node in the map with the highest activation (the 'winner') is identified. If the winner is unlabelled, then it acquires the label from its input. Labelled units only respond to similarly labelled inputs. Otherwise training proceeds as with the normal SOM. When training ends, all inputs are presented to the SOM, and the winning units for the inputs are noted. Any unused units are then discarded. Thus each remaining unit in the SOM is associated with the set of training inputs that are closest to it. This is used in MBL as follows. The labelled SOM is trained with inputs labelled with the output categories. When a novel item is presented, the winning unit for each category is found, the training items associated with the winning units are searched for the closest item to the novel item and the most frequent classification of that item is used as the classification for the novel item.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Machine Learning Techniques", "sec_num": "2.2" }, { "text": "Maximum Entropy When building a classifier, one must gather evidence for predicting the correct class of an item from its context. The Maximum Entropy (MaxEnt) framework is especially suited for integrating evidence from various information sources. Frequencies of evidence/class combinations (called features) are extracted from a sample corpus and considered to be properties of the classification process. Attention is constrained to models with these properties. The MaxEnt principle now demands that among all the probability distributions that obey these constraints, the most uniform is chosen. During training, features are assigned weights in such a way that, given the MaxEnt principle, the training data is matched as well as possible. During evaluation it is tested which features are active (i.e., a feature is active when the context meets the requirements given by the feature). For every class the weights of the active features are combined and the best scoring class is chosen (Berger et al., 1996) . For the classifier built here we use as evidence the surrounding words, their POS tags and baseNP tags predicted for the previous words. A mixture of simple features (consisting of one of the mentioned information sources) and complex features (combinations thereof) were used.", "cite_spans": [ { "start": 995, "end": 1016, "text": "(Berger et al., 1996)", "ref_id": "BIBREF1" } ], "ref_spans": [], "eq_spans": [], "section": "Machine Learning Techniques", "sec_num": "2.2" }, { "text": "The left context never exceeded 3 words, the right context was maximally 2 words. The model was calculated using existing software (Dehaspe, 1997) .", "cite_spans": [ { "start": 131, "end": 146, "text": "(Dehaspe, 1997)", "ref_id": "BIBREF9" } ], "ref_spans": [], "eq_spans": [], "section": "Machine Learning Techniques", "sec_num": "2.2" }, { "text": "Inductive Logic Programming (ILP) Aleph is an ILP machine learning system that searches for a hypothesis, given positive (and, if available, negative) data in the form of ground Prolog terms and background knowledge (prior knowledge made available to the learning algorithm) in the form of Prolog predicates. The system, then, constructs a set of hypothesis clauses that fit the data and background as well as possible. In order to approach the problem of NP chunking in this context of single-predicate learning, it was reformulated as a tagging task where each word was tagged as being 'inside' or 'outside' a baseNP (consecutive NPs were treated appropriately). Then, the target theory is a Prolog program that correctly predicts a word's tag given its context. The context consisted of PoS tagged words and syntactically tagged words to the left and PoS tagged words to the right, so that the resulting tagger can be applied in the left-to-right pass over PoS-tagged text.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Machine Learning Techniques", "sec_num": "2.2" }, { "text": "Minimum Description Length (MDL) Estimation using the minimum description length principle involves finding a model which not only 'explains' the training material well, but also is compact. The basic idea is to balance the generality of a model (roughly speaking, the more compact the model, the more general it is) with its specialisation to the training material. We have applied MDL to the task of learning broad-covering definite-clause grammars from either raw text, or else from parsed corpora (Osborne, 1999a) . Preliminary results have shown that learning using just raw text is worse than learning with parsed corpora, and that learning using both parsed corpora and a compression-based prior is better than when learning using parsed corpora and a uniform prior. Furthermore, we have noted that our instantiation of MDL does not capture dependencies which exist either in the grammar or else in preferred parses. Ongoing work has focused on applying random field technology (maximum entropy) to MDL-based grammar learning (see Osborne (2000a) for some of the issues involved).", "cite_spans": [ { "start": 501, "end": 517, "text": "(Osborne, 1999a)", "ref_id": "BIBREF20" }, { "start": 1038, "end": 1053, "text": "Osborne (2000a)", "ref_id": "BIBREF22" } ], "ref_spans": [], "eq_spans": [], "section": "Machine Learning Techniques", "sec_num": "2.2" }, { "text": "Finite State Transducers are built by inter-preting probabilistic automata as transducers. We use a probabilistic grammatical algorithm, the DDSM algorithm (Thollard, 2001) , for learning automata that provide the probability of an item given the previous ones. The items are described by bigrams of the format feature:class. In the resulting automata we consider a transition labeled feature:class as the transducer transition that takes as input the first part (feature) of the bigram and outputs the second part (class). By applying the Viterbi algorithm on such a model, we can find out the most probable set of class values given an input set of feature values. As the DDSM algorithm has a tuning parameter, it can provide many different automata. We apply a majority vote over the propositions made by the so computed automata/transducers for obtaining the results mentioned in this paper. Memory-based learning methods store all training data and classify test data items by giving them the classification of the training data items which are most similar. We have used three different algorithms: the nearest neighbour algorithm IB1IG, which is part of the Timbl software package (Daelemans et al., 1999) , the decision tree learner IGTREE, also from Timbl, and C5.0, a commercial version of the decision tree learner C4.5 (Quinlan, 1993) . They are classifiers which means that they assign phrase classes such as I (inside a phrase), B (at the beginning of a phrase) and O (outside a phrase) to words. In order to improve the classification process we provide the systems with extra information about the words such as the previous n words, the next n words, their part-of-speech tags and chunk tags estimated by an earlier classification process. We use the default settings of the software except for the number of examined nearest neighbourhood regions for IB1IG (k, default is 1) which we set to 3.", "cite_spans": [ { "start": 156, "end": 172, "text": "(Thollard, 2001)", "ref_id": "BIBREF27" }, { "start": 1188, "end": 1212, "text": "(Daelemans et al., 1999)", "ref_id": "BIBREF8" }, { "start": 1331, "end": 1346, "text": "(Quinlan, 1993)", "ref_id": "BIBREF25" } ], "ref_spans": [], "eq_spans": [], "section": "Machine Learning Techniques", "sec_num": "2.2" }, { "text": "When different systems are applied to the same problem, a clever combination of their results will outperform all of the individual results (Dietterich, 1997). The reason for this is that the systems often make different errors and some of these errors can be eliminated by examining the classifications of the others. The most simple combination method is MAJORITY VOTING. It examines the classifications of the test data item and for each item chooses the most frequently predicted classification. Despite its simplicity, majority voting has found to be quite useful for boosting performance on the tasks that we are interested in.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Combination techniques", "sec_num": "2.3" }, { "text": "We have applied majority voting and nine other combination methods to the output of the learning systems that were applied to the three tasks. Nine combination methods were originally suggested by Van Halteren et al. (1998) . Five of them, including majority voting, are so-called voting methods. Apart from majority voting, all assign weights to the predictions of the different systems based on their performance on non-used training data, the tuning data. TOTPRECISION uses classifier weights based on their accuracy. TAG-PRECISION applies classification weights based on the accuracy of the classifier for that classification. PRECISION-RECALL uses classification weights that combine the precision of the classification with the recall of the competitors. And finally, TAGPAIR uses classification pair weights based on the probability of a classification for some predicted classification pair (van Halteren et al., 1998) .", "cite_spans": [ { "start": 217, "end": 223, "text": "(1998)", "ref_id": null }, { "start": 899, "end": 926, "text": "(van Halteren et al., 1998)", "ref_id": "BIBREF32" } ], "ref_spans": [], "eq_spans": [], "section": "Combination techniques", "sec_num": "2.3" }, { "text": "The remaining four combination methods are so-called STACKED CLASSIFIERS. The idea is to make a classifier process the output of the individual systems. We used the two memory-based learners IB1IG and IGTREE as stacked classifiers. Like Van Halteren et al. (1998), we evaluated two features combinations. The first consisted of the predictions of the individual systems and the second of the predictions plus one feature that described the data item. We used the feature that, according to the memory-based learning metrics, was most relevant to the tasks: the part-of-speech tag of the data item.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Combination techniques", "sec_num": "2.3" }, { "text": "In the course of this project we have evaluated another combination method: BEST-N MA-JORITY VOTING . This is similar to majority voting except that instead of using the predictions of all systems, it uses only predictions from some of the systems for determining the most probable classifications. We have experienced that for different reasons some systems perform worse than others and including their results in the majority vote decreases the combined performance. Therefore it is a good idea to evaluate majority voting on subsets of all systems rather than only on the combination of all systems.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Combination techniques", "sec_num": "2.3" }, { "text": "Apart from standard majority voting, all combination methods require extra data for measuring their performance which is required for determining their weights, the tuning data. This data can be extracted from the training data or the training data can be processed in an n-fold crossvalidation process after which the performance on the complete training data can be measured. Although some work with individual systems in the project has been done with the goal of combining the results with other systems, tuning data is not always available for all results. Therefore it will not always be possible to apply all ten combination methods to the results. In some cases we have to restrict ourselves to evaluating majority voting only.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Combination techniques", "sec_num": "2.3" }, { "text": "This sections presents the results of the different systems applied to the three tasks which were central to this this project: chunking, NP chunking and NP bracketing.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Results", "sec_num": "3" }, { "text": "Chunking was the shared task of CoNLL-2000, the workshop on Computational Natural Language Learning, held in Lisbon, Portugal in 2000 (Tjong Kim Sang and Buchholz, 2000) . Six members of the project have performed this task. The results of the six systems (precision, recall and F% ' & ) ( can be found in table 1. Belz (2001) used Local Structural Context Grammars for finding chunks. D\u00e9jean (2000a) applied the theory refinement system ALLiS to the shared task data. Koeling (2000) evaluated a maximum entropy learner while using different feature combinations (ME). Osborne (2000b) used a maximum entropy-based part-of-speech tagger for assigning chunk tags to words (ME Tag). Thollard (2001) identified chunks with Finite State Transducers generated by a probabilistic grammar algorithm (FST). Tjong Kim Sang (2000b) tested different configurations of combined memory-based learners (MBL). The FST and the LSCG results are lower than those of the other systems because they were obtained without using lexical informa- tion. The best result at the workshop was obtained with Support Vector Machines (Kudoh and Matsumoto, 2000) .", "cite_spans": [ { "start": 134, "end": 169, "text": "(Tjong Kim Sang and Buchholz, 2000)", "ref_id": "BIBREF28" }, { "start": 315, "end": 326, "text": "Belz (2001)", "ref_id": "BIBREF0" }, { "start": 386, "end": 400, "text": "D\u00e9jean (2000a)", "ref_id": "BIBREF10" }, { "start": 469, "end": 483, "text": "Koeling (2000)", "ref_id": "BIBREF15" }, { "start": 680, "end": 695, "text": "Thollard (2001)", "ref_id": "BIBREF27" }, { "start": 804, "end": 820, "text": "Kim Sang (2000b)", "ref_id": "BIBREF31" }, { "start": 1103, "end": 1130, "text": "(Kudoh and Matsumoto, 2000)", "ref_id": "BIBREF17" } ], "ref_spans": [], "eq_spans": [], "section": "Chunking", "sec_num": "3.1" }, { "text": "Because there was no tuning data available for the systems, the only combination technique we could apply to the six project results was majority voting. We applied majority voting to the output of the six systems while using the same approach as Tjong Kim Sang (2000b) : combining start and end positions of chunks separately and restoring the chunks from these results. The combined performance (F% ' & ) ( =93.33) was close to the best result published at CoNLL-2000 (93.48) .", "cite_spans": [ { "start": 253, "end": 269, "text": "Kim Sang (2000b)", "ref_id": "BIBREF31" }, { "start": 459, "end": 477, "text": "CoNLL-2000 (93.48)", "ref_id": null } ], "ref_spans": [], "eq_spans": [], "section": "Chunking", "sec_num": "3.1" }, { "text": "The NP chunking task is the specialisation of the chunking task in which only base noun phrases need to be detected. Standard data sets for machine learning approaches to this task were put forward by Ramshaw and Marcus (1995) . Six project members have applied a total of seven different systems to this task, most of them in the context of the combination paper . Daelemans applied the decision tree learner C5.0 to the task. D\u00e9jean Table 2 : The NP chunking results for six systems associated with the project. The baseline results have been obtained by selecting the most frequent chunk tag associated with each part-ofspeech tag. The best results for this task have been obtained with a combination of seven learners, five of which were operated by project members. The combination of these five performances is not far off these best results.", "cite_spans": [ { "start": 201, "end": 226, "text": "Ramshaw and Marcus (1995)", "ref_id": "BIBREF26" }, { "start": 428, "end": 434, "text": "D\u00e9jean", "ref_id": null } ], "ref_spans": [ { "start": 435, "end": 442, "text": "Table 2", "ref_id": null } ], "eq_spans": [], "section": "NP chunking", "sec_num": "3.2" }, { "text": "noun phrases in the data. Hammerton (2001) predicted NP chunks with the connectionist methods based on self-organising maps (SOM). Koeling detected noun phrases with a maximum entropybased learner (ME). Konstantopoulos (2000) used Inductive Logic Programming (ILP) techniques for finding NP chunks in unseen texts 3 . Tjong Kim Sang applied combinations of IB1IG systems (MBL) and combinations of IGTREE learners to this task. The results of the six of the seven systems can be found in table 2. The results of C5.0 and SOM are lower than the others because neither of these systems used lexical information. For all of the systems except SOM we had tuning data and an extra development data set available. We tested all ten combination methods on the development set and best-3 majority voting came out as the best (F% Table 3 : The results for three systems associated with the project for the NP bracketing task, the shared task at CoNLL-99. The baseline results have been obtained by finding NP chunks in the text with an algorithm which selects the most frequent chunk tag associated with each part-ofspeech tag. The best results at CoNLL-99 was obtained with a bottom-up memory-based learner. An improved version of that system (MBL) delivered the best project result. The MDL results have been obtained on a different data set and therefore combination of the three systems was not feasible.", "cite_spans": [ { "start": 26, "end": 42, "text": "Hammerton (2001)", "ref_id": "BIBREF14" }, { "start": 203, "end": 225, "text": "Konstantopoulos (2000)", "ref_id": "BIBREF16" } ], "ref_spans": [ { "start": 820, "end": 827, "text": "Table 3", "ref_id": null } ], "eq_spans": [], "section": "NP chunking", "sec_num": "3.2" }, { "text": "The original Ramshaw and Marcus (1995) publication evaluated their NP chunker on two data sets, the second holding a larger amount of training data (Penn Treebank sections 02-21) while using 00 as test data. Tjong Kim Sang (2000a) has applied a combination of memory-based learners to this data set and obtained F% ", "cite_spans": [ { "start": 25, "end": 38, "text": "Marcus (1995)", "ref_id": "BIBREF26" }, { "start": 208, "end": 230, "text": "Tjong Kim Sang (2000a)", "ref_id": "BIBREF30" } ], "ref_spans": [], "eq_spans": [], "section": "NP chunking", "sec_num": "3.2" }, { "text": "Finding arbitrary noun phrases was the shared task of CoNLL-99, held in Bergen, Norway in 1999. Three project members have performed this task. Belz (2001) extracted noun phrases with Local Structural Context Grammars, a variant of Data-Oriented Parsing (LSCG). Osborne (1999b) used a Definite Clause Grammar learner based on Minimum Description Length for finding noun phrases in samples of Penn Treebank material (MDL). Tjong Kim Sang (2000a) detected noun phrases with a bottom-up cascade of combinations of memory-based classifiers (MBL). The performance of the three systems can be found in table 3. For this task it was not possible to apply system combination to the output of the system. The MDL results have been obtained on a different data set and this left us with two remaining systems. A majority vote of the two will not improve on the best system and since there was no tuning data or development data available, other combination methods could not be applied.", "cite_spans": [ { "start": 144, "end": 155, "text": "Belz (2001)", "ref_id": "BIBREF0" }, { "start": 262, "end": 277, "text": "Osborne (1999b)", "ref_id": "BIBREF21" }, { "start": 428, "end": 444, "text": "Kim Sang (2000a)", "ref_id": "BIBREF30" } ], "ref_spans": [], "eq_spans": [], "section": "NP bracketing", "sec_num": "3.3" }, { "text": "The project has proven to be successful in its results for applying machine learning techniques to all three of its selected tasks: chunking, NP chunking and NP bracketing. We are looking forward to applying these techniques to other NLP tasks. Three of our project members will take part in the CoNLL-2001 shared task, 'clausing', hopefully with good results. Two more have started working on the challenging task of full parsing, in particular by starting with a chunker and building a bottom-up arbitrary phrase recogniser on top of that. The preliminary results are encouraging though not as good as advanced statistical parsers like those of Charniak (2000) and Collins (2000) .", "cite_spans": [ { "start": 647, "end": 662, "text": "Charniak (2000)", "ref_id": "BIBREF5" }, { "start": 667, "end": 681, "text": "Collins (2000)", "ref_id": "BIBREF7" } ], "ref_spans": [], "eq_spans": [], "section": "Prospects", "sec_num": "4" }, { "text": "It is fair to characterise LCG's goals as primarily technical in the sense that we sought to maximise performance rates, esp. the recognition of different levels of NP structure. Our view in the project is certainly broader, and most project members would include learning as one of the language processes one ought to study from a computational perspective-like parsing or generation. This suggest several further avenues, e.g., one might compare the learning progress of simulations to humans (mastery as a function of experience). One might also be interested in the exact role of supervision, in the behaviour (and availability) of incremental learning algorithms, and also in comparing the simulation's error functions to those of human learners (wrt to phrase length or construction frequency or similarity). This would add an interesting cognitive perspective to the work, along the lines begun by Brent (1997), but we note it here only as a prospect for future work.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Prospects", "sec_num": "4" }, { "text": "Detailed information about chunking, the CoNLL-2000 shared task, is also available at http://lcgwww.uia.ac.be/conll2000/chunking/ 2 Information about NP bracketing can be found at http://lcg-www.uia.ac.be/conll99/npb/", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "& ) (= 93.86). The latter result was obtained by a combination of seven learning systems, five of which were operated by members of this project.3 Results are unavailable for the ILP approach.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null } ], "back_matter": [ { "text": "LCG's work has been supported by a grant from the European Union's programme Training and Mobility of Researchers, ERBFMRXCT980237.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Acknowledgement", "sec_num": null } ], "bib_entries": { "BIBREF0": { "ref_id": "b0", "title": "Optimisation of corpus-derived probabilistic grammars", "authors": [ { "first": "Anja", "middle": [], "last": "Belz", "suffix": "" } ], "year": 2001, "venue": "Proceedings of Corpus Linguistics", "volume": "", "issue": "", "pages": "46--57", "other_ids": {}, "num": null, "urls": [], "raw_text": "Anja Belz. 2001. Optimisation of corpus-derived proba- bilistic grammars. In Proceedings of Corpus Linguistics 2001, pages 46-57. Lancaster, UK.", "links": null }, "BIBREF1": { "ref_id": "b1", "title": "A Maximum Entropy Approach to Natural Language Processing", "authors": [ { "first": "Adam", "middle": [ "L" ], "last": "Berger", "suffix": "" }, { "first": "Stephen", "middle": [ "A" ], "last": "Dellapietra", "suffix": "" }, { "first": "Vincent", "middle": [ "J" ], "last": "Del-Lapietra", "suffix": "" } ], "year": 1996, "venue": "Computational Linguistics", "volume": "", "issue": "1", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Adam L. Berger, Stephen A. DellaPietra, and Vincent J. Del- laPietra. 1996. A Maximum Entropy Approach to Nat- ural Language Processing. Computational Linguistics, 22(1).", "links": null }, "BIBREF2": { "ref_id": "b2", "title": "Data-Oriented Language Processing", "authors": [ { "first": "R", "middle": [], "last": "Bod", "suffix": "" }, { "first": "R", "middle": [], "last": "Scha", "suffix": "" } ], "year": 1997, "venue": "Corpus-Based Methods in Language and Speech Processing", "volume": "", "issue": "", "pages": "137--173", "other_ids": {}, "num": null, "urls": [], "raw_text": "R. Bod and R. Scha. 1997. Data-Oriented Language Pro- cessing. In S. Young and G. Bloothooft, editors, Corpus- Based Methods in Language and Speech Processing, pages 137-173. Kluwer Academic Publishers, Boston.", "links": null }, "BIBREF3": { "ref_id": "b3", "title": "Computational Approaches to Language Acquisition", "authors": [], "year": 1997, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Michael Brent, editor. 1997. Computational Approaches to Language Acquisition. MIT Press, Cambridge.", "links": null }, "BIBREF4": { "ref_id": "b4", "title": "Corpusbased Grammar Specialization", "authors": [ { "first": "Nicola", "middle": [], "last": "Cancedda", "suffix": "" }, { "first": "Christer", "middle": [], "last": "Samuelsson", "suffix": "" } ], "year": 2000, "venue": "Proceedings of the Fourth Conference on Computational Natural Language Learning (CoNLL'2000)", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Nicola Cancedda and Christer Samuelsson. 2000. Corpus- based Grammar Specialization. In Proceedings of the Fourth Conference on Computational Natural Language Learning (CoNLL'2000), Lisbon, Portugal.", "links": null }, "BIBREF5": { "ref_id": "b5", "title": "A Maximum-Entropy-Inspired Parser", "authors": [ { "first": "Eugene", "middle": [], "last": "Charniak", "suffix": "" } ], "year": 2000, "venue": "Proceedings of the ANLP-NAACL 2000. Seattle", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Eugene Charniak. 2000. A Maximum-Entropy-Inspired Parser. In Proceedings of the ANLP-NAACL 2000. Seat- tle, WA, USA. Morgan Kaufman Publishers.", "links": null }, "BIBREF6": { "ref_id": "b6", "title": "A Stochastic Parts Program and Noun Phrase Parser for Unrestricted Text", "authors": [ { "first": "Kenneth", "middle": [ "Ward" ], "last": "Church", "suffix": "" } ], "year": 1988, "venue": "Second Conference on Applied Natural Language Processing", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Kenneth Ward Church. 1988. A Stochastic Parts Program and Noun Phrase Parser for Unrestricted Text. In Sec- ond Conference on Applied Natural Language Process- ing. Austin, Texas.", "links": null }, "BIBREF7": { "ref_id": "b7", "title": "Discriminative Reranking for Natural Language Processing", "authors": [ { "first": "Michael", "middle": [], "last": "Collins", "suffix": "" } ], "year": 2000, "venue": "Proceedings of ICML-2000", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Michael Collins. 2000. Discriminative Reranking for Natu- ral Language Processing. In Proceedings of ICML-2000. Stanford University, CA, USA. Morgan Kaufmann Pub- lishers.", "links": null }, "BIBREF8": { "ref_id": "b8", "title": "Forgetting Exceptions is Harmful in Language Learning", "authors": [ { "first": "Walter", "middle": [], "last": "Daelemans", "suffix": "" } ], "year": 1999, "venue": "Machine Learning", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Walter Daelemans, Antal van den Bosch, and Jakub Zavrel. 1999. Forgetting Exceptions is Harmful in Language Learning. Machine Learning, 34(1).", "links": null }, "BIBREF9": { "ref_id": "b9", "title": "Maximum entropy modeling with clausal constraints", "authors": [ { "first": "Luc", "middle": [], "last": "Dehaspe", "suffix": "" } ], "year": 1997, "venue": "Proceedings of the 7th International Workshop on Inductive Logic Programming", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Luc Dehaspe. 1997. Maximum entropy modeling with clausal constraints. In Proceedings of the 7th Interna- tional Workshop on Inductive Logic Programming.", "links": null }, "BIBREF10": { "ref_id": "b10", "title": "Learning Syntactic Structures with XML", "authors": [ { "first": "Herv\u00e9", "middle": [], "last": "D\u00e9jean", "suffix": "" } ], "year": 2000, "venue": "Proceedings of CoNLL-2000 and LLL-2000", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Herv\u00e9 D\u00e9jean. 2000a. Learning Syntactic Structures with XML. In Proceedings of CoNLL-2000 and LLL-2000. Lisbon, Portugal.", "links": null }, "BIBREF11": { "ref_id": "b11", "title": "Theory Refinement and Natural Language Learning", "authors": [ { "first": "Herv\u00e9", "middle": [], "last": "D\u00e9jean", "suffix": "" } ], "year": 2000, "venue": "COLING'2000", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Herv\u00e9 D\u00e9jean. 2000b. Theory Refinement and Natural Lan- guage Learning. In COLING'2000, Saarbr\u00fccken.", "links": null }, "BIBREF12": { "ref_id": "b12", "title": "A Use of XML for Machine Learning", "authors": [ { "first": "Herv\u00e9", "middle": [], "last": "D\u00e9jean", "suffix": "" } ], "year": 2000, "venue": "Proceeding of the workshop on Computational Natural Language Learning", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Herv\u00e9 D\u00e9jean. 2000c. A Use of XML for Machine Learn- ing. In Proceeding of the workshop on Computational Natural Language Learning, CoNLL'2000.", "links": null }, "BIBREF13": { "ref_id": "b13", "title": "Machine Learning Research: Four Current Directions. AI Magazine", "authors": [ { "first": "T", "middle": [ "G" ], "last": "Dietterich", "suffix": "" } ], "year": 1997, "venue": "", "volume": "18", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "T.G. Dietterich. 1997. Machine Learning Research: Four Current Directions. AI Magazine, 18(4).", "links": null }, "BIBREF14": { "ref_id": "b14", "title": "Combining a self-organising map with memory-based learning", "authors": [ { "first": "James", "middle": [], "last": "Hammerton", "suffix": "" }, { "first": "Erik Tjong Kim", "middle": [], "last": "Sang", "suffix": "" } ], "year": 2001, "venue": "Proceedings of CoNLL-2001", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "James Hammerton and Erik Tjong Kim Sang. 2001. Com- bining a self-organising map with memory-based learn- ing. In Proceedings of CoNLL-2001. Toulouse, France.", "links": null }, "BIBREF15": { "ref_id": "b15", "title": "Chunking with Maximum Entropy Models", "authors": [ { "first": "Rob", "middle": [], "last": "Koeling", "suffix": "" } ], "year": 2000, "venue": "Proceedings of CoNLL-2000 and LLL-2000", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Rob Koeling. 2000. Chunking with Maximum Entropy Models. In Proceedings of CoNLL-2000 and LLL-2000. Lisbon, Portugal.", "links": null }, "BIBREF16": { "ref_id": "b16", "title": "NP Chunking using ILP", "authors": [ { "first": "Stasinos", "middle": [], "last": "Konstantopoulos", "suffix": "" } ], "year": 1999, "venue": "Computational Linguistics in the Netherlands", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Stasinos Konstantopoulos. 2000. NP Chunking using ILP. In Computational Linguistics in the Netherlands 1999. Utrecht, The Netherlands.", "links": null }, "BIBREF17": { "ref_id": "b17", "title": "Use of Support Vector Learning for Chunk Identification", "authors": [ { "first": "Taku", "middle": [], "last": "Kudoh", "suffix": "" }, { "first": "Yuji", "middle": [], "last": "Matsumoto", "suffix": "" } ], "year": 2000, "venue": "Proceedings of CoNLL-2000 and LLL-2000", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Taku Kudoh and Yuji Matsumoto. 2000. Use of Support Vector Learning for Chunk Identification. In Proceedings of CoNLL-2000 and LLL-2000. Lisbon, Portugal.", "links": null }, "BIBREF18": { "ref_id": "b18", "title": "Building a large annotated corpus of English: the Penn Treebank", "authors": [ { "first": "Mitchell", "middle": [ "P" ], "last": "Marcus", "suffix": "" }, { "first": "Beatrice", "middle": [], "last": "Santorini", "suffix": "" }, { "first": "Mary", "middle": [ "Ann" ], "last": "Marcinkiewicz", "suffix": "" } ], "year": 1993, "venue": "Computational Linguistics", "volume": "19", "issue": "2", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Mitchell P. Marcus, Beatrice Santorini, and Mary Ann Marcinkiewicz. 1993. Building a large annotated corpus of English: the Penn Treebank. Computational Linguis- tics, 19(2).", "links": null }, "BIBREF19": { "ref_id": "b19", "title": "Machine Learning", "authors": [ { "first": "Tom", "middle": [], "last": "Mitchell", "suffix": "" } ], "year": 1997, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Tom Mitchell. 1997. Machine Learning. Mc Graw Hill.", "links": null }, "BIBREF20": { "ref_id": "b20", "title": "DCG Induction using MDL and Parsed Corpora", "authors": [ { "first": "Miles", "middle": [], "last": "Osborne", "suffix": "" } ], "year": 1999, "venue": "Learning Language in Logic", "volume": "", "issue": "", "pages": "63--71", "other_ids": {}, "num": null, "urls": [], "raw_text": "Miles Osborne. 1999a. DCG Induction using MDL and Parsed Corpora. In James Cussens, editor, Learning Lan- guage in Logic, pages 63-71, Bled,Slovenia, June.", "links": null }, "BIBREF21": { "ref_id": "b21", "title": "MDL-based DCG Induction for NP Identification", "authors": [ { "first": "Miles", "middle": [], "last": "Osborne", "suffix": "" } ], "year": 1999, "venue": "CoNLL-99 Computational Natural Language Learning", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Miles Osborne. 1999b. MDL-based DCG Induction for NP Identification. In Miles Osborne and Erik Tjong Kim Sang, editors, CoNLL-99 Computational Natural Lan- guage Learning. Bergen, Norway.", "links": null }, "BIBREF22": { "ref_id": "b22", "title": "Estimation of Stochastic Attribute-Value Grammars using an Informative Sample", "authors": [ { "first": "Miles", "middle": [], "last": "Osborne", "suffix": "" } ], "year": 2000, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Miles Osborne. 2000a. Estimation of Stochastic Attribute- Value Grammars using an Informative Sample. In The", "links": null }, "BIBREF24": { "ref_id": "b24", "title": "Shallow Parsing as Part-of-Speech Tagging", "authors": [ { "first": "Miles", "middle": [], "last": "Osborne", "suffix": "" } ], "year": 2000, "venue": "Proceedings of CoNLL-2000 and LLL-2000", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Miles Osborne. 2000b. Shallow Parsing as Part-of-Speech Tagging. In Proceedings of CoNLL-2000 and LLL-2000. Lisbon, Portugal.", "links": null }, "BIBREF25": { "ref_id": "b25", "title": "c4.5: Programs for Machine Learning", "authors": [ { "first": "J", "middle": [], "last": "", "suffix": "" }, { "first": "Ross", "middle": [], "last": "Quinlan", "suffix": "" } ], "year": 1993, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "J. Ross Quinlan. 1993. c4.5: Programs for Machine Learn- ing. Morgan Kaufmann.", "links": null }, "BIBREF26": { "ref_id": "b26", "title": "Text Chunking Using Transformation-Based Learning", "authors": [ { "first": "A", "middle": [], "last": "Lance", "suffix": "" }, { "first": "Mitchell", "middle": [ "P" ], "last": "Ramshaw", "suffix": "" }, { "first": "", "middle": [], "last": "Marcus", "suffix": "" } ], "year": 1995, "venue": "Proceedings of the Third ACL Workshop on Very Large Corpora", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Lance A. Ramshaw and Mitchell P. Marcus. 1995. Text Chunking Using Transformation-Based Learning. In Proceedings of the Third ACL Workshop on Very Large Corpora. Cambridge, MA, USA.", "links": null }, "BIBREF27": { "ref_id": "b27", "title": "Improving Probabilistic Grammatical Inference Core Algorithms with Post-processing Techniques", "authors": [ { "first": "Franck", "middle": [], "last": "Thollard", "suffix": "" } ], "year": 2001, "venue": "8th Intl. Conf. on Machine Learning", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Franck Thollard. 2001. Improving Probabilistic Gram- matical Inference Core Algorithms with Post-processing Techniques. In 8th Intl. Conf. on Machine Learning, Williamson, July. Morgan Kaufmann.", "links": null }, "BIBREF28": { "ref_id": "b28", "title": "Introduction to the CoNLL-2000 Shared Task: Chunking", "authors": [ { "first": "Erik", "middle": [ "F" ], "last": "Tjong", "suffix": "" }, { "first": "Kim", "middle": [], "last": "Sang", "suffix": "" }, { "first": "Sabine", "middle": [], "last": "Buchholz", "suffix": "" } ], "year": 2000, "venue": "Proceedings of the CoNLL-2000 and LLL-2000", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Erik F. Tjong Kim Sang and Sabine Buchholz. 2000. Intro- duction to the CoNLL-2000 Shared Task: Chunking. In Proceedings of the CoNLL-2000 and LLL-2000. Lisbon, Portugal.", "links": null }, "BIBREF29": { "ref_id": "b29", "title": "Applying System Combination to Base Noun Phrase Identification", "authors": [ { "first": "F. Tjong Kim", "middle": [], "last": "Erik", "suffix": "" }, { "first": "Walter", "middle": [], "last": "Sang", "suffix": "" }, { "first": "Herv\u00e9", "middle": [], "last": "Daelemans", "suffix": "" }, { "first": "Rob", "middle": [], "last": "D\u00e9jean", "suffix": "" }, { "first": "Yuval", "middle": [], "last": "Koeling", "suffix": "" }, { "first": "Vasin", "middle": [], "last": "Krymolowski", "suffix": "" }, { "first": "Dan", "middle": [], "last": "Punyakanok", "suffix": "" }, { "first": "", "middle": [], "last": "Roth", "suffix": "" } ], "year": 2000, "venue": "Proceedings of the 18th International Conference on Computational Linguistics", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Erik F. Tjong Kim Sang, Walter Daelemans, Herv\u00e9 D\u00e9jean, Rob Koeling, Yuval Krymolowski, Vasin Punyakanok, and Dan Roth. 2000. Applying System Combination to Base Noun Phrase Identification. In Proceedings of the 18th International Conference on Computational Lin- guistics (COLING 2000). Saarbruecken, Germany.", "links": null }, "BIBREF30": { "ref_id": "b30", "title": "Noun Phrase Recognition by System Combination", "authors": [ { "first": "Erik", "middle": [ "F" ], "last": "", "suffix": "" }, { "first": "Tjong Kim", "middle": [], "last": "Sang", "suffix": "" } ], "year": 2000, "venue": "Proceedings of the ANLP-NAACL 2000", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Erik F. Tjong Kim Sang. 2000a. Noun Phrase Recognition by System Combination. In Proceedings of the ANLP- NAACL 2000. Seattle, Washington, USA. Morgan Kauf- man Publishers.", "links": null }, "BIBREF31": { "ref_id": "b31", "title": "Text Chunking by System Combination", "authors": [ { "first": "Erik", "middle": [ "F" ], "last": "", "suffix": "" }, { "first": "Tjong Kim", "middle": [], "last": "Sang", "suffix": "" } ], "year": 2000, "venue": "Proceedings of CoNLL-2000 and LLL-2000", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Erik F. Tjong Kim Sang. 2000b. Text Chunking by System Combination. In Proceedings of CoNLL-2000 and LLL- 2000. Lisbon, Portugal.", "links": null }, "BIBREF32": { "ref_id": "b32", "title": "Improving data driven wordclass tagging by system combination", "authors": [ { "first": "Jakub", "middle": [], "last": "Hans Van Halteren", "suffix": "" }, { "first": "Walter", "middle": [], "last": "Zavrel", "suffix": "" }, { "first": "", "middle": [], "last": "Daelemans", "suffix": "" } ], "year": 1998, "venue": "Proceedings of COLING-ACL '98", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Hans van Halteren, Jakub Zavrel, and Walter Daelemans. 1998. Improving data driven wordclass tagging by sys- tem combination. In Proceedings of COLING-ACL '98. Montreal, Canada.", "links": null } }, "ref_entries": { "FIGREF0": { "type_str": "figure", "uris": null, "num": null, "text": "90, an improvement on Ramshaw and Marcus's 93.3." } } } }