| { |
| "paper_id": "W10-0101", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T05:01:54.610353Z" |
| }, |
| "title": "Using Variance as a Stopping Criterion for Active Learning of Frame Assignment", |
| "authors": [ |
| { |
| "first": "Masood", |
| "middle": [], |
| "last": "Ghayoomi", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "German Grammar Group", |
| "institution": "Freie Universit\u00e4t Berlin Berlin", |
| "location": { |
| "postCode": "14195" |
| } |
| }, |
| "email": "masood.ghayoomi@fu-berlin.de" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Active learning is a promising method to reduce human's effort for data annotation in different NLP applications. Since it is an iterative task, it should be stopped at some point which is optimum or near-optimum. In this paper we propose a novel stopping criterion for active learning of frame assignment based on the variability of the classifier's confidence score on the unlabeled data. The important advantage of this criterion is that we rely only on the unlabeled data to stop the data annotation process; as a result there are no requirements for the gold standard data and testing the classifier's performance in each iteration. Our experiments show that the proposed method achieves 93.67% of the classifier maximum performance.", |
| "pdf_parse": { |
| "paper_id": "W10-0101", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Active learning is a promising method to reduce human's effort for data annotation in different NLP applications. Since it is an iterative task, it should be stopped at some point which is optimum or near-optimum. In this paper we propose a novel stopping criterion for active learning of frame assignment based on the variability of the classifier's confidence score on the unlabeled data. The important advantage of this criterion is that we rely only on the unlabeled data to stop the data annotation process; as a result there are no requirements for the gold standard data and testing the classifier's performance in each iteration. Our experiments show that the proposed method achieves 93.67% of the classifier maximum performance.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Using supervised machine learning methods is very popular in Natural Language Processing (NLP). However, these methods are not applicable for most of the NLP tasks due to the lack of labeled data. Although a huge amount of unlabeled data is freely available, labeling them for supervised learning techniques is very tedious, expensive, time consuming, and error prone.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Active learning is a supervised machine learning method in which informative instances are chosen by the classifier for labeling. Unlike the normal supervised set-up where data annotation and learning are completely independent, active learning is a sequential process (Settles, 2009; Busser and Morante, 2005) . This learning method is used in a variety of NLP tasks such as information extraction (Thompson et al., 1999) , semantic role labeling (Busser and Morante, 2005) , machine translation (Haffari and Sarkar, 2009) , and name entity recognition (Laws and Sch\u00fctze, 2008) . In our study, we apply this method for the frame assignment task as a kind of semantic analysis.", |
| "cite_spans": [ |
| { |
| "start": 269, |
| "end": 284, |
| "text": "(Settles, 2009;", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 285, |
| "end": 310, |
| "text": "Busser and Morante, 2005)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 399, |
| "end": 422, |
| "text": "(Thompson et al., 1999)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 448, |
| "end": 474, |
| "text": "(Busser and Morante, 2005)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 497, |
| "end": 523, |
| "text": "(Haffari and Sarkar, 2009)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 554, |
| "end": 578, |
| "text": "(Laws and Sch\u00fctze, 2008)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The process of active learning is as follows: the learner takes a set of labeled instances, called seed data, as an input for initial training of the classifier; and then a larger set of unlabeled instances will be selected by the classifier to be labeled with the human interaction. Even a small set of well selected samples for labeling can achieve the same level of performance of a large labeled data set; and the oracle's effort will be reduced as a result.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The motivation behind active learning is selecting the most useful examples for the classifier and thereby minimizing the annotation effort while still keeping up the performance level (Thompson et al., 1999 ). There are two major learning scenarios in active learning which are very popular among researchers and frequently used in various NLP tasks: stream-based sampling (Cohn et al., 1994) and poolbased sampling (Lewis and Gale, 1994) .", |
| "cite_spans": [ |
| { |
| "start": 185, |
| "end": 207, |
| "text": "(Thompson et al., 1999", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 374, |
| "end": 393, |
| "text": "(Cohn et al., 1994)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 417, |
| "end": 439, |
| "text": "(Lewis and Gale, 1994)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The samples that are selected should be hard and very informative. There are different query methods for sample selection which are independent of the active learning scenarios (Settles, 2009) . Among them, uncertainty sampling (Lewis and Gale, 1994) is the most well-known and the simplest sample selection method which only needs one classifier (Baldridge and Osborne, 2004) . In this query method, the samples that the classifier is least con-", |
| "cite_spans": [ |
| { |
| "start": 177, |
| "end": 192, |
| "text": "(Settles, 2009)", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 228, |
| "end": 250, |
| "text": "(Lewis and Gale, 1994)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 347, |
| "end": 376, |
| "text": "(Baldridge and Osborne, 2004)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Input: Seed data S, Pool of unlabeled samples U Use S to train the classifier C while the stopping criterion is met do Use C to annotate U Select the top K samples from U predicted by C which have the lowest confidence Label K, augment S with theK samples, and remove K from U Use S to retrain C end while fident on their labels are selected and handed out to the oracle. To this aim, a confidence score is required which is in fact the prediction of the classifier with the highest probability for the label of the sample (Busser and Morante, 2005) .", |
| "cite_spans": [ |
| { |
| "start": 523, |
| "end": 549, |
| "text": "(Busser and Morante, 2005)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Algorithm 1 Uncertainty Sampling in Active Learning", |
| "sec_num": null |
| }, |
| { |
| "text": "The approach taken in active learning for our task is based on the uncertainty of the classifier with access to the pool of data. The learning process is presented in Algorithm 1. Since active learning is an iterative process (Busser and Morante, 2005) , it should be stopped at some point which is optimum or at least near-optimum. A learning curve is used as a means to illustrate the learning progress of the learner, so that we can monitor the performance of the classifier. In fact, the curve signals when the learning process should stop as almost no increase or even a drop in the performance of the classifier is observed. At this point, additional training data will not increase the performance any more. In this paper, we propose a new stopping criterion based on the variability of the classifier's confidence score on the selected unlabeled data so that we avoid using the labeled gold standard.", |
| "cite_spans": [ |
| { |
| "start": 226, |
| "end": 252, |
| "text": "(Busser and Morante, 2005)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Algorithm 1 Uncertainty Sampling in Active Learning", |
| "sec_num": null |
| }, |
| { |
| "text": "The structure of the paper is as follows. In Section 2, we briefly describe frame semantics as it is the domain of application for our model. Section 3 introduces our stopping criterion and describes the idea behind it. In Section 4, we describe our data set and present the experimental results. In Section 5, related work on stopping criteria is outlined; and finally Section 6 summarizes the paper.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Algorithm 1 Uncertainty Sampling in Active Learning", |
| "sec_num": null |
| }, |
| { |
| "text": "Syntactic analysis such as part-of-speech (POS) tagging and parsing has been widely studied and has achieved a great progress. However, semantic anal-ysis did not have such a rapid progress. This problem has recently motivated researches to pay special attention to natural language understanding since it is one of the essential parts in information extraction and question-answering.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Frame Semantics", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Frame semantic structure analysis which is based on the case grammar of Fillmore (1968) is one of the understanding techniques to provide the knowledge about the actions, the participants of the action, and the relations between them. In Fillmore's view, a frame is considered as an abstract scene having some participants as the arguments of the predicate, and some sentences to describe the scene. In fact the frames are the conceptual structures for the background knowledge of the abstract scenes represented by the lexical units and provide context to the elements of the action. FrameNet (Baker and Lowe, 1998) is a data set developed at ICSI Berkley University based on the frame semantics.", |
| "cite_spans": [ |
| { |
| "start": 72, |
| "end": 87, |
| "text": "Fillmore (1968)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 594, |
| "end": 616, |
| "text": "(Baker and Lowe, 1998)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Frame Semantics", |
| "sec_num": "2" |
| }, |
| { |
| "text": "In frame semantic structure analysis, the semantic roles of the elements participating in the action are identified. Determining and assigning the semantic roles automatically require two steps: frame assignment, and role assignment (Erk and Pado, 2006) . The first step consists in identifying the frame which is evoked by the predicate to determine the unique frame that is appropriate for the sample. The next step is identifying the arguments of the predicate and assigning the semantic roles to the syntactic arguments of the given frame. In our research, we study the first step, and leave the second step for future work.", |
| "cite_spans": [ |
| { |
| "start": 233, |
| "end": 253, |
| "text": "(Erk and Pado, 2006)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Frame Semantics", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The main idea behind the stopping criteria is to stop the classifier when it has reached its maximum performance and labeling of further examples from the unlabeled data set will not increase the classifier's performance any more. Determining this point is very difficult experimentally without access to the gold standard labels to evaluate the performance; however, we should find a criterion to stop active learning in a near-optimum point. To this aim, we propose a novel stopping criterion which uses the variance of the classifier's confidence score for the predicted labels to represent the degree of spreading out the confidence scores around their mean. We hypothesize that there is a correlation between the performance saturation of the classifier and the variability on the confidence of the selected instances.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Proposed Stopping Criterion", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Generally, as we will see in Section 5, a stopping criterion could be based either on the performance of the classifier on the test data, or on the confidence score of the classifier on the unlabeled data. In our method, we used the second approach. The biggest advantage of this model is that no gold standard data is required to evaluate the performance of the system in each iteration.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Proposed Stopping Criterion", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Mean and variance are two of the well-known statistical metrics. Mean is a statistical measurement for determining the central tendency among a set of scores. In our study, we have computed the mean (M) of the classifier's confidence score for the predicted labels of 5 samples selected in each iteration. Variance is the amount of variability of the scores around their mean. To compute the variability of the classifier's confidence score for the selected samples in each iteration, the following equation is used in our task:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Mean and Variance", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "V ariance = K i=1 (C i \u2212 M ) 2 K (1)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Mean and Variance", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "where C i is the confidence score of each selected sample in each iteration, M is the mean of the confidence scores for the predicted labels, and K is the number of samples selected in the same iteration (K=5 in our study).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Mean and Variance", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "According to the pool-based scenario, in each iteration K samples of the extra unlabeled data which have the lowest confidence score are selected, and after labeling by the oracle they are added to the training data. In the early iterations, the mean of the classifier's confidence score for the selected samples is low. Since the classifier is not trained enough in these iterations, most of the scores are low and they do not have a high degree of variability. As a result the variance of the confidence score for these samples is low. We call this step the untrained stage of the classifier. As the classifier is training with more data, the confidence score of the samples will gradually increase; as a result, there will be a high degree of variability in the confidence scores which spread out around their mean. In these iterations, the classifier is relatively in the borderline of the training stage, passing from untrained to trained; so that there will be a high variability of confidence scores which leads to have a high variance. This is the training stage of the classifier.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The General Idea", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "When the classifier is trained, the confidence score of the classifier on the selected samples will increase. However, from a certain point that the classifier is trained enough, all of the confidence scores are located tightly around their mean with a low degree of variability; as a result, the variance of the samples decreases. This is the stage that the classifier is trained.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The General Idea", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "The curve in Figure 1 represents the behavior of the variance in different iterations such that the x axis is the number of iterations, and the y axis is the variance of the confidence scores in each iteration. Based on our assumption, the best stopping point is when variance reaches its global peak and starts to decrease. In this case, the classifier passes the training stage and enters into the trained stage.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 13, |
| "end": 21, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "The General Idea", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "It is difficult to determine the peak of the variance on the fly, i.e. without going through all iterations. One easy solution is to stop the learning process as soon as there is a decrease in the variance. However, as it is very likely to stick in the local maxima of the variance curve, this criterion does not work well. In other words, it is possible to have small peaks before reaching the global peak, the highest variability of the classifier's confidence score; so that we might stop at some point we are not interested in and it should be ignored.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Variance Model", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "To avoid this problem, we propose a model, called variance model (VM), to stop active learning when variance (V) decreases in n sequential iterations; i.e.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Variance Model", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "V i < V i\u22121 < ... < V i\u2212n .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Variance Model", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "There is a possibility that this condition is not satisfied at all in different iterations. In such cases, active learning will not stop and all data will be labeled. This condition is usually met when there are instances in the data which are inherently ambiguous. Having such data is generally unavoidable and it is often problematic for the learner.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Variance Model", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "Although the above model can deal with the local maxima problem, there is a possibility that the decreased variance in n sequential iterations is very small and it is still possible to stick in the local maxima. To avoid this problem and have a better stopping point, we extend the proposed model by setting a threshold m, called the Extended Variance Model (EVM), in which the minimum variance decrement in n sequential iterations must be m; i.e.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Variance Model", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "V i < V i\u22121 \u2212 m < ... < V i\u2212n \u2212 m. 4 Experimental Results", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Variance Model", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "What we aim to do in our study is assigning frames with active learning. We have chosen the pool-based scenario by using the uncertainty sampling method. In our task, since we have a small data set, 5 instances (K=5) with the lowest confidence score of the predited labels will be selected in each iteration from the pool of data and handed out to the oracle to be labeled.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Setup of Experiment", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "We have used a toolkit for the supervised word sense disambiguation task called Majo (Rehbein et al., 2009) which has a graphical user interface (GUI) for semantic annotation based on active learning. The toolkit supports German and English; and it uses the openNLP MAXENT package 1 to build the model. In this toolkit, the confidence score of the classifier is the posterior probability of the most probable label assigned to each sample.", |
| "cite_spans": [ |
| { |
| "start": 85, |
| "end": 107, |
| "text": "(Rehbein et al., 2009)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Setup of Experiment", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "In addition, there are some built-in plugins in the tool for syntactic and semantic pre-processing to provide the relevant features for the classifier. We utilized the following plugins that support English: 1 http://maxent.sourceforge.net/", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Setup of Experiment", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "\u2022 Stanford Word Range Plugin provides features based on the local context of the surface string for the target. The window size of the local context can be set manually in the GUI. Based on initial experiments for the target verbs, we found out that a window \u00b13 performs the best.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Setup of Experiment", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "\u2022 Stanford POS Tag Word Range Plugin provides the POS tags of the words within a sentence by using Stanford POS Tagger. In this plugin, the window size could also be set manually to extract the POS local context of the target word. Based on initial experiments, a window of \u00b13 achieved the best performance.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Setup of Experiment", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "\u2022 Berkley Sentence Phrase Plugin utilizes the Berkley Parser and provides the syntactic analysis of the sentence. This plugin is used to extract all word forms of the children nodes from a particular syntactic mother node (VP in our study) and add them to the feature set.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Setup of Experiment", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "\u2022 Berkley Sentence Phrase POS Tag Plugin uses the Berkley POS tagger such that we define the mother node of the target word in the parse tree (VP in our study) and it identifies and extracts all children of this mother node and uses their POS as features.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Setup of Experiment", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "The annotated data that we used for our experiments is the current version of the Berkeley FrameNet (Baker and Lowe, 1998) for English which consists of 139,437 annotated examples from the British National Corpus for 10,196 predicates. Among the predicates that FrameNet involvs, namely verbs, nouns, adjectives, and prepositions, we only considered verbs; as a result the data reduced to 61,792 annotated examples for 2,770 unique verb-frames. In the next step, we removed all verbs that have only one frame as they are not ambiguous. Having only ambiguous verbs, the number of predicates reduced to 451 unique verbs. Out of these targets, there are only 37 verbs which have more than 100 annotated samples. Among these verbs, we concentrated on 14 verbs selected randomly; however, in the selection we tried to have a balance distribution of frames that the targets have. Therefore, we selected 4 targets (phone, rush, scream, throw) with two frames, 5 targets (follow, forget, look, smell, strike) with three frames, 4 targets (bend, hit, rise, shake) with four frames, and 1 target (feel) with five frames.", |
| "cite_spans": [ |
| { |
| "start": 100, |
| "end": 122, |
| "text": "(Baker and Lowe, 1998)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Corpus", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "The total amount of data prepared for the 14 verbs are divided into three non-overlapping sets in a balanced form in terms of both the number of the target predicate frames, and the relevant instances of each frame. In other words, the distribution should be such that different frames of the target verb is found in each of the three data sets. 10% is considered as initial seed data (S); 20% as test data (T), and the rest of 70% as extra unlabeled data (E). Table 1 presents the data distribution in which 5-fold cross-validation is performed to minimize the overfitting problem. As mentioned, our proposed stopping criterion has two parameters, n and m, that should be tuned. For this purpose, we divided the 14 targets into the held-out set and the test set. To this aim, 7 targets, namely feel, look, phone, rise, shake, smell, and throw are selected as the held-out set; and 7 targets, namely bend, follow, forget, hit, rush, scream, and strike are used as the test set.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 461, |
| "end": 468, |
| "text": "Table 1", |
| "ref_id": "TABREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Data Distribution", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "Figures 2 and 3 illustrate the learning curves of the active learning process and random sampling as the baseline for the targets look and rise. The curves are the average of the 5 folds. As can be seen, in these targets our classifier has beaten the majority Figure 2 : Learning curve of the verb look for 5 folds Figure 3 : Learning curve of the verb rise for 5 folds class baseline; and also active learning with uncertainty sampling has a relatively better performance than random sampling.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 260, |
| "end": 268, |
| "text": "Figure 2", |
| "ref_id": null |
| }, |
| { |
| "start": 315, |
| "end": 323, |
| "text": "Figure 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "Figures 4 and 5 present the average variance curves of 5 folds for the two targets. These curves verify our assumption about the behavior of the variance curve as described in Section 3.2. As the graphs show, following our assumption the variability around the mean is tight in the early stages of training; then as the classifier is trained with more data, the variability around the mean spreads out; and finally, the variability will be tight again around the mean.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "Applying our proposed stopping criterion, in each iteration we compute the variance of the classifier's confidence score for the selected samples in each fold. To evaluate how well our stopping criterion is, we have compared our results with the maximum average performance of the classifier for the 5 folds in which the whole data is labeled.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "Applying our model on the held-out set, we found that n=2 is the best value based on our data set, so that we stop active learning when variance decreases in two sequential iterations; i.e.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "V i < V i\u22121 and V i\u22121 < V i\u22122 .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "Our idea is shown in Figure 6 for fold 5 of the target rise, such that the proposed stopping criterion is satisfied in iteration 11. As shown, the decrement of variance in iterations 3, 5, and 7 is the local maxima so that active learning does not stop in these iterations and they are ignored.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 21, |
| "end": 29, |
| "text": "Figure 6", |
| "ref_id": "FIGREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "The summary of the result for the uncertainty sampling method of the test set is shown in Table 2 in which the F-score serves as the evaluation metric. Comparing the applied variance model as the stopping criterion on the test set with the maximum performance (M) of the uncertainty sampling as an upper bound in our experiment, we see that for two targets (bend, rush) the maximum performance of the classifier is achieved at the stopping point; for two targets (follow, hit) there is a minor reduction in the performance; while for the other targets (forget, scream, strike) there is a big loss in the performance. Averagely, the variance model achieved 92.66% of the maximum performance.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 90, |
| "end": 97, |
| "text": "Table 2", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "To determine the advantage of our stopping criterion, we present the total numbers of annotated instances (A) for each target, their relevant numbers of annotated instances for the maximum performance, and the variance model in Table 3 . Av- eragely, if we have 103 samples for annotation, we need to annotate almost 63 instances to reach the maximum performance of 66.67%; while by applying our stopping criterion, the learning process stops by annotating at least 55 instances with 61.78% performance. I.e., annotating a smaller number of instances, our active learner achieves a near-optimum performance. It is worth to mention that since it is very difficult to achieve the upper bound of the classifier's performance automatically, all data is labeled to find the maximum performance of the classifier.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 228, |
| "end": 235, |
| "text": "Table 3", |
| "ref_id": "TABREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "Looking carefully on the variance curves of the 5 folds of the held-out set, we have seen that in some iterations the decreased variance in two sequential iterations is very small and it may still stick in the local maxima as can be seen in iteration 8 of fold 3 of the target look in Figure 7 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 285, |
| "end": 293, |
| "text": "Figure 7", |
| "ref_id": "FIGREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "To avoid sticking in such local maxima, we used the extended version of our original model and set a threshold (m) in the held-out set. Experimentally we found out that the decreasing variance in two sequential iterations must be bigger than 0.5; i.e. Figure 7 we stop in iteration 18. We applied the extended variance model on the test set and compared the results to our original variance model. We found out for two targets (forget, scream) the extended model has achieved a very good performance; for four targets (follow, hit, rush, strike) it was ineffective; and for one target (bend) it caused to have a small reduction in the performance.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 252, |
| "end": 260, |
| "text": "Figure 7", |
| "ref_id": "FIGREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "V i < V i\u22121 -0.5 and V i\u22121 < V i\u22122 -0.5;", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "The summary of the classifier performance after applying the extended model for uncertainty sampling is shown in Table 4 . To ease the comparison, the performance of our original model is repeated in this table. As presented in the table, the average performance in the extended model has a 13.70% relative improvement compared to the average performance in the original variance model. ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 113, |
| "end": 120, |
| "text": "Table 4", |
| "ref_id": "TABREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "The simplest stopping criterion for active learning is when the training set has reached a desirable size or a predefined threshold. In this criterion, the active learning process repeatedly provides informative examples to the oracle for labeling, and updates the training set, until the desired size is obtained or the predefined stopping criterion is met. Practically, it is not clear how much annotation is suffi-cient for inducing a classifier with maximum effectiveness (Lewis and Gale, 1994) . Schohn and Cohn (2000) have used support vector machines (SVM) for document classification using the selective sampling method and they have proposed a criterion to stop the learning process in their task. Based on their idea, when there is no informative instance in the pool which is closer to the separating hyperplane than any of the support vectors, the margin exhausts and the learning process stops. Zhu and Hovey (2007) have used a confidencebased approach for the stopping criteria by utlizing the maximum confidence and the minimum error of the classifier. The maximum confidence is based on the uncertainty measurement when the entropy of the selected unlabeled sample is less than a predefined threshold close to zero. The minimum error is the feedback from the oracle when active learning asks for the true label of the selected unlabeled sample and the accuracy prediction of the classifier for the selected unlabeled sample is larger than a predefined accuracy threshold. These criteria are considered as upper-bound and lower-bound of the stopping condition. Zhu et al. (2008) proposed another stopping criterion based on a statistical learning approach called minimum expected error strategy. In this approach, the maximum effectiveness of the classifier is reached when the classifier's expected errors on future unlabeled data is minimum. Vlachos (2008) has used the classifier confidence score as a stopping criterion for the uncertainty sampling. He has applied his model to two NLP tasks: text classification and named entity recognition. He has built his models with the SVM and the maximum entropy. The idea is when the confidence of the classifier remains at the same level or drops for a number of consecutive iterations, the learning process should terminate. Laws and Sch\u00fctze (2008) suggested three criteria -minimal absolute performance, maximum possible performance, and convergence-to stop active learning for name entity recognition using the SVM model with the uncertainty sampling method. In minimal absolute performance, a threshold is predefined by the user; and then the classifier estimates its own performance by using only the unlabeled reference test set. Since there is no available labeled test set, the evaluation performance is not possible. The maximum possible performance is a confidence-based stopping criterion in which active learning is stopped where the optimal performance of the classifier is achieved. Again, in this approach there is no labeled test data to evaluate the performance. The convergence criterion is met when more examples from the pool of unlabeled data do not contribute more information to the classifier's performance, so that the classifier has reached its maximum performance. Laws and Sch\u00fctze computed the convergence as the gradient of the classifier's estimated performance or uncertainty. Tomanek and Hahn (2008) proposed a stopping criterion based on the performance of the classifier without requiring a labeled gold standard for a committee-based active learning on the name entity recognition application. In their criterion, they approximated the progression of the learning curve based on the disagreement among the committee members. They have used the validation set agreement curve as an adequate approximation for the progression of the learning curve. This curve was based on the data in each active learning iteration that makes the agreement values comparable between different active learning iterations. Bloodgood and Vijay-Shanker (2009) explained three areas of stopping active learning that should be improved: applicability (restricting the usage in certain situation), lack of aggressive stopping (finding the stopping points which are too far, so more examples than necessary are annotated), instability (well working of a method on some data set but not the other data set). Further, they presented a stopping criterion based on stabilizing predictions that addresses each of the above three areas and provides a user-adjustable stopping behavior. In this method, the prediction of active learning was tested on examples which do not have to be labeled and it is stopped when the predictions are stabilized. This criterion was applied to text classification and named entity recognition tasks using the SVM and the maximum entropy models.", |
| "cite_spans": [ |
| { |
| "start": 476, |
| "end": 498, |
| "text": "(Lewis and Gale, 1994)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 501, |
| "end": 523, |
| "text": "Schohn and Cohn (2000)", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 908, |
| "end": 928, |
| "text": "Zhu and Hovey (2007)", |
| "ref_id": null |
| }, |
| { |
| "start": 1576, |
| "end": 1593, |
| "text": "Zhu et al. (2008)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 1859, |
| "end": 1873, |
| "text": "Vlachos (2008)", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 2288, |
| "end": 2311, |
| "text": "Laws and Sch\u00fctze (2008)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 3370, |
| "end": 3393, |
| "text": "Tomanek and Hahn (2008)", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 4000, |
| "end": 4034, |
| "text": "Bloodgood and Vijay-Shanker (2009)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work on Stopping Criteria", |
| "sec_num": "5" |
| }, |
| { |
| "text": "In this paper, after a brief overview of frame semantics and active learning scenarios and query methods, we performed the frame assignment in the pool-based active learning with the uncertainty sampling method. To this end, we chose 14 frequent targets from FrameNet data set for our task.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Summary and Future Work", |
| "sec_num": "6" |
| }, |
| { |
| "text": "One of the properties of active learning is its iterativness which should be stopped when the classifier has reached its maximum performance. Reaching this point is very difficult; therefore, we proposed a stopping criterion which stops active learning in a near-optimum point. This stopping criterion is based on the confidence score of the classifier on the extra unlabeled data such that it uses the variance of the classifier's confidence score for the predicted labels of a certain number of samples selected in each iteration. The advantage of this criterion is that there is no need to the labeled gold standard data and testing the performance of the classifier in each iteration. Based on this idea, we proposed a model which is satisfied by n sequential decrease on a variance curve. The original model is expanded by setting a threshold m on the amount of the decrement of variance in n sequential iterations. We believe that our proposed criterion can be applied to any active learning setting based on uncertainty sampling and it is not limited to the frame assignment.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Summary and Future Work", |
| "sec_num": "6" |
| }, |
| { |
| "text": "To find out how effective our model is, we compared the achieved results of our variance model with the maximum performance of the classifier and we found that 92.66% of the performance is kept in the test data. In the extended variance model, we achieved a higher performance of the classifier in which 93.67% of the performance is kept.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Summary and Future Work", |
| "sec_num": "6" |
| }, |
| { |
| "text": "For the future word, while in our current research the learner selects 5 instances in each iteration, this number could be different and investigation is needed to find out how much our proposed criterion depends on the K. The other possibility to expand our proposed model is using the variance of the classifier's confidence score for the predicted labels of the whole unlabeled data in each iteration and not the selected samples.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Summary and Future Work", |
| "sec_num": "6" |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "The author's special gratitude goes to Caroline Sporleder and Ines Rehbein at Saarland University for their support and helpful comments in the research. Masood Ghayoomi is funded by the German research council DFG under the contract number MU 2822/3-1.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": "7" |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "The berkeley framenet project", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [ |
| "F" |
| ], |
| "last": "Baker", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [ |
| "J" |
| ], |
| "last": "Fillmore", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "B" |
| ], |
| "last": "Lowe", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Proceedings of ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "86--90", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "C. F. Baker and C. J. Fillmore J. B. Lowe. 1998. The berkeley framenet project. In Proceedings of ACL, pages 86-90, Montreal, QC.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Active learning and the total cost of annotation", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Baldridge", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Osborne", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "9--16", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J. Baldridge and M. Osborne. 2004. Active learning and the total cost of annotation. In Proceedings of EMNLP, pages 9-16, Barcelona, Spain.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "A method for stopping active learning based on stabilizing predictions and the need for user-adjustable stopping", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Bloodgood", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Vijay-Sarkar", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "13th Conf. on Computational Natural Language Learning", |
| "volume": "", |
| "issue": "", |
| "pages": "39--47", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. Bloodgood and K. Vijay-Sarkar. 2009. A method for stopping active learning based on stabilizing pre- dictions and the need for user-adjustable stopping. In 13th Conf. on Computational Natural Language Learning, pages 39-47, Boulder, Colorado.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Designing an active learning based system for corpus annotation", |
| "authors": [ |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Busser", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Morante", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Revista de Procesamiento del Lenguaje Natural, number 35", |
| "volume": "", |
| "issue": "", |
| "pages": "375--381", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "B. Busser and R. Morante. 2005. Designing an active learning based system for corpus annotation. In Re- vista de Procesamiento del Lenguaje Natural, num- ber 35, pages 375-381.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Improving generalization with active learning", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Cohn", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [ |
| "L" |
| ], |
| "last": "Atlas", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [ |
| "E" |
| ], |
| "last": "Ladner", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Machine Learning", |
| "volume": "15", |
| "issue": "2", |
| "pages": "201--221", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D. Cohn, A. L. Atlas, and R. E. Ladner. 1994. Improving generalization with active learning. Machine Learn- ing, 15(2):201-221.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Shalmaneser -a toolchain for shallow semantic parsing", |
| "authors": [ |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Erk", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Pado", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of LREC", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "K. Erk and S. Pado. 2006. Shalmaneser -a toolchain for shallow semantic parsing. In Proceedings of LREC, Genoa, Italy.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "The case for case", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [ |
| "J" |
| ], |
| "last": "Fillmore", |
| "suffix": "" |
| } |
| ], |
| "year": 1968, |
| "venue": "Universals in Linguistic Theory", |
| "volume": "", |
| "issue": "", |
| "pages": "1--88", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "C. J. Fillmore. 1968. The case for case. In Emmon W. Bach and Robert T. Harms, editors, Universals in Lin- guistic Theory, pages 1-88, New York. Rinehart and Winston.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Active learning for multilingual statistical machine translation", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Haffari", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Sarkar", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the 47th ACL-IJCNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "G. Haffari and A. Sarkar. 2009. Active learning for mul- tilingual statistical machine translation. In Proceed- ings of the 47th ACL-IJCNLP, Singapore.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Stopping criteria for active learning of named entity recognition", |
| "authors": [ |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Laws", |
| "suffix": "" |
| }, |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Sch\u00fctze", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of the 22nd CoLing", |
| "volume": "", |
| "issue": "", |
| "pages": "465--472", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "F. Laws and H. Sch\u00fctze. 2008. Stopping criteria for ac- tive learning of named entity recognition. In Proceed- ings of the 22nd CoLing, pages 465-472, Manchester.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "A sequential algorithm for training text classifiers", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Lewis", |
| "suffix": "" |
| }, |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Gale", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Proceedings of the ACM SIGIR Conf. on Research and Development in IR", |
| "volume": "", |
| "issue": "", |
| "pages": "3--12", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D. Lewis and W. Gale. 1994. A sequential algo- rithm for training text classifiers. In Proceedings of the ACM SIGIR Conf. on Research and Development in IR, pages 3-12.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Majo -a toolkit for supervised word sense disambiguation and active learning", |
| "authors": [ |
| { |
| "first": "I", |
| "middle": [], |
| "last": "Rehbein", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Ruppenhofer", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Sunde", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the 8th Int. Workshop on Treebanks and Linguistic Theories", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "I. Rehbein, J. Ruppenhofer, and J. Sunde. 2009. Majo -a toolkit for supervised word sense disambiguation and active learning. In Proceedings of the 8th Int. Workshop on Treebanks and Linguistic Theories, Mi- lan, Italy.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Less is more: Active learning with support vector machines", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Schohn", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Cohn", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proceedings of 17th Int. Conf. on Machine Learning", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "G. Schohn and D. Cohn. 2000. Less is more: Active learning with support vector machines. In Proceed- ings of 17th Int. Conf. on Machine Learning, Stanford University.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Active learning literature survey", |
| "authors": [ |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Settles", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "B. Settles. 2009. Active learning literature survey. Com- puter Sciences Technical Report 1648, University of Wisconsin-Madison.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Active learning for natural language parsing and information extraction", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [ |
| "A" |
| ], |
| "last": "Thompson", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [ |
| "E" |
| ], |
| "last": "Califf", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [ |
| "J" |
| ], |
| "last": "Mooney", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Proceedings of the 16th Int. Conf. on Machine Learning", |
| "volume": "", |
| "issue": "", |
| "pages": "406--414", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "C. A. Thompson, M.E. Califf, and R.J. Mooney. 1999. Active learning for natural language parsing and in- formation extraction. In Proceedings of the 16th Int. Conf. on Machine Learning, pages 406-414.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Approximating learning curves for active-learning-driven annotation", |
| "authors": [ |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Tomanek", |
| "suffix": "" |
| }, |
| { |
| "first": "U", |
| "middle": [], |
| "last": "Hahn", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "6th Int. Language Resources and Evaluation Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "1319--1324", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "K. Tomanek and U. Hahn. 2008. Approximating learn- ing curves for active-learning-driven annotation. In 6th Int. Language Resources and Evaluation Confer- ence, pages 1319-1324.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "A stopping criterion for active learning", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Vlachos", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Journal of Computer, Speech and Language", |
| "volume": "22", |
| "issue": "3", |
| "pages": "295--312", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "A. Vlachos. 2008. A stopping criterion for active learn- ing. Journal of Computer, Speech and Language, 22(3):295-312.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Active learning for word sense disambiguation with methods for addressing the class imbalance problem", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Zhu", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Hovy", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of the EMNLP-CoNLL", |
| "volume": "", |
| "issue": "", |
| "pages": "783--790", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J. Zhu and E. Hovy. 2007. Active learning for word sense disambiguation with methods for addressing the class imbalance problem. In Proceedings of the EMNLP- CoNLL, pages 783-790, Prague.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Learning a stopping criterion for active learning for word sense disambiguation and text classification", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Zhu", |
| "suffix": "" |
| }, |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Hovy", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of the 3rd IJNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "366--372", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J. Zhu, H. Wang, and E. Hovy. 2008. Learning a stop- ping criterion for active learning for word sense dis- ambiguation and text classification. In Proceedings of the 3rd IJNLP, pages 366-372, Heydarabad, India.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "text": "Normal distribution of variance for the classifier's confidence score", |
| "num": null, |
| "uris": null, |
| "type_str": "figure" |
| }, |
| "FIGREF1": { |
| "text": "Variance curve of the verb look for 5 folds Figure 5: Variance curve of the verb rise for 5 folds", |
| "num": null, |
| "uris": null, |
| "type_str": "figure" |
| }, |
| "FIGREF2": { |
| "text": "Variance curve of the verb rise", |
| "num": null, |
| "uris": null, |
| "type_str": "figure" |
| }, |
| "FIGREF3": { |
| "text": "Variance curve of the verb look so that in", |
| "num": null, |
| "uris": null, |
| "type_str": "figure" |
| }, |
| "TABREF0": { |
| "text": "Data distribution of the targets", |
| "num": null, |
| "html": null, |
| "content": "<table><tr><td>Verb</td><td colspan=\"3\">Frames Freq. S</td><td>E</td><td>T</td></tr><tr><td>Bend</td><td>4</td><td>115</td><td colspan=\"3\">11 82 22</td></tr><tr><td>Feel</td><td>5</td><td>134</td><td colspan=\"3\">13 95 26</td></tr><tr><td>Follow</td><td>3</td><td>113</td><td colspan=\"3\">10 81 22</td></tr><tr><td>Forget</td><td>3</td><td>101</td><td>9</td><td colspan=\"2\">72 20</td></tr><tr><td>Hit</td><td>4</td><td>142</td><td colspan=\"3\">12 102 28</td></tr><tr><td>Look</td><td>3</td><td>183</td><td colspan=\"3\">15 134 34</td></tr><tr><td>Phone</td><td>2</td><td>166</td><td colspan=\"3\">14 121 31</td></tr><tr><td>Rise</td><td>4</td><td>110</td><td colspan=\"3\">11 77 22</td></tr><tr><td>Rush</td><td>2</td><td>168</td><td colspan=\"3\">14 123 31</td></tr><tr><td>Scream</td><td>2</td><td>148</td><td colspan=\"3\">12 108 28</td></tr><tr><td>Shake</td><td>4</td><td>104</td><td colspan=\"3\">10 73 21</td></tr><tr><td>Smell</td><td>3</td><td>146</td><td colspan=\"3\">13 106 27</td></tr><tr><td>Strike</td><td>3</td><td>105</td><td colspan=\"3\">10 75 20</td></tr><tr><td>Throw</td><td>2</td><td>155</td><td colspan=\"3\">13 113 29</td></tr></table>", |
| "type_str": "table" |
| }, |
| "TABREF1": { |
| "text": "The comparison of the average performance of the classifier (F-score) on the stopping point with the maximum performance in uncertainty sampling", |
| "num": null, |
| "html": null, |
| "content": "<table><tr><td>Verb</td><td>M</td><td>VM</td></tr><tr><td>Bend</td><td colspan=\"2\">53.00 53.00</td></tr><tr><td>Follow</td><td colspan=\"2\">71.81 70.00</td></tr><tr><td>Forget</td><td colspan=\"2\">51.00 41.00</td></tr><tr><td>Hit</td><td colspan=\"2\">65.71 63.56</td></tr><tr><td>Rush</td><td colspan=\"2\">89.03 89.03</td></tr><tr><td>Scream</td><td colspan=\"2\">72.14 62.85</td></tr><tr><td>Strike</td><td colspan=\"2\">64.00 53.00</td></tr><tr><td colspan=\"3\">Average 66.67 61.78</td></tr></table>", |
| "type_str": "table" |
| }, |
| "TABREF2": { |
| "text": "The comparison of the number of the annotated data for all data, at the maximum performance, and at the stopping point", |
| "num": null, |
| "html": null, |
| "content": "<table><tr><td>Verb</td><td>A</td><td>M</td><td>VM</td></tr><tr><td>Bend</td><td>93</td><td>46</td><td>55</td></tr><tr><td>Follow</td><td>91</td><td>75</td><td>54</td></tr><tr><td>Forget</td><td>81</td><td>79</td><td>51</td></tr><tr><td>Hit</td><td>114</td><td>67</td><td>71</td></tr><tr><td>Rush</td><td>137</td><td>24</td><td>51</td></tr><tr><td>Scream</td><td>120</td><td>62</td><td>64</td></tr><tr><td>Strike</td><td>85</td><td>85</td><td>41</td></tr><tr><td colspan=\"4\">Average 103 62.57 55.29</td></tr></table>", |
| "type_str": "table" |
| }, |
| "TABREF3": { |
| "text": "", |
| "num": null, |
| "html": null, |
| "content": "<table><tr><td colspan=\"3\">The comparison of the average performance of</td></tr><tr><td colspan=\"3\">the classifier (F-score) on the variance model and the ex-</td></tr><tr><td>tended variance model</td><td/><td/></tr><tr><td>Verb</td><td>VM</td><td>EM</td></tr><tr><td>Bend</td><td colspan=\"2\">53.00 52.00</td></tr><tr><td>Follow</td><td colspan=\"2\">70.00 70.00</td></tr><tr><td>Forget</td><td colspan=\"2\">41.00 46.00</td></tr><tr><td>Hit</td><td colspan=\"2\">63.56 63.56</td></tr><tr><td>Rush</td><td colspan=\"2\">89.03 89.03</td></tr><tr><td>Scream</td><td colspan=\"2\">62.85 63.56</td></tr><tr><td>Strike</td><td colspan=\"2\">53.00 53.00</td></tr><tr><td colspan=\"3\">Average 61.78 62.45</td></tr></table>", |
| "type_str": "table" |
| } |
| } |
| } |
| } |